WalterHWhite

Untitled

May 3rd, 2023
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
  2. [ 0.000000] Linux version 6.3.0-rc5+ (kibi@genova) (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Tue May 2 00:26:13 CEST 2023
  3. [ 0.000000] random: crng init done
  4. [ 0.000000] Machine model: Raspberry Pi Compute Module 4 Rev 1.1
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000037400000, size 64 MiB
  7. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  8. [ 0.000000] OF: reserved mem: 0x0000000037400000..0x000000003b3fffff (65536 KiB) map reusable linux,cma
  9. [ 0.000000] OF: reserved mem: 0x000000003ef60700..0x000000003ef6089d (0 KiB) nomap non-reusable nvram@0
  10. [ 0.000000] earlycon: bcm2835aux0 at MMIO32 0x00000000fe215040 (options '115200n8')
  11. [ 0.000000] printk: bootconsole [bcm2835aux0] enabled
  12. [ 0.000000] NUMA: No NUMA configuration found
  13. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000001ffffffff]
  14. [ 0.000000] NUMA: NODE_DATA [mem 0x1ff00c280-0x1ff00efff]
  15. [ 0.000000] Zone ranges:
  16. [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
  17. [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
  18. [ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
  19. [ 0.000000] Movable zone start for each node
  20. [ 0.000000] Early memory node ranges
  21. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
  22. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
  23. [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
  24. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
  25. [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges
  26. [ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
  27. [ 0.000000] percpu: Embedded 31 pages/cpu s88232 r8192 d30552 u126976
  28. [ 0.000000] Detected PIPT I-cache on CPU0
  29. [ 0.000000] CPU features: detected: Spectre-v2
  30. [ 0.000000] CPU features: detected: Spectre-v3a
  31. [ 0.000000] CPU features: detected: Spectre-v4
  32. [ 0.000000] CPU features: detected: Spectre-BHB
  33. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  34. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  35. [ 0.000000] CPU features: detected: ARM erratum 1742098
  36. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  37. [ 0.000000] alternatives: applying boot alternatives
  38. [ 0.000000] Fallback order for Node 0: 0
  39. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028848
  40. [ 0.000000] Policy zone: Normal
  41. [ 0.000000] Kernel command line: video=HDMI-A-1:1600x1200M@60 dma.dmachans=0x37f5 bcm2709.boardrev=0xd03141 bcm2709.serial=0xc2ac5161 bcm2709.uart_clock=48000000 smsc95xx.macaddr=E4:5F:01:E3:49:90 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=tty0 console=ttyS1,115200 root=LABEL=RASPIROOT rw fsck.repair=yes net.ifnames=0 rootwait earlycon
  42. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  43. [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  44. [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
  45. [ 0.000000] software IO TLB: area num 4.
  46. [ 0.000000] software IO TLB: mapped [mem 0x0000000033400000-0x0000000037400000] (64MB)
  47. [ 0.000000] Memory: 3975112K/8245248K available (13440K kernel code, 2774K rwdata, 8252K rodata, 6528K init, 607K bss, 302476K reserved, 65536K cma-reserved)
  48. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  49. [ 0.000000] ftrace: allocating 43926 entries in 172 pages
  50. [ 0.000000] ftrace: allocated 172 pages with 4 groups
  51. [ 0.000000] trace event string verifier disabled
  52. [ 0.000000] rcu: Hierarchical RCU implementation.
  53. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  54. [ 0.000000] Rude variant of Tasks RCU enabled.
  55. [ 0.000000] Tracing variant of Tasks RCU enabled.
  56. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  57. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  58. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  59. [ 0.000000] Root IRQ handler: gic_handle_irq
  60. [ 0.000000] GIC: Using split EOI/Deactivate mode
  61. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  62. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  63. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  64. [ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  65. [ 0.008479] Console: colour dummy device 80x25
  66. [ 0.012987] printk: console [tty0] enabled
  67. [ 0.017724] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
  68. [ 0.028307] pid_max: default: 32768 minimum: 301
  69. [ 0.033122] LSM: initializing lsm=lockdown,capability,landlock,yama,integrity,apparmor,tomoyo,bpf
  70. [ 0.042172] landlock: Up and running.
  71. [ 0.045875] Yama: becoming mindful.
  72. [ 0.049555] AppArmor: AppArmor initialized
  73. [ 0.053718] TOMOYO Linux initialized
  74. [ 0.057366] LSM support for eBPF active
  75. [ 0.061426] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  76. [ 0.069185] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  77. [ 0.079641] cblist_init_generic: Setting adjustable number of callback queues.
  78. [ 0.086997] cblist_init_generic: Setting shift to 2 and lim to 1.
  79. [ 0.093289] cblist_init_generic: Setting shift to 2 and lim to 1.
  80. [ 0.099749] rcu: Hierarchical SRCU implementation.
  81. [ 0.104608] rcu: Max phase no-delay instances is 1000.
  82. [ 0.112233] EFI services will not be available.
  83. [ 0.117432] smp: Bringing up secondary CPUs ...
  84. [ 0.122756] Detected PIPT I-cache on CPU1
  85. [ 0.122869] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  86. [ 0.123623] Detected PIPT I-cache on CPU2
  87. [ 0.123701] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
  88. [ 0.124445] Detected PIPT I-cache on CPU3
  89. [ 0.124522] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
  90. [ 0.124621] smp: Brought up 1 node, 4 CPUs
  91. [ 0.160771] SMP: Total of 4 processors activated.
  92. [ 0.165537] CPU features: detected: 32-bit EL0 Support
  93. [ 0.170739] CPU features: detected: 32-bit EL1 Support
  94. [ 0.175944] CPU features: detected: CRC32 instructions
  95. [ 0.181262] CPU: All CPU(s) started at EL2
  96. [ 0.185429] alternatives: applying system-wide alternatives
  97. [ 0.304312] node 0 deferred pages initialised in 112ms
  98. [ 0.311635] devtmpfs: initialized
  99. [ 0.326388] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  100. [ 0.336362] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  101. [ 0.345127] pinctrl core: initialized pinctrl subsystem
  102. [ 0.352253] DMI not present or invalid.
  103. [ 0.356766] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  104. [ 0.365217] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  105. [ 0.373344] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  106. [ 0.383011] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  107. [ 0.391198] audit: initializing netlink subsys (disabled)
  108. [ 0.396894] audit: type=2000 audit(0.292:1): state=initialized audit_enabled=0 res=1
  109. [ 0.398056] thermal_sys: Registered thermal governor 'fair_share'
  110. [ 0.404759] thermal_sys: Registered thermal governor 'bang_bang'
  111. [ 0.410931] thermal_sys: Registered thermal governor 'step_wise'
  112. [ 0.417013] thermal_sys: Registered thermal governor 'user_space'
  113. [ 0.423095] thermal_sys: Registered thermal governor 'power_allocator'
  114. [ 0.429316] cpuidle: using governor ladder
  115. [ 0.440098] cpuidle: using governor menu
  116. [ 0.444353] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  117. [ 0.451355] ASID allocator initialised with 32768 entries
  118. [ 0.457344] Serial: AMBA PL011 UART driver
  119. [ 0.478600] KASLR enabled
  120. [ 0.482614] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
  121. [ 0.489507] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
  122. [ 0.495861] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
  123. [ 0.502735] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
  124. [ 0.509081] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
  125. [ 0.515952] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
  126. [ 0.522297] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
  127. [ 0.529168] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
  128. [ 0.537787] ACPI: Interpreter disabled.
  129. [ 0.542211] iommu: Default domain type: Translated
  130. [ 0.547166] iommu: DMA domain TLB invalidation policy: strict mode
  131. [ 0.553828] EDAC MC: Ver: 3.0.0
  132. [ 0.557654] scmi_core: SCMI protocol bus registered
  133. [ 0.563842] NetLabel: Initializing
  134. [ 0.567306] NetLabel: domain hash size = 128
  135. [ 0.571719] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  136. [ 0.577521] NetLabel: unlabeled traffic allowed by default
  137. [ 0.583410] vgaarb: loaded
  138. [ 0.586634] clocksource: Switched to clocksource arch_sys_counter
  139. [ 0.650299] VFS: Disk quotas dquot_6.6.0
  140. [ 0.654375] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  141. [ 0.662237] AppArmor: AppArmor Filesystem Enabled
  142. [ 0.667105] pnp: PnP ACPI: disabled
  143. [ 0.679904] NET: Registered PF_INET protocol family
  144. [ 0.685670] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  145. [ 0.702314] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  146. [ 0.711235] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  147. [ 0.719442] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  148. [ 0.729178] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
  149. [ 0.739404] TCP: Hash tables configured (established 65536 bind 65536)
  150. [ 0.746582] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
  151. [ 0.754608] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  152. [ 0.761671] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  153. [ 0.769269] NET: Registered PF_UNIX/PF_LOCAL protocol family
  154. [ 0.775058] NET: Registered PF_XDP protocol family
  155. [ 0.779932] PCI: CLS 0 bytes, default 64
  156. [ 0.784359] Trying to unpack rootfs image as initramfs...
  157. [ 0.789993] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  158. [ 0.798618] kvm [1]: IPA Size Limit: 44 bits
  159. [ 0.805196] kvm [1]: vgic interrupt IRQ9
  160. [ 0.809266] kvm [1]: Hyp mode initialized successfully
  161. [ 0.816659] Initialise system trusted keyrings
  162. [ 0.821280] Key type blacklist registered
  163. [ 0.825756] workingset: timestamp_bits=42 max_order=21 bucket_order=0
  164. [ 0.832502] zbud: loaded
  165. [ 0.835931] integrity: Platform Keyring initialized
  166. [ 0.840983] integrity: Machine keyring initialized
  167. [ 0.845896] Key type asymmetric registered
  168. [ 0.850096] Asymmetric key parser 'x509' registered
  169. [ 3.396468] Freeing initrd memory: 44068K
  170. [ 3.428621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  171. [ 3.436343] io scheduler mq-deadline registered
  172. [ 3.445795] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 18)
  173. [ 3.463991] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  174. [ 3.471796] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  175. [ 3.478872] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  176. [ 3.488066] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
  177. [ 3.496290] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x01ffffffff -> 0x0400000000
  178. [ 3.505331] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  179. [ 3.511710] pci_bus 0000:00: root bus resource [bus 00-ff]
  180. [ 3.517278] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  181. [ 3.527801] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  182. [ 3.533968] pci 0000:00:00.0: PME# supported from D0 D3hot
  183. [ 3.541858] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  184. [ 3.702650] brcm-pcie fd500000.pcie: uni-dir CLKREQ# for L0s, L1 ASPM
  185. [ 3.711235] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
  186. [ 3.717725] pci 0000:01:00.0: [1b21:1064] type 00 class 0x010601
  187. [ 3.723841] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff]
  188. [ 3.730241] pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x00001fff]
  189. [ 3.736604] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
  190. [ 3.743408] pci 0000:01:00.0: enabling Extended Tags
  191. [ 3.748530] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
  192. [ 3.754785] pci 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 7.876 Gb/s with 8.0 GT/s PCIe x1 link)
  193. [ 14.569856] SError Interrupt on CPU0, code 0x00000000bf000002 -- SError
  194. [ 14.569867] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.3.0-rc5+ #1
  195. [ 14.569878] Hardware name: Raspberry Pi Compute Module 4 Rev 1.1 (DT)
  196. [ 14.569883] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
  197. [ 14.569894] pc : pci_generic_config_read+0x74/0xe8
  198. [ 14.569919] lr : pci_generic_config_read+0x2c/0xe8
  199. [ 14.569932] sp : ffff80000802b750
  200. [ 14.569936] x29: ffff80000802b750 x28: 0000000000000000 x27: 0000000000000001
  201. [ 14.569954] x26: ffff244600b94000 x25: 0000000000000001 x24: 0000000000000000
  202. [ 14.569968] x23: ffff80000802b7f4 x22: 0000000000000000 x21: ffffccf9ab6da000
  203. [ 14.569982] x20: 0000000000000002 x19: ffff80000802b7b4 x18: 0000000000000000
  204. [ 14.569995] x17: 6572202c295d3030 x16: 2d3030207375625b x15: 0720072007200720
  205. [ 14.570008] x14: 0720072007200720 x13: 0720072007200720 x12: 0720072007200720
  206. [ 14.570021] x11: 00000000ffffefff x10: 00000000ffffefff x9 : ffffccf9a9ee2834
  207. [ 14.570035] x8 : 0000000000017fe8 x7 : 0000000000001b21 x6 : 000000000000000b
  208. [ 14.570047] x5 : ffff244600b97b80 x4 : ffff800008a10000 x3 : ffff800008a10000
  209. [ 14.570060] x2 : 0000000000008006 x1 : 0000000000000000 x0 : 0000000000000000
  210. [ 14.570074] Kernel panic - not syncing: Asynchronous SError Interrupt
  211. [ 14.570079] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.3.0-rc5+ #1
  212. [ 14.570088] Hardware name: Raspberry Pi Compute Module 4 Rev 1.1 (DT)
  213. [ 14.570093] Call trace:
  214. [ 14.570097] dump_backtrace+0xa8/0x138
  215. [ 14.570110] show_stack+0x20/0x38
  216. [ 14.570118] dump_stack_lvl+0x48/0x60
  217. [ 14.570134] dump_stack+0x18/0x28
  218. [ 14.570147] panic+0x378/0x398
  219. [ 14.570159] nmi_panic+0xb4/0xc0
  220. [ 14.570169] arm64_serror_panic+0x78/0x90
  221. [ 14.570178] do_serror+0x30/0x70
  222. [ 14.570186] el1h_64_error_handler+0x30/0x48
  223. [ 14.570196] el1h_64_error+0x64/0x68
  224. [ 14.570204] pci_generic_config_read+0x74/0xe8
  225. [ 14.570217] pci_bus_read_config_word+0x94/0x140
  226. [ 14.570231] pci_find_capability+0x4c/0xf0
  227. [ 14.570243] pci_af_flr+0x3c/0x160
  228. [ 14.570255] pci_init_reset_methods+0x68/0xa0
  229. [ 14.570263] pci_device_add+0x1dc/0x6c8
  230. [ 14.570271] pci_scan_single_device+0xe0/0x118
  231. [ 14.570278] pci_scan_slot+0x6c/0x1e0
  232. [ 14.570286] pci_scan_child_bus_extend+0x50/0x2e0
  233. [ 14.570294] pci_scan_bridge_extend+0x31c/0x5a8
  234. [ 14.570302] pci_scan_child_bus_extend+0x1c4/0x2e0
  235. [ 14.570310] pci_scan_root_bus_bridge+0x6c/0xf8
  236. [ 14.570319] pci_host_probe+0x20/0xd0
  237. [ 14.570327] brcm_pcie_probe+0x294/0x620
  238. [ 14.570339] platform_probe+0x70/0xe8
  239. [ 14.570354] really_probe+0x18c/0x3d8
  240. [ 14.570363] __driver_probe_device+0x84/0x198
  241. [ 14.570374] driver_probe_device+0x44/0x120
  242. [ 14.570383] __driver_attach+0xfc/0x210
  243. [ 14.570393] bus_for_each_dev+0x7c/0xe8
  244. [ 14.570401] driver_attach+0x2c/0x40
  245. [ 14.570411] bus_add_driver+0x118/0x228
  246. [ 14.570420] driver_register+0x68/0x138
  247. [ 14.570430] __platform_driver_register+0x30/0x48
  248. [ 14.570442] brcm_pcie_driver_init+0x24/0x38
  249. [ 14.570456] do_one_initcall+0x4c/0x238
  250. [ 14.570465] kernel_init_freeable+0x21c/0x3f0
  251. [ 14.570480] kernel_init+0x2c/0x1f8
  252. [ 14.570489] ret_from_fork+0x10/0x20
  253. [ 14.570502] SMP: stopping secondary CPUs
  254. [ 14.570514] Kernel Offset: 0x4cf9a1800000 from 0xffff800008000000
  255. [ 14.570519] PHYS_OFFSET: 0xffffdbbb00000000
  256. [ 14.570523] CPU features: 0x400002,013c0400,0000421b
  257. [ 14.570530] Memory Limit: none
  258. [ 14.881295] ---[ end Kernel panic - not syncing: Asynchronous SError Interrupt ]---
  259.  
Advertisement
Add Comment
Please, Sign In to add comment