linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* INFO: task hung in do_read_cache_page
@ 2021-09-13  2:10 Hao Sun
  2021-09-14  1:48 ` Hao Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Hao Sun @ 2021-09-13  2:10 UTC (permalink / raw)
  To: akpm, linux-mm; +Cc: linux-kernel

Hello,

When using Healer to fuzz the latest Linux kernel, the following crash
was triggered.

HEAD commit: 4b93c544e90e-thunderbolt: test: split up test cases
git tree: upstream
console output:
https://drive.google.com/file/d/1maGu7OQMMnheEq18g-XJRrSvPIRLyIae/view?usp=sharing
kernel config: https://drive.google.com/file/d/1c0u2EeRDhRO-ZCxr9MP2VvAtJd6kfg-p/view?usp=sharing
C reproducer: https://drive.google.com/file/d/1pf2nzNzl2hUxO6EJ1Vp4uqeAmr9tG4Pw/view?usp=sharing
Syzlang reproducer:
https://drive.google.com/file/d/1CZekMFes8O7FmLULOkxLnovMGWNFtI47/view?usp=sharing
Similar report:
https://groups.google.com/g/syzkaller-bugs/c/mt4E4qKbC5c/m/m-gbLPjIAgAJ

If you fix this issue, please add the following tag to the commit:
Reported-by: Hao Sun <sunhao.th@gmail.com>

INFO: task systemd-udevd:8866 blocked for more than 143 seconds.
      Not tainted 5.14.0+ #1
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
task:systemd-udevd   state:D stack:27760 pid: 8866 ppid:  4957 flags:0x00004000
Call Trace:
 context_switch kernel/sched/core.c:4940 [inline]
 __schedule+0xcd9/0x2530 kernel/sched/core.c:6287
 schedule+0xd3/0x270 kernel/sched/core.c:6366
 io_schedule+0x17/0x70 kernel/sched/core.c:8389
 wait_on_page_bit_common+0x57c/0xf10 mm/filemap.c:1356
 wait_on_page_bit mm/filemap.c:1417 [inline]
 wait_on_page_locked include/linux/pagemap.h:689 [inline]
 do_read_cache_page+0x26d/0x1440 mm/filemap.c:3504
 read_mapping_page include/linux/pagemap.h:515 [inline]
 read_part_sector+0xfa/0x610 block/partitions/core.c:725
 adfspart_check_ICS+0x9d/0xc90 block/partitions/acorn.c:360
 check_partition block/partitions/core.c:147 [inline]
 blk_add_partitions block/partitions/core.c:610 [inline]
 bdev_disk_changed block/partitions/core.c:696 [inline]
 bdev_disk_changed+0x778/0x1140 block/partitions/core.c:663
 blkdev_get_whole+0x206/0x270 fs/block_dev.c:1092
 blkdev_get_by_dev fs/block_dev.c:1234 [inline]
 blkdev_get_by_dev+0x456/0x900 fs/block_dev.c:1200
 blkdev_open+0x154/0x2b0 fs/block_dev.c:1329
 do_dentry_open+0x4c8/0x11d0 fs/open.c:822
 do_open fs/namei.c:3426 [inline]
 path_openat+0x1c99/0x2710 fs/namei.c:3559
 do_filp_open+0x1c1/0x290 fs/namei.c:3586
 do_sys_openat2+0x61b/0x9a0 fs/open.c:1200
 do_sys_open+0xc3/0x140 fs/open.c:1216
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x7f93afce1840
RSP: 002b:00007fffa94a51e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000002
RAX: ffffffffffffffda RBX: 0000561916cb8c20 RCX: 00007f93afce1840
RDX: 0000561914d49fe3 RSI: 00000000000a0800 RDI: 0000561916cb9af0
RBP: 00007fffa94a5360 R08: 0000561914d49670 R09: 0000000000000010
R10: 00007f93afa5bd70 R11: 0000000000000246 R12: 00007fffa94a52b0
R13: 0000561916cb51f0 R14: 0000000000000003 R15: 000000000000000e
INFO: task syz-executor:9701 blocked for more than 143 seconds.
      Not tainted 5.14.0+ #1
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
task:syz-executor    state:D stack:28568 pid: 9701 ppid:  5747 flags:0x00000004
Call Trace:
 context_switch kernel/sched/core.c:4940 [inline]
 __schedule+0xcd9/0x2530 kernel/sched/core.c:6287
 schedule+0xd3/0x270 kernel/sched/core.c:6366
 schedule_preempt_disabled+0xf/0x20 kernel/sched/core.c:6425
 __mutex_lock_common kernel/locking/mutex.c:669 [inline]
 __mutex_lock+0xc96/0x1680 kernel/locking/mutex.c:729
 blkdev_put+0x98/0x6f0 fs/block_dev.c:1351
 blkdev_close+0x8c/0xb0 fs/block_dev.c:1403
 __fput+0x288/0x9f0 fs/file_table.c:280
 task_work_run+0xe0/0x1a0 kernel/task_work.c:164
 tracehook_notify_resume include/linux/tracehook.h:189 [inline]
 exit_to_user_mode_loop kernel/entry/common.c:175 [inline]
 exit_to_user_mode_prepare+0x28d/0x2a0 kernel/entry/common.c:209
 __syscall_exit_to_user_mode_work kernel/entry/common.c:291 [inline]
 syscall_exit_to_user_mode+0x19/0x60 kernel/entry/common.c:302
 do_syscall_64+0x42/0xb0 arch/x86/entry/common.c:86
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x41a04b
RSP: 002b:00007ffc87900cd0 EFLAGS: 00000293 ORIG_RAX: 0000000000000003
RAX: 0000000000000000 RBX: 0000000000000001 RCX: 000000000041a04b
RDX: 0000001b32e20000 RSI: ffffffff81649386 RDI: 0000000000000004
RBP: 0000000000000005 R08: 0000000000000000 R09: 0000000000001d16
R10: 00000000851efd1a R11: 0000000000000293 R12: 000000000059cc20
R13: 000000000059cc20 R14: 00000000005a0588 R15: 000000000012a34a
INFO: lockdep is turned off.
NMI backtrace for cpu 1
CPU: 1 PID: 1236 Comm: khungtaskd Not tainted 5.14.0+ #1
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.13.0-1ubuntu1.1 04/01/2014
Call Trace:
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:105
 nmi_cpu_backtrace.cold+0x47/0x144 lib/nmi_backtrace.c:105
 nmi_trigger_cpumask_backtrace+0x1e1/0x220 lib/nmi_backtrace.c:62
 trigger_all_cpu_backtrace include/linux/nmi.h:146 [inline]
 check_hung_uninterruptible_tasks kernel/hung_task.c:210 [inline]
 watchdog+0xcc8/0x1010 kernel/hung_task.c:295
 kthread+0x3e5/0x4d0 kernel/kthread.c:319
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295
Sending NMI from CPU 1 to CPUs 0,2-3:
NMI backtrace for cpu 3
CPU: 3 PID: 12169 Comm: systemd-journal Not tainted 5.14.0+ #1
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.13.0-1ubuntu1.1 04/01/2014
RIP: 0010:jhash2 include/linux/jhash.h:129 [inline]
RIP: 0010:hash_stack lib/stackdepot.c:181 [inline]
RIP: 0010:stack_depot_save+0xc6/0x510 lib/stackdepot.c:273
Code: 04 41 31 f8 44 89 c7 44 29 c0 41 01 d8 c1 c7 06 31 f8 89 df 89
c3 29 c7 44 01 c0 c1 c3 08 31 fb 89 df 41 29 d8 01 c3 c1 c7 10 <41> 31
f8 44 29 c0 89 c7 44 89 c0 41 01 d8 c1 c8 0d 31 f8 89 c7 29
RSP: 0018:ffffc9000236fb00 EFLAGS: 00000a07
RAX: 000000005088c019 RBX: 000000007c4037db RCX: ffffc9000236fb88
RDX: 0000000000000cc0 RSI: 000000000000000a RDI: 0000000077c22bb7
RBP: 0000000000000008 R08: 00000000eca356b5 R09: fffffbfff1adbb1b
R10: ffffffff8d6dd8d7 R11: fffffbfff1adbb1a R12: ffffc9000236fb70
R13: 0000000000000cc0 R14: 0000000000000001 R15: 0000000000000cc0
FS:  00007fc8786ad8c0(0000) GS:ffff888135d00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fc874c2b000 CR3: 000000010e66a000 CR4: 0000000000350ee0
Call Trace:
 kasan_save_stack+0x32/0x40 mm/kasan/common.c:40
 kasan_set_track mm/kasan/common.c:46 [inline]
 set_alloc_info mm/kasan/common.c:434 [inline]
 __kasan_slab_alloc+0x83/0xb0 mm/kasan/common.c:467
 kasan_slab_alloc include/linux/kasan.h:254 [inline]
 slab_post_alloc_hook+0x4d/0x4b0 mm/slab.h:519
 slab_alloc_node mm/slub.c:2959 [inline]
 slab_alloc mm/slub.c:2967 [inline]
 kmem_cache_alloc+0x15d/0x350 mm/slub.c:2972
 prepare_creds+0x3f/0x7b0 kernel/cred.c:262
 access_override_creds fs/open.c:351 [inline]
 do_faccessat+0x3f4/0x850 fs/open.c:415
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x7fc8779699c7
Code: 83 c4 08 48 3d 01 f0 ff ff 73 01 c3 48 8b 0d c8 d4 2b 00 f7 d8
64 89 01 48 83 c8 ff c3 66 0f 1f 44 00 00 b8 15 00 00 00 0f 05 <48> 3d
01 f0 ff ff 73 01 c3 48 8b 0d a1 d4 2b 00 f7 d8 64 89 01 48
RSP: 002b:00007ffce5c6d768 EFLAGS: 00000246 ORIG_RAX: 0000000000000015
RAX: ffffffffffffffda RBX: 00007ffce5c70790 RCX: 00007fc8779699c7
RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000558daf0c49a3
RBP: 00007ffce5c6d8b0 R08: 0000558daf0ba3e5 R09: 0000000000000018
R10: 0000000000000069 R11: 0000000000000246 R12: 0000000000000000
R13: 0000000000000000 R14: 0000558dafce8d60 R15: 00007ffce5c6dda0
NMI backtrace for cpu 0 skipped: idling at native_safe_halt
arch/x86/include/asm/irqflags.h:51 [inline]
NMI backtrace for cpu 0 skipped: idling at arch_safe_halt
arch/x86/include/asm/irqflags.h:89 [inline]
NMI backtrace for cpu 0 skipped: idling at default_idle+0xb/0x10
arch/x86/kernel/process.c:716
NMI backtrace for cpu 2 skipped: idling at native_safe_halt
arch/x86/include/asm/irqflags.h:51 [inline]
NMI backtrace for cpu 2 skipped: idling at arch_safe_halt
arch/x86/include/asm/irqflags.h:89 [inline]
NMI backtrace for cpu 2 skipped: idling at default_idle+0xb/0x10
arch/x86/kernel/process.c:716
----------------
Code disassembly (best guess):
   0: 04 41                add    $0x41,%al
   2: 31 f8                xor    %edi,%eax
   4: 44 89 c7              mov    %r8d,%edi
   7: 44 29 c0              sub    %r8d,%eax
   a: 41 01 d8              add    %ebx,%r8d
   d: c1 c7 06              rol    $0x6,%edi
  10: 31 f8                xor    %edi,%eax
  12: 89 df                mov    %ebx,%edi
  14: 89 c3                mov    %eax,%ebx
  16: 29 c7                sub    %eax,%edi
  18: 44 01 c0              add    %r8d,%eax
  1b: c1 c3 08              rol    $0x8,%ebx
  1e: 31 fb                xor    %edi,%ebx
  20: 89 df                mov    %ebx,%edi
  22: 41 29 d8              sub    %ebx,%r8d
  25: 01 c3                add    %eax,%ebx
  27: c1 c7 10              rol    $0x10,%edi
* 2a: 41 31 f8              xor    %edi,%r8d <-- trapping instruction
  2d: 44 29 c0              sub    %r8d,%eax
  30: 89 c7                mov    %eax,%edi
  32: 44 89 c0              mov    %r8d,%eax
  35: 41 01 d8              add    %ebx,%r8d
  38: c1 c8 0d              ror    $0xd,%eax
  3b: 31 f8                xor    %edi,%eax
  3d: 89 c7                mov    %eax,%edi
  3f: 29                    .byte 0x29%

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: INFO: task hung in do_read_cache_page
  2021-09-13  2:10 INFO: task hung in do_read_cache_page Hao Sun
@ 2021-09-14  1:48 ` Hao Sun
  0 siblings, 0 replies; 2+ messages in thread
