android_kernel_xiaomi_sm8350/fs/fuse
Miklos Szeredi 9fd11e2de7 fuse: lock inode unconditionally in fuse_fallocate()
commit 44361e8cf9ddb23f17bdcc40ca944abf32e83e79 upstream.

file_modified() must be called with inode lock held.  fuse_fallocate()
didn't lock the inode in case of just FALLOC_KEEP_SIZE flags value, which
resulted in a kernel Warning in notify_change().

Lock the inode unconditionally, like all other fallocate implementations
do.

Reported-by: Pengfei Xu <pengfei.xu@intel.com>
Reported-and-tested-by: syzbot+462da39f0667b357c4b6@syzkaller.appspotmail.com
Fixes: 4a6f278d4827 ("fuse: add file_modified() to fallocate")
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-12-08 11:23:01 +01:00
..
acl.c
control.c fuse: Remove the control interface for virtio-fs 2022-08-25 11:18:05 +02:00
cuse.c
dev.c fuse: fix pipe buffer lifetime for direct_io 2022-03-16 13:21:47 +01:00
dir.c
file.c fuse: lock inode unconditionally in fuse_fallocate() 2022-12-08 11:23:01 +01:00
fuse_i.h fuse: fix pipe buffer lifetime for direct_io 2022-03-16 13:21:47 +01:00
inode.c fuse: limit nsec 2022-08-25 11:17:24 +02:00
Kconfig
Makefile
readdir.c
virtio_fs.c
xattr.c