Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-5.5 - Fix a regression introduced in the last release. - Fix a number of issues with validating data coming from userspace. - Some cleanups in virtiofs. Thanks, Miklos --- Krzysztof Kozlowski (1): fuse: fix Kconfig indentation Miklos Szeredi (4): fuse: verify attributes fuse: verify write return fuse: verify nlink fuse: fix leak of fuse_io_priv Vivek Goyal (3): virtiofs: Use a common function to send forget virtiofs: Do not send forget request "struct list_head" element virtiofs: Use completions while waiting for queue to be drained YueHaibing (1): virtiofs: Fix old-style declaration --- fs/fuse/Kconfig | 4 +- fs/fuse/dir.c | 25 +++++-- fs/fuse/file.c | 6 +- fs/fuse/fuse_i.h | 2 + fs/fuse/readdir.c | 2 +- fs/fuse/virtio_fs.c | 210 ++++++++++++++++++++++++++-------------------------- 6 files changed, 134 insertions(+), 115 deletions(-)