From: Hao Sun @ 2021-09-14  1:48 UTC (permalink / raw)
  To: akpm, linux-mm; +Cc: linux-kernel

Hao Sun <sunhao.th@gmail.com> 于2021年9月13日周一 上午10:10写道:
>
> Hello,
>
> When using Healer to fuzz the latest Linux kernel, the following crash
> was triggered.
>
> HEAD commit: 4b93c544e90e-thunderbolt: test: split up test cases
> git tree: upstream
> console output:
> https://drive.google.com/file/d/1maGu7OQMMnheEq18g-XJRrSvPIRLyIae/view?usp=sharing
> kernel config: https://drive.google.com/file/d/1c0u2EeRDhRO-ZCxr9MP2VvAtJd6kfg-p/view?usp=sharing
> C reproducer: https://drive.google.com/file/d/1pf2nzNzl2hUxO6EJ1Vp4uqeAmr9tG4Pw/view?usp=sharing
> Syzlang reproducer:
> https://drive.google.com/file/d/1CZekMFes8O7FmLULOkxLnovMGWNFtI47/view?usp=sharing
> Similar report:
> https://groups.google.com/g/syzkaller-bugs/c/mt4E4qKbC5c/m/m-gbLPjIAgAJ
>
> If you fix this issue, please add the following tag to the commit:
> Reported-by: Hao Sun <sunhao.th@gmail.com>
>

