Advertisement
Guest User

Untitled

a guest
Jan 26th, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. [ 0.000000] Linux version 6.2.0-rc4+ (somlo@fedora-riscv) (gcc (GCC) 12.2.1 20220819 (Red Hat 12.2.1-1), GNU ld version 2.39-4.fc37) #8 SMP Thu Jan 26 07:40:38 EST 2023
  2. [ 0.000000] OF: fdt: Ignoring memory range 0x80000000 - 0x80200000
  3. [ 0.000000] Machine model: freechips,rocketchip-unknown
  4. [ 0.000000] earlycon: liteuart0 at I/O port 0x0 (options '')
  5. [ 0.000000] Malformed early option 'console'
  6. [ 0.000000] earlycon: liteuart0 at MMIO 0x0000000012009000 (options '')
  7. [ 0.000000] printk: bootconsole [liteuart0] enabled
  8. [ 0.000000] efi: UEFI not found.
  9. [ 0.000000] OF: fdt: Error -11 processing FDT
  10. [ 0.000000] NUMA: No NUMA configuration found
  11. [ 0.000000] NUMA: Faking a node at [mem 0x0000000080200000-0x000000009fffffff]
  12. [ 0.000000] NUMA: NODE_DATA [mem 0x9fffbb80-0x9fffcfff]
  13. [ 0.000000] Zone ranges:
  14. [ 0.000000] DMA32 [mem 0x0000000080200000-0x000000009fffffff]
  15. [ 0.000000] Normal empty
  16. [ 0.000000] Movable zone start for each node
  17. [ 0.000000] Early memory node ranges
  18. [ 0.000000] node 0: [mem 0x0000000080200000-0x000000009fffffff]
  19. [ 0.000000] Initmem setup node 0 [mem 0x0000000080200000-0x000000009fffffff]
  20. [ 0.000000] On node 0, zone DMA32: 512 pages in unavailable ranges
  21. [ 0.000000] SBI specification v1.0 detected
  22. [ 0.000000] SBI implementation ID=0x1 Version=0x10002
  23. [ 0.000000] SBI TIME extension detected
  24. [ 0.000000] SBI IPI extension detected
  25. [ 0.000000] SBI RFENCE extension detected
  26. [ 0.000000] SBI HSM extension detected
  27. [ 0.000000] ------------[ cut here ]------------
  28. [ 0.000000] kernel BUG at arch/riscv/kernel/smpboot.c:105!
  29. [ 0.000000] Kernel BUG [#1]
  30. [ 0.000000] Modules linked in:
  31. [ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 6.2.0-rc4+ #8
  32. [ 0.000000] Hardware name: freechips,rocketchip-unknown (DT)
  33. [ 0.000000] epc : setup_smp+0xd8/0x14e
  34. [ 0.000000] ra : setup_smp+0x3c/0x14e
  35. [ 0.000000] epc : ffffffff80e0470e ra : ffffffff80e04672 sp : ffffffff81e03eb0
  36. [ 0.000000] gp : ffffffff8205e468 tp : ffffffff81e11180 t0 : 204d534820494253
  37. [ 0.000000] t1 : 0000000000000053 t2 : 65204d5348204942 s0 : ffffffff81e03f00
  38. [ 0.000000] s1 : 0000000000000000 a0 : 0000000000000000 a1 : 0000000000000000
  39. [ 0.000000] a2 : 0000000000000010 a3 : 0000000000000008 a4 : 0000000000000000
  40. [ 0.000000] a5 : 0000000000000009 a6 : ffffffff81e281e0 a7 : 0000000000000038
  41. [ 0.000000] s2 : 0000000000000000 s3 : ffffffff8165ce48 s4 : 0000000000000001
  42. [ 0.000000] s5 : ffffffff815435c8 s6 : 000000000000001f s7 : 0000000000000fff
  43. [ 0.000000] s8 : 0000000008000200 s9 : ffffffff81542e80 s10: 0000000000000018
  44. [ 0.000000] s11: 0000000000000007 t3 : ffffffff82073eb7 t4 : ffffffff82073eb7
  45. [ 0.000000] t5 : ffffffff82073eb8 t6 : ffffffff81e03cb0
  46. [ 0.000000] status: 0000000200000100 badaddr: ffffffff80e0470e cause: 0000000000000003
  47. [ 0.000000] [<ffffffff80e043d0>] setup_arch+0x648/0x67e
  48. [ 0.000000] [<ffffffff80e00afc>] start_kernel+0xa0/0xb78
  49. [ 0.000000] ---[ end trace 0000000000000000 ]---
  50. [ 0.000000] Kernel panic - not syncing: Attempted to kill the idle task!
  51. [ 0.000000] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! ]---
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement