All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/vfio: remove depends on CONFIG_EXPERIMENTAL
@ 2013-02-23  7:36 Kees Cook
  2013-02-24 17:01 ` Alex Williamson
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2013-02-23  7:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alex Williamson, Kees Cook, kvm, Greg Kroah-Hartman

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 <keescook@chromium.org>
Cc: Alex Williamson <alex.williamson@redhat.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/vfio: remove depends on CONFIG_EXPERIMENTAL
  2013-02-23  7:36 [PATCH] drivers/vfio: remove depends on CONFIG_EXPERIMENTAL Kees Cook
@ 2013-02-24 17:01 ` Alex Williamson
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Williamson @ 2013-02-24 17:01 UTC (permalink / raw)
  To: Kees Cook; +Cc: linux-kernel, kvm, Greg Kroah-Hartman

On Fri, 2013-02-22 at 23:36 -0800, Kees Cook wrote:
> 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 <keescook@chromium.org>
> Cc: Alex Williamson <alex.williamson@redhat.com>
> ---
>  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

Applied.  Thanks,

Alex


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-24 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-23  7:36 [PATCH] drivers/vfio: remove depends on CONFIG_EXPERIMENTAL Kees Cook
2013-02-24 17:01 ` Alex Williamson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.