From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 5 Jun 2013 13:01:00 +0200 From: Willy Tarreau To: Luis Henriques Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Oleg Nesterov , Linus Torvalds , Colin King , Tim Gardner , John Johansen Subject: Re: [ 020/184] ptrace: ensure arch_ptrace/ptrace_request can never Message-ID: <20130605110100.GA27897@1wt.eu> References: <20130604172131.136042108@1wt.eu> <87sj0wucft.fsf@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87sj0wucft.fsf@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Jun 05, 2013 at 10:36:06AM +0100, Luis Henriques wrote: > Willy Tarreau writes: > > > 2.6.32-longterm review patch. If anyone has any objections, please let me know. > > > > ------------------ > > race with SIGKILL > > > > From: Oleg Nesterov > > > > ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL > > > > This patch actually introduce a regression in the Ubuntu kernel. You > may want to include the fix below. > > http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-lucid.git;a=commit;h=d06bbd59e5c7a0e0525af764a897028d6d352c36 Thanks for letting me know, Luis. Queuing it now. Willy