summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2026-05-28 11:58:24 +0300
committerMiklos Szeredi <mszeredi@redhat.com>2026-06-15 15:05:47 +0300
commit06b41351779e9289e8785694ade9042ae85e41ea (patch)
tree21eaacc77fae2d9c9548c3a324983233a3eb000a /include/linux
parentb5befa80fdbe287a98480effed9564712924add5 (diff)
downloadlinux-06b41351779e9289e8785694ade9042ae85e41ea.tar.xz
virtiofs: fix UAF on submount umount
iput() called from fuse_release_end() can Oops if the super block has already been destroyed. Normally this is prevented by waiting for num_waiting to go down to zero before commencing with super block shutdown. This only works, however, for the last submount instance, as the wait counter is per connection, not per superblock. Revert to using synchronous release requests for the auto_submounts case, which is virtiofs only at this time. Reported-by: Aurélien Bombo <abombo@microsoft.com> Reported-by: Zhihao Cheng <chengzhihao1@huawei.com> Cc: Greg Kurz <gkurz@redhat.com> Closes: https://github.com/kata-containers/kata-containers/issues/12589 Fixes: 26e5c67deb2e ("fuse: fix livelock in synchronous file put from fuseblk workers") Cc: stable@vger.kernel.org Reviewed-by: Greg Kurz <gkurz@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions