From: Riku Voipio <riku.voipio@iki.fi>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/2] linux-user: Support prctl PR_GET/SET_NAME
Date: Wed, 21 Mar 2012 17:12:29 +0200 [thread overview]
Message-ID: <20120321151229.GA16960@afflict.kos.to> (raw)
In-Reply-To: <CAFEAcA82wJociKf7GB_-mUWL0zHi+-94TbS9h0QX2VBrKY918w@mail.gmail.com>
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...)
>
> -- PMM
>
> On 8 March 2012 14:20, Peter Maydell <peter.maydell@linaro.org> wrote:
> > Ping^2 ?
> >
> > -- PMM
> >
> > On 22 February 2012 22:55, Peter Maydell <peter.maydell@linaro.org> wrote:
> >> Ping?
> >>
> >> On 3 February 2012 13:53, Peter Maydell <peter.maydell@linaro.org> wrote:
> >>> 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):
> >>> linux-user/syscall.c: Fix indentation in prctl handling
> >>> linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME
> >>>
> >>> linux-user/syscall.c | 53 ++++++++++++++++++++++++++++++++++++-------------
> >>> 1 files changed, 39 insertions(+), 14 deletions(-)
> >>>
> >>>
> >
prev parent reply other threads:[~2012-03-21 15:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-03 13:53 [Qemu-devel] [PATCH 0/2] linux-user: Support prctl PR_GET/SET_NAME Peter Maydell
2012-02-03 13:53 ` [Qemu-devel] [PATCH 1/2] linux-user/syscall.c: Fix indentation in prctl handling Peter Maydell
2012-02-03 13:53 ` [Qemu-devel] [PATCH 2/2] linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME Peter Maydell
2012-02-22 22:55 ` [Qemu-devel] [PATCH 0/2] linux-user: Support prctl PR_GET/SET_NAME Peter Maydell
2012-03-02 21:18 ` Hector Oron
2012-03-08 14:20 ` Peter Maydell
2012-03-20 11:47 ` Peter Maydell
2012-03-21 15:12 ` Riku Voipio [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120321151229.GA16960@afflict.kos.to \
--to=riku.voipio@iki.fi \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).