general protection fault in snd_ctl_release

Al Viro viro at zeniv.linux.org.uk
Wed Sep 2 17:35:30 CEST 2020


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


More information about the Alsa-devel mailing list