Hi

This crash can still be triggered with the same C reproducer on the
latest kernel.

HEAD commit: 6880fa6c5660 Linux 5.15-rc1
git tree: upstream
kernel config: https://drive.google.com/file/d/1c0u2EeRDhRO-ZCxr9MP2VvAtJd6kfg-p/view?usp=sharing

nbd0: detected capacity change from 0 to 18
block nbd0: shutting down sockets
block nbd0: Possible stuck request ffff888018830000: control
(read@0,4096B). Runtime 30 seconds
block nbd0: Possible stuck request ffff888018830000: control
(read@0,4096B). Runtime 60 seconds
block nbd0: Possible stuck request ffff888018830000: control
(read@0,4096B). Runtime 90 seconds
block nbd0: Possible stuck request ffff888018830000: control
(read@0,4096B). Runtime 120 seconds
block nbd0: Possible stuck request ffff888018830000: control
(read@0,4096B). Runtime 150 seconds
INFO: task a.out:6658 blocked for more than 143 seconds.
      Not tainted 5.15.0-rc1 #2
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
task:a.out           state:D stack:27280 pid: 6658 ppid:  6657 flags:0x00004002
Call Trace:
 __schedule+0xcd9/0x2530
 ? firmware_map_remove+0x1a0/0x1a0
 schedule+0xd3/0x270
 schedule_preempt_disabled+0xf/0x20
 __mutex_lock+0xc96/0x1680
 ? blkdev_put+0x98/0x6f0
 ? mutex_lock_io_nested+0x1470/0x1470
 ? do_raw_spin_unlock+0x171/0x260
 ? blkdev_put+0x98/0x6f0
 blkdev_put+0x98/0x6f0
 blkdev_close+0x8d/0xb0
 __fput+0x288/0x9f0
 ? blkdev_fsync+0xd0/0xd0
 task_work_run+0xe0/0x1a0
 do_exit+0xbbe/0x2dd0
 ? preempt_schedule_common+0x5e/0xc0
 ? mm_update_next_owner+0x7a0/0x7a0
 ? preempt_schedule_thunk+0x16/0x18
 do_group_exit+0x125/0x340
 __x64_sys_exit_group+0x3a/0x50
 do_syscall_64+0x35/0xb0
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x7fe9d6949618
RSP: 002b:00007ffffdd5e678 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fe9d6949618
RDX: 0000000000000000 RSI: 000000000000003c RDI: 0000000000000000
RBP: 00007fe9d6c268e0 R08: 00000000000000e7 R09: ffffffffffffff98
R10: 00007fe9d6e48260 R11: 0000000000000246 R12: 00007fe9d6c268e0
R13: 00007fe9d6c2bc20 R14: 0000000000000000 R15: 0000000000000000
INFO: task systemd-udevd:6665 blocked for more than 143 seconds.
      Not tainted 5.15.0-rc1 #2
"echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
task:systemd-udevd   state:D stack:26352 pid: 6665 ppid:  2993 flags:0x00004000
Call Trace:
 __schedule+0xcd9/0x2530
 ? firmware_map_remove+0x1a0/0x1a0
 ? preempt_schedule_common+0x5e/0xc0
 schedule+0xd3/0x270
 io_schedule+0x17/0x70
 wait_on_page_bit_common+0x57c/0xf10
 ? filemap_get_read_batch+0xe50/0xe50
 ? end_buffer_async_write+0x5d0/0x5d0
 ? __filemap_set_wb_err+0x240/0x240
 ? __sanitizer_cov_trace_pc+0x1a/0x40
 ? __page_cache_alloc+0x110/0x3d0
 ? enable_ptr_key_workfn+0x30/0x30
 do_read_cache_page+0x911/0x1440
 read_part_sector+0xfa/0x610
 ? adfspart_check_ADFS+0x830/0x830
 adfspart_check_ICS+0x9d/0xc90
 ? pointer+0x810/0x810
 ? __alloc_pages+0x526/0x6e0
 ? __sanitizer_cov_trace_pc+0x1a/0x40
 ? __vmalloc_node_range+0x4aa/0x940
 ? adfspart_check_ADFS+0x830/0x830
 ? snprintf+0xbb/0xf0
 ? vsprintf+0x30/0x30
 ? __sanitizer_cov_trace_pc+0x1a/0x40
 ? adfspart_check_ADFS+0x830/0x830
 bdev_disk_changed+0x778/0x1140
 blkdev_get_whole+0x206/0x270
 blkdev_get_by_dev+0x456/0x900
 blkdev_open+0x154/0x2b0
 do_dentry_open+0x4c8/0x11d0
 ? blkdev_close+0xb0/0xb0
 path_openat+0x1c99/0x2710
 ? path_lookupat.isra.0+0x580/0x580
 ? lockdep_hardirqs_on_prepare+0x400/0x400
 do_filp_open+0x1c1/0x290
 ? may_open_dev+0xf0/0xf0
 ? do_raw_spin_lock+0x120/0x2d0
 ? rwlock_bug.part.0+0x90/0x90
 ? __phys_addr_symbol+0x2c/0x70
 ? __sanitizer_cov_trace_pc+0x1a/0x40
 ? _find_next_bit+0x1e3/0x260
 ? _raw_spin_unlock+0x24/0x40
 ? alloc_fd+0x4bd/0x660
 do_sys_openat2+0x61b/0x9a0
 ? rcu_read_lock_bh_held+0x14/0xb0
 ? file_open_root+0x430/0x430
 ? seccomp_notify_ioctl+0xdb0/0xdb0
 do_sys_open+0xc3/0x140
 ? filp_open+0x70/0x70
 ? __sanitizer_cov_trace_pc+0x1a/0x40
 ? __secure_computing+0x104/0x360
 do_syscall_64+0x35/0xb0
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x7f8efe051840
RSP: 002b:00007ffef9fe31a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000002
RAX: ffffffffffffffda RBX: 000055a1992dd370 RCX: 00007f8efe051840
RDX: 000055a197b1afe3 RSI: 00000000000a0800 RDI: 000055a1992d1260
RBP: 00007ffef9fe3320 R08: 000055a197b1a670 R09: 0000000000000010
R10: 00007f8efddcbd70 R11: 0000000000000246 R12: 00007ffef9fe3270
R13: 000055a1992d4c20 R14: 0000000000000003 R15: 000000000000000e

