Skip to content

Commit 70558e3

Browse files
Jaegeuk Kimarter97
Jaegeuk Kim
authored andcommitted
f2fs: give message and set need_fsck given broken node id
syzbot hit the following crash on upstream commit 83beed7 (Fri Apr 20 17:56:32 2018 +0000) Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal syzbot dashboard link: https://syzkaller.appspot.com/bug?extid=d154ec99402c6f628887 C reproducer: https://syzkaller.appspot.com/x/repro.c?id=5414336294027264 syzkaller reproducer: https://syzkaller.appspot.com/x/repro.syz?id=5471683234234368 Raw console output: https://syzkaller.appspot.com/x/log.txt?id=5436660795834368 Kernel config: https://syzkaller.appspot.com/x/.config?id=1808800213120130118 compiler: gcc (GCC) 8.0.1 20180413 (experimental) IMPORTANT: if you fix the bug, please add the following tag to the commit: Reported-by: [email protected] It will help syzbot understand when the bug is fixed. See footer for details. If you forward the report, please keep this part and the footer. F2FS-fs (loop0): Magic Mismatch, valid(0xf2f52010) - read(0x0) F2FS-fs (loop0): Can't find valid F2FS filesystem in 1th superblock F2FS-fs (loop0): invalid crc value ------------[ cut here ]------------ kernel BUG at fs/f2fs/node.c:1185! invalid opcode: 0000 [#1] SMP KASAN Dumping ftrace buffer: (ftrace buffer empty) Modules linked in: CPU: 1 PID: 4549 Comm: syzkaller704305 Not tainted 4.17.0-rc1+ OnePlusOSS#10 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 RIP: 0010:__get_node_page+0xb68/0x16e0 fs/f2fs/node.c:1185 RSP: 0018:ffff8801d960e820 EFLAGS: 00010293 RAX: ffff8801d88205c0 RBX: 0000000000000003 RCX: ffffffff82f6cc06 RDX: 0000000000000000 RSI: ffffffff82f6d5e8 RDI: 0000000000000004 RBP: ffff8801d960ec30 R08: ffff8801d88205c0 R09: ffffed003b5e46c2 R10: 0000000000000003 R11: 0000000000000003 R12: ffff8801a86e00c0 R13: 0000000000000001 R14: ffff8801a86e0530 R15: ffff8801d9745240 FS: 000000000072c880(0000) GS:ffff8801daf00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f3d403209b8 CR3: 00000001d8f3f000 CR4: 00000000001406e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: get_node_page fs/f2fs/node.c:1237 [inline] truncate_xattr_node+0x152/0x2e0 fs/f2fs/node.c:1014 remove_inode_page+0x200/0xaf0 fs/f2fs/node.c:1039 f2fs_evict_inode+0xe86/0x1710 fs/f2fs/inode.c:547 evict+0x4a6/0x960 fs/inode.c:557 iput_final fs/inode.c:1519 [inline] iput+0x62d/0xa80 fs/inode.c:1545 f2fs_fill_super+0x5f4e/0x7bf0 fs/f2fs/super.c:2849 mount_bdev+0x30c/0x3e0 fs/super.c:1164 f2fs_mount+0x34/0x40 fs/f2fs/super.c:3020 mount_fs+0xae/0x328 fs/super.c:1267 vfs_kern_mount.part.34+0xd4/0x4d0 fs/namespace.c:1037 vfs_kern_mount fs/namespace.c:1027 [inline] do_new_mount fs/namespace.c:2518 [inline] do_mount+0x564/0x3070 fs/namespace.c:2848 ksys_mount+0x12d/0x140 fs/namespace.c:3064 __do_sys_mount fs/namespace.c:3078 [inline] __se_sys_mount fs/namespace.c:3075 [inline] __x64_sys_mount+0xbe/0x150 fs/namespace.c:3075 do_syscall_64+0x1b1/0x800 arch/x86/entry/common.c:287 entry_SYSCALL_64_after_hwframe+0x49/0xbe RIP: 0033:0x443dea RSP: 002b:00007ffcc7882368 EFLAGS: 00000297 ORIG_RAX: 00000000000000a5 RAX: ffffffffffffffda RBX: 0000000020000c00 RCX: 0000000000443dea RDX: 0000000020000000 RSI: 0000000020000100 RDI: 00007ffcc7882370 RBP: 0000000000000003 R08: 0000000020016a00 R09: 000000000000000a R10: 0000000000000000 R11: 0000000000000297 R12: 0000000000000004 R13: 0000000000402ce0 R14: 0000000000000000 R15: 0000000000000000 RIP: __get_node_page+0xb68/0x16e0 fs/f2fs/node.c:1185 RSP: ffff8801d960e820 ---[ end trace 4edbeb71f002bb76 ]--- Reported-and-tested-by: [email protected] Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent 555236c commit 70558e3

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed

fs/f2fs/f2fs.h

