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

net/smc: remove Kconfig warning

Now separate memory regions are created and registered for separate
RMBs. The unsafe_global_rkey of the protection domain is no longer
used. Thus the exposing memory warning can be removed.

Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ursula Braun and committed by
David S. Miller
d5b361b0 652a1e41

-4
-4
net/smc/Kconfig
··· 8 8 The Linux implementation of the SMC-R solution is designed as 9 9 a separate socket family SMC. 10 10 11 - Warning: SMC will expose all memory for remote reads and writes 12 - once a connection is established. Don't enable this option except 13 - for tightly controlled lab environment. 14 - 15 11 Select this option if you want to run SMC socket applications 16 12 17 13 config SMC_DIAG