mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC] Remove EXPERIMENTAL for module versioning
@ 2005-12-26 22:00 Sam Ravnborg
  0 siblings, 0 replies; only message in thread
From: Sam Ravnborg @ 2005-12-26 22:00 UTC (permalink / raw)
  To: linux-kernel

Module versioning has since early 2.5 been marked EXPERIMENTAL.
But except for one recent bug fixed already fixed by Robin Holt
I have had no mails about this feature for a long time.
So it is to be considered a stable feature and it will have the
EXPERIMENTAL mark removed.

Let me know if you disagree.

	Sam

diff --git a/init/Kconfig b/init/Kconfig
index ea097e0..11930fb 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -460,8 +460,8 @@ config OBSOLETE_MODPARM
 	  If unsure, say Y.
 
 config MODVERSIONS
-	bool "Module versioning support (EXPERIMENTAL)"
-	depends on MODULES && EXPERIMENTAL
+	bool "Module versioning support"
+	depends on MODULES
 	help
 	  Usually, you have to use modules compiled with your kernel.
 	  Saying Y here makes it sometimes possible to use modules

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-26 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-26 22:00 [RFC] Remove EXPERIMENTAL for module versioning Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®