Skip to content

Instantly share code, notes, and snippets.

@PabloPL
Created April 22, 2023 16:29
Show Gist options
  • Save PabloPL/cc127d9d343c64d1b89db94a05a7011c to your computer and use it in GitHub Desktop.
Save PabloPL/cc127d9d343c64d1b89db94a05a7011c to your computer and use it in GitHub Desktop.
Exynos7420 on Linux Kernel 6.3 error
[ 0.000000] Booting Linux on physical CPU 0x0000000100 [0x410fd032]
[ 0.000000] Linux version 6.3.0-rc6-00200-g01777d9a7a90-dirty (pablo@pablo-laptop) (aarch64-linux-gnu-gcc (GCC) 12.2.1 20221121 (Red Hat Cross 12.2.1-5), GNU ld version 2.39-3.fc38) #3 SMP PREEMPT Fri Apr 21 20:51:42 CEST 2023
[ 0.000000] Machine model: Samsung S6 Edge
[ 0.000000] earlycon: exynos4210 at MMIO 0x0000000014c20000 (options '')
[ 0.000000] printk: bootconsole [exynos4210] enabled
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader!
[ 0.000000] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT SMP
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 6.3.0-rc6-00200-g01777d9a7a90-dirty #3
[ 0.000000] Hardware name: Samsung S6 Edge (DT)
[ 0.000000] pstate: 200000c5 (nzCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 0.000000] pc : create_kpti_ng_temp_pgd+0x114/0x674
[ 0.000000] lr : create_kpti_ng_temp_pgd+0xcc/0x674
[ 0.000000] sp : ffff800008ea8b80
[ 0.000000] x29: ffff800008ea8b80 x28: ffff800008925000 x27: 0000000040215000
[ 0.000000] x26: fffffbfffda37000 x25: 0000000000000000 x24: ffff800008925000
[ 0.000000] x23: ffff800008924fff x22: fffffbfffda36800 x21: ffff800008925000
[ 0.000000] x20: ffff800008015000 x19: ffff800008925000 x18: fffffffffffe0218
[ 0.000000] x17: 72756f7920786966 x16: 20657361656c7020 x15: 2c746f6f62207461
[ 0.000000] x14: 2064656e67696c61 x13: fffffbfffdc05000 x12: 0000000000000010
[ 0.000000] x11: 0000000000000018 x10: 00000000ffffffff x9 : 0000000000000000
[ 0.000000] x8 : fffffbfffda3a000 x7 : 0000000000000000 x6 : 0000000000000000
[ 0.000000] x5 : ffff800009207000 x4 : 0000000000000037 x3 : 000fffffbfffda37
[ 0.000000] x2 : ffff800008924fff x1 : ffff80003fffffff x0 : ffff800048215000
[ 0.000000] Call trace:
[ 0.000000] create_kpti_ng_temp_pgd+0x114/0x674
[ 0.000000] map_kernel_segment+0x98/0x104
[ 0.000000] paging_init+0x10c/0x790
[ 0.000000] setup_arch+0x220/0x5bc
[ 0.000000] start_kernel+0x80/0x6e8
[ 0.000000] __primary_switched+0xbc/0xc8
[ 0.000000] Code: 92628673 d1000661 eb02003f 9a983273 (f9400341)
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] Kernel panic - not syncing: Attempted to kill the idle task!
[ 0.000000] ---[ 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