From: Myungho Jung <mhju...@gmail.com> Date: Tue, 18 Dec 2018 09:02:25 -0800
> clcsock can be released while kernel_accept() references it in TCP > listen worker. Also, clcsock needs to wake up before released if TCP > fallback is used and the clcsock is blocked by accept. Add a lock to > safely release clcsock and call kernel_sock_shutdown() to wake up > clcsock from accept in smc_release(). > > Reported-by: syzbot+0bf2e01269f1274b4...@syzkaller.appspotmail.com > Reported-by: syzbot+e3132895630f95730...@syzkaller.appspotmail.com > Signed-off-by: Myungho Jung <mhju...@gmail.com> Applied, thanks.