From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx> This patches contains 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. Thanks, D. Wythe D. Wythe (5): net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT net/smc: fix incorrect barrier usage net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc net/smc: protect connection state transitions in listen work net/smc: put sk reference if close work was canceled net/smc/af_smc.c | 9 +++++++-- net/smc/smc.h | 5 +++++ net/smc/smc_cdc.c | 11 +++++------ net/smc/smc_close.c | 5 +++-- net/smc/smc_core.c | 21 +++++++++++++-------- 5 files changed, 33 insertions(+), 18 deletions(-) -- 1.8.3.1