aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/linux
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-03-28 14:52:46 +0200
committerDmitry Vyukov <dvyukov@google.com>2022-03-28 17:20:33 +0200
commit6bdac76629d4d80501671c0c312d6b81411481e7 (patch)
treedcba4852fbcedca01e8de47e52ba0a3a9f20c353 /pkg/report/testdata/linux
parentee339263ba6b1a08006ea3e8e1862e15181a640d (diff)
pkg/report: better parse "scheduling while atomic" reports
Diffstat (limited to 'pkg/report/testdata/linux')
-rw-r--r--pkg/report/testdata/linux/report/3662
-rw-r--r--pkg/report/testdata/linux/report/64133
-rw-r--r--pkg/report/testdata/linux/report/64230
-rw-r--r--pkg/report/testdata/linux/report/643101
-rw-r--r--pkg/report/testdata/linux/report/64450
-rw-r--r--pkg/report/testdata/linux/report/64530
-rw-r--r--pkg/report/testdata/linux/report/7511
7 files changed, 247 insertions, 10 deletions
diff --git a/pkg/report/testdata/linux/report/366 b/pkg/report/testdata/linux/report/366
index 5e1363db6..0fb258789 100644
--- a/pkg/report/testdata/linux/report/366
+++ b/pkg/report/testdata/linux/report/366
@@ -1,4 +1,4 @@
-TITLE: BUG: scheduling while atomic: syz-executor/ADDR
+TITLE: BUG: scheduling while atomic in exit_to_usermode_loop
[ 1181.712781] BUG: scheduling while atomic: syz-executor.4/21395/0x00000201
[ 1181.719776] no locks held by syz-executor.4/21395.
diff --git a/pkg/report/testdata/linux/report/641 b/pkg/report/testdata/linux/report/641
new file mode 100644
index 000000000..7210c3781
--- /dev/null
+++ b/pkg/report/testdata/linux/report/641
@@ -0,0 +1,33 @@
+TITLE: BUG: scheduling while atomic in simple_recursive_removal
+
+[ 9320.075571][ C0] BUG: scheduling while atomic: syz-fuzzer/2188/0x00000101
+[ 9320.076773][ C0] Modules linked in:
+[ 9320.078693][ C0] CPU: 0 PID: 2188 Comm: syz-fuzzer Not tainted 5.17.0-syzkaller-11138-gf022814633e1 #0
+[ 9320.079940][ C0] Hardware name: linux,dummy-virt (DT)
+[ 9320.081746][ C0] Call trace:
+[ 9320.082623][ C0] dump_backtrace.part.0+0xcc/0xe0
+[ 9320.084723][ C0] show_stack+0x18/0x6c
+[ 9320.086036][ C0] dump_stack_lvl+0x68/0x84
+[ 9320.087361][ C0] dump_stack+0x18/0x34
+[ 9320.088811][ C0] __schedule_bug+0x60/0x80
+[ 9320.090889][ C0] __schedule+0x74c/0x7f0
+[ 9320.092381][ C0] schedule+0x54/0xd0
+[ 9320.093291][ C0] rwsem_down_write_slowpath+0x29c/0x5a0
+[ 9320.094245][ C0] down_write+0x58/0x64
+[ 9320.095075][ C0] simple_recursive_removal+0x124/0x270
+[ 9320.095955][ C0] debugfs_remove+0x5c/0x80
+[ 9320.097118][ C0] blk_release_queue+0x7c/0xf0
+[ 9320.098087][ C0] kobject_put+0x98/0x114
+[ 9320.099167][ C0] blk_put_queue+0x14/0x20
+[ 9320.099931][ C0] blkg_free.part.0+0x54/0x80
+[ 9320.100578][ C0] __blkg_release+0x44/0x70
+[ 9320.101411][ C0] rcu_core+0x324/0x590
+[ 9320.102166][ C0] rcu_core_si+0x10/0x20
+[ 9320.102946][ C0] _stext+0x124/0x2a0
+[ 9320.104072][ C0] __irq_exit_rcu+0xe4/0x100
+[ 9320.105015][ C0] irq_exit_rcu+0x10/0x1c
+[ 9320.105900][ C0] el0_interrupt+0x6c/0x104
+[ 9320.106980][ C0] __el0_irq_handler_common+0x18/0x2c
+[ 9320.108004][ C0] el0t_64_irq_handler+0x10/0x20
+[ 9320.109143][ C0] el0t_64_irq+0x198/0x19c
+[ 9320.158259][ C0] ------------[ cut here ]------------
diff --git a/pkg/report/testdata/linux/report/642 b/pkg/report/testdata/linux/report/642
new file mode 100644
index 000000000..70b6b8dfb
--- /dev/null
+++ b/pkg/report/testdata/linux/report/642
@@ -0,0 +1,30 @@
+TITLE: BUG: scheduling while atomic in exit_to_user_mode_prepare
+
+[ 2500.529878][T12771] BUG: scheduling while atomic: syz-executor.1/12771/0x00000002
+[ 2500.537844][T12771] no locks held by syz-executor.1/12771.
+[ 2500.543497][T12771] Modules linked in:
+[ 2500.547558][T12771] Preemption disabled at:
+[ 2500.547572][T12771] [<ffffffff812b2934>] kernel_fpu_begin_mask+0x64/0x260
+[ 2500.558965][T12771] Kernel panic - not syncing: scheduling while atomic
+[ 2500.565901][T12771] CPU: 0 PID: 12771 Comm: syz-executor.1 Not tainted 5.14.0-rc6-syzkaller #0
+[ 2500.574678][T12771] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
+[ 2500.584832][T12771] Call Trace:
+[ 2500.588127][T12771] dump_stack_lvl+0xcd/0x134
+[ 2500.592949][T12771] panic+0x306/0x73d
+[ 2500.622673][T12771] __schedule_bug.cold+0x10c/0x143
+[ 2500.627802][T12771] __schedule+0x1a07/0x26f0
+[ 2500.649224][T12771] schedule+0xd3/0x270
+[ 2500.653313][T12771] exit_to_user_mode_prepare+0x14a/0x290
+[ 2500.658963][T12771] syscall_exit_to_user_mode+0x19/0x60
+[ 2500.664437][T12771] do_syscall_64+0x42/0xb0
+[ 2500.668956][T12771] entry_SYSCALL_64_after_hwframe+0x44/0xae
+[ 2500.674858][T12771] RIP: 0033:0x4665e9
+[ 2500.678751][T12771] Code: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 bc ff ff ff f7 d8 64 89 01 48
+[ 2500.698453][T12771] RSP: 002b:00007f4b866fe188 EFLAGS: 00000246 ORIG_RAX: 000000000000012b
+[ 2500.706871][T12771] RAX: fffffffffffffff4 RBX: 000000000056bf80 RCX: 00000000004665e9
+[ 2500.714862][T12771] RDX: 0000000000000001 RSI: 0000000020008340 RDI: 0000000000000004
+[ 2500.722839][T12771] RBP: 00007f4b866fe1d0 R08: 0000000000000000 R09: 0000000000000000
+[ 2500.730813][T12771] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
+[ 2500.738782][T12771] R13: 00007ffdeac575ef R14: 00007f4b866fe300 R15: 0000000000022000
+[ 2500.748426][T12771] Kernel Offset: disabled
+[ 2500.752758][T12771] Rebooting in 86400 seconds..
diff --git a/pkg/report/testdata/linux/report/643 b/pkg/report/testdata/linux/report/643
new file mode 100644
index 000000000..d4b655553
--- /dev/null
+++ b/pkg/report/testdata/linux/report/643
@@ -0,0 +1,101 @@
+TITLE: BUG: scheduling while atomic in simple_recursive_removal
+
+[ 3151.929899][ C1] BUG: scheduling while atomic: syz-executor.0/5582/0x00000101
+[ 3151.931982][ C1] Modules linked in:
+[ 3151.933288][ C1] Preemption disabled at:
+[ 3151.933312][ C1] [<80201270>] __do_softirq+0x68/0x480
+[ 3151.934052][ C1] Kernel panic - not syncing: scheduling while atomic
+[ 3151.934499][ C1] CPU: 1 PID: 5582 Comm: syz-executor.0 Not tainted 5.17.0-syzkaller #0
+[ 3151.934699][ C1] Hardware name: ARM-Versatile Express
+[ 3151.934849][ C1] Backtrace: frame pointer underflow
+[ 3151.935058][ C1] [<816d8460>] (dump_backtrace) from [<816d8790>] (show_stack+0x18/0x1c)
+[ 3151.935287][ C1] r7:81d67c90 r6:82222b24 r5:60000193 r4:81d72818
+[ 3151.935420][ C1] [<816d8778>] (show_stack) from [<816e1128>] (dump_stack_lvl+0x48/0x54)
+[ 3151.935619][ C1] [<816e10e0>] (dump_stack_lvl) from [<816e114c>] (dump_stack+0x18/0x1c)
+[ 3151.935824][ C1] r5:00000000 r4:82442d14
+[ 3151.935937][ C1] [<816e1134>] (dump_stack) from [<816d932c>] (panic+0x11c/0x360)
+[ 3151.936123][ C1] [<816d9210>] (panic) from [<802757bc>] (__schedule_bug+0x9c/0xb0)
+[ 3151.936398][ C1] r3:8220c488 r2:00000000 r1:00000000 r0:81d67c90
+[ 3151.936547][ C1] r7:84093980
+[ 3151.936646][ C1] [<80275720>] (__schedule_bug) from [<816f6340>] (__schedule+0x7e8/0xa2c)
+[ 3151.937015][ C1] r5:ddde5a80 r4:00000000
+[ 3151.937337][ C1] [<816f5b58>] (__schedule) from [<816f65d8>] (schedule+0x54/0xbc)
+[ 3151.938451][ C1] r10:82cf0908 r9:82cf08f8 r8:00000002 r7:df805d64 r6:82cf0908 r5:82cf0904
+[ 3151.939265][ C1] r4:84093980
+[ 3151.939845][ C1] [<816f6584>] (schedule) from [<816f9364>] (rwsem_down_write_slowpath+0x2a4/0x608)
+[ 3151.940136][ C1] r5:82cf0904 r4:84093980
+[ 3151.940253][ C1] [<816f90c0>] (rwsem_down_write_slowpath) from [<816f9778>] (down_write+0x4c/0x50)
+[ 3151.940499][ C1] r10:837695c8 r9:82cf08f8 r8:837695a0 r7:00000000 r6:82cf0870 r5:83769550
+[ 3151.940704][ C1] r4:82c372a8
+[ 3151.940847][ C1] [<816f972c>] (down_write) from [<804c4268>] (simple_recursive_removal+0x198/0x378)
+[ 3151.941265][ C1] [<804c40d0>] (simple_recursive_removal) from [<80656bdc>] (debugfs_remove+0x40/0x54)
+[ 3151.941509][ C1] r10:85334cec r9:0000000a r8:df805f00 r7:00000000 r6:81e9bfdc r5:83a310b8
+[ 3151.942054][ C1] r4:83769550
+[ 3151.942293][ C1] [<80656b9c>] (debugfs_remove) from [<8071f154>] (blk_release_queue+0x7c/0xc8)
+[ 3151.942835][ C1] r5:83a310b8 r4:83a30f9c
+[ 3151.942990][ C1] [<8071f0d8>] (blk_release_queue) from [<8080db4c>] (kobject_put+0xc8/0x204)
+[ 3151.943238][ C1] r5:8233b364 r4:83a30f9c
+[ 3151.943357][ C1] [<8080da84>] (kobject_put) from [<8071c738>] (blk_put_queue+0x14/0x18)
+[ 3151.943582][ C1] r7:85334cb0 r6:85334c00 r5:85334cb0 r4:824c4af8
+[ 3151.943735][ C1] [<8071c724>] (blk_put_queue) from [<8073eecc>] (blkg_free.part.0+0x54/0x70)
+[ 3151.943967][ C1] [<8073ee78>] (blkg_free.part.0) from [<807400c4>] (__blkg_release+0x7c/0x150)
+[ 3151.944204][ C1] r7:81803c84 r6:824c4b00 r5:85334c00 r4:00000000
+[ 3151.944366][ C1] [<80740048>] (__blkg_release) from [<802cb2c0>] (rcu_core+0x4c8/0xa48)
+[ 3151.944695][ C1] r7:81803c84 r6:00000001 r5:00000000 r4:84093980
+[ 3151.944868][ C1] [<802cadf8>] (rcu_core) from [<802cb850>] (rcu_core_si+0x10/0x14)
+[ 3151.945099][ C1] r10:84093980 r9:00000100 r8:00000002 r7:ecdd1fb0 r6:00000009 r5:00000002
+[ 3151.945299][ C1] r4:822040a4
+[ 3151.945396][ C1] [<802cb840>] (rcu_core_si) from [<80201374>] (__do_softirq+0x16c/0x480)
+[ 3151.945769][ C1] [<80201208>] (__do_softirq) from [<8024b1e8>] (irq_exit+0x9c/0xe8)
+[ 3151.946374][ C1] r10:7eb5a4a4 r9:76f216d0 r8:00000000 r7:ecdd1fb0 r6:81f1f2c0 r5:81f1f2d8
+[ 3151.946945][ C1] r4:820a8700
+[ 3151.947043][ C1] [<8024b14c>] (irq_exit) from [<816f3a48>] (generic_handle_arch_irq+0x7c/0x80)
+[ 3151.947686][ C1] r5:81f1f2d8 r4:820a7138
+[ 3151.947862][ C1] [<816f39cc>] (generic_handle_arch_irq) from [<808037a0>] (call_with_stack+0x1c/0x20)
+[ 3151.948208][ C1] r9:76f216d0 r8:820a0044 r7:84093980 r6:ffffffff r5:20000010 r4:000164b8
+[ 3151.948403][ C1] [<80803784>] (call_with_stack) from [<80200ed0>] (__irq_usr+0x70/0x80)
+[ 3151.948630][ C1] Exception stack(0xecdd1fb0 to 0xecdd1ff8)
+[ 3151.949055][ C1] 1fa0: ffffffff 00000026 000001b8 00000000
+[ 3151.949552][ C1] 1fc0: 00000000 4d648db5 00000665 00000000 7eb5a312 76f216d0 7eb5a4a4 76f2120c
+[ 3151.950001][ C1] 1fe0: 20000b00 20000b00 000164b8 000164b8 20000010 ffffffff
+[ 3151.950880][ C0] CPU0: stopping
+[ 3151.951385][ C0] CPU: 0 PID: 2234 Comm: syz-executor.1 Not tainted 5.17.0-syzkaller #0
+[ 3151.951934][ C0] Hardware name: ARM-Versatile Express
+[ 3151.952276][ C0] Backtrace: frame pointer underflow
+[ 3151.952706][ C0] [<816d8460>] (dump_backtrace) from [<816d8790>] (show_stack+0x18/0x1c)
+[ 3151.953356][ C0] r7:00000014 r6:00000000 r5:60000193 r4:81d72818
+[ 3151.953887][ C0] [<816d8778>] (show_stack) from [<816e1128>] (dump_stack_lvl+0x48/0x54)
+[ 3151.954428][ C0] [<816e10e0>] (dump_stack_lvl) from [<816e114c>] (dump_stack+0x18/0x1c)
+[ 3151.954972][ C0] r5:8280cb80 r4:00000004
+[ 3151.955234][ C0] [<816e1134>] (dump_stack) from [<80210584>] (do_handle_IPI+0x388/0x3b4)
+[ 3151.955840][ C0] [<802101fc>] (do_handle_IPI) from [<802105d0>] (ipi_handler+0x20/0x28)
+[ 3151.956484][ C0] r9:84076780 r8:df801f68 r7:00000014 r6:8190933c r5:8280cb80 r4:82886a00
+[ 3151.956962][ C0] [<802105b0>] (ipi_handler) from [<802b94b4>] (handle_percpu_devid_irq+0x9c/0x2d4)
+[ 3151.957485][ C0] [<802b9418>] (handle_percpu_devid_irq) from [<802b2bf0>] (generic_handle_domain_irq+0x48/0x8c)
+[ 3151.958129][ C0] r10:00000072 r9:84076780 r8:00000000 r7:df80a00c r6:84076780 r5:00000004
+[ 3151.958632][ C0] r4:82888000 r3:802b9418
+[ 3151.958877][ C0] [<802b2ba8>] (generic_handle_domain_irq) from [<808221cc>] (gic_handle_irq+0x68/0x7c)
+[ 3151.959476][ C0] r7:df80a00c r6:820a7144 r5:df80a000 r4:8220ccec
+[ 3151.959823][ C0] [<80822164>] (gic_handle_irq) from [<816f3a2c>] (generic_handle_arch_irq+0x60/0x80)
+[ 3151.960395][ C0] r7:df9a1e30 r6:81f1f2c0 r5:81f1f2d8 r4:820a7138
+[ 3151.960788][ C0] [<816f39cc>] (generic_handle_arch_irq) from [<808037a0>] (call_with_stack+0x1c/0x20)
+[ 3151.961463][ C0] r9:84076780 r8:00000004 r7:df9a1e64 r6:ffffffff r5:60000013 r4:816fcbb0
+[ 3151.961956][ C0] [<80803784>] (call_with_stack) from [<80200b84>] (__irq_svc+0x84/0xac)
+[ 3151.962477][ C0] Exception stack(0xdf9a1e30 to 0xdf9a1e78)
+[ 3151.962860][ C0] 1e20: 82a7c014 df9a1efc 00000000 00000000
+[ 3151.963357][ C0] 1e40: df9a1efc 82a7c014 00000000 84076780 00000004 82204040 00000072 df9a1ea4
+[ 3151.963851][ C0] 1e60: df9a1ea8 df9a1e80 802992b0 816fcbb0 60000013 ffffffff
+[ 3151.964303][ C0] [<8029928c>] (add_wait_queue) from [<802489ec>] (do_wait+0x54/0x348)
+[ 3151.964782][ C0] r9:82204040 r8:00000004 r7:84076780 r6:00000000 r5:7edb95b0 r4:df9a1ee4
+[ 3151.965262][ C0] [<80248998>] (do_wait) from [<80249fbc>] (kernel_wait4+0x8c/0x124)
+[ 3151.965638][ C0] r10:00000072 r9:84076780 r8:00000004 r7:00000000 r6:00000000 r5:7edb95b0
+[ 3151.966198][ C0] r4:40000005
+[ 3151.966466][ C0] [<80249f30>] (kernel_wait4) from [<8024a190>] (sys_wait4+0x9c/0xac)
+[ 3151.967026][ C0] r8:802002a4 r7:00000072 r6:00002dd4 r5:00000000 r4:ffffffff
+[ 3151.967553][ C0] [<8024a0f4>] (sys_wait4) from [<80200060>] (ret_fast_syscall+0x0/0x1c)
+[ 3151.968124][ C0] Exception stack(0xdf9a1fa8 to 0xdf9a1ff0)
+[ 3151.968551][ C0] 1fa0: ffffffff 01d694c0 ffffffff 7edb95b0 40000001 00000000
+[ 3151.969129][ C0] 1fc0: ffffffff 01d694c0 00002dd4 00000072 00120000 7edb9604 00120000 000001f4
+[ 3151.969760][ C0] 1fe0: 0000000d 7edb9520 00049a54 00049a70
+[ 3151.970246][ C0] r5:01d694c0 r4:ffffffff
+[ 3151.971384][ C1] Rebooting in 86400 seconds..
diff --git a/pkg/report/testdata/linux/report/644 b/pkg/report/testdata/linux/report/644
new file mode 100644
index 000000000..8798f6ce2
--- /dev/null
+++ b/pkg/report/testdata/linux/report/644
@@ -0,0 +1,50 @@
+TITLE: BUG: scheduling while atomic in simple_recursive_removal
+
+[ 4782.045066][ C0] BUG: scheduling while atomic: syz-executor.1/9519/0x00000102
+[ 4782.046355][ C0] Modules linked in:
+[ 4782.048445][ C0] CPU: 0 PID: 9519 Comm: syz-executor.1 Not tainted 5.17.0-syzkaller-04443-ged4643521e6a #0
+[ 4782.050336][ C0] Hardware name: linux,dummy-virt (DT)
+[ 4782.051577][ C0] Call trace:
+[ 4782.052261][ C0] dump_backtrace.part.0+0xcc/0xe0
+[ 4782.055208][ C0] show_stack+0x18/0x6c
+[ 4782.056391][ C0] dump_stack_lvl+0x68/0x84
+[ 4782.057194][ C0] dump_stack+0x18/0x34
+[ 4782.057971][ C0] __schedule_bug+0x60/0x80
+[ 4782.058771][ C0] __schedule+0x74c/0x7f0
+[ 4782.059564][ C0] schedule+0x54/0xd0
+[ 4782.060394][ C0] rwsem_down_write_slowpath+0x29c/0x5a0
+[ 4782.061477][ C0] down_write+0x58/0x64
+[ 4782.062300][ C0] simple_recursive_removal+0x124/0x270
+[ 4782.063271][ C0] debugfs_remove+0x5c/0x80
+[ 4782.064113][ C0] blk_release_queue+0x7c/0xf0
+[ 4782.065350][ C0] kobject_put+0x98/0x114
+[ 4782.066223][ C0] blk_put_queue+0x14/0x20
+[ 4782.067140][ C0] blkg_free.part.0+0x54/0x80
+[ 4782.067916][ C0] __blkg_release+0x44/0x70
+[ 4782.068711][ C0] rcu_core+0x324/0x590
+[ 4782.069539][ C0] rcu_core_si+0x10/0x20
+[ 4782.070304][ C0] _stext+0x124/0x2a0
+[ 4782.071098][ C0] __irq_exit_rcu+0xe4/0x100
+[ 4782.072162][ C0] irq_exit_rcu+0x10/0x1c
+[ 4782.072918][ C0] el1_interrupt+0x38/0x64
+[ 4782.073646][ C0] el1h_64_irq_handler+0x18/0x24
+[ 4782.074581][ C0] el1h_64_irq+0x64/0x68
+[ 4782.075380][ C0] preempt_schedule_irq+0x3c/0x130
+[ 4782.076197][ C0] el1_interrupt+0x4c/0x64
+[ 4782.076962][ C0] el1h_64_irq_handler+0x18/0x24
+[ 4782.077743][ C0] el1h_64_irq+0x64/0x68
+[ 4782.078483][ C0] vprintk+0x0/0xe4
+[ 4782.079303][ C0] start_creating.part.0+0x144/0x160
+[ 4782.080094][ C0] debugfs_create_dir+0x48/0x1e4
+[ 4782.080846][ C0] blk_register_queue+0xa4/0x23c
+[ 4782.081713][ C0] device_add_disk+0x214/0x36c
+[ 4782.082501][ C0] loop_add+0x24c/0x2c4
+[ 4782.083226][ C0] loop_control_ioctl+0xac/0x204
+[ 4782.083959][ C0] __arm64_sys_ioctl+0xa8/0xf0
+[ 4782.085127][ C0] invoke_syscall+0x48/0x114
+[ 4782.085934][ C0] el0_svc_common.constprop.0+0x44/0xec
+[ 4782.086883][ C0] do_el0_svc+0x6c/0x84
+[ 4782.087634][ C0] el0_svc+0x44/0xb0
+[ 4782.088376][ C0] el0t_64_sync_handler+0x1a4/0x1b0
+[ 4782.089226][ C0] el0t_64_sync+0x198/0x19c
+[ 4782.180612][ C0] ------------[ cut here ]------------
diff --git a/pkg/report/testdata/linux/report/645 b/pkg/report/testdata/linux/report/645
new file mode 100644
index 000000000..ed3b9248e
--- /dev/null
+++ b/pkg/report/testdata/linux/report/645
@@ -0,0 +1,30 @@
+TITLE: BUG: scheduling while atomic in exit_to_user_mode_prepare
+
+[ 75.726516][ T8444] BUG: scheduling while atomic: syz-executor607/8444/0x00000002
+[ 75.734225][ T8444] no locks held by syz-executor607/8444.
+[ 75.740182][ T8444] Modules linked in:
+[ 75.744168][ T8444] Preemption disabled at:
+[ 75.744175][ T8444] [<ffffffff812aa3e4>] kernel_fpu_begin_mask+0x64/0x260
+[ 75.755491][ T8444] Kernel panic - not syncing: scheduling while atomic
+[ 75.762311][ T8444] CPU: 1 PID: 8444 Comm: syz-executor607 Not tainted 5.13.0-rc6-syzkaller #0
+[ 75.771148][ T8444] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
+[ 75.781401][ T8444] Call Trace:
+[ 75.784670][ T8444] dump_stack+0x141/0x1d7
+[ 75.788994][ T8444] panic+0x306/0x73d
+[ 75.812611][ T8444] __schedule_bug.cold+0x10c/0x143
+[ 75.817935][ T8444] __schedule+0x19df/0x23e0
+[ 75.834439][ T8444] schedule+0xcf/0x270
+[ 75.838618][ T8444] exit_to_user_mode_prepare+0x14d/0x290
+[ 75.844397][ T8444] irqentry_exit_to_user_mode+0x5/0x40
+[ 75.850148][ T8444] exc_page_fault+0xc6/0x180
+[ 75.859686][ T8444] asm_exc_page_fault+0x1e/0x30
+[ 75.864612][ T8444] RIP: 0033:0x408e15
+[ 75.868562][ T8444] Code: 0a 00 00 74 08 84 c9 0f 85 46 02 00 00 45 31 e4 0f 1f 44 00 00 64 8b 04 25 18 00 00 00 ba 01 00 00 00 85 c0 0f 85 d5 01 00 00 <0f> b1 15 2c 80 0a 00 4c 8b 33 4d 85 f6 75 3b e9 72 01 00 00 0f 1f
+[ 75.888181][ T8444] RSP: 002b:00007ffd234882e0 EFLAGS: 00010246
+[ 75.894287][ T8444] RAX: 0000000000000000 RBX: 00000000004ae108 RCX: 0000000000000001
+[ 75.902250][ T8444] RDX: 0000000000000001 RSI: 00000000004ae108 RDI: 0000000000000001
+[ 75.910406][ T8444] RBP: 0000000000000001 R08: 0000000000000000 R09: 00007ffd234884c8
+[ 75.918484][ T8444] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
+[ 75.926587][ T8444] R13: 0000000000000001 R14: 00000000004ae018 R15: 0000000000400488
+[ 75.936892][ T8444] Kernel Offset: disabled
+[ 75.941360][ T8444] Rebooting in 86400 seconds..
diff --git a/pkg/report/testdata/linux/report/75 b/pkg/report/testdata/linux/report/75
index 53fc9584c..09ddb5e4d 100644
--- a/pkg/report/testdata/linux/report/75
+++ b/pkg/report/testdata/linux/report/75
@@ -1,4 +1,4 @@
-TITLE: BUG: scheduling while atomic: syz-executor/ADDR
+TITLE: BUG: scheduling while atomic in pause
[ 185.479466] BUG: scheduling while atomic: syz-executor0/19425/0x00000000
[ 185.486365] INFO: lockdep is turned off.
@@ -12,13 +12,6 @@ TITLE: BUG: scheduling while atomic: syz-executor/ADDR
[ 185.538344] [<ffffffff81ca45ed>] dump_stack+0xc1/0x124
[ 185.543718] [<ffffffff8133a690>] __schedule_bug+0xc0/0xf0
[ 185.549324] [<ffffffff81000f22>] __schedule+0x8c2/0x13f0
-[ 185.554860] [<ffffffff8135c9c7>] ? SyS_gsys_swg_wait+0x3c7/0xbd0
-[ 185.561075] [<ffffffff8135ca3d>] ? SyS_gsys_swg_wait+0x43d/0xbd0
[ 185.567281] [<ffffffff81001aea>] schedule+0x9a/0x1b0
-[ 185.572445] [<ffffffff8135ca47>] SyS_gsys_swg_wait+0x447/0xbd0
-[ 185.578480] [<ffffffff8135c600>] ? SyS_gsys_swg_become_designate+0x290/0x290
-[ 185.585729] [<ffffffff81017200>] ? trace_event_raw_event_sys_enter_tiny+0x2e0/0x2e0
-[ 185.593586] [<ffffffff81018464>] ? prepare_exit_to_usermode+0x294/0x350
-[ 185.600416] [<ffffffff81015198>] ? do_audit_syscall_entry+0xd8/0x240
-[ 185.606975] [<ffffffff81017956>] ? syscall_trace_enter_phase2+0x216/0x9a0
+[ 185.572445] [<ffffffff8135ca47>] SyS_pause+0x447/0xbd0
[ 185.613965] [<ffffffff82c7b5f9>] tracesys_phase2+0x84/0x89