From: Greg KH <gregkh@suse.de>
To: Hillf Danton <dhillf@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fix freeing user_struct in user cache
Date: Fri, 24 Dec 2010 09:14:59 -0800 [thread overview]
Message-ID: <20101224171459.GA31815@suse.de> (raw)
In-Reply-To: <AANLkTi=PwGXTKKyXDA1sckosbGmeo+D0bGuXt3Jb-ttc@mail.gmail.com>
On Fri, Dec 24, 2010 at 10:24:02PM +0800, Hillf Danton wrote:
> On Fri, Dec 24, 2010 at 11:55 AM, Greg KH <gregkh@suse.de> wrote:
> > On Thu, Dec 23, 2010 at 08:52:34PM +0800, Hillf Danton wrote:
> >> When racing on adding into user cache, the new allocated from mm slab
> >> is freed without putting user namespace.
> >>
> >> Since the user namespace is already operated by getting, putting has
> >> to be issued.
> >>
> >> btw, it could be freed out of lock?
> >>
> >> Signed-off-by: Hillf Danton <dhillf@gmail.com>
> >> ---
> >>
> >> --- a/kernel/user.c 2010-11-01 19:54:12.000000000 +0800
> >> +++ b/kernel/user.c 2010-12-23 20:42:00.000000000 +0800
> >> @@ -158,6 +158,7 @@ struct user_struct *alloc_uid(struct use
> >> spin_lock_irq(&uidhash_lock);
> >> up = uid_hash_find(uid, hashent);
> >> if (up) {
> >> + put_user_ns(ns);
> >> key_put(new->uid_keyring);
> >> key_put(new->session_keyring);
> >> kmem_cache_free(uid_cachep, new);
> >
> > Hm, are you sure about this? Also, why send this to me, did I last
> > touch this?
> >
>
> sure with no doubt.
>
> I do not know if you touched that last, but I received the following message,
>
> On Tue, Dec 21, 2010 at 3:42 AM, <gregkh@suse.de> wrote:
> >
> > This is a note to let you know that I've just added the patch titled
> >
> > bonding: Fix slave selection bug.
> >
> > to the 2.6.36-stable tree which can be found at:
> > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>
> so you were Cced since you charge patch delivered.
That was a stable patch, I send all of those out :)
Use scripts/get_maintainer.pl to determine the best person to send this
patch to (hint, it's not me.)
thanks,
greg k-h
next prev parent reply other threads:[~2010-12-24 17:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-23 12:52 [PATCH] fix freeing user_struct in user cache Hillf Danton
2010-12-24 3:55 ` Greg KH
2010-12-24 14:24 ` Hillf Danton
2010-12-24 17:14 ` Greg KH [this message]
2010-12-25 13:56 ` Hillf Danton
[not found] ` <20101229030936.GA9275@mail.hallyn.com>
2010-12-29 13:55 ` Hillf Danton
2010-12-31 14:25 ` Serge E. Hallyn
2010-12-24 23:56 ` 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=20101224171459.GA31815@suse.de \
--to=gregkh@suse.de \
--cc=dhillf@gmail.com \
--cc=linux-kernel@vger.kernel.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.