Bug 217078
Summary: | [Syzkaller & bisect] There is "xfs_dquot_alloc" related BUG in v6.2 in guest | ||
---|---|---|---|
Product: | Linux | Reporter: | xupengfe (pengfei.xu) |
Component: | Kernel | Assignee: | Virtual assignee for kernel bugs (linux-kernel) |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: | xfs_fixed_BUG_issue_dmesg_and_left_call_trace |
Description
xupengfe
2023-02-24 04:47:19 UTC
Hi Dave Chinner, Thanks Helge Deller to add the xfs mailing list! Thanks Dave Chinner's fixed patch for xfs BUG issue. After installed Dave Chinner's fixed patch on top of v6.2. There was no any BUG in dmesg anyway. And there was still some "Internal error xfs_iunlink_remove_inode" related Call Trace issue. Related dmesg is in attached. [ 198.614621] XFS (loop6): Internal error xfs_iunlink_remove_inode at line 2013 of file fs/xfs/xfs_inode.c. Caller xfs_ifree+0xed/0x9e0 [ 198.615112] CPU: 0 PID: 291 Comm: kworker/0:6 Not tainted 6.2.0-kvmxfs+ #19 [ 198.615394] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014 [ 198.615844] Workqueue: xfs-inodegc/loop6 xfs_inodegc_worker [ 198.616074] Call Trace: [ 198.616179] <TASK> [ 198.616274] dump_stack_lvl+0xa7/0xdb [ 198.616441] dump_stack+0x19/0x1f [ 198.616587] xfs_corruption_error+0xd7/0xe0 [ 198.616771] ? xfs_ifree+0xed/0x9e0 [ 198.616925] xfs_iunlink_remove+0x32e/0x590 [ 198.617108] ? xfs_ifree+0xed/0x9e0 [ 198.617265] xfs_ifree+0xed/0x9e0 [ 198.617410] ? write_comp_data+0x2f/0x90 [ 198.617580] ? xfs_trans_ijoin+0x47/0x70 [ 198.617750] ? __sanitizer_cov_trace_pc+0x25/0x60 [ 198.617950] ? xfs_trans_add_item+0x79/0x1c0 [ 198.618139] xfs_inactive_ifree+0xf8/0x2a0 [ 198.618316] xfs_inactive+0x226/0x340 [ 198.618475] xfs_inodegc_worker+0xd3/0x430 [ 198.618651] process_one_work+0x3b1/0x960 [ 198.618832] worker_thread+0x52/0x660 [ 198.618993] ? __pfx_worker_thread+0x10/0x10 [ 198.619179] kthread+0x161/0x1a0 [ 198.619326] ? __pfx_kthread+0x10/0x10 [ 198.619495] ret_from_fork+0x29/0x50 [ 198.619666] </TASK> I'm new to xfs, could you help to check is it a real problem? Thanks! BR, Created attachment 303793 [details]
xfs_fixed_BUG_issue_dmesg_and_left_call_trace
|