OSDN Git Service

Merge branch 'smc-get-rid-of-unsafe_global_rkey'
authorDavid S. Miller <davem@davemloft.net>
Sat, 29 Jul 2017 18:22:58 +0000 (11:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Jul 2017 18:22:58 +0000 (11:22 -0700)
commiteace92e31bbbd4b8707977536b623d2229c67243
treeaeba542906415b93991296bbae5ad5f983587bcc
parentbdb0effcc0a9e636c0a5406bc2eb78474436143d
parent10428dd8354cc1c74ee806df45c2227c1f9d7b0c
Merge branch 'smc-get-rid-of-unsafe_global_rkey'

Ursula Braun says:

====================
net/smc: get rid of unsafe_global_rkey

The smc code uses the unsafe_global_rkey, exposing all memory for
remote reads and writes once a connection is established.
Here is now a patch series to get rid of unsafe_global_rkey usage.
Main idea is to switch to SG-logic and separate memory regions for RMBs.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>