From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 1/1] __send_signal: pass q->info, not info, to userns_fixup_signal_uid (v2) Date: Mon, 21 Nov 2011 16:45:35 -0800 Message-ID: <20111121164535.6877e112.akpm@linux-foundation.org> References: <20111119004148.GA16259@sergelap> <4EC7D419.1090404@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4EC7D419.1090404-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Jiri Slaby Cc: richard-/L3Ra7n9ekc@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, oleg-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, eparis-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, "Eric W. Biederman" List-Id: containers.vger.kernel.org On Sat, 19 Nov 2011 17:06:49 +0100 Jiri Slaby wrote: > On 11/19/2011 01:41 AM, Serge Hallyn wrote: > > Eric Biederman pointed out that passing info is a bug and could lead > > to a NULL pointer deref to boot. > > It would be great if you could describe what bug you are fixing in fact > in the commit log. "Something that could lead to a bug" is not helpful > at all. > > A link to the thread where Eric pointed *that* out would be enough. What Serge is secretly hiding from everyone is that this patch is a fixup against his earlier "user namespace: make signal.c respect user namespaces v5". So the fix isn't very interesting for people who aren't running that patch.