Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/rds: remove depends on CONFIG_EXPERIMENTAL

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.

CC: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
CC: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
Acked-by: David S. Miller <davem@davemloft.net>

Kees Cook e34430ee 663ef0d1

+2 -2
+2 -2
net/rds/Kconfig
··· 1 1 2 2 config RDS 3 - tristate "The RDS Protocol (EXPERIMENTAL)" 4 - depends on INET && EXPERIMENTAL 3 + tristate "The RDS Protocol" 4 + depends on INET 5 5 ---help--- 6 6 The RDS (Reliable Datagram Sockets) protocol provides reliable, 7 7 sequenced delivery of datagrams over Infiniband, iWARP,