summaryrefslogtreecommitdiffstats
path: root/net/packet
diff options
context:
space:
mode:
authorTony Lu <tonylu@linux.alibaba.com>2022-04-14 09:51:03 +0200
committerDavid S. Miller <davem@davemloft.net>2022-04-15 12:14:38 +0200
commit1a74e99323746353bba11562a2f2d0aa8102f402 (patch)
tree6078cb7bea897034844e2a2a0937c8e2ffe55fd9 /net/packet
parentrxrpc: Restore removed timer deletion (diff)
downloadlinux-1a74e99323746353bba11562a2f2d0aa8102f402.tar.xz
linux-1a74e99323746353bba11562a2f2d0aa8102f402.zip
net/smc: Fix sock leak when release after smc_shutdown()
Since commit e5d5aadcf3cd ("net/smc: fix sk_refcnt underflow on linkdown and fallback"), for a fallback connection, __smc_release() does not call sock_put() if its state is already SMC_CLOSED. When calling smc_shutdown() after falling back, its state is set to SMC_CLOSED but does not call sock_put(), so this patch calls it. Reported-and-tested-by: syzbot+6e29a053eb165bd50de5@syzkaller.appspotmail.com Fixes: e5d5aadcf3cd ("net/smc: fix sk_refcnt underflow on linkdown and fallback") Signed-off-by: Tony Lu <tonylu@linux.alibaba.com> Acked-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/packet')
0 files changed, 0 insertions, 0 deletions