From owner-freebsd-emulation@FreeBSD.ORG Sun Feb 27 10:10:12 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 7D8711065673 for ; Sun, 27 Feb 2011 10:10:12 +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 6C2BE8FC0A for ; Sun, 27 Feb 2011 10:10:12 +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 p1RAAC0g032955 for ; Sun, 27 Feb 2011 10:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1RAACdM032952; Sun, 27 Feb 2011 10:10:12 GMT (envelope-from gnats) Date: Sun, 27 Feb 2011 10:10:12 GMT Message-Id: <201102271010.p1RAACdM032952@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: Sun, 27 Feb 2011 10:10:12 -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: Sun, 27 Feb 2011 12:01:25 +0200 on 26/02/2011 20:13 Andriy Gapon said the following: > 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. > I wasn't right. Unfortunately, with this patch (unlike its original version) linux skype no longer connects to FreeBSD pulseaudio daemon for me on CURRENT/amd64. So something important seems to have been lost or broken while making the improvements. -- Andriy Gapon