[PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-07-01 Thread Dave Hansen
From: Dave Hansen Original posting: http://lkml.kernel.org/r/20121214184202.f5409...@kernel.stglabs.ibm.com 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

[PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-07-01 Thread Dave Hansen
From: Dave Hansen d...@linux.vnet.ibm.com Original posting: http://lkml.kernel.org/r/20121214184202.f5409...@kernel.stglabs.ibm.com Several architectures have similar stack debugging config options. They all pretty much do the same thing, some with slightly differing help text. This

Re: [PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-05-07 Thread Dave Hansen
On 05/07/2013 03:53 PM, James Hogan wrote: > On 7 May 2013 21:46, Dave Hansen wrote: >> 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

Re: [PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-05-07 Thread James Hogan
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,

[PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-05-07 Thread Dave Hansen
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

[PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-05-07 Thread Dave Hansen
From: Dave Hansen d...@linux.vnet.ibm.com 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

Re: [PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-05-07 Thread James Hogan
On 7 May 2013 21:46, Dave Hansen d...@sr71.net wrote: From: Dave Hansen d...@linux.vnet.ibm.com 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

Re: [PATCH 1/7] consolidate per-arch stack overflow debugging options

2013-05-07 Thread Dave Hansen
On 05/07/2013 03:53 PM, James Hogan wrote: On 7 May 2013 21:46, Dave Hansen d...@sr71.net wrote: 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