netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] TIPC: Removing EXPERIMENTAL label
@ 2012-05-21  5:59 Jon Maloy
  2012-05-21  5:59 ` [PATCH 2/3] TIPC: Adding new developers to maintainers list Jon Maloy
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jon Maloy @ 2012-05-21  5:59 UTC (permalink / raw)
  To: David Miller
  Cc: netdev, tipc-discussion, ying.xue, erik.hugne, allan.stephens,
	maloy, Jon Maloy

With the latest series of patches from Paul Gortmaker and Allan
Stephens TIPC is now functionally mature and stable enough to
justify removal of the EXPERIMENTAL label.

Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
---
 net/tipc/Kconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/tipc/Kconfig b/net/tipc/Kconfig
index 2c5954b..fdc1625 100644
--- a/net/tipc/Kconfig
+++ b/net/tipc/Kconfig
@@ -3,8 +3,8 @@
 #
 
 menuconfig TIPC
-	tristate "The TIPC Protocol (EXPERIMENTAL)"
-	depends on INET && EXPERIMENTAL
+	tristate "The TIPC Protocol"
+	depends on INET
 	---help---
 	  The Transparent Inter Process Communication (TIPC) protocol is
 	  specially designed for intra cluster communication. This protocol
-- 
1.7.9.5

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

end of thread, other threads:[~2012-05-25 20:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-21  5:59 [PATCH 1/3] TIPC: Removing EXPERIMENTAL label Jon Maloy
2012-05-21  5:59 ` [PATCH 2/3] TIPC: Adding new developers to maintainers list Jon Maloy
2012-05-21  6:37   ` David Miller
2012-05-21  5:59 ` [PATCH 3/3] TIPC: Stepping TIPC version to 2.1.0 Jon Maloy
2012-05-21  6:40   ` David Miller
2012-05-21  6:39 ` [PATCH 1/3] TIPC: Removing EXPERIMENTAL label David Miller
2012-05-24 19:58   ` Paul Gortmaker
2012-05-24 20:12     ` David Miller
2012-05-25 19:05       ` Paul Gortmaker
2012-05-25 20:24         ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).