Re: [PATCH] af_unix: fix holding spinlock in oob handling
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-08-13 17:32:52
On Wed, 11 Aug 2021 15:06:52 -0700 Rao Shoaib wrote:
From: Rao Shoaib <redacted>
syzkaller found that OOB code was holding spinlock
while calling a function in which it could sleep.
Reported-by: syzbot+8760ca6c1ee783ac4abd@syzkaller.appspotmail.com
Fixes: 314001f0bf92 ("af_unix: Add OOB support")
Signed-off-by: Rao Shoaib <redacted>
IIUC issues pointed out by Eric are separate so I removed the spacing
between the tags and applied, thanks!