projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
263eec9
)
net/smc: Add warning about remote memory exposure
author
Christoph Hellwig
<
[email protected]
>
Tue, 16 May 2017 06:51:38 +0000
(09:51 +0300)
committer
David S. Miller
<
[email protected]
>
Tue, 16 May 2017 18:49:43 +0000
(14:49 -0400)
The driver explicitly bypasses APIs to register all memory once a
connection is made, and thus allows remote access to memory.
Signed-off-by: Christoph Hellwig <
[email protected]
>
Signed-off-by: Leon Romanovsky <
[email protected]
>
Acked-by: Ursula Braun <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/smc/Kconfig
patch
|
blob
|
history
diff --git
a/net/smc/Kconfig
b/net/smc/Kconfig
index c717ef0896aa2accaee05e3cf4c10d066c61eeb3..33954852f3f89b3bd05595a159e5c2ed56d074ad 100644
(file)
--- a/
net/smc/Kconfig
+++ b/
net/smc/Kconfig
@@
-8,6
+8,10
@@
config SMC
The Linux implementation of the SMC-R solution is designed as
a separate socket family SMC.
+ Warning: SMC will expose all memory for remote reads and writes
+ once a connection is established. Don't enable this option except
+ for tightly controlled lab environment.
+
Select this option if you want to run SMC socket applications
config SMC_DIAG