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 From: Christoph Hellwig Date: Fri, 21 Mar 2008 14:07:08 +0000 Subject: Re: [PATCH 6/8] ptrace: arch_ptrace -ENOSYS return Message-Id: <20080321140708.GA30540@infradead.org> List-Id: References: <20080319211714.8B14226F995@magilla.localdomain> <20080319212024.EA03126F995@magilla.localdomain> <20080320081658.0B23826F995@magilla.localdomain> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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 (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4253CDDF6B for ; Sat, 22 Mar 2008 01:07:52 +1100 (EST) Date: Fri, 21 Mar 2008 10:07:08 -0400 From: Christoph Hellwig To: Thomas Gleixner 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 In-Reply-To: Cc: linux-arch@vger.kernel.org, tony.luck@intel.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, David Miller , linuxppc-dev@ozlabs.org, Paul Mackerras , sparclinux@vger.kernel.org, Andrew Morton , Linus Torvalds , Ingo Molnar , Roland McGrath , Richard Henderson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.