Skip to content

Instantly share code, notes, and snippets.

@tamird
Created August 8, 2023 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamird/0f2fb74df07b4eb30911e7c95330ea7c to your computer and use it in GitHub Desktop.
Save tamird/0f2fb74df07b4eb30911e7c95330ea7c to your computer and use it in GitHub Desktop.
kernel panic seen in aya integration tests
2023-08-08T19:19:46.8695930Z test tests::load::unload_kprobe ... [ 32.651617] BUG: kernel NULL pointer dereference, address: 0000000000000000
2023-08-08T19:19:46.8700780Z [ 32.652972] #PF: supervisor instruction fetch in kernel mode
2023-08-08T19:19:46.8704590Z [ 32.653259] #PF: error_code(0x0010) - not-present page
2023-08-08T19:19:46.8709250Z [ 32.653259] PGD 0 P4D 0
2023-08-08T19:19:46.8713900Z [ 32.653259] Oops: 0010 [#1] PREEMPT SMP NOPTI
2023-08-08T19:19:46.8726350Z [ 32.653259] CPU: 1 PID: 122 Comm: tests::load::un Not tainted 6.4.0-1-cloud-amd64 #1 Debian 6.4.4-2
2023-08-08T19:19:46.8735170Z [ 32.653259] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014
2023-08-08T19:19:46.8747130Z [ 32.653259] RIP: 0010:0x0
2023-08-08T19:19:46.8759650Z [ 32.653259] Code: Unable to access opcode bytes at 0xffffffffffffffd6.
2023-08-08T19:19:46.8765680Z [ 32.653259] RSP: 0018:ffffb378c0413c60 EFLAGS: 00000046
2023-08-08T19:19:46.8770160Z [ 32.653259] RAX: ffff9c8481958240 RBX: ffffffff931381e0 RCX: ffff9c849bd38f05
2023-08-08T19:19:46.8774860Z [ 32.653259] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff9c84818548c0
2023-08-08T19:19:46.8779790Z [ 32.653259] RBP: ffff9c849bd38f00 R08: ffff9c849bd32b28 R09: ffffffff930590e0
2023-08-08T19:19:46.8784010Z [ 32.653259] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9c848104fe00
2023-08-08T19:19:46.8789980Z [ 32.653259] R13: 0000000000002000 R14: 0000000000000001 R15: ffff9c849bc32b00
2023-08-08T19:19:46.8800450Z [ 32.653259] FS: 00007f26f4873b38(0000) GS:ffff9c849bd00000(0000) knlGS:0000000000000000
2023-08-08T19:19:46.8805490Z [ 32.653259] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-08-08T19:19:46.8810240Z [ 32.653259] CR2: ffffffffffffffd6 CR3: 000000001ff1a000 CR4: 00000000000006e0
2023-08-08T19:19:46.8817470Z [ 32.653259] Call Trace:
2023-08-08T19:19:46.8830320Z [ 32.653259] <TASK>
2023-08-08T19:19:46.8838990Z [ 32.653259] ? __die+0x23/0x70
2023-08-08T19:19:46.8842250Z [ 32.653259] ? page_fault_oops+0x17d/0x4c0
2023-08-08T19:19:46.8844840Z [ 32.653259] ? exc_page_fault+0x7f/0x180
2023-08-08T19:19:46.8848890Z [ 32.653259] ? asm_exc_page_fault+0x26/0x30
2023-08-08T19:19:46.8854830Z [ 32.653259] __queue_work+0x1d6/0x460
2023-08-08T19:19:46.8861060Z [ 32.653259] queue_delayed_work_on+0x3d/0x50
2023-08-08T19:19:46.8865340Z [ 32.653259] srcu_gp_start_if_needed+0x35a/0x500
2023-08-08T19:19:46.8868350Z [ 32.653259] __synchronize_srcu+0x87/0xc0
2023-08-08T19:19:46.8871770Z [ 32.653259] ? __pfx_wakeme_after_rcu+0x10/0x10
2023-08-08T19:19:46.8874520Z [ 32.653259] ? synchronize_srcu+0xa5/0xe0
2023-08-08T19:19:46.8878440Z [ 32.653259] perf_trace_event_unreg.isra.0+0x31/0x80
2023-08-08T19:19:46.8882670Z [ 32.653259] perf_kprobe_destroy+0x3c/0x80
2023-08-08T19:19:46.8884680Z [ 32.653259] _free_event+0x107/0x420
2023-08-08T19:19:46.8888070Z [ 32.653259] perf_event_release_kernel+0x289/0x2e0
2023-08-08T19:19:46.8890570Z [ 32.653259] perf_release+0x15/0x20
2023-08-08T19:19:46.8893090Z [ 32.653259] __fput+0x91/0x250
2023-08-08T19:19:46.8896050Z [ 32.653259] task_work_run+0x5d/0x90
2023-08-08T19:19:46.8900560Z [ 32.653259] exit_to_user_mode_prepare+0x1c4/0x1d0
2023-08-08T19:19:46.8904430Z [ 32.653259] syscall_exit_to_user_mode+0x1b/0x40
2023-08-08T19:19:46.8907610Z [ 32.653259] do_syscall_64+0x6c/0x90
2023-08-08T19:19:46.8910890Z [ 32.653259] ? exit_to_user_mode_prepare+0x40/0x1d0
2023-08-08T19:19:46.8915380Z [ 32.653259] ? syscall_exit_to_user_mode+0x1b/0x40
2023-08-08T19:19:46.8918460Z [ 32.653259] ? do_syscall_64+0x6c/0x90
2023-08-08T19:19:46.8922610Z [ 32.653259] ? exit_to_user_mode_prepare+0x40/0x1d0
2023-08-08T19:19:46.8926230Z [ 32.653259] ? syscall_exit_to_user_mode+0x1b/0x40
2023-08-08T19:19:46.8929120Z [ 32.653259] ? do_syscall_64+0x6c/0x90
2023-08-08T19:19:46.8931680Z [ 32.653259] ? do_syscall_64+0x6c/0x90
2023-08-08T19:19:46.8934990Z [ 32.653259] ? do_syscall_64+0x6c/0x90
2023-08-08T19:19:46.8937820Z [ 32.653259] entry_SYSCALL_64_after_hwframe+0x72/0xdc
2023-08-08T19:19:46.8943590Z [ 32.653259] RIP: 0033:0x7f26f4aab14c
2023-08-08T19:19:46.8970240Z [ 32.653259] Code: c3 8b 07 85 c0 75 24 49 89 fb 48 89 f0 48 89 d7 48 89 ce 4c 89 c2 4d 89 ca 4c 8b 44 24 08 4c 8b 4c 24 10 4c 89 5c 24 08 0f 05 <c3> e9 34 e3 ff ff 41 54 49 89 f4 48 8d 35 62 cf e4 ff 55 89 fd 48
2023-08-08T19:19:46.8976650Z [ 32.653259] RSP: 002b:00007f26f4872e88 EFLAGS: 00000246 ORIG_RAX: 0000000000000003
2023-08-08T19:19:46.8982260Z [ 32.653259] RAX: 0000000000000000 RBX: 00007f26f4873b38 RCX: 00007f26f4aab14c
2023-08-08T19:19:46.8987990Z [ 32.653259] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000005
2023-08-08T19:19:46.8992480Z [ 32.653259] RBP: 00007f26f3ba5e90 R08: 0000000000000000 R09: 0000000000000000
2023-08-08T19:19:46.8997390Z [ 32.653259] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000003
2023-08-08T19:19:46.9002920Z [ 32.653259] R13: 0000000000000005 R14: 0000000000000000 R15: 00007f26f4872f99
2023-08-08T19:19:46.9005360Z [ 32.653259] </TASK>
2023-08-08T19:19:46.9011030Z [ 32.653259] Modules linked in:
2023-08-08T19:19:46.9015830Z [ 32.653259] CR2: 0000000000000000
2023-08-08T19:19:46.9029680Z [ 32.653259] ---[ end trace 0000000000000000 ]---
2023-08-08T19:19:46.9035710Z [ 32.674243] BUG: kernel NULL pointer dereference, address: 0000000000000000
2023-08-08T19:19:46.9038440Z [ 32.653259] RIP: 0010:0x0
2023-08-08T19:19:46.9043480Z [ 32.674243] #PF: supervisor instruction fetch in kernel mode
2023-08-08T19:19:46.9047080Z [ 32.653259] Code: Unable to access opcode bytes at 0xffffffffffffffd6.
2023-08-08T19:19:46.9051360Z [ 32.674243] #PF: error_code(0x0010) - not-present page
2023-08-08T19:19:46.9056950Z [ 32.653259] RSP: 0018:ffffb378c0413c60 EFLAGS: 00000046
2023-08-08T19:19:46.9058280Z [ 32.674243] PGD 0
2023-08-08T19:19:46.9060100Z [ 32.653259]
2023-08-08T19:19:46.9060750Z [ 32.674243] P4D 0
2023-08-08T19:19:46.9065440Z [ 32.653259] RAX: ffff9c8481958240 RBX: ffffffff931381e0 RCX: ffff9c849bd38f05
2023-08-08T19:19:46.9069980Z [ 32.653259] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff9c84818548c0
2023-08-08T19:19:46.9074110Z [ 32.653259] RBP: ffff9c849bd38f00 R08: ffff9c849bd32b28 R09: ffffffff930590e0
2023-08-08T19:19:46.9078560Z [ 32.653259] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9c848104fe00
2023-08-08T19:19:46.9082000Z [ 32.674243] Oops: 0010 [#2] PREEMPT SMP NOPTI
2023-08-08T19:19:46.9085240Z [ 32.653259] R13: 0000000000002000 R14: 0000000000000001 R15: ffff9c849bc32b00
2023-08-08T19:19:46.9089860Z [ 32.653259] FS: 00007f26f4873b38(0000) GS:ffff9c849bd00000(0000) knlGS:0000000000000000
2023-08-08T19:19:46.9092840Z [ 32.653259] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-08-08T19:19:46.9101590Z [ 32.674243] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G D 6.4.0-1-cloud-amd64 #1 Debian 6.4.4-2
2023-08-08T19:19:46.9108260Z [ 32.653259] CR2: ffffffffffffffd6 CR3: 000000001ff1a000 CR4: 00000000000006e0
2023-08-08T19:19:46.9112250Z [ 32.653259] note: tests::load::un[122] exited with irqs disabled
2023-08-08T19:19:46.9118050Z [ 32.674243] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014
2023-08-08T19:19:46.9120190Z [ 32.674243] RIP: 0010:0x0
2023-08-08T19:19:46.9126540Z [ 32.674243] Code: Unable to access opcode bytes at 0xffffffffffffffd6.
2023-08-08T19:19:46.9130870Z [ 32.695949] note: tests::load::un[122] exited with preempt_count 2
2023-08-08T19:19:46.9133870Z [ 32.674243] RSP: 0018:ffffb378c0003ea8 EFLAGS: 00000046
2023-08-08T19:19:46.9137440Z [ 32.674243] RAX: 0000000080000101 RBX: 0000000000000101 RCX: 0000000000000001
2023-08-08T19:19:46.9140800Z [ 32.674243] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff9c8481266100
2023-08-08T19:19:46.9144820Z [ 32.674243] RBP: ffffb378c008be40 R08: 000000001fffdf4b R09: ffff9c849bc22028
2023-08-08T19:19:46.9149630Z [ 32.697341] R10: 0000000000000003 R11: 00000000000db3d0 R12: ffffffff9197f940
2023-08-08T19:19:46.9154920Z [ 32.697341] R13: ffffb378c008be40 R14: ffffb378c0003ef8 R15: ffff9c849bc22000
2023-08-08T19:19:46.9159440Z [ 32.697341] FS: 0000000000000000(0000) GS:ffff9c849bc00000(0000) knlGS:0000000000000000
2023-08-08T19:19:46.9164570Z [ 32.697341] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-08-08T19:19:46.9170210Z [ 32.697341] CR2: ffffffffffffffd6 CR3: 000000000c020000 CR4: 00000000000006f0
2023-08-08T19:19:46.9171990Z [ 32.697341] Call Trace:
2023-08-08T19:19:46.9177290Z [ 32.697341] <IRQ>
2023-08-08T19:19:46.9181620Z [ 32.697341] ? __die+0x23/0x70
2023-08-08T19:19:46.9186380Z [ 32.697341] ? page_fault_oops+0x17d/0x4c0
2023-08-08T19:19:46.9190710Z [ 32.697341] ? exc_page_fault+0x7f/0x180
2023-08-08T19:19:46.9194690Z [ 32.697341] ? asm_exc_page_fault+0x26/0x30
2023-08-08T19:19:46.9199930Z [ 32.697341] ? __pfx_process_timeout+0x10/0x10
2023-08-08T19:19:46.9205560Z [ 32.697341] ? __pfx_process_timeout+0x10/0x10
2023-08-08T19:19:46.9210370Z [ 32.697341] call_timer_fn+0x27/0x130
2023-08-08T19:19:46.9215650Z [ 32.697341] ? __pfx_process_timeout+0x10/0x10
2023-08-08T19:19:46.9219480Z [ 32.697341] __run_timers+0x222/0x2c0
2023-08-08T19:19:46.9224770Z [ 32.697341] run_timer_softirq+0x2f/0x50
2023-08-08T19:19:46.9228520Z [ 32.697341] __do_softirq+0xf4/0x301
2023-08-08T19:19:46.9231850Z [ 32.697341] __irq_exit_rcu+0xb5/0x130
2023-08-08T19:19:46.9236460Z [ 32.697341] sysvec_apic_timer_interrupt+0xa2/0xd0
2023-08-08T19:19:46.9241720Z [ 32.697341] </IRQ>
2023-08-08T19:19:46.9244170Z [ 32.697341] <TASK>
2023-08-08T19:19:46.9248990Z [ 32.697341] asm_sysvec_apic_timer_interrupt+0x1a/0x20
2023-08-08T19:19:46.9253390Z [ 32.697341] RIP: 0010:pv_native_safe_halt+0xf/0x20
2023-08-08T19:19:46.9277710Z [ 32.697341] Code: 0b 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa eb 07 0f 00 2d 55 f5 2a 00 fb f4 <c3> cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 66 90 90 90 90 90 90
2023-08-08T19:19:46.9280850Z [ 32.697341] RSP: 0018:ffffffff93003e80 EFLAGS: 00000296
2023-08-08T19:19:46.9287820Z [ 32.697341] RAX: 0001ad4000000004 RBX: 0000000000000000 RCX: ffff9c849bc33f80
2023-08-08T19:19:46.9295930Z [ 32.697341] RDX: 4000000000000000 RSI: ffffffff929d98b6 RDI: ffffffff929c39c6
2023-08-08T19:19:46.9301750Z [ 32.697341] RBP: ffffffff93010900 R08: ffffffffffc493df R09: 000000002492419c
2023-08-08T19:19:46.9308750Z [ 32.697341] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
2023-08-08T19:19:46.9315700Z [ 32.697341] R13: 0000000000000000 R14: ffffffff93010900 R15: 0000000000000000
2023-08-08T19:19:46.9320290Z [ 32.697341] default_idle+0x9/0x20
2023-08-08T19:19:46.9324180Z [ 32.697341] default_idle_call+0x2a/0xe0
2023-08-08T19:19:46.9327380Z [ 32.697341] do_idle+0x230/0x270
2023-08-08T19:19:46.9331200Z [ 32.697341] cpu_startup_entry+0x1d/0x20
2023-08-08T19:19:46.9334390Z [ 32.697341] rest_init+0xd1/0xe0
2023-08-08T19:19:46.9338830Z [ 32.697341] arch_call_rest_init+0xe/0x30
2023-08-08T19:19:46.9343420Z [ 32.697341] start_kernel+0x4de/0x790
2023-08-08T19:19:46.9348700Z [ 32.697341] x86_64_start_reservations+0x18/0x30
2023-08-08T19:19:46.9353800Z [ 32.697341] x86_64_start_kernel+0x91/0xa0
2023-08-08T19:19:46.9358180Z [ 32.697341] secondary_startup_64_no_verify+0x10b/0x10b
2023-08-08T19:19:46.9361190Z [ 32.697341] </TASK>
2023-08-08T19:19:46.9364130Z [ 32.697341] Modules linked in:
2023-08-08T19:19:46.9367650Z [ 32.697341] CR2: 0000000000000000
2023-08-08T19:19:46.9373350Z [ 32.697341] ---[ end trace 0000000000000000 ]---
2023-08-08T19:19:46.9378650Z [ 32.702464] BUG: kernel NULL pointer dereference, address: 0000000000000000
2023-08-08T19:19:46.9381420Z [ 32.697341] RIP: 0010:0x0
2023-08-08T19:19:46.9385280Z [ 32.702464] #PF: supervisor instruction fetch in kernel mode
2023-08-08T19:19:46.9387970Z [ 32.702464] #PF: error_code(0x0010) - not-present page
2023-08-08T19:19:46.9394370Z [ 32.697341] Code: Unable to access opcode bytes at 0xffffffffffffffd6.
2023-08-08T19:19:46.9396550Z [ 32.702464] PGD 0
2023-08-08T19:19:46.9399840Z [ 32.697341] RSP: 0018:ffffb378c0413c60 EFLAGS: 00000046
2023-08-08T19:19:46.9402220Z [ 32.702464] P4D 0
2023-08-08T19:19:46.9403700Z [ 32.697341]
2023-08-08T19:19:46.9407380Z [ 32.702464] Oops: 0010 [#3] PREEMPT SMP NOPTI
2023-08-08T19:19:46.9410800Z [ 32.697341] RAX: ffff9c8481958240 RBX: ffffffff931381e0 RCX: ffff9c849bd38f05
2023-08-08T19:19:46.9423360Z [ 32.702464] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G D 6.4.0-1-cloud-amd64 #1 Debian 6.4.4-2
2023-08-08T19:19:46.9426810Z [ 32.697341] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff9c84818548c0
2023-08-08T19:19:46.9437790Z [ 32.702464] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014
2023-08-08T19:19:46.9441980Z [ 32.697341] RBP: ffff9c849bd38f00 R08: ffff9c849bd32b28 R09: ffffffff930590e0
2023-08-08T19:19:46.9444290Z [ 32.702464] RIP: 0010:0x0
2023-08-08T19:19:46.9449560Z [ 32.697341] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9c848104fe00
2023-08-08T19:19:46.9460110Z [ 32.702464] Code: Unable to access opcode bytes at 0xffffffffffffffd6.
2023-08-08T19:19:46.9461050Z [ 32.702464] RSP: 0018:ffffb378c00e0f28 EFLAGS: 00000046
2023-08-08T19:19:46.9463730Z [ 32.697341] R13: 0000000000002000 R14: 0000000000000001 R15: ffff9c849bc32b00
2023-08-08T19:19:46.9468670Z [ 32.697341] FS: 0000000000000000(0000) GS:ffff9c849bc00000(0000) knlGS:0000000000000000
2023-08-08T19:19:46.9472470Z [ 32.697341] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-08-08T19:19:46.9474940Z [ 32.702464]
2023-08-08T19:19:46.9481350Z [ 32.702464] RAX: ffffffff93125da0 RBX: ffffffff93125d98 RCX: 0000000000000001
2023-08-08T19:19:46.9487990Z [ 32.697341] CR2: ffffffffffffffd6 CR3: 000000000c020000 CR4: 00000000000006f0
2023-08-08T19:19:46.9492330Z [ 32.697341] Kernel panic - not syncing: Fatal exception in interrupt
2023-08-08T19:19:46.9497580Z [ 32.702464] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff9c8481266100
2023-08-08T19:19:46.9503870Z [ 32.702464] RBP: ffffb378c008bea8 R08: 0000000000000002 R09: 000000000000000c
2023-08-08T19:19:46.9509760Z [ 32.702464] R10: ffffffff93006100 R11: 0000000000000000 R12: 0000000000000202
2023-08-08T19:19:46.9515900Z [ 32.702464] R13: ffffffff930d46c0 R14: 0000000000000246 R15: 0000000000000002
2023-08-08T19:19:46.9522570Z [ 32.702464] FS: 0000000000000000(0000) GS:ffff9c849bd00000(0000) knlGS:0000000000000000
2023-08-08T19:19:46.9527850Z [ 32.702464] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-08-08T19:19:46.9533940Z [ 32.702464] CR2: ffffffffffffffd6 CR3: 000000001ff1a000 CR4: 00000000000006e0
2023-08-08T19:19:46.9535860Z [ 32.702464] Call Trace:
2023-08-08T19:19:46.9538620Z [ 32.702464] <IRQ>
2023-08-08T19:19:46.9541590Z [ 32.702464] ? __die+0x23/0x70
2023-08-08T19:19:46.9544170Z [ 32.702464] ? page_fault_oops+0x17d/0x4c0
2023-08-08T19:19:46.9548310Z [ 32.702464] ? reenter_kprobe+0x42/0x80
2023-08-08T19:19:46.9553120Z [ 32.702464] ? exc_page_fault+0x7f/0x180
2023-08-08T19:19:46.9556400Z [ 32.702464] ? asm_exc_page_fault+0x26/0x30
2023-08-08T19:19:46.9560200Z [ 32.702464] swake_up_one+0x32/0x70
2023-08-08T19:19:46.9562230Z [ 32.702464] rcu_core+0x395/0x4d0
2023-08-08T19:19:46.9564980Z [ 32.702464] __do_softirq+0xf4/0x301
2023-08-08T19:19:46.9568510Z [ 32.702464] __irq_exit_rcu+0xb5/0x130
2023-08-08T19:19:46.9572590Z [ 32.702464] sysvec_apic_timer_interrupt+0xa2/0xd0
2023-08-08T19:19:46.9574220Z [ 32.702464] </IRQ>
2023-08-08T19:19:46.9575910Z [ 32.702464] <TASK>
2023-08-08T19:19:46.9580980Z [ 32.702464] asm_sysvec_apic_timer_interrupt+0x1a/0x20
2023-08-08T19:19:46.9585760Z [ 32.702464] RIP: 0010:pv_native_safe_halt+0xf/0x20
2023-08-08T19:19:46.9600410Z [ 32.702464] Code: 0b 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa eb 07 0f 00 2d 55 f5 2a 00 fb f4 <c3> cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 66 90 90 90 90 90 90
2023-08-08T19:19:46.9605570Z [ 32.702464] RSP: 0018:ffffb378c00a3ed8 EFLAGS: 00000282
2023-08-08T19:19:46.9610840Z [ 32.702464] RAX: 0001ad4000000004 RBX: 0000000000000001 RCX: ffff9c849bd33f80
2023-08-08T19:19:46.9616420Z [ 32.702464] RDX: 4000000000000000 RSI: ffffffff929d98b6 RDI: ffffffff929c39c6
2023-08-08T19:19:46.9622280Z [ 32.702464] RBP: ffff9c84812648c0 R08: ffffffffffdeef9a R09: 000000002492419c
2023-08-08T19:19:46.9628410Z [ 32.702464] R10: 000000000000002d R11: 0000000000000000 R12: 0000000000000000
2023-08-08T19:19:46.9634130Z [ 32.702464] R13: 0000000000000000 R14: ffff9c84812648c0 R15: 0000000000000000
2023-08-08T19:19:46.9636950Z [ 32.702464] default_idle+0x9/0x20
2023-08-08T19:19:46.9640310Z [ 32.702464] default_idle_call+0x2a/0xe0
2023-08-08T19:19:46.9644190Z [ 32.702464] do_idle+0x230/0x270
2023-08-08T19:19:46.9647700Z [ 32.702464] cpu_startup_entry+0x1d/0x20
2023-08-08T19:19:46.9652300Z [ 32.702464] start_secondary+0x134/0x160
2023-08-08T19:19:46.9658530Z [ 32.702464] secondary_startup_64_no_verify+0x10b/0x10b
2023-08-08T19:19:46.9660330Z [ 32.702464] </TASK>
2023-08-08T19:19:46.9663480Z [ 32.702464] Modules linked in:
2023-08-08T19:19:46.9666590Z [ 32.702464] CR2: 0000000000000000
2023-08-08T19:19:46.9670930Z [ 32.702464] ---[ end trace 0000000000000000 ]---
2023-08-08T19:19:46.9672630Z [ 32.702464] RIP: 0010:0x0
2023-08-08T19:19:46.9679090Z [ 32.702464] Code: Unable to access opcode bytes at 0xffffffffffffffd6.
2023-08-08T19:19:46.9682610Z [ 32.702464] RSP: 0018:ffffb378c0413c60 EFLAGS: 00000046
2023-08-08T19:19:46.9689780Z [ 32.702464] RAX: ffff9c8481958240 RBX: ffffffff931381e0 RCX: ffff9c849bd38f05
2023-08-08T19:19:46.9695800Z [ 32.702464] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffff9c84818548c0
2023-08-08T19:19:46.9701030Z [ 32.702464] RBP: ffff9c849bd38f00 R08: ffff9c849bd32b28 R09: ffffffff930590e0
2023-08-08T19:19:46.9708050Z [ 32.702464] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9c848104fe00
2023-08-08T19:19:46.9713830Z [ 32.702464] R13: 0000000000002000 R14: 0000000000000001 R15: ffff9c849bc32b00
2023-08-08T19:19:46.9719030Z [ 32.702464] FS: 0000000000000000(0000) GS:ffff9c849bd00000(0000) knlGS:0000000000000000
2023-08-08T19:19:46.9724080Z [ 32.702464] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2023-08-08T19:19:46.9728870Z [ 32.702464] CR2: ffffffffffffffd6 CR3: 000000001ff1a000 CR4: 00000000000006e0
2023-08-08T19:19:53.7853070Z [ 32.697341] Shutting down cpus with NMI
2023-08-08T19:19:53.7880760Z [ 32.697341] Kernel Offset: 0x10800000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
2023-08-08T19:19:53.7886330Z [ 32.697341] ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment