From: Andrew Morton <akpm@linux-foundation.org>
To: Manfred Spraul <manfred@colorfullife.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
"Serge E. Hallyn" <serue@us.ibm.com>,
"Eric W. Biederman" <ebiederm@xmission.com>,
Pavel Emelyanov <xemul@openvz.org>,
Sukadev Bhattiprolu <sukadev@us.ibm.com>
Subject: Re: [PATCH 1/2] fix sys_unshare()+SEM_UNDO: add support for CLONE_SYSVSEM
Date: Sun, 13 Apr 2008 11:16:18 -0700 [thread overview]
Message-ID: <20080413111618.eeafc768.akpm@linux-foundation.org> (raw)
In-Reply-To: <4801F038.8020003@colorfullife.com>
On Sun, 13 Apr 2008 13:36:24 +0200 Manfred Spraul <manfred@colorfullife.com> wrote:
> >> + if (unshare_flags & CLONE_SYSVSEM) {
> >> + *new_ulistp = (void*)1;
> >> + }
> >>
> >
> > And can we do anything nicer than this?
> >
> >
> Attached is an alternative. If you prefer it, I'll send another patch set.
Well I suppose we can fiddle with this sort of thing later. Right now the
major concern is the testedness and reviewedness of these changes?
next prev parent reply other threads:[~2008-04-13 18:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-13 8:04 [PATCH 1/2] fix sys_unshare()+SEM_UNDO: add support for CLONE_SYSVSEM Manfred Spraul
2008-04-13 8:59 ` Andrew Morton
2008-04-13 11:36 ` Manfred Spraul
2008-04-13 18:16 ` Andrew Morton [this message]
2008-04-14 14:58 ` Serge E. Hallyn
2008-04-14 19:39 ` Andrew Morton
2008-04-14 21:18 ` Serge E. Hallyn
2008-04-14 21:44 ` Serge E. Hallyn
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=20080413111618.eeafc768.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=ebiederm@xmission.com \
--cc=linux-kernel@vger.kernel.org \
--cc=manfred@colorfullife.com \
--cc=serue@us.ibm.com \
--cc=sukadev@us.ibm.com \
--cc=xemul@openvz.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.