mbox series

[net,v2,0/2] two fixes for SMC

Message ID 20241127133014.100509-1-guwen@linux.alibaba.com (mailing list archive)
Headers show
Series two fixes for SMC | expand

Message

Wen Gu Nov. 27, 2024, 1:30 p.m. UTC
Hi, all

This patch set contains two bugfixes, to fix SMC warning and panic
issues in race conditions.

Thanks!

v2->v1:
(https://lore.kernel.org/netdev/20241122071630.63707-2-guwen@linux.alibaba.com/)
- Patch #1: Collect 'Reviewed-by' tags;
- Patch #2: Extend sock lock protection from smc_conn_free() in smc_conn_abort() to most of smc_listen_work().

Wen Gu (2):
  net/smc: initialize close_work early to avoid warning
  net/smc: fix LGR and link use-after-free issue

 net/smc/af_smc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)