From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752318AbaHOAzR (ORCPT ); Thu, 14 Aug 2014 20:55:17 -0400 Received: from cantor2.suse.de ([195.135.220.15]:40365 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198AbaHOAzP (ORCPT ); Thu, 14 Aug 2014 20:55:15 -0400 Date: Fri, 15 Aug 2014 02:55:12 +0200 From: "Luis R. Rodriguez" To: Sam Ravnborg Cc: josh@joshtriplett.org, Linus Torvalds , Andrew Morton , David Rientjes , "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: <20140815005512.GU21930@wotan.suse.de> References: <20140807190243.GA5580@jtriplet-mobl1> <20140809001010.GA9437@jtriplet-mobl1> <20140811181521.GA29208@cloud> <20140811193605.GA20482@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140811193605.GA20482@ravnborg.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 11, 2014 at 09:36:06PM +0200, Sam Ravnborg wrote: > On Mon, Aug 11, 2014 at 11:15:21AM -0700, josh@joshtriplett.org wrote: > > 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? > I will take care that they are channeled through kbuild tree. > > We are too late for this merge window so we are not in a hurry. This went in with a helper which I had originally submitted to enable xenconfig but xenconfig patch went nowhere for some reason. What tree should I use to rebase and who should I sent this stuff to? The last series got reviewed bug just collected dust after we agreed on the approach. Luis