From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755452Ab3BWHgU (ORCPT ); Sat, 23 Feb 2013 02:36:20 -0500 Received: from smtp.outflux.net ([198.145.64.163]:45945 "EHLO smtp.outflux.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750820Ab3BWHgT (ORCPT ); Sat, 23 Feb 2013 02:36:19 -0500 Date: Fri, 22 Feb 2013 23:36:14 -0800 From: Kees Cook To: linux-kernel@vger.kernel.org Cc: Alex Williamson , Kees Cook , kvm@vger.kernel.org, Greg Kroah-Hartman Subject: [PATCH] drivers/vfio: remove depends on CONFIG_EXPERIMENTAL Message-ID: <20130223073614.GA5108@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-HELO: www.outflux.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Signed-off-by: Kees Cook Cc: Alex Williamson --- drivers/vfio/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vfio/pci/Kconfig b/drivers/vfio/pci/Kconfig index e84300b..c41b01e 100644 --- a/drivers/vfio/pci/Kconfig +++ b/drivers/vfio/pci/Kconfig @@ -9,7 +9,7 @@ config VFIO_PCI config VFIO_PCI_VGA bool "VFIO PCI support for VGA devices" - depends on VFIO_PCI && X86 && VGA_ARB && EXPERIMENTAL + depends on VFIO_PCI && X86 && VGA_ARB help Support for VGA extension to VFIO PCI. This exposes an additional region on VGA devices for accessing legacy VGA addresses used by -- 1.7.9.5 -- Kees Cook Chrome OS Security