From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SANDI-0006Ah-Vr for qemu-devel@nongnu.org; Wed, 21 Mar 2012 11:12:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SANDE-0002tR-0f for qemu-devel@nongnu.org; Wed, 21 Mar 2012 11:12:36 -0400 Received: from afflict.kos.to ([92.243.29.197]:35464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SANDD-0002tC-Pc for qemu-devel@nongnu.org; Wed, 21 Mar 2012 11:12:31 -0400 Date: Wed, 21 Mar 2012 17:12:29 +0200 From: Riku Voipio Message-ID: <20120321151229.GA16960@afflict.kos.to> References: <1328277186-21665-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/2] linux-user: Support prctl PR_GET/SET_NAME List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org Hi, looks like I'll be busy for the rest of the of the month :/ Riku On Tue, Mar 20, 2012 at 11:47:01AM +0000, Peter Maydell wrote: > Ping^3 (past the six-week mark now...) >=20 > -- PMM >=20 > On 8 March 2012 14:20, Peter Maydell wrote: > > Ping^2 ? > > > > -- PMM > > > > On 22 February 2012 22:55, Peter Maydell w= rote: > >> Ping? > >> > >> On 3 February 2012 13:53, Peter Maydell w= rote: > >>> These patches add support for the prctl options PR_GET_NAME > >>> and PR_SET_NAME. In particular, perl 5.14 will use PR_SET_NAME > >>> if you change the value of $0, which means that adduser will > >>> fail if run under qemu with a sufficiently modern perl. > >>> > >>> Patch one is just indentation cleanup, the meat is patch 2. > >>> > >>> The only other prctl options which take pointer arguments are > >>> all architecture specific, so there didn't seem much point in > >>> adding them (they all work like PR_GET_PDEATHSIG in that they > >>> pass an int* to be filled in); we'd have to actually emulate them > >>> if we cared about them. > >>> > >>> Peter Maydell (2): > >>> =C2=A0linux-user/syscall.c: Fix indentation in prctl handling > >>> =C2=A0linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME > >>> > >>> =C2=A0linux-user/syscall.c | =C2=A0 53 ++++++++++++++++++++++++++++= ++++++++------------- > >>> =C2=A01 files changed, 39 insertions(+), 14 deletions(-) > >>> > >>> > >