public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] net/smc: fixes 2020-09-03
@ 2020-09-03 19:53 Karsten Graul
  2020-09-03 19:53 ` [PATCH net 1/4] net/smc: fix toleration of fake add_link messages Karsten Graul
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Karsten Graul @ 2020-09-03 19:53 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-s390, heiko.carstens, raspl, ubraun

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(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-03 23:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-03 19:53 [PATCH net 0/4] net/smc: fixes 2020-09-03 Karsten Graul
2020-09-03 19:53 ` [PATCH net 1/4] net/smc: fix toleration of fake add_link messages Karsten Graul
2020-09-03 19:53 ` [PATCH net 2/4] net/smc: set rx_off for SMCR explicitly Karsten Graul
2020-09-03 19:53 ` [PATCH net 3/4] net/smc: reset sndbuf_desc if freed Karsten Graul
2020-09-03 19:53 ` [PATCH net 4/4] net/smc: fix sock refcounting in case of termination Karsten Graul
2020-09-03 23:52 ` [PATCH net 0/4] net/smc: fixes 2020-09-03 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox