From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 26 18:20:09 2011 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 097FC106566B for ; Sat, 26 Feb 2011 18:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC7AD8FC08 for ; Sat, 26 Feb 2011 18:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1QIK88O061801 for ; Sat, 26 Feb 2011 18:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1QIK84Q061800; Sat, 26 Feb 2011 18:20:08 GMT (envelope-from gnats) Date: Sat, 26 Feb 2011 18:20:08 GMT Message-Id: <201102261820.p1QIK84Q061800@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/149168: [linux] [patch] Linux sendmsg / recvmsg / etc fixes for pulseaudio X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 18:20:09 -0000 The following reply was made to PR kern/149168; it has been noted by GNATS. From: Andriy Gapon To: John Wehle Cc: rdivacky@freebsd.org, bug-followup@freebsd.org Subject: Re: kern/149168: [linux] [patch] Linux sendmsg / recvmsg / etc fixes for pulseaudio Date: Sat, 26 Feb 2011 20:13:02 +0200 on 13/02/2011 08:59 John Wehle said the following: > Enclosed is a slightly tweaked and lightly tested version. > > Changes from previous: > > 1) Modify linux/syscalls.master in i386 & amd64 instead of mucking a > generated file. > > 2) For symmetry also ignore msg_controllen in linux_to_bsd_msghdr. The patch is still missing changes to sys/amd64/linux32/linux32_dummy.c, but otherwise looks good. -- Andriy Gapon