mbox series

[net-next,0/4] last part of termination improvements

Message ID 20191116164732.47059-1-kgraul@linux.ibm.com
Headers show
Series last part of termination improvements | expand

Message

Karsten Graul Nov. 16, 2019, 4:47 p.m. UTC
Patches 1 and 2 finish the set of termination patches, introducing 
a reboot handler that terminates all link groups. Patch 3 adds an 
rcu_barrier before the module is unloaded, and patch 4 is cleanup.

Ursula Braun (4):
  net/smc: introduce bookkeeping of SMCR link groups
  net/smc: guarantee removal of link groups in reboot
  net/smc: use rcu_barrier() on module unload
  net/smc: remove unused constant

 net/smc/af_smc.c    | 20 +++++++++++++++-----
 net/smc/smc_close.c |  2 --
 net/smc/smc_core.c  | 39 +++++++++++++++++++++++++++++++++++++++
 net/smc/smc_core.h  |  1 +
 net/smc/smc_ib.c    |  4 +++-
 net/smc/smc_ib.h    |  3 +++
 6 files changed, 61 insertions(+), 8 deletions(-)

Comments

David Miller Nov. 16, 2019, 8:27 p.m. UTC | #1
From: Karsten Graul <kgraul@linux.ibm.com>
Date: Sat, 16 Nov 2019 17:47:28 +0100

> Patches 1 and 2 finish the set of termination patches, introducing 
> a reboot handler that terminates all link groups. Patch 3 adds an 
> rcu_barrier before the module is unloaded, and patch 4 is cleanup.

Series applied, thanks.