From: Ursula Braun <ubraun@linux.vnet.ibm.com>
To: davem@davemloft.net
Cc: hch@lst.de, netdev@vger.kernel.org, linux-rdma@vger.kernel.org,
linux-s390@vger.kernel.org, jwi@linux.vnet.ibm.com,
schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com,
raspl@linux.vnet.ibm.com, ubraun@linux.vnet.ibm.com
Subject: [PATCH net-next 06/10] net/smc: remove Kconfig warning
Date: Fri, 28 Jul 2017 13:56:18 +0200 [thread overview]
Message-ID: <20170728115622.17247-7-ubraun@linux.vnet.ibm.com> (raw)
In-Reply-To: <20170728115622.17247-1-ubraun@linux.vnet.ibm.com>
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>
---
net/smc/Kconfig | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net/smc/Kconfig b/net/smc/Kconfig
index 33954852f3f8..c717ef0896aa 100644
--- a/net/smc/Kconfig
+++ b/net/smc/Kconfig
@@ -8,10 +8,6 @@ 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
--
2.11.2
next prev parent reply other threads:[~2017-07-28 11:56 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-28 11:56 [PATCH net-next 00/10] net/smc: get rid of unsafe_global_rkey Ursula Braun
[not found] ` <20170728115622.17247-1-ubraun-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2017-07-28 11:56 ` [PATCH net-next 01/10] net/smc: serialize connection creation in all cases Ursula Braun
2017-07-28 11:56 ` [PATCH net-next 02/10] net/smc: shorten local bufsize variables Ursula Braun
2017-07-28 11:56 ` [PATCH net-next 09/10] net/smc: cleanup function __smc_buf_create() Ursula Braun
2017-07-28 11:56 ` [PATCH net-next 03/10] net/smc: introduce sg-logic for RMBs Ursula Braun
2017-07-28 11:56 ` [PATCH net-next 04/10] net/smc: use separate memory regions " Ursula Braun
2017-07-28 11:56 ` [PATCH net-next 05/10] net/smc: register RMB-related memory region Ursula Braun
2017-07-28 11:56 ` Ursula Braun [this message]
2017-07-28 11:56 ` [PATCH net-next 07/10] net/smc: introduce sg-logic for send buffers Ursula Braun
2017-07-28 11:56 ` [PATCH net-next 08/10] net/smc: common functions for RMBs and " Ursula Braun
2017-07-28 11:56 ` [PATCH net-next 10/10] net/smc: synchronize buffer usage with device Ursula Braun
2017-07-29 18:23 ` [PATCH net-next 00/10] net/smc: get rid of unsafe_global_rkey David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170728115622.17247-7-ubraun@linux.vnet.ibm.com \
--to=ubraun@linux.vnet.ibm.com \
--cc=davem@davemloft.net \
--cc=hch@lst.de \
--cc=heiko.carstens@de.ibm.com \
--cc=jwi@linux.vnet.ibm.com \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=raspl@linux.vnet.ibm.com \
--cc=schwidefsky@de.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).