From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755276Ab3BDTMH (ORCPT ); Mon, 4 Feb 2013 14:12:07 -0500 Received: from mail-ea0-f182.google.com ([209.85.215.182]:44057 "EHLO mail-ea0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755056Ab3BDTMD (ORCPT ); Mon, 4 Feb 2013 14:12:03 -0500 Date: Mon, 4 Feb 2013 20:11:57 +0100 From: Ingo Molnar To: David Rientjes Cc: Greg Kroah-Hartman , Pekka Enberg , Sasha Levin , Randy Dunlap , David Woodhouse , Michal Marek , "H. Peter Anvin" , tglx@linutronix.de, "H. Peter Anvin" , linux-kernel@vger.kernel.org Subject: Re: [patch] config: fix make kvmconfig Message-ID: <20130204191157.GA14837@gmail.com> References: <1356040315.3198.51.camel@shinybook.infradead.org> <1356564746.7010.56.camel@shinybook.infradead.org> <50DB9FA5.6070704@infradead.org> <20130204184436.GA13256@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * David Rientjes wrote: > On Mon, 4 Feb 2013, Ingo Molnar wrote: > > > > arch/x86/Kconfig | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > > > index 6979498..f9459b3 100644 > > > --- a/arch/x86/Kconfig > > > +++ b/arch/x86/Kconfig > > > @@ -606,6 +606,7 @@ config KVMTOOL_TEST_ENABLE > > > select NETWORK_FILESYSTEMS > > > select INET > > > select EXPERIMENTAL > > > + select TTY > > > select SERIAL_8250 > > > select SERIAL_8250_CONSOLE > > > select IP_PNP > > > > There's no 'config TTY' in the kernel AFAICS. > > > > It's added in linux-next by 4f73bc4dd3e8 ("tty: Added a > CONFIG_TTY option to allow removal of TTY"). > > Adding Greg to the cc to figure out which tree this should be > merged through. Greg, please find the patch inline. > > The better alternative would be to remove KVMTOOL_TEST_ENABLE > entirely since it has been sitting in linux-next for over a > year, Linus has said he won't pull it, and it consistently > needs updates both inside and outside of Pekka's tree. Looks like this is a merge artifact then. I'll fix it once Greg's changes hit upstream. 'make kvmconfig' generally works fine in my tree, and I'm using it for testing on an almost daily basis. It's never run by default and you have to actively use it, so it cannot regress any existing code AFAICS. Thanks, Ingo