Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755996Ab3DPIr1 (ORCPT ); Tue, 16 Apr 2013 04:47:27 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:46319 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751570Ab3DPIrY (ORCPT ); Tue, 16 Apr 2013 04:47:24 -0400 Date: Tue, 16 Apr 2013 09:46:24 +0100 From: Will Deacon To: Oleg Nesterov Cc: Andrew Morton , Benjamin Herrenschmidt , Frederic Weisbecker , Jan Kratochvil , Ingo Molnar , Paul Mackerras , Paul Mundt , Prasad , Russell King , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 3/5] ptrace/arm: Revert "hw_breakpoints: Fix racy access to ptrace breakpoints" Message-ID: <20130416084624.GB30756@mudshark.cambridge.arm.com> References: <20130414160501.GA7612@redhat.com> <20130414160534.GA7650@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130414160534.GA7650@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 26 On Sun, Apr 14, 2013 at 05:05:34PM +0100, Oleg Nesterov wrote: > This reverts commit bf0b8f4b55e591ba417c2dbaff42769e1fc773b0. > > The patch was fine but we can no longer race with SIGKILL after > 9899d11f "ptrace: ensure arch_ptrace/ptrace_request can never race > with SIGKILL", the __TASK_TRACED tracee can't be woken up and > ->ptrace_bps[] can't go away. > > Signed-off-by: Oleg Nesterov > Cc: Russell King > Cc: Will Deacon > --- > arch/arm/kernel/ptrace.c | 8 -------- > 1 files changed, 0 insertions(+), 8 deletions(-) Looks fine to me. Seems as though I missed arch/arm64/, so nothing to change there. Acked-by: Will Deacon Will -- 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/