summaryrefslogtreecommitdiff
path: root/fs/9p
diff options
context:
space:
mode:
authorWang Hai <wanghai38@huawei.com>2020-06-12 17:08:33 +0800
committerDominique Martinet <asmadeus@codewreck.org>2020-07-19 14:58:47 +0200
commit74d6a5d5662975aed7f25952f62efbb6f6dadd29 (patch)
treec31cb1d3bcd23daf8d7e73df4616025b6be93ace /fs/9p
parenta39c46067c845a8a2d7144836e9468b7f072343e (diff)
9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work
p9_read_work and p9_fd_cancelled may be called concurrently. In some cases, req->req_list may be deleted by both p9_read_work and p9_fd_cancelled. We can fix it by ignoring replies associated with a cancelled request and ignoring cancelled request if message has been received before lock. Link: http://lkml.kernel.org/r/20200612090833.36149-1-wanghai38@huawei.com Fixes: 60ff779c4abb ("9p: client: remove unused code and any reference to "cancelled" function") Cc: <stable@vger.kernel.org> # v3.12+ Reported-by: syzbot+77a25acfa0382e06ab23@syzkaller.appspotmail.com Signed-off-by: Wang Hai <wanghai38@huawei.com> Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Diffstat (limited to 'fs/9p')
0 files changed, 0 insertions, 0 deletions