Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751573AbaJTLzU (ORCPT ); Mon, 20 Oct 2014 07:55:20 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:33308 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750996AbaJTLzS (ORCPT ); Mon, 20 Oct 2014 07:55:18 -0400 X-Originating-IP: 50.43.41.112 Date: Mon, 20 Oct 2014 04:55:11 -0700 From: Josh Triplett To: Johannes Berg Cc: Aristeu Rozanski , linux-kernel@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [PATCH] tiny: reverse logic for DISABLE_DEV_COREDUMP Message-ID: <20141020115511.GA28133@thin> References: <20141016133658.GP5930@redhat.com> <20141016134430.GB7664@thin> <20141016154949.GR5930@redhat.com> <1413798151.10246.10.camel@jlt4.sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413798151.10246.10.camel@jlt4.sipsolutions.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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_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 allnconfig or tinyconfig) will effectively disable device > > coredump. > > > > Cc: Greg Kroah-Hartman > > Cc: Josh Triplett > > Cc: Johannes Berg > > Reviewed-by: Johannes Berg > Acked-by: Johannes Berg > > Yeah, looks sensible, and should work. Thanks. 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 window. - Josh Triplett -- 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/