Re: [Patch net] smc: convert to ->poll_mask

2018-06-12 Thread David Miller
From: Cong Wang Date: Mon, 11 Jun 2018 14:07:14 -0700 > smc->clcsock is an internal TCP socket, after TCP socket > converts to ->poll_mask, ->poll doesn't exist any more. > So just convert smc socket to ->poll_mask too. > > Fixes: 2c7d3dacebd4 ("net/tcp: convert to ->poll_mask") > Reported-by: s

[Patch net] smc: convert to ->poll_mask

2018-06-11 Thread Cong Wang
smc->clcsock is an internal TCP socket, after TCP socket converts to ->poll_mask, ->poll doesn't exist any more. So just convert smc socket to ->poll_mask too. Fixes: 2c7d3dacebd4 ("net/tcp: convert to ->poll_mask") Reported-by: syzbot+f5066e369b2d5fff6...@syzkaller.appspotmail.com Cc: Christoph H