kernel_samsung_a53x/fs/nilfs2
Ryusuke Konishi 92f106f78f nilfs2: fix use-after-free of timer for log writer thread
commit f5d4e04634c9cf68bdf23de08ada0bb92e8befe7 upstream.

Patch series "nilfs2: fix log writer related issues".

This bug fix series covers three nilfs2 log writer-related issues,
including a timer use-after-free issue and potential deadlock issue on
unmount, and a potential freeze issue in event synchronization found
during their analysis.  Details are described in each commit log.


This patch (of 3):

A use-after-free issue has been reported regarding the timer sc_timer on
the nilfs_sc_info structure.

The problem is that even though it is used to wake up a sleeping log
writer thread, sc_timer is not shut down until the nilfs_sc_info structure
is about to be freed, and is used regardless of the thread's lifetime.

Fix this issue by limiting the use of sc_timer only while the log writer
thread is alive.

Link: https://lkml.kernel.org/r/20240520132621.4054-1-konishi.ryusuke@gmail.com
Link: https://lkml.kernel.org/r/20240520132621.4054-2-konishi.ryusuke@gmail.com
Fixes: fdce895ea5dd ("nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_info")
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Reported-by: "Bai, Shuangpeng" <sjb7183@psu.edu>
Closes: https://groups.google.com/g/syzkaller/c/MK_LYqtt8ko/m/8rgdWeseAwAJ
Tested-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-19 12:27:12 +01:00
..
alloc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
alloc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bmap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bmap.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btnode.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btnode.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btree.c nilfs2: fix failure to detect DAT corruption in btree and direct mappings 2024-11-19 09:22:36 +01:00
btree.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cpfile.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cpfile.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dat.c nilfs2: replace WARN_ONs for invalid DAT metadata block requests 2024-11-18 12:13:40 +01:00
dat.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dir.c nilfs2: fix OOB in nilfs_set_de_type 2024-11-19 11:32:23 +01:00
direct.c nilfs2: fix failure to detect DAT corruption in btree and direct mappings 2024-11-19 09:22:36 +01:00
direct.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
export.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
file.c nilfs2: fix hang in nilfs_lookup_dirty_data_buffers() 2024-11-18 12:13:32 +01:00
gcinode.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ifile.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ifile.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inode.c nilfs2: prevent kernel bug at submit_bh_wbc() 2024-11-19 09:22:36 +01:00
ioctl.c nilfs2: fix out-of-range warning 2024-11-19 12:26:52 +01:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mdt.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mdt.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
namei.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nilfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
page.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
page.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
recovery.c nilfs2: fix data corruption in dsync block recovery for small block sizes 2024-11-18 12:13:32 +01:00
segbuf.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
segbuf.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
segment.c nilfs2: fix use-after-free of timer for log writer thread 2024-11-19 12:27:12 +01:00
segment.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sufile.c nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() 2024-11-18 12:11:41 +01:00
sufile.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
super.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sysfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sysfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
the_nilfs.c nilfs2: fix missing error check for sb_set_blocksize call 2024-11-18 12:11:41 +01:00
the_nilfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00