[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YXLV8NeDTaBH3g/b@miu.piliscsaba.redhat.com>
Date: Fri, 22 Oct 2021 17:17:04 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] fuse fixes for 5.15-rc7
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-5.15-rc7
Syzbot discovered a race in case of reusing the fuse sb (introduced in this
cycle). Fix by doing the s_fs_info initialization at the proper place.
Thanks,
Miklos
----------------------------------------------------------------
Miklos Szeredi (5):
fuse: check s_root when destroying sb
fuse: get rid of fuse_put_super()
fuse: clean up fuse_mount destruction
fuse: always initialize sb->s_fs_info
fuse: clean up error exits in fuse_fill_super()
---
fs/fuse/fuse_i.h | 3 ++
fs/fuse/inode.c | 87 ++++++++++++++++++++++++-----------------------------
fs/fuse/virtio_fs.c | 12 +++-----
3 files changed, 46 insertions(+), 56 deletions(-)
Powered by blists - more mailing lists