From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nh9FU-0003IK-H7 for qemu-devel@nongnu.org; Mon, 15 Feb 2010 17:17:00 -0500 Received: from [199.232.76.173] (port=48087 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nh9FU-0003I6-5F for qemu-devel@nongnu.org; Mon, 15 Feb 2010 17:17:00 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nh9FS-0006P4-Sp for qemu-devel@nongnu.org; Mon, 15 Feb 2010 17:16:59 -0500 Received: from verein.lst.de ([213.95.11.210]:33894) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Nh9FS-0006OW-C9 for qemu-devel@nongnu.org; Mon, 15 Feb 2010 17:16:58 -0500 Date: Mon, 15 Feb 2010 23:16:38 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] Heads up: glibc preadv emulation breaks qemu on older kernels Message-ID: <20100215221638.GA19495@lst.de> References: <20100211190608.GA26410@amd.home.annexia.org> <20100212125238.GA22221@lst.de> <20100212135044.GA24209@lst.de> <4B758FD9.2010807@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B758FD9.2010807@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "Richard W.M. Jones" , Christoph Hellwig , qemu-devel@nongnu.org On Fri, Feb 12, 2010 at 11:28:57AM -0600, Anthony Liguori wrote: > >Yes. The BSDs tend to not play stupid emulation games in the libc, so > >changes of these kinds of messups to happen are far less. > > > > In all fairness, I seem to recall there being a problem with the kernel > implementation of preadv/pwritev too. I would be surprised by that as it's just an entirely trivial entry point to long existant infrastructure. I even checked the commit logs and that code hasn't been touched at all since the initial commit. So if people have problems with it, please report it..