linux-yocto/fs/fuse
Miklos Szeredi a7953bf985 fuse: zero initialize inode private data
[ Upstream commit 3ca1b31118 ]

This is slightly tricky, since the VFS uses non-zeroing allocation to
preserve some fields that are left in a consistent state.

Reported-by: Chunsheng Luo <luochunsheng@ustc.edu>
Closes: https://lore.kernel.org/all/20250818083224.229-1-luochunsheng@ustc.edu/
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-11-24 10:29:30 +01:00
..
acl.c
control.c
cuse.c
dax.c
dev.c
dir.c fuse: allocate ff->release_args only if release is needed 2025-10-29 14:07:06 +01:00
file.c fuse: fix livelock in synchronous file put from fuseblk workers 2025-10-29 14:07:06 +01:00
fuse_i.h fuse: allocate ff->release_args only if release is needed 2025-10-29 14:07:06 +01:00
inode.c fuse: zero initialize inode private data 2025-11-24 10:29:30 +01:00
ioctl.c
Kconfig
Makefile
readdir.c
virtio_fs.c virtiofs: add filesystem context source name check 2025-04-25 10:45:50 +02:00
xattr.c