+1-12
Original file line numberDiff line numberDiff line change
@@ -1649,18 +1649,6 @@ static inline bool __exist_node_summaries(struct f2fs_sb_info *sbi)
16491649
is_set_ckpt_flags(sbi, CP_FASTBOOT_FLAG));
16501650
}
16511651

1652-
/*
1653-
* Check whether the given nid is within node id range.
1654-
*/
1655-
static inline int check_nid_range(struct f2fs_sb_info *sbi, nid_t nid)
1656-
{
1657-
if (unlikely(nid < F2FS_ROOT_INO(sbi)))
1658-
return -EINVAL;
1659-
if (unlikely(nid >= NM_I(sbi)->max_nid))
1660-
return -EINVAL;
1661-
return 0;
1662-
}
1663-
16641652
/*
16651653
* Check whether the inode has blocks or not
16661654
*/
@@ -2803,6 +2791,7 @@ f2fs_hash_t f2fs_dentry_hash(const struct qstr *name_info,
28032791
struct dnode_of_data;
28042792
struct node_info;
28052793

2794+
int check_nid_range(struct f2fs_sb_info *sbi, nid_t nid);
28062795
bool available_free_memory(struct f2fs_sb_info *sbi, int type);
28072796
int need_dentry_mark(struct f2fs_sb_info *sbi, nid_t nid);
28082797
bool is_checkpointed_node(struct f2fs_sb_info *sbi, nid_t nid);

fs/f2fs/inode.c

+6-7
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,8 @@ static int do_read_inode(struct inode *inode)
194194
projid_t i_projid;
195195

196196
/* Check if ino is within scope */
197-
if (check_nid_range(sbi, inode->i_ino)) {
198-
f2fs_msg(inode->i_sb, KERN_ERR, "bad inode number: %lu",
199-
(unsigned long) inode->i_ino);
200-
WARN_ON(1);
197+
if (check_nid_range(sbi, inode->i_ino))
201198
return -EINVAL;
202-
}
203199

204200
node_page = get_node_page(sbi, inode->i_ino);
205201
if (IS_ERR(node_page))
@@ -588,8 +584,11 @@ void f2fs_evict_inode(struct inode *inode)
588584
alloc_nid_failed(sbi, inode->i_ino);
589585
clear_inode_flag(inode, FI_FREE_NID);
590586
} else {
591-
f2fs_bug_on(sbi, err &&
592-
!exist_written_data(sbi, inode->i_ino, ORPHAN_INO));
587+
/*
588+
* If xattr nid is corrupted, we can reach out error condition,
589+
* err & !exist_written_data(sbi, inode->i_ino, ORPHAN_INO)).
590+
* In that case, check_nid_range() is enough to give a clue.
591+
*/
593592
}
594593
out_clear:
595594
fscrypt_put_encryption_info(inode, NULL);

fs/f2fs/node.c

+19-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ static struct kmem_cache *nat_entry_slab;
2929
static struct kmem_cache *free_nid_slab;
3030
static struct kmem_cache *nat_entry_set_slab;
3131

32+
/*
33+
* Check whether the given nid is within node id range.
34+
*/
35+
int check_nid_range(struct f2fs_sb_info *sbi, nid_t nid)
36+
{
37+
if (unlikely(nid < F2FS_ROOT_INO(sbi) || nid >= NM_I(sbi)->max_nid)) {
38+
set_sbi_flag(sbi, SBI_NEED_FSCK);
39+
f2fs_msg(sbi->sb, KERN_WARNING,
40+
"%s: out-of-range nid=%x, run fsck to fix.",
41+
__func__, nid);
42+
return -EINVAL;
43+
}
44+
return 0;
45+
}
46+
3247
bool available_free_memory(struct f2fs_sb_info *sbi, int type)
3348
{
3449
struct f2fs_nm_info *nm_i = NM_I(sbi);
@@ -1158,7 +1173,8 @@ void ra_node_page(struct f2fs_sb_info *sbi, nid_t nid)
11581173

11591174
if (!nid)
11601175
return;
1161-
f2fs_bug_on(sbi, check_nid_range(sbi, nid));
1176+
if (check_nid_range(sbi, nid))
1177+
return;
11621178

11631179
rcu_read_lock();
11641180
apage = radix_tree_lookup(&NODE_MAPPING(sbi)->page_tree, nid);
@@ -1182,7 +1198,8 @@ static struct page *__get_node_page(struct f2fs_sb_info *sbi, pgoff_t nid,
11821198

11831199
if (!nid)
11841200
return ERR_PTR(-ENOENT);
1185-
f2fs_bug_on(sbi, check_nid_range(sbi, nid));
1201+
if (check_nid_range(sbi, nid))
1202+
return ERR_PTR(-EINVAL);
11861203
repeat:
11871204
page = f2fs_grab_cache_page(NODE_MAPPING(sbi), nid, false);
11881205
if (!page)

0 commit comments

Comments
 (0)