All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
@ 2013-02-23  7:29 Kees Cook
  2013-02-23 11:59 ` Dongsheng Song
  2013-02-23 11:59 ` Dongsheng Song
  0 siblings, 2 replies; 25+ messages in thread
From: Kees Cook @ 2013-02-23  7:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: Konrad Rzeszutek Wilk, Jeremy Fitzhardinge, Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin, x86, xen-devel, virtualization,
	Stefano Stabellini, Mukesh Rathor, 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: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Mukesh Rathor <mukesh.rathor@oracle.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 arch/x86/xen/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 93ff4e1..8cada4c 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -53,7 +53,7 @@ config XEN_DEBUG_FS
 
 config XEN_X86_PVH
 	bool "Support for running as a PVH guest (EXPERIMENTAL)"
-	depends on X86_64 && XEN && EXPERIMENTAL
+	depends on X86_64 && XEN
 	default n
 	help
 	   This option enables support for running as a PVH guest (PV guest
-- 
1.7.9.5


-- 
Kees Cook
Chrome OS Security

^ permalink raw reply related	[flat|nested] 25+ messages in thread
* [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
@ 2013-02-23  7:29 Kees Cook
  0 siblings, 0 replies; 25+ messages in thread
From: Kees Cook @ 2013-02-23  7:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jeremy Fitzhardinge, xen-devel, Konrad Rzeszutek Wilk,
	Greg Kroah-Hartman, x86, virtualization, Ingo Molnar,
	H. Peter Anvin, Thomas Gleixner, Mukesh Rathor,
	Stefano Stabellini

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: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Mukesh Rathor <mukesh.rathor@oracle.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 arch/x86/xen/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 93ff4e1..8cada4c 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -53,7 +53,7 @@ config XEN_DEBUG_FS
 
 config XEN_X86_PVH
 	bool "Support for running as a PVH guest (EXPERIMENTAL)"
-	depends on X86_64 && XEN && EXPERIMENTAL
+	depends on X86_64 && XEN
 	default n
 	help
 	   This option enables support for running as a PVH guest (PV guest
-- 
1.7.9.5


-- 
Kees Cook
Chrome OS Security

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

end of thread, other threads:[~2013-02-25 14:37 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-23  7:29 [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL Kees Cook
2013-02-23 11:59 ` Dongsheng Song
2013-02-23 17:03   ` Kees Cook
2013-02-23 17:03   ` Kees Cook
2013-02-23 19:11     ` Konrad Rzeszutek Wilk
2013-02-23 19:11       ` Konrad Rzeszutek Wilk
2013-02-23 20:47       ` Stefano Stabellini
2013-02-23 20:47         ` Stefano Stabellini
2013-02-25  9:25         ` [Xen-devel] " Ian Campbell
2013-02-25  9:25           ` Ian Campbell
2013-02-25  9:25           ` Ian Campbell
2013-02-25 11:57           ` Stefano Stabellini
2013-02-25 11:57             ` Stefano Stabellini
2013-02-24  9:51     ` Dongsheng Song
2013-02-24  9:51     ` Dongsheng Song
2013-02-24 14:40       ` Greg Kroah-Hartman
2013-02-24 14:40         ` Greg Kroah-Hartman
2013-02-25 12:39         ` Stefano Stabellini
2013-02-25 12:39           ` Stefano Stabellini
2013-02-25 12:55           ` Konrad Rzeszutek Wilk
2013-02-25 12:55             ` Konrad Rzeszutek Wilk
2013-02-25 14:37           ` Greg Kroah-Hartman
2013-02-25 14:37           ` Greg Kroah-Hartman
2013-02-23 11:59 ` Dongsheng Song
  -- strict thread matches above, loose matches on Subject: below --
2013-02-23  7:29 Kees Cook

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.