Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-30 Thread Johannes Berg
On Tue, 2014-10-21 at 06:18 +0800, Greg Kroah-Hartman wrote: > > I've added this to the tiny/reverse-dev-coredump branch of my > > tinification tree at > > https://git.kernel.org/cgit/linux/kernel/git/josh/linux.git/ , with > > Johannes' review, and I'll push it upstream during the 3.19 merge > >

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-20 Thread josh
On Tue, Oct 21, 2014 at 06:18:00AM +0800, Greg Kroah-Hartman wrote: > On Mon, Oct 20, 2014 at 04:55:11AM -0700, Josh Triplett wrote: > > On Mon, Oct 20, 2014 at 11:42:31AM +0200, Johannes Berg wrote: > > > On Thu, 2014-10-16 at 11:49 -0400, Aristeu Rozanski wrote: > > > > It's desirable for allncon

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-20 Thread Greg Kroah-Hartman
On Mon, Oct 20, 2014 at 04:55:11AM -0700, Josh Triplett wrote: > On Mon, Oct 20, 2014 at 11:42:31AM +0200, Johannes Berg wrote: > > On Thu, 2014-10-16 at 11:49 -0400, Aristeu Rozanski wrote: > > > It's desirable for allnconfig and tinyconfig targets to result in the > > > least amount of code possi

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-20 Thread Josh Triplett
On Mon, Oct 20, 2014 at 11:42:31AM +0200, Johannes Berg wrote: > On Thu, 2014-10-16 at 11:49 -0400, Aristeu Rozanski wrote: > > It's desirable for allnconfig and tinyconfig targets to result in the > > least amount of code possible. DISABLE_DEV_COREDUMP exists as a way to > > switch off DEV_COREDUM

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-20 Thread Johannes Berg
On Thu, 2014-10-16 at 11:49 -0400, Aristeu Rozanski wrote: > It's desirable for allnconfig and tinyconfig targets to result in the > least amount of code possible. DISABLE_DEV_COREDUMP exists as a way to > switch off DEV_COREDUMP regardless if any drivers select > WANT_DEV_COREDUMP. > > This patch

[PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-16 Thread Aristeu Rozanski
It's desirable for allnconfig and tinyconfig targets to result in the least amount of code possible. DISABLE_DEV_COREDUMP exists as a way to switch off DEV_COREDUMP regardless if any drivers select WANT_DEV_COREDUMP. This patch renames the option to ENABLE_DEV_COREDUMP and setting it to 'n' (as in

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-16 Thread Josh Triplett
On Thu, Oct 16, 2014 at 09:36:58AM -0400, Aristeu Rozanski wrote: > (This time Cc'ing Johannes) This kind of note shouldn't be in the commit-message portion of the commit. > It's desirable for allnconfig and tinyconfig targets to result in the > least amount of code possible. DISABLE_DEV_COREDUMP

[PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-16 Thread Aristeu Rozanski
(This time Cc'ing Johannes) It's desirable for allnconfig and tinyconfig targets to result in the least amount of code possible. DISABLE_DEV_COREDUMP exists as a way to switch off DEV_COREDUMP regardless if any drivers select WANT_DEV_COREDUMP. This patch renames the option to ENABLE_DEV_COREDUMP

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-16 Thread Aristeu Rozanski
On Thu, Oct 16, 2014 at 12:24:05PM +0200, Josh Triplett wrote: > I agree; I'm just saying blame me rather than Aristeu. :) Thanks Josh, but I should have used my brain and realized it's just the Kconfig. Will resubmit it shortly. -- Aristeu -- To unsubscribe from this list: send the line "unsub

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-16 Thread Greg Kroah-Hartman
On Thu, Oct 16, 2014 at 05:51:58AM +0200, Josh Triplett wrote: > On Thu, Oct 16, 2014 at 01:14:46AM +0200, Greg Kroah-Hartman wrote: > > On Wed, Oct 15, 2014 at 11:25:23AM -0400, Aristeu Rozanski wrote: > > > It's desirable for allnconfig and tinyconfig targets to result in the > > > least amount o

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-16 Thread Josh Triplett
On Thu, Oct 16, 2014 at 12:18:43PM +0200, Greg Kroah-Hartman wrote: > On Thu, Oct 16, 2014 at 05:51:58AM +0200, Josh Triplett wrote: > > On Thu, Oct 16, 2014 at 01:14:46AM +0200, Greg Kroah-Hartman wrote: > > > On Wed, Oct 15, 2014 at 11:25:23AM -0400, Aristeu Rozanski wrote: > > > > It's desirable

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-15 Thread Josh Triplett
On Thu, Oct 16, 2014 at 01:14:46AM +0200, Greg Kroah-Hartman wrote: > On Wed, Oct 15, 2014 at 11:25:23AM -0400, Aristeu Rozanski wrote: > > It's desirable for allnconfig and tinyconfig targets to result in the > > least amount of code possible. DISABLE_DEV_COREDUMP exists as a way to > > switch off

Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-15 Thread Greg Kroah-Hartman
On Wed, Oct 15, 2014 at 11:25:23AM -0400, Aristeu Rozanski wrote: > It's desirable for allnconfig and tinyconfig targets to result in the > least amount of code possible. DISABLE_DEV_COREDUMP exists as a way to > switch off DEV_COREDUMP regardless if any drivers select > WANT_DEV_COREDUMP. > > Thi

[PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP

2014-10-15 Thread Aristeu Rozanski
It's desirable for allnconfig and tinyconfig targets to result in the least amount of code possible. DISABLE_DEV_COREDUMP exists as a way to switch off DEV_COREDUMP regardless if any drivers select WANT_DEV_COREDUMP. This patch renames the option to ENABLE_DEV_COREDUMP and setting it to 'n' (as in