commit | eace92e31bbbd4b8707977536b623d2229c67243 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Jul 29 11:22:58 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 29 11:22:58 2017 -0700 |
tree | aeba542906415b93991296bbae5ad5f983587bcc | |
parent | bdb0effcc0a9e636c0a5406bc2eb78474436143d [diff] | |
parent | 10428dd8354cc1c74ee806df45c2227c1f9d7b0c [diff] |
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>