lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