[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200902153530.GK1236603@ZenIV.linux.org.uk>
Date: Wed, 2 Sep 2020 16:35:30 +0100
From: Al Viro <viro@...iv.linux.org.uk>
To: Takashi Iwai <tiwai@...e.de>
Cc: maz@...nel.org, alsa-devel@...a-project.org,
dan.carpenter@...cle.com, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, o-takashi@...amocchi.jp,
perex@...ex.cz, syzkaller-bugs@...glegroups.com, tiwai@...e.com
Subject: Re: general protection fault in snd_ctl_release
On Wed, Sep 02, 2020 at 05:22:00PM +0200, Takashi Iwai wrote:
> Marc, Al, could you guys check this bug?
That's racy; the first one should be get_file_rcu() instead of
file_count()+get_file(), the second is not needed at all (we
have the file pinned down by the caller). See vfs.git#work.epoll
for fix
Powered by blists - more mailing lists