Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756025Ab3EGWxd (ORCPT ); Tue, 7 May 2013 18:53:33 -0400 Received: from mail-bk0-f47.google.com ([209.85.214.47]:35883 "EHLO mail-bk0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752219Ab3EGWxc (ORCPT ); Tue, 7 May 2013 18:53:32 -0400 MIME-Version: 1.0 X-Originating-IP: [212.159.75.221] In-Reply-To: <20130507204643.3ACA416E@viggo.jf.intel.com> References: <20130507204642.D010DDC1@viggo.jf.intel.com> <20130507204643.3ACA416E@viggo.jf.intel.com> Date: Tue, 7 May 2013 23:53:30 +0100 X-Google-Sender-Auth: zqRhE--0wpDzySIY0WiInx31qVI Message-ID: Subject: Re: [PATCH 1/7] consolidate per-arch stack overflow debugging options From: James Hogan To: Dave Hansen Cc: mmarek@suse.cz, linux-kbuild@vger.kernel.org, LKML Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2260 Lines: 49 On 7 May 2013 21:46, Dave Hansen wrote: > > From: Dave Hansen > > Several architectures have similar stack debugging config options. > They all pretty much do the same thing, some with slightly > differing help text. > > This patch changes the architectures to instead enable a Kconfig > boolean, and then use that boolean in the generic Kconfig.debug > to present the actual menu option. This removes a bunch of > duplication and adds consistency across arches. > > Signed-off-by: Dave Hansen > Reviewed-by: H. Peter Anvin > Reviewed-by: James Hogan > Acked-by: Chris Metcalf [for tile] > Signed-off-by: Dave Hansen > --- > > linux.git-davehans/arch/blackfin/Kconfig | 1 + > linux.git-davehans/arch/blackfin/Kconfig.debug | 7 ------- > linux.git-davehans/arch/frv/Kconfig | 1 + > linux.git-davehans/arch/frv/Kconfig.debug | 4 ---- > linux.git-davehans/arch/m32r/Kconfig | 1 + > linux.git-davehans/arch/m32r/Kconfig.debug | 7 ------- > linux.git-davehans/arch/mips/Kconfig | 1 + > linux.git-davehans/arch/mips/Kconfig.debug | 9 --------- > linux.git-davehans/arch/mn10300/Kconfig | 1 + > linux.git-davehans/arch/mn10300/Kconfig.debug | 4 ---- > linux.git-davehans/arch/powerpc/Kconfig | 1 + > linux.git-davehans/arch/powerpc/Kconfig.debug | 7 ------- > linux.git-davehans/arch/tile/Kconfig | 1 + > linux.git-davehans/arch/tile/Kconfig.debug | 7 ------- > linux.git-davehans/arch/x86/Kconfig | 1 + > linux.git-davehans/arch/x86/Kconfig.debug | 10 ---------- > linux.git-davehans/lib/Kconfig.debug | 21 +++++++++++++++++++++ > 17 files changed, 29 insertions(+), 55 deletions(-) Now that metag, arc, and openrisc architectures are merged, maybe you could convert them too? Cheers James -- 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/