From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 6/8] ptrace: arch_ptrace -ENOSYS return Date: Fri, 21 Mar 2008 10:07:08 -0400 Message-ID: <20080321140708.GA30540@infradead.org> References: <20080319211714.8B14226F995@magilla.localdomain> <20080319212024.EA03126F995@magilla.localdomain> <20080320081658.0B23826F995@magilla.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: sparclinux-owner@vger.kernel.org To: Thomas Gleixner Cc: Roland McGrath , Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Ingo Molnar , David Miller , sparclinux@vger.kernel.org, Paul Mackerras , linuxppc-dev@ozlabs.org, Richard Henderson , tony.luck@intel.com, linux-ia64@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Fri, Mar 21, 2008 at 02:50:01PM +0100, Thomas Gleixner wrote: > What about adding a CONFIG_ARCH_HAS_PTRACE2, which is set by the archs > which are converted. For those which are not you add a fallback > implementation: Bah. Folks, we're talking about adding a single new argument to a single function implemented by our 24 architectures. This is a trivial almost scriptable conversion. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([18.85.46.34]:53175 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754198AbYCUOHq (ORCPT ); Fri, 21 Mar 2008 10:07:46 -0400 Date: Fri, 21 Mar 2008 10:07:08 -0400 From: Christoph Hellwig Subject: Re: [PATCH 6/8] ptrace: arch_ptrace -ENOSYS return Message-ID: <20080321140708.GA30540@infradead.org> References: <20080319211714.8B14226F995@magilla.localdomain> <20080319212024.EA03126F995@magilla.localdomain> <20080320081658.0B23826F995@magilla.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Thomas Gleixner Cc: Roland McGrath , Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Ingo Molnar , David Miller , sparclinux@vger.kernel.org, Paul Mackerras , linuxppc-dev@ozlabs.org, Richard Henderson , tony.luck@intel.com, linux-ia64@vger.kernel.org Message-ID: <20080321140708._26RIYRKy2G9DcLM6PczMRUN1Qk2gAGhM7qcbcv77ow@z> On Fri, Mar 21, 2008 at 02:50:01PM +0100, Thomas Gleixner wrote: > What about adding a CONFIG_ARCH_HAS_PTRACE2, which is set by the archs > which are converted. For those which are not you add a fallback > implementation: Bah. Folks, we're talking about adding a single new argument to a single function implemented by our 24 architectures. This is a trivial almost scriptable conversion.