Created
May 17, 2022 07:29
-
-
Save paralin/6dd13fe1fd40937b0075d40eafd9b9cc to your computer and use it in GitHub Desktop.
allwinner/d1: kernel panic due to cpu accounting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 2.171119] SkiffOS init: finding unused loop device... | |
| [ 2.176694] SkiffOS init: allocating loop device /dev/loop0... | |
| [ 2.183830] loop0: detected capacity change from 0 to 247072 | |
| [ 2.212447] SkiffOS init: mounting /boot/rootfs.squashfs on /dev/loop0 to /skiff-overlays/image... | |
| [ 2.231893] SkiffOS init: mounting tmpfs size=1G,uid=0,gid=0,mode=0755 to /skiff-overlays/system-tmp... | |
| [ 2.241761] SkiffOS init: mounting overlayfs lowerdir=/skiff-overlays/image,upperdir=/skiff-overlays/system-tmp/upper,workdir=/skiff-overlays/system-tmp/work to /skiff-overlays/system... | |
| [ 2.259028] SkiffOS init: mounting / to /skiff-overlays/system/mnt/persist... | |
| [ 2.276743] printk: skiff-init-squa: 4 output lines suppressed due to ratelimiting | |
| [ 2.980541] systemd[1]: System time before build time, advancing clock. | |
| [ 3.076408] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL -ACL +BLKID +CURL -ELFUTILS -FIDO2 -IDN2 -IDN +IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=hybrid) | |
| [ 3.107864] systemd[1]: Detected architecture riscv64. | |
| Welcome to SkiffOS 2022.02.1-179-gd324dfcd! | |
| [ 3.136911] systemd[1]: Hostname set to <skiff-d324dfcd>. | |
| [ 3.144006] systemd[1]: Initializing machine ID from random generator. | |
| [ 3.182413] Unable to handle kernel paging request at virtual address ffffffffffffffff | |
| [ 3.190494] Oops [#1] | |
| [ 3.192778] Modules linked in: | |
| [ 3.195837] CPU: 0 PID: 1 Comm: systemd Not tainted 5.18.0-rc4 #1 | |
| [ 3.201930] Hardware name: Sipeed Lichee RV Dock (DT) | |
| [ 3.206975] epc : strscpy+0x2a/0xfa | |
| [ 3.210478] ra : strscpy_pad+0x12/0x3a | |
| [ 3.214324] epc : ffffffff803176da ra : ffffffff802ecfaa sp : ffffffc80400bbb0 | |
| [ 3.221540] gp : ffffffff813ab490 tp : ffffffd801750000 t0 : 00000000000001f8 | |
| [ 3.228754] t1 : ffffffc80400bbd0 t2 : 0000000000000000 s0 : ffffffd802ed9070 | |
| [ 3.235969] s1 : 0000000000000040 a0 : 0000000000000000 a1 : ffffffffffffffff | |
| [ 3.243184] a2 : 0000000000000040 a3 : ffffffff80deb78a a4 : 0000000000000000 | |
| [ 3.250398] a5 : ffffffffffffffff a6 : ffffffffffffffff a7 : ffffffd802888010 | |
| [ 3.257613] s2 : ffffffc80400bbd0 s3 : 0000000000000000 s4 : 0000000000000000 | |
| [ 3.264828] s5 : 0000000000000059 s6 : 0000000000000001 s7 : 0000000000000000 | |
| [ 3.272042] s8 : 0000000000000000 s9 : 0000000000000002 s10: 0000000000000000 | |
| [ 3.279256] s11: 0000000000000001 t3 : 0000003f90606fb8 t4 : 0000000000000016 | |
| [ 3.286470] t5 : 0000000000000061 t6 : ffffffd8017b4004 | |
| [ 3.291777] status: 0000000200000120 badaddr: ffffffffffffffff cause: 000000000000000d | |
| [ 3.299687] [<ffffffff803176da>] strscpy+0x2a/0xfa | |
| [ 3.304490] [<ffffffff8018b892>] proc_task_name+0x2a/0x90 | |
| [ 3.309903] [<ffffffff8014769e>] seq_put_decimal_ull_width+0x8e/0xdc | |
| [ 3.316268] [<ffffffff800335d0>] thread_group_cputime_adjusted+0x24/0x34 | |
| [ 3.322983] [<ffffffff8018bbb8>] do_task_stat+0x2c0/0x8c8 | |
| [ 3.328397] [<ffffffff800e45ac>] kvmalloc_node+0x12/0xa8 | |
| [ 3.333720] [<ffffffff80187792>] proc_single_show+0x3e/0x88 | |
| [ 3.339302] [<ffffffff8014712c>] seq_read_iter+0x130/0x2fa | |
| [ 3.344798] [<ffffffff80147376>] seq_read+0x80/0x9e | |
| [ 3.349686] [<ffffffff80126362>] vfs_read+0x5a/0x106 | |
| [ 3.354670] [<ffffffff80126660>] ksys_read+0x38/0x98 | |
| [ 3.359647] [<ffffffff801266bc>] ksys_read+0x94/0x98 | |
| [ 3.364621] [<ffffffff8000232c>] check_syscall_nr+0x1e/0x22 | |
| [ 3.370369] ---[ end trace 0000000000000000 ]--- | |
| [ 3.375086] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b | |
| [ 3.382748] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment