Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754651Ab1BSR5l (ORCPT ); Sat, 19 Feb 2011 12:57:41 -0500 Received: from smtp5-g21.free.fr ([212.27.42.5]:53057 "EHLO smtp5-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754406Ab1BSR5i (ORCPT ); Sat, 19 Feb 2011 12:57:38 -0500 Message-ID: <4D600485.2030400@free.fr> Date: Sat, 19 Feb 2011 18:57:25 +0100 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Serge E. Hallyn" CC: xemul@parallels.com, containers@lists.linux-foundation.org, kernel list , dhowells@redhat.com, LSM , "Eric W. Biederman" , Kees Cook , Alexey Dobriyan , Michael Kerrisk Subject: Re: [PATCH 7/9] add a user namespace owner of ipc ns References: <20110217150224.GA26334@mail.hallyn.com> <20110217150349.GG26395@mail.hallyn.com> In-Reply-To: <20110217150349.GG26395@mail.hallyn.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 644 Lines: 26 On 02/17/2011 04:03 PM, Serge E. Hallyn wrote: > Changelog: > Feb 15: Don't set new ipc->user_ns if we didn't create a new > ipc_ns. > > Signed-off-by: Serge E. Hallyn > --- Acked-by: Daniel Lezcano [ ... ] > + ns->user_ns = old_ns->user_ns; > + get_user_ns(ns->user_ns); A mindless change. ns->user_ns = get_user_ns(old_ns->user_ns); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/