public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] bugfixs for smc
@ 2023-11-03  6:07 D. Wythe
  2023-11-03  6:07 ` [PATCH net v2 1/3] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT D. Wythe
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: D. Wythe @ 2023-11-03  6:07 UTC (permalink / raw)
  To: kgraul, wenjia, jaka, wintera; +Cc: kuba, davem, netdev, linux-s390, linux-rdma

From: "D. Wythe" <alibuda@linux.alibaba.com>

This patches includes bugfix following:

1. hung state
2. sock leak
3. potential panic

We have been testing these patches for some time, but
if you have any questions, please let us know.

--
v1:
Fix spelling errors and incorrect function names in descriptions

v2->v1:
Add fix tags for bugfix patch

D. Wythe (3):
  net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
  net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
  net/smc: put sk reference if close work was canceled

 net/smc/af_smc.c    |  4 ++--
 net/smc/smc.h       |  5 +++++
 net/smc/smc_cdc.c   | 11 +++++------
 net/smc/smc_close.c |  5 +++--
 4 files changed, 15 insertions(+), 10 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2023-11-03  8:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03  6:07 [PATCH net v2 0/3] bugfixs for smc D. Wythe
2023-11-03  6:07 ` [PATCH net v2 1/3] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT D. Wythe
2023-11-03  6:07 ` [PATCH net v2 2/3] net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc D. Wythe
2023-11-03  6:07 ` [PATCH net v2 3/3] net/smc: put sk reference if close work was canceled D. Wythe
2023-11-03  8:13 ` [PATCH net v2 0/3] bugfixs for smc Wenjia Zhang

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