From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxlmJ-00046g-Ts for qemu-devel@nongnu.org; Thu, 29 Nov 2007 10:58:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxlmI-00044z-Sn for qemu-devel@nongnu.org; Thu, 29 Nov 2007 10:58:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxlmI-00044X-GU for qemu-devel@nongnu.org; Thu, 29 Nov 2007 10:58:14 -0500 Received: from partizan.velesys.com ([213.184.230.195]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxlmH-0003dW-Cn for qemu-devel@nongnu.org; Thu, 29 Nov 2007 10:58:13 -0500 Received: from localhost (partizan [10.0.5.24]) by partizan.velesys.com (paritzan.velesys.com) with ESMTP id 38D82341E2C for ; Thu, 29 Nov 2007 17:59:50 +0200 (EET) Received: from partizan.velesys.com ([10.0.5.24]) by localhost (partizan.velesys.com [10.0.5.24]) (amavisd-new, port 10024) with ESMTP id XUupARBDoloi for ; Thu, 29 Nov 2007 17:59:48 +0200 (EET) Received: from localhost.localdomain (chapaj-kas.velesys.com [10.0.3.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by partizan.velesys.com (paritzan.velesys.com) with ESMTP id 7DAE7341E29 for ; Thu, 29 Nov 2007 17:59:48 +0200 (EET) Date: Thu, 29 Nov 2007 17:59:24 +0200 From: "Kirill A. Shutemov" Subject: Re: [Qemu-devel] [PATCH] execve syscall fix Message-ID: <20071129155924.GA4055@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On [Thu, 29.11.2007 22:42], Magnus Damm wrote: > Hi everyone, >=20 > The execve syscall currently fails on sh4 with -EFAULT. I tracked it > down to what looks like a generic problem. This patch makes sure that > the two variables "guest_argp" and "guest_envp" are set to "arg2" and > "arg3" instead of the old NULL values from previous get_user_ual() > calls. >=20 > Execve now works as expected on sh4 with this fix. Please apply. I have already post fix for this bug. No responce yet. http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00612.html --=20 Regards, Kirill A. Shutemov + Belarus, Minsk + Velesys LLC, http://www.velesys.com/ + ALT Linux Team, http://www.altlinux.com/ --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFHTuHcbWYnhzC5v6oRAtCXAJ90A/s5Y/1BkkvE+cfEuaStpXYclgCeOHic ADKJ+6tEKxxYggkklStWjmM= =eEbi -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp--