Skip to content
Commit 301428ea authored by Ursula Braun's avatar Ursula Braun Committed by David S. Miller
Browse files

net/smc: fix refcounting for non-blocking connect()



If a nonblocking socket is immediately closed after connect(),
the connect worker may not have started. This results in a refcount
problem, since sock_hold() is called from the connect worker.
This patch moves the sock_hold in front of the connect worker
scheduling.

Reported-by: default avatar <syzbot+4c063e6dea39e4b79f29@syzkaller.appspotmail.com>
Fixes: 50717a37

 ("net/smc: nonblocking connect rework")
Reviewed-by: default avatarKarsten Graul <kgraul@linux.ibm.com>
Signed-off-by: default avatarUrsula Braun <ubraun@linux.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ad9bd8da
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment