Chao Yu
6a257471fa
f2fs: fix to check segment boundary during SIT page readahead
As syzbot reported:
kernel BUG at fs/f2fs/segment.h:657!
invalid opcode: 0000 [#1] PREEMPT SMP KASAN
CPU: 1 PID: 16220 Comm: syz-executor.0 Not tainted 5.9.0-rc5-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
RIP: 0010:f2fs_ra_meta_pages+0xa51/0xdc0 fs/f2fs/segment.h:657
Call Trace:
build_sit_entries fs/f2fs/segment.c:4195 [inline]
f2fs_build_segment_manager+0x4b8a/0xa3c0 fs/f2fs/segment.c:4779
f2fs_fill_super+0x377d/0x6b80 fs/f2fs/super.c:3633
mount_bdev+0x32e/0x3f0 fs/super.c:1417
legacy_get_tree+0x105/0x220 fs/fs_context.c:592
vfs_get_tree+0x89/0x2f0 fs/super.c:1547
do_new_mount fs/namespace.c:2875 [inline]
path_mount+0x1387/0x2070 fs/namespace.c:3192
do_mount fs/namespace.c:3205 [inline]
__do_sys_mount fs/namespace.c:3413 [inline]
__se_sys_mount fs/namespace.c:3390 [inline]
__x64_sys_mount+0x27f/0x300 fs/namespace.c:3390
do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46
entry_SYSCALL_64_after_hwframe+0x44/0xa9
@blkno in f2fs_ra_meta_pages could exceed max segment count, causing panic
in following sanity check in current_sit_addr(), add check condition to
avoid this issue.
Reported-by: syzbot+3698081bcf0bb2d12174@syzkaller.appspotmail.com
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2020-09-29 02:12:41 -07:00
..
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-08-31 12:20:31 +02:00
2020-09-03 18:50:48 -07:00
2020-08-14 19:56:56 -07:00
2020-06-24 09:16:02 -06:00
2020-04-20 15:45:22 -06:00
2020-09-01 18:36:45 -07:00
2020-07-08 08:27:56 +02:00
2020-08-28 10:33:04 -07:00
2020-08-30 11:38:21 -07:00
2020-05-05 09:22:21 -06:00
2020-08-23 17:36:59 -05:00
2020-04-20 15:45:22 -06:00
2020-08-07 11:33:22 -07:00
2020-08-05 20:13:21 -07:00
2020-08-23 17:36:59 -05:00
2020-08-07 11:33:22 -07:00
2020-07-09 10:14:29 +03:00
2020-06-24 09:16:02 -06:00
2020-08-23 17:36:59 -05:00
2020-08-12 08:31:13 +09:00
2020-09-05 10:00:05 -07:00
2020-08-28 10:57:14 -07:00
2020-09-29 02:12:41 -07:00
2020-08-12 10:58:01 -07:00
2020-06-03 16:27:18 -07:00
2020-08-11 14:34:17 -07:00
2020-08-28 10:41:00 -07:00
2020-06-24 09:16:02 -06:00
2020-08-23 17:36:59 -05:00
2020-03-29 23:23:00 +02:00
2020-06-06 10:08:17 -07:00
2020-08-12 10:57:56 -07:00
2020-08-23 17:36:59 -05:00
2020-08-04 13:49:43 -07:00
2020-08-19 12:04:35 -04:00
2020-08-23 17:36:59 -05:00
2020-06-24 09:16:02 -06:00
2020-07-27 23:15:48 +02:00
2020-08-12 10:58:00 -07:00
2020-09-09 11:14:20 -07:00
2020-08-23 17:36:59 -05:00
2020-08-25 18:01:36 -07:00
2020-08-23 17:36:59 -05:00
2020-06-14 01:57:21 +09:00
2020-08-23 17:36:59 -05:00
2020-08-07 11:33:21 -07:00
2020-08-23 17:36:59 -05:00
2020-07-16 12:35:15 -07:00
2020-08-04 15:01:58 -04:00
2020-08-04 13:49:43 -07:00
2020-08-12 10:57:56 -07:00
2020-08-23 17:36:59 -05:00
2020-06-02 10:59:07 -07:00
2020-08-23 17:36:59 -05:00
2020-08-06 19:28:26 -07:00
2020-08-21 09:52:53 -07:00
2020-08-21 09:52:53 -07:00
2020-06-05 14:05:57 -07:00
2020-04-20 15:45:22 -06:00
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-09-10 14:03:31 -07:00
2020-08-23 17:36:59 -05:00
2020-07-21 16:02:41 -07:00
2020-09-05 10:04:53 -07:00
2020-08-11 17:42:24 +09:00
2020-08-23 17:36:59 -05:00
2020-06-03 23:16:55 -04:00
2020-05-07 16:55:47 -05:00
2020-08-07 13:29:39 -07:00
2020-07-27 14:29:23 -04:00
2020-06-04 19:18:29 -07:00
2020-08-24 08:49:13 +10:00
2020-06-04 19:18:29 -07:00
2020-06-04 19:18:29 -07:00
2020-08-03 13:01:22 -07:00
2020-08-23 17:36:59 -05:00
2020-05-14 16:44:23 +02:00
2020-06-05 13:45:21 -07:00
2020-08-12 10:58:01 -07:00
2020-08-23 17:36:59 -05:00
2020-07-29 16:14:27 +02:00
2020-07-01 08:08:20 -06:00
2020-04-27 02:07:40 -04:00
2020-05-06 22:33:43 -04:00
2020-09-02 11:30:48 -04:00
2020-08-12 10:58:04 -07:00
2020-08-23 17:36:59 -05:00
2020-06-29 09:40:55 -07:00
2020-08-07 09:40:34 -07:00
2020-04-10 15:36:22 -07:00
2020-08-23 17:36:59 -05:00
2020-04-02 09:35:26 -07:00
2020-07-29 16:14:27 +02:00
2020-06-15 09:18:46 +02:00
2020-08-23 17:36:59 -05:00
2020-08-04 21:02:38 -04:00
2020-06-05 16:26:36 -07:00
2020-08-07 09:40:34 -07:00
2020-09-06 12:10:27 -07:00
2020-08-23 11:38:50 -06:00
2020-07-24 13:00:44 -06:00
2020-07-31 08:16:01 +02:00
2020-08-07 11:33:24 -07:00
2020-06-14 01:57:21 +09:00
2020-09-10 14:03:31 -07:00
2020-08-23 17:36:59 -05:00
2020-07-31 08:17:51 +02:00
2020-05-14 16:44:24 +02:00
2020-06-02 10:59:07 -07:00
2020-08-14 19:56:56 -07:00
2020-08-07 21:03:25 -07:00
2020-05-13 11:41:22 +02:00
2020-08-12 10:58:01 -07:00
2020-06-13 09:56:21 -07:00
2020-04-27 10:37:14 -04:00
2020-06-08 11:04:19 -07:00
2020-06-04 13:54:34 -07:00
2020-07-30 08:22:47 +02:00
2020-07-31 08:16:00 +02:00
2020-05-29 19:10:42 -04:00
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-06-13 09:56:21 -07:00
2020-06-02 19:45:12 -07:00
2020-06-10 16:09:11 -07:00
2020-06-09 15:40:50 -07:00
2020-08-10 19:07:44 -07:00
2020-07-31 08:16:01 +02:00
2020-07-13 17:27:03 -04:00