mbox series

[net,0/4] net/smc: fixes 2020-09-03

Message ID 20200903195318.39288-1-kgraul@linux.ibm.com
Headers show
Series net/smc: fixes 2020-09-03 | expand

Message

Karsten Graul Sept. 3, 2020, 7:53 p.m. UTC
Please apply the following patch series for smc to netdev's net tree.

Patch 1 fixes the toleration of older SMC implementations. Patch 2
takes care of a problem that happens when SMCR is used after SMCD
initialization failed. Patch 3 fixes a problem with freed send buffers,
and patch 4 corrects refcounting when SMC terminates due to device
removal.

Thanks,
Karsten

Karsten Graul (1):
  net/smc: fix toleration of fake add_link messages

Ursula Braun (3):
  net/smc: set rx_off for SMCR explicitly
  net/smc: reset sndbuf_desc if freed
  net/smc: fix sock refcounting in case of termination

 net/smc/smc_close.c | 15 ++++++++-------
 net/smc/smc_core.c  |  3 +++
 net/smc/smc_llc.c   | 15 ++++++++++++++-
 3 files changed, 25 insertions(+), 8 deletions(-)

Comments

David Miller Sept. 3, 2020, 11:52 p.m. UTC | #1
From: Karsten Graul <kgraul@linux.ibm.com>
Date: Thu,  3 Sep 2020 21:53:14 +0200

> Please apply the following patch series for smc to netdev's net tree.
> 
> Patch 1 fixes the toleration of older SMC implementations. Patch 2
> takes care of a problem that happens when SMCR is used after SMCD
> initialization failed. Patch 3 fixes a problem with freed send buffers,
> and patch 4 corrects refcounting when SMC terminates due to device
> removal.

Series applied, thank you.