Ubuntu-focal-kernel/fs/nilfs2
Ryusuke Konishi 2221e7f0f9 nilfs2: protect references to superblock parameters exposed in sysfs
BugLink: https://bugs.launchpad.net/bugs/2081278

[ Upstream commit 683408258917541bdb294cd717c210a04381931e ]

The superblock buffers of nilfs2 can not only be overwritten at runtime
for modifications/repairs, but they are also regularly swapped, replaced
during resizing, and even abandoned when degrading to one side due to
backing device issues.  So, accessing them requires mutual exclusion using
the reader/writer semaphore "nilfs->ns_sem".

Some sysfs attribute show methods read this superblock buffer without the
necessary mutual exclusion, which can cause problems with pointer
dereferencing and memory access, so fix it.

Link: https://lkml.kernel.org/r/20240811100320.9913-1-konishi.ryusuke@gmail.com
Fixes: da7141fb78 ("nilfs2: add /sys/fs/nilfs2/<device> group")
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:34 +02:00
..
Kconfig
Makefile
alloc.c nilfs2: fix incorrect inode allocation from reserved inodes 2024-08-02 16:16:32 +02:00
alloc.h nilfs2: fix incorrect inode allocation from reserved inodes 2024-08-02 16:16:32 +02:00
bmap.c nilfs2: fix infinite loop in nilfs_mdt_get_block() 2023-08-09 12:25:22 +02:00
bmap.h
btnode.c nilfs2: handle inconsistent state in nilfs_btnode_create_block() 2024-09-27 10:50:16 +02:00
btnode.h nilfs2: fix lockdep warnings in page operations for btree nodes 2022-08-26 11:06:37 +02:00
btree.c nilfs2: handle inconsistent state in nilfs_btnode_create_block() 2024-09-27 10:50:16 +02:00
btree.h
cpfile.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
cpfile.h
dat.c nilfs2: fix incorrect inode allocation from reserved inodes 2024-08-02 16:16:32 +02:00
dat.h
dir.c nilfs2: fix kernel bug on rename operation of broken directory 2024-08-02 16:16:35 +02:00
direct.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
direct.h
export.h
file.c nilfs2: fix hang in nilfs_lookup_dirty_data_buffers() 2024-03-28 15:18:43 +01:00
gcinode.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
ifile.c nilfs2: fix incorrect inode allocation from reserved inodes 2024-08-02 16:16:32 +02:00
ifile.h
inode.c nilfs2: prevent kernel bug at submit_bh_wbc() 2024-06-07 15:01:35 +02:00
ioctl.c nilfs2: fix out-of-range warning 2024-07-05 10:51:56 +02:00
mdt.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
mdt.h nilfs2: fix lockdep warnings during disk space reclamation 2022-08-26 11:06:37 +02:00
namei.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
nilfs.h nilfs2: add missing check for inode numbers on directory entries 2024-08-02 16:16:30 +02:00
page.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
page.h
recovery.c nilfs2: fix missing cleanup on rollforward recovery error 2024-09-27 10:50:31 +02:00
segbuf.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
segbuf.h
segment.c nilfs2: fix state management in error path of log writing function 2024-09-27 10:50:31 +02:00
segment.h
sufile.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
sufile.h
super.c nilfs2: use a more common logging style 2024-06-07 15:01:35 +02:00
sysfs.c nilfs2: protect references to superblock parameters exposed in sysfs 2024-09-27 10:50:34 +02:00
sysfs.h
the_nilfs.c nilfs2: fix inode number range checks 2024-08-02 16:16:30 +02:00
the_nilfs.h nilfs2: fix inode number range checks 2024-08-02 16:16:30 +02:00