kernel_samsung_a53x/fs/nilfs2
Ryusuke Konishi 903d35b110 nilfs2: fix kernel bug due to missing clearing of checked flag
commit 41e192ad2779cae0102879612dfe46726e4396aa upstream.

Syzbot reported that in directory operations after nilfs2 detects
filesystem corruption and degrades to read-only,
__block_write_begin_int(), which is called to prepare block writes, may
fail the BUG_ON check for accesses exceeding the folio/page size,
triggering a kernel bug.

This was found to be because the "checked" flag of a page/folio was not
cleared when it was discarded by nilfs2's own routine, which causes the
sanity check of directory entries to be skipped when the directory
page/folio is reloaded.  So, fix that.

This was necessary when the use of nilfs2's own page discard routine was
applied to more than just metadata files.

Link: https://lkml.kernel.org/r/20241017193359.5051-1-konishi.ryusuke@gmail.com
Fixes: 8c26c4e2694a ("nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruption")
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Reported-by: syzbot+d6ca2daf692c7a82f959@syzkaller.appspotmail.com
Closes: https://syzkaller.appspot.com/bug?extid=d6ca2daf692c7a82f959
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-23 23:22:06 +01:00
..
alloc.c nilfs2: fix incorrect inode allocation from reserved inodes 2024-11-19 14:19:43 +01:00
alloc.h nilfs2: fix incorrect inode allocation from reserved inodes 2024-11-19 14:19:43 +01: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 nilfs2: handle inconsistent state in nilfs_btnode_create_block() 2024-11-23 23:20:16 +01:00
btnode.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
btree.c nilfs2: fix potential oob read in nilfs_btree_check_delete() 2024-11-23 23:21:24 +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: fix incorrect inode allocation from reserved inodes 2024-11-19 14:19:43 +01:00
dat.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dir.c nilfs2: propagate directory read errors from nilfs_find_entry() 2024-11-23 23:21:57 +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 nilfs2: fix incorrect inode allocation from reserved inodes 2024-11-19 14:19:43 +01: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 nilfs2: fix potential deadlock with newly created symlinks 2024-11-23 23:22:05 +01:00
nilfs.h nilfs2: propagate directory read errors from nilfs_find_entry() 2024-11-23 23:21:57 +01:00
page.c nilfs2: fix kernel bug due to missing clearing of checked flag 2024-11-23 23:22:06 +01:00
page.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
recovery.c nilfs2: fix missing cleanup on rollforward recovery error 2024-11-23 23:21:01 +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 state management in error path of log writing function 2024-11-23 23:21:01 +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 nilfs2: protect references to superblock parameters exposed in sysfs 2024-11-23 23:21:08 +01:00
sysfs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
the_nilfs.c nilfs2: fix inode number range checks 2024-11-19 14:19:41 +01:00
the_nilfs.h nilfs2: fix inode number range checks 2024-11-19 14:19:41 +01:00