Showing all locks held in the system:
1 lock held by khungtaskd/29:
 #0: ffffffff8b97e9a0 (rcu_read_lock){....}-{1:2}, at:
debug_show_all_locks+0x53/0x260
1 lock held by in:imklog/6245:
 #0: ffff888107d06370 (&f->f_pos_lock){+.+.}-{3:3}, at: __fdget_pos+0xe9/0x100
1 lock held by a.out/6658:
 #0: ffff8880187f2118 (&disk->open_mutex){+.+.}-{3:3}, at: blkdev_put+0x98/0x6f0
1 lock held by systemd-udevd/6665:
 #0: ffff8880187f2118 (&disk->open_mutex){+.+.}-{3:3}, at:
blkdev_get_by_dev+0x3c1/0x900

=============================================

NMI backtrace for cpu 0
CPU: 0 PID: 29 Comm: khungtaskd Not tainted 5.15.0-rc1 #2
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.13.0-1ubuntu1.1 04/01/2014
Call Trace:
 dump_stack_lvl+0xcd/0x134
 nmi_cpu_backtrace.cold+0x47/0x144
 ? lapic_can_unplug_cpu+0x80/0x80
 nmi_trigger_cpumask_backtrace+0x1e1/0x220
 watchdog+0xcc8/0x1010
 ? reset_hung_task_detector+0x30/0x30
 kthread+0x3e5/0x4d0
 ? set_kthread_struct+0x130/0x130
 ret_from_fork+0x1f/0x30
Sending NMI from CPU 0 to CPUs 1:
NMI backtrace for cpu 1
CPU: 1 PID: 2986 Comm: systemd-journal Not tainted 5.15.0-rc1 #2
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.13.0-1ubuntu1.1 04/01/2014
RIP: 0010:do_faccessat+0x2/0x850
Code: 84 00 00 00 25 e3 7f ff ff 0d 00 00 20 00 89 83 84 00 00 00 31
c0 5b c3 e8 2b 99 f5 ff eb df 66 0f 1f 84 00 00 00 00 00 41 57 <41> 56
41 55 41 54 55 89 cd 53 89 d3 48 83 c4 80 41 89 dc 48 8d 44
RSP: 0018:ffffc9000185ff30 EFLAGS: 00000246
RAX: dffffc0000000000 RBX: 0000000000000000 RCX: 0000000000000000
RDX: 0000000000000000 RSI: 00005560fae709a3 RDI: 00000000ffffff9c
RBP: ffffc9000185ff48 R08: ffffffff81c88ffd R09: 0000000000000000
R10: 0000000000000001 R11: ffffed1003425582 R12: ffffc9000185ff58
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
FS:  00007f792748f8c0(0000) GS:ffff888135c00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f79247d3000 CR3: 0000000107cde000 CR4: 0000000000350ee0
Call Trace:
 do_syscall_64+0x35/0xb0
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x7f792674b9c7
Code: 83 c4 08 48 3d 01 f0 ff ff 73 01 c3 48 8b 0d c8 d4 2b 00 f7 d8
64 89 01 48 83 c8 ff c3 66 0f 1f 44 00 00 b8 15 00 00 00 0f 05 <48> 3d
01 f0 ff ff 73 01 c3 48 8b 0d a1 d4 2b 00 f7 d8 64 89 01 48
RSP: 002b:00007ffe4c6ab808 EFLAGS: 00000246 ORIG_RAX: 0000000000000015
RAX: ffffffffffffffda RBX: 00007ffe4c6ae720 RCX: 00007f792674b9c7
RDX: 00007f79271bca00 RSI: 0000000000000000 RDI: 00005560fae709a3
RBP: 00007ffe4c6ab840 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000069 R11: 0000000000000246 R12: 0000000000000000
R13: 0000000000000000 R14: 00007ffe4c6ae720 R15: 00007ffe4c6abd30
Kernel panic - not syncing: hung_task: blocked tasks
CPU: 0 PID: 29 Comm: khungtaskd Not tainted 5.15.0-rc1 #2
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
1.13.0-1ubuntu1.1 04/01/2014
Call Trace:
 dump_stack_lvl+0xcd/0x134
 panic+0x2b0/0x6dd
 ? print_oops_end_marker.cold+0x15/0x15
 ? lapic_can_unplug_cpu+0x80/0x80
 ? preempt_schedule_thunk+0x16/0x18
 ? watchdog.cold+0x5/0x168
 watchdog.cold+0x16/0x168
 ? reset_hung_task_detector+0x30/0x30
 kthread+0x3e5/0x4d0
 ? set_kthread_struct+0x130/0x130
 ret_from_fork+0x1f/0x30
Dumping ftrace buffer:
   (ftrace buffer empty)
Kernel Offset: disabled
Rebooting in 1 seconds..

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-14  1:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13  2:10 INFO: task hung in do_read_cache_page Hao Sun
2021-09-14  1:48 ` Hao Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).