[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211125061932.74874-1-tonylu@linux.alibaba.com>
Date: Thu, 25 Nov 2021 14:19:31 +0800
From: Tony Lu <tonylu@...ux.alibaba.com>
To: kgraul@...ux.ibm.com
Cc: kuba@...nel.org, davem@...emloft.net, netdev@...r.kernel.org,
linux-s390@...r.kernel.org, linux-rdma@...r.kernel.org
Subject: [PATCH net 0/2] Fixes for clcsock shutdown behaviors
These patches fix issues when calling kernel_sock_shutdown(). To make
the solution clear, I split it into two patches.
Patch 1 keeps the return code of smc_close_final() in
smc_close_active(), which is more important than kernel_sock_shutdown().
Patch 2 doesn't call clcsock shutdown twice when applications call
smc_shutdown(). It should be okay to call kernel_sock_shutdown() twice,
I decide to avoid it for slightly speed up releasing socket.
Tony Lu (2):
net/smc: Keep smc_close_final rc during active close
net/smc: Don't call clcsock shutdown twice when smc shutdown
net/smc/af_smc.c | 8 ++++++++
net/smc/smc_close.c | 8 ++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
--
2.32.0.3.g01195cf9f
Powered by blists - more mailing lists