Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934089Ab3ECRTY (ORCPT ); Fri, 3 May 2013 13:19:24 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:63335 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933603Ab3ECRTW (ORCPT ); Fri, 3 May 2013 13:19:22 -0400 Date: Fri, 3 May 2013 10:19:20 -0700 (PDT) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: "H. Peter Anvin" cc: Borislav Petkov , Michal Marek , Randy Dunlap , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org, penberg@kernel.org, levinsasha928@gmail.com, mtosatti@redhat.com, tglx@linutronix.de, bp@suse.de, fengguang.wu@intel.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/urgent] x86/kconfig: Add a Kconfig shortcut for building working KVM guest kernels In-Reply-To: Message-ID: References: <20130426095140.GA15361@pd.tnic> <5182AB66.6020307@linux.intel.com> <20130502194556.GB3553@gmail.com> <20130502200703.GE16684@pd.tnic> <20130503142900.GA3433@pd.tnic> <5183CFAC.8020005@infradead.org> <20130503150818.GC3433@pd.tnic> <5183D357.8000204@suse.cz> <20130503153134.GD3433@pd.tnic> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 691 Lines: 15 On Fri, 3 May 2013, H. Peter Anvin wrote: > For minimal you'd probably use yes n | ... > Works fine unless kvm_guest.config enables an option that requires a numbered choice, such as CONFIG_EXPERT enabling the the ability to select CONFIG_SLOB from the list of allocators. Instead of relying on yes(1), I think you'll need to modify this custom script to explicitly disable remaining options and select the default when there's a choice. -- 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/