From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754361AbZBIBzE (ORCPT ); Sun, 8 Feb 2009 20:55:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753543AbZBIByy (ORCPT ); Sun, 8 Feb 2009 20:54:54 -0500 Received: from mx1.redhat.com ([66.187.233.31]:55620 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752934AbZBIByx (ORCPT ); Sun, 8 Feb 2009 20:54:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Oleg Nesterov X-Fcc: ~/Mail/linus Cc: Andrew Morton , Ingo Molnar , Markus Metzger , linux-kernel@vger.kernel.org Subject: Re: [PATCH, for 2.6.29] ptrace: fix the usage of ptrace_fork() In-Reply-To: Oleg Nesterov's message of Monday, 9 February 2009 02:28:24 +0100 <20090209012824.GA26461@redhat.com> References: <20090209010233.GA26444@redhat.com> <20090209012824.GA26461@redhat.com> X-Antipastobozoticataclysm: Bariumenemanilow Message-Id: <20090209015402.077ECFC330@magilla.sf.frob.com> Date: Sun, 8 Feb 2009 17:54:01 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I didn't review the new ptrace BTS magic in detail either. I'm not surprised it's fraught with these cans of worms. Personally, I doubt it's worth trying to make it right before we clean up ptrace a bunch more so it becomes much more straightforward to manage this stuff. Thanks, Roland