From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755208Ab3AKRMD (ORCPT ); Fri, 11 Jan 2013 12:12:03 -0500 Received: from multi.imgtec.com ([194.200.65.239]:56824 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754262Ab3AKRMB (ORCPT ); Fri, 11 Jan 2013 12:12:01 -0500 Message-ID: <50F04787.6030206@imgtec.com> Date: Fri, 11 Jan 2013 17:10:31 +0000 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Dave Hansen CC: , , "Mike Frysinger" , David Howells , "Hirokazu Takata" , Ralf Baechle , "Koichi Yasutake" , Benjamin Herrenschmidt , Paul Mackerras , Chris Metcalf , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , , Subject: Re: [PATCH] consolidate per-arch stack overflow debugging options References: <20130111170043.D7CC39DC@kernel.stglabs.ibm.com> In-Reply-To: <20130111170043.D7CC39DC@kernel.stglabs.ibm.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.65] X-SEF-Processed: 7_3_0_01181__2013_01_11_17_11_52 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/01/13 17:00, Dave Hansen wrote: > > I'm looking for some Acked-bys on this from the various arch > maintainers that it affects. I'd like to send it up to Linus > in the next merge window. This is part of a larger series to > clean up the "Kernel Hacking" menu: > > https://lkml.org/lkml/2012/12/17/306 > > -- > > 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 > Cc: Mike Frysinger > Cc: David Howells > Cc: Hirokazu Takata > Cc: Ralf Baechle > Cc: Koichi Yasutake > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Chris Metcalf > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: H. Peter Anvin > Cc: x86@kernel.org > Cc: uclinux-dist-devel@blackfin.uclinux.org Reviewed-by: James Hogan (I can use this for arch/metag too). Cheers James