Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753943AbbGJIp2 (ORCPT ); Fri, 10 Jul 2015 04:45:28 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:33860 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753175AbbGJIpV (ORCPT ); Fri, 10 Jul 2015 04:45:21 -0400 Date: Fri, 10 Jul 2015 10:45:16 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Arjan van de Ven , Andy Lutomirski , the arch/x86 maintainers , Linux Kernel Mailing List , Oleg Nesterov , Kees Cook , Peter Zijlstra , Borislav Petkov , Austin S Hemmelgarn , Brian Gerst , Matthew Garrett Subject: Re: [PATCH] x86/kconfig/32: Make CONFIG_VM86 default to n and remove EXPERT Message-ID: <20150710084516.GA15959@gmail.com> References: <559EC297.3030901@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Content-Length: 1182 Lines: 29 * Linus Torvalds wrote: > [...] > > The one thing we might want to do is to rename the config option, simply to make > sure that people who do "make oldconfig" will actually see the new question and > hopefully pick the new default rather than just getting their old "y" without > even seeing it. Call the option "LEGACY_VM86" or something, perhaps? Absolutely! The 'default n' makes very little sense without changing the name - most distros have the old symbol already and will just grandfather in at whatever value it was. Change the name and also update the help text to make it scarier: point out that it has known quirks and that we don't really trust the code because it's ancient, crippled on the hardware side because vm86 mode was never fully documented by CPU makers, back when x86 CPU makers (and Microsoft) considered virtualization an enemy of Windows revenue. Thanks, Ingo -- 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/