[GIT PULL] fuse fixes for 5.16-rc3

From: Miklos Szeredi
Date: Fri Nov 26 2021 - 15:00:57 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-fixes-5.16-rc3

Fix a regression caused by a bugfix in the previous release. The symptom
is a VM_BUG_ON triggered from splice to the fuse device. Unfortunately the
original bugfix was already backported to a number of stable releases, so
this fix-fix will need to be backported as well.

Thanks,
Miklos

----------------------------------------------------------------
Miklos Szeredi (1):
fuse: release pipe buf after last use

---
fs/fuse/dev.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)