aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2026-03-16 14:10:00 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-04-27 07:30:17 -0600
commit300e812b882a174dca675d8028684001ad5826bc (patch)
tree15acadfa592188e2a7e7ed8e541f56c5288a7eb6 /include/net/ssh:/git@git.zx2c4.com
parentfuse: reject oversized dirents in page cache (diff)
fuse: abort on fatal signal during sync init
commit 204aa22a686bfee48daca7db620c1e017615f2ff upstream. When sync init is used and the server exits for some reason (error, crash) while processing FUSE_INIT, the filesystem creation will hang. The reason is that while all other threads will exit, the mounting thread (or process) will keep the device fd open, which will prevent an abort from happening. This is a regression from the async mount case, where the mount was done first, and the FUSE_INIT processing afterwards, in which case there's no such recursive syscall keeping the fd open. Fixes: dfb84c330794 ("fuse: allow synchronous FUSE_INIT") Cc: stable@vger.kernel.org # v6.18 Reviewed-by: Joanne Koong <joannelkoong@gmail.com> Reviewed-by: Bernd Schubert <bernd@bsbernd.com> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions