Skip to content

Instantly share code, notes, and snippets.

@hanetzer
Created April 28, 2022 03:30
Show Gist options
  • Save hanetzer/9218c03ed4e43a9fcc5db09276441b68 to your computer and use it in GitHub Desktop.
Save hanetzer/9218c03ed4e43a9fcc5db09276441b68 to your computer and use it in GitHub Desktop.
stdin
[ 0.253960] 8<--- cut here ---
[ 0.262026] Unable to handle kernel paging request at virtual address fffffe3b
[ 0.281097] [fffffe3b] *pgd=affff841, *pte=00000000, *ppte=00000000
[ 0.297677] Internal error: Oops: 27 [#1] PREEMPT SMP ARM
[ 0.311920] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.18.0-rc4-00006-gd615b5416f8a-dirty #46
[ 0.334647] Hardware name: Generic DT based system
[ 0.347277] PC is at kmem_cache_alloc+0xdc/0x214
[ 0.359475] LR is at kmem_cache_alloc+0x28/0x214
[ 0.371654] pc : [<c020e7cc>] lr : [<c020e718>] psr: 20000053
[ 0.388182] sp : c0b01f28 ip : 00000001 fp : 00000000
[ 0.401956] r10: c1001240 r9 : 00000dc0 r8 : c02aeab8
[ 0.415730] r7 : 00001f40 r6 : fffffdfb r5 : 00000004 r4 : 00000000
[ 0.432942] r3 : 2e594000 r2 : c0a4d988 r1 : 00000040 r0 : 00000030
[ 0.450157] Flags: nzCv IRQs on FIQs off Mode SVC_32 ISA ARM Segment none
[ 0.469210] Control: 10c5387d Table: 8000404a DAC: 00000051
[ 0.484359] Register r0 information: non-paged memory
[ 0.497684] Register r1 information: non-paged memory
[ 0.511005] Register r2 information: non-slab/vmalloc memory
[ 0.525931] Register r3 information: non-paged memory
[ 0.539249] Register r4 information: NULL pointer
[ 0.551653] Register r5 information: non-paged memory
[ 0.564971] Register r6 information: non-paged memory
[ 0.578289] Register r7 information: non-paged memory
[ 0.591608] Register r8 information: non-slab/vmalloc memory
[ 0.606533] Register r9 information: non-paged memory
[ 0.619854] Register r10 information: slab kmem_cache start c1001240 pointer offset 0
[ 0.640544] Register r11 information: NULL pointer
[ 0.653176] Register r12 information: non-paged memory
[ 0.666723] Process swapper/0 (pid: 0, stack limit = 0x(ptrval))
[ 0.682564] Stack: (0xc0b01f28 to 0xc0b02000)
[ 0.694059] 1f20: 00000000 00000004 00000000 00001f40 80fa6f90 00000002
[ 0.715646] 1f40: 00000000 c02aeab8 00001f40 80fa6f90 414fc091 10c5387d 00000000 00000004
[ 0.737221] 1f60: c0b05028 00001f40 80fa6f90 414fc091 10c5387d c0a19960 00000000 00000004
[ 0.758805] 1f80: c0b05028 c0a17e94 00000004 c0b0502c c0b05030 00000000 00000000 c0a17794
[ 0.780386] 1fa0: 00000000 c0b04c84 0000ffff c0a17ac8 0000002c 00000024 00000000 00001f40
[ 0.801968] 1fc0: c0b9405c c0a00aac ffffffff ffffffff 00000000 c0a00efc 00000000 c0a3cf40
[ 0.823542] 1fe0: 8712be60 00000000 c0a004c0 00000051 10c0387d 00000000 00000000 00000000
[ 0.845122] kmem_cache_alloc from kernfs_create_root+0x28/0x110
[ 0.860992] kernfs_create_root from sysfs_init+0x18/0x70
[ 0.875257] sysfs_init from mnt_init+0xfc/0x168
[ 0.887446] mnt_init from vfs_caches_init+0x80/0x90
[ 0.900552] vfs_caches_init from start_kernel+0x328/0x3cc
[ 0.915039] start_kernel from 0x0
[ 0.924029] Code: 1a00004e e35c0000 0a00004d e59a101c (e7962001)
[ 0.940134] ---[ end trace 0000000000000000 ]---
[ 0.952334] Kernel panic - not syncing: Attempted to kill the idle task!
[ 0.970014] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment