From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753144AbaHKSPa (ORCPT ); Mon, 11 Aug 2014 14:15:30 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:48895 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506AbaHKSP3 (ORCPT ); Mon, 11 Aug 2014 14:15:29 -0400 Date: Mon, 11 Aug 2014 11:15:21 -0700 From: josh@joshtriplett.org To: Linus Torvalds Cc: Andrew Morton , Sam Ravnborg , David Rientjes , "Luis R. Rodriguez" , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , the arch/x86 maintainers , Linux Kernel Mailing List Subject: Re: [PATCH v3 2/2] x86: Add "make tinyconfig" to configure the tiniest possible kernel Message-ID: <20140811181521.GA29208@cloud> References: <20140807190243.GA5580@jtriplet-mobl1> <20140809001010.GA9437@jtriplet-mobl1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 08, 2014 at 06:22:20PM -0700, Linus Torvalds wrote: > On Fri, Aug 8, 2014 at 5:10 PM, Josh Triplett wrote: > > Since commit 5d2acfc7b974bbd3858b4dd3f2cdc6362dd8843a ("kconfig: make > > allnoconfig disable options behind EMBEDDED and EXPERT") in 3.15-rc1, > > "make allnoconfig" disables every possible config option. > > May I suggest pushing these through the kbuild tree, rather than > (judging by the people cc'd) the x86 trees? By all means; v3 seems sufficiently generic that it makes more sense for both of these patches to go in through a kbuild tree, or something else suitably general such as Andrew's tree. Would someone mind picking it up, please? - Josh Triplett