Advertisement
Guest User

Untitled

a guest
Oct 10th, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.80 KB | None | 0 0
  1. Jumping to AARCH64 kernel via monitor
  2. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  3. [ 0.000000] Linux version 5.15.0-rc4-00021-g4de1a6321040-dirty (robimarko@fedora) (aarch64-linux-gcc.br_real (Buildroot 2021.08) 10.3.0, GNU ld (GNU Binutils) 2.36.1) #90 SMP PREEMPT Sun Oct 10 21:26:22 CEST 2021
  4. [ 0.000000] Machine model: Xiaomi AX9000
  5. [ 0.000000] NUMA: No NUMA configuration found
  6. [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff]
  7. [ 0.000000] NUMA: NODE_DATA [mem 0x7fe1bc00-0x7fe1dfff]
  8. [ 0.000000] Zone ranges:
  9. [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
  10. [ 0.000000] DMA32 empty
  11. [ 0.000000] Normal empty
  12. [ 0.000000] Movable zone start for each node
  13. [ 0.000000] Early memory node ranges
  14. [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000040ffffff]
  15. [ 0.000000] node 0: [mem 0x0000000041000000-0x000000004a3fffff]
  16. [ 0.000000] node 0: [mem 0x000000004a400000-0x00000000510fffff]
  17. [ 0.000000] node 0: [mem 0x0000000051100000-0x000000007fffffff]
  18. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
  19. [ 0.000000] cma: Reserved 32 MiB at 0x000000007cc00000
  20. [ 0.000000] psci: probing for conduit method from DT.
  21. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  22. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  23. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  24. [ 0.000000] psci: SMC Calling Convention v1.0
  25. [ 0.000000] percpu: Embedded 18 pages/cpu s35352 r8192 d30184 u73728
  26. [ 0.000000] pcpu-alloc: s35352 r8192 d30184 u73728 alloc=18*4096
  27. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  28. [ 0.000000] Detected VIPT I-cache on CPU0
  29. [ 0.000000] CPU features: detected: ARM erratum 845719
  30. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
  31. [ 0.000000] Policy zone: DMA
  32. [ 0.000000] Kernel command line:
  33. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  34. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  35. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  36. [ 0.000000] Memory: 839164K/1048576K available (11072K kernel code, 1234K rwdata, 3856K rodata, 11776K init, 378K bss, 176644K reserved, 32768K cma-reserved)
  37. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  38. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  39. [ 0.000000] rcu: RCU event tracing is enabled.
  40. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  41. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  42. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  43. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  44. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  45. [ 0.000000] Root IRQ handler: gic_handle_irq
  46. [ 0.000000] random: get_random_bytes called from start_kernel+0x478/0x65c with crng_init=0
  47. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
  48. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  49. [ 0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  50. [ 0.000148] Console: colour dummy device 80x25
  51. [ 0.000665] printk: console [tty0] enabled
  52. [ 0.000751] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  53. [ 0.000785] pid_max: default: 32768 minimum: 301
  54. [ 0.000872] LSM: Security Framework initializing
  55. [ 0.000954] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  56. [ 0.000984] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  57. [ 0.002647] rcu: Hierarchical SRCU implementation.
  58. [ 0.003205] smp: Bringing up secondary CPUs ...
  59. [ 0.003847] Detected VIPT I-cache on CPU1
  60. [ 0.003918] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  61. [ 0.004584] Detected VIPT I-cache on CPU2
  62. [ 0.004630] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  63. [ 0.005266] Detected VIPT I-cache on CPU3
  64. [ 0.005307] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  65. [ 0.005387] smp: Brought up 1 node, 4 CPUs
  66. [ 0.005472] SMP: Total of 4 processors activated.
  67. [ 0.005487] CPU features: detected: 32-bit EL0 Support
  68. [ 0.005503] CPU features: detected: CRC32 instructions
  69. [ 0.013885] CPU: All CPU(s) started at EL1
  70. [ 0.013943] alternatives: patching kernel code
  71. [ 0.015293] devtmpfs: initialized
  72. [ 0.019926] KASLR disabled due to lack of seed
  73. [ 0.020168] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  74. [ 0.020207] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  75. [ 0.021982] pinctrl core: initialized pinctrl subsystem
  76. [ 0.023269] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  77. [ 0.024906] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  78. [ 0.025075] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  79. [ 0.025241] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  80. [ 0.025350] audit: initializing netlink subsys (disabled)
  81. [ 0.025539] audit: type=2000 audit(0.024:1): state=initialized audit_enabled=0 res=1
  82. [ 0.026158] thermal_sys: Registered thermal governor 'step_wise'
  83. [ 0.026166] thermal_sys: Registered thermal governor 'power_allocator'
  84. [ 0.026350] cpuidle: using governor menu
  85. [ 0.026516] NET: Registered PF_QIPCRTR protocol family
  86. [ 0.026627] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  87. [ 0.026747] ASID allocator initialised with 65536 entries
  88. [ 0.026957] Serial: AMBA PL011 UART driver
  89. [ 0.080719] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  90. [ 0.080760] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  91. [ 0.080780] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  92. [ 0.080799] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  93. [ 0.082301] cryptd: max_cpu_qlen set to 1000
  94. [ 0.085106] iommu: Default domain type: Translated
  95. [ 0.085139] iommu: DMA domain TLB invalidation policy: strict mode
  96. [ 0.085299] vgaarb: loaded
  97. [ 0.085617] SCSI subsystem initialized
  98. [ 0.085833] usbcore: registered new interface driver usbfs
  99. [ 0.085890] usbcore: registered new interface driver hub
  100. [ 0.085939] usbcore: registered new device driver usb
  101. [ 0.086081] pps_core: LinuxPPS API ver. 1 registered
  102. [ 0.086098] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  103. [ 0.086133] PTP clock support registered
  104. [ 0.086270] EDAC MC: Ver: 3.0.0
  105. [ 0.086819] qcom_scm: convention: smc arm 64
  106. [ 0.088238] clocksource: Switched to clocksource arch_sys_counter
  107. [ 0.088450] VFS: Disk quotas dquot_6.6.0
  108. [ 0.088518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  109. [ 0.096004] NET: Registered PF_INET protocol family
  110. [ 0.096150] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  111. [ 0.097021] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
  112. [ 0.097115] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
  113. [ 0.097221] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
  114. [ 0.097383] TCP: Hash tables configured (established 8192 bind 8192)
  115. [ 0.097501] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  116. [ 0.097554] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  117. [ 0.097723] NET: Registered PF_UNIX/PF_LOCAL protocol family
  118. [ 0.098751] PCI: CLS 0 bytes, default 64
  119. [ 0.112389] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  120. [ 0.116717] Initialise system trusted keyrings
  121. [ 0.116954] workingset: timestamp_bits=42 max_order=18 bucket_order=0
  122. [ 0.125332] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  123. [ 0.125741] fuse: init (API version 7.34)
  124. [ 0.179969] Key type asymmetric registered
  125. [ 0.180017] Asymmetric key parser 'x509' registered
  126. [ 0.180166] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  127. [ 0.181126] qcom-qmp-phy 78000.phy: supply vdda-phy not found, using dummy regulator
  128. [ 0.181337] qcom-qmp-phy 78000.phy: supply vdda-pll not found, using dummy regulator
  129. [ 0.182399] qcom-qmp-phy 78000.phy: Registered Qcom-QMP phy
  130. [ 0.183526] qcom-qmp-phy 84000.phy: Registered Qcom-QMP phy
  131. [ 0.184144] qcom-qusb2-phy 79000.phy: supply vdda-pll not found, using dummy regulator
  132. [ 0.184384] qcom-qusb2-phy 79000.phy: supply vdda-phy-dpdm not found, using dummy regulator
  133. [ 0.184643] qcom-qusb2-phy 79000.phy: Registered Qcom-QUSB2 phy
  134. [ 0.186286] qcom-pcie 20000000.pci: host bridge /soc/pci@20000000 ranges:
  135. [ 0.186380] qcom-pcie 20000000.pci: IO 0x0020200000..0x00202fffff -> 0x0020200000
  136. [ 0.186424] qcom-pcie 20000000.pci: MEM 0x0020220000..0x002fffffff -> 0x0020220000
  137. [ 0.305880] qcom-pcie 20000000.pci: iATU unroll: enabled
  138. [ 0.305926] qcom-pcie 20000000.pci: Detected iATU regions: 8 outbound, 8 inbound
  139. [ 0.406019] qcom-pcie 20000000.pci: Link up
  140. [ 0.406235] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00
  141. [ 0.406263] pci_bus 0000:00: root bus resource [bus 00-ff]
  142. [ 0.406288] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x20200000-0x202fffff])
  143. [ 0.406315] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff]
  144. [ 0.406369] pci 0000:00:00.0: [17cb:1002] type 01 class 0x060400
  145. [ 0.406402] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
  146. [ 0.406489] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  147. [ 0.408360] pci 0000:01:00.0: [17cb:1104] type 00 class 0x028000
  148. [ 0.408489] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
  149. [ 0.408989] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
  150. [ 0.409198] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
  151. [ 0.410766] pci 0000:00:00.0: BAR 14: assigned [mem 0x20400000-0x205fffff]
  152. [ 0.410804] pci 0000:00:00.0: BAR 15: assigned [mem 0x20600000-0x207fffff 64bit pref]
  153. [ 0.410831] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff]
  154. [ 0.410858] pci 0000:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
  155. [ 0.410885] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
  156. [ 0.410953] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  157. [ 0.410974] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
  158. [ 0.410996] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff]
  159. [ 0.411018] pci 0000:00:00.0: bridge window [mem 0x20600000-0x207fffff 64bit pref]
  160. [ 0.411776] bam-dma-engine 704000.dma: num-channels unspecified in dt
  161. [ 0.411814] bam-dma-engine 704000.dma: num-ees unspecified in dt
  162. [ 0.420546] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  163. [ 0.422459] msm_serial 78b3000.serial: msm_serial: detected port #0
  164. [ 0.422529] msm_serial 78b3000.serial: uartclk = 3686400
  165. [ 0.422601] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 20, base_baud = 230400) is a MSM
  166. [ 0.422649] msm_serial: console setup on port #0
  167. [ 1.417077] printk: console [ttyMSM0] enabled
  168. [ 1.422269] msm_serial: driver initialized
  169. [ 1.433917] loop: module loaded
  170. [ 1.436322] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xaa
  171. [ 1.436381] nand: Winbond W29N02GZ
  172. [ 1.442497] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  173. [ 1.450183] 25 qcomsmem partitions found on MTD device qcom_nand.0
  174. [ 1.453268] Creating 25 MTD partitions on "qcom_nand.0":
  175. [ 1.459412] 0x000000000000-0x000000100000 : "0:sbl1"
  176. [ 1.466178] mtdblock: MTD device '0:sbl1' is NAND, please consider using UBI block devices instead.
  177. [ 1.470712] 0x000000100000-0x000000200000 : "0:mibib"
  178. [ 1.479743] mtdblock: MTD device '0:mibib' is NAND, please consider using UBI block devices instead.
  179. [ 1.484629] 0x000000200000-0x000000280000 : "0:bootconfig"
  180. [ 1.493754] mtdblock: MTD device '0:bootconfig' is NAND, please consider using UBI block devices instead.
  181. [ 1.499104] 0x000000280000-0x000000300000 : "0:bootconfig1"
  182. [ 1.508672] mtdblock: MTD device '0:bootconfig1' is NAND, please consider using UBI block devices instead.
  183. [ 1.514106] 0x000000300000-0x000000600000 : "0:qsee"
  184. [ 1.525824] mtdblock: MTD device '0:qsee' is NAND, please consider using UBI block devices instead.
  185. [ 1.528988] 0x000000600000-0x000000900000 : "0:qsee_1"
  186. [ 1.539695] mtdblock: MTD device '0:qsee_1' is NAND, please consider using UBI block devices instead.
  187. [ 1.542932] 0x000000900000-0x000000980000 : "0:devcfg"
  188. [ 1.552169] mtdblock: MTD device '0:devcfg' is NAND, please consider using UBI block devices instead.
  189. [ 1.557271] 0x000000980000-0x000000a00000 : "0:devcfg_1"
  190. [ 1.566486] mtdblock: MTD device '0:devcfg_1' is NAND, please consider using UBI block devices instead.
  191. [ 1.571913] 0x000000a00000-0x000000a80000 : "0:apdp"
  192. [ 1.580980] mtdblock: MTD device '0:apdp' is NAND, please consider using UBI block devices instead.
  193. [ 1.586223] 0x000000a80000-0x000000b00000 : "0:apdp_1"
  194. [ 1.594949] mtdblock: MTD device '0:apdp_1' is NAND, please consider using UBI block devices instead.
  195. [ 1.600203] 0x000000b00000-0x000000b80000 : "0:rpm"
  196. [ 1.609450] mtdblock: MTD device '0:rpm' is NAND, please consider using UBI block devices instead.
  197. [ 1.614199] 0x000000b80000-0x000000c00000 : "0:rpm_1"
  198. [ 1.623178] mtdblock: MTD device '0:rpm_1' is NAND, please consider using UBI block devices instead.
  199. [ 1.628349] 0x000000c00000-0x000000c80000 : "0:cdt"
  200. [ 1.637490] mtdblock: MTD device '0:cdt' is NAND, please consider using UBI block devices instead.
  201. [ 1.642218] 0x000000c80000-0x000000d00000 : "0:cdt_1"
  202. [ 1.651112] mtdblock: MTD device '0:cdt_1' is NAND, please consider using UBI block devices instead.
  203. [ 1.656313] 0x000000d00000-0x000000d80000 : "0:appsblenv"
  204. [ 1.665468] mtdblock: MTD device '0:appsblenv' is NAND, please consider using UBI block devices instead.
  205. [ 1.670784] 0x000000e80000-0x000000f80000 : "0:appsbl"
  206. [ 1.680685] mtdblock: MTD device '0:appsbl' is NAND, please consider using UBI block devices instead.
  207. [ 1.685272] 0x000000d80000-0x000000e80000 : "0:appsbl_1"
  208. [ 1.694926] mtdblock: MTD device '0:appsbl_1' is NAND, please consider using UBI block devices instead.
  209. [ 1.699942] 0x000000f80000-0x000001000000 : "0:art"
  210. [ 1.708492] random: fast init done
  211. [ 1.713668] mtdblock: MTD device '0:art' is NAND, please consider using UBI block devices instead.
  212. [ 1.717392] 0x000001000000-0x000001080000 : "bdata"
  213. [ 1.726291] mtdblock: MTD device 'bdata' is NAND, please consider using UBI block devices instead.
  214. [ 1.731111] 0x000001080000-0x000001100000 : "crash"
  215. [ 1.740090] mtdblock: MTD device 'crash' is NAND, please consider using UBI block devices instead.
  216. [ 1.745001] 0x000001100000-0x000001180000 : "crash_syslog"
  217. [ 1.753896] mtdblock: MTD device 'crash_syslog' is NAND, please consider using UBI block devices instead.
  218. [ 1.759411] 0x000001180000-0x000004980000 : "rootfs"
  219. [ 1.814229] mtdblock: MTD device 'rootfs' is NAND, please consider using UBI block devices instead.
  220. [ 1.815052] 0x000004980000-0x000008180000 : "rootfs_1"
  221. [ 1.867782] mtdblock: MTD device 'rootfs_1' is NAND, please consider using UBI block devices instead.
  222. [ 1.868646] 0x000008180000-0x000008280000 : "cfg_bak"
  223. [ 1.877146] mtdblock: MTD device 'cfg_bak' is NAND, please consider using UBI block devices instead.
  224. [ 1.881808] 0x000008280000-0x000010000000 : "overlay"
  225. [ 1.992567] mtdblock: MTD device 'overlay' is NAND, please consider using UBI block devices instead.
  226. [ 1.993877] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
  227. [ 2.001569] libphy: Fixed MDIO Bus: probed
  228. [ 2.007066] libphy: ipq4019_mdio: probed
  229. [ 2.027573] ath11k_pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
  230. [ 2.027718] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
  231. [ 2.035127] ath11k_pci 0000:01:00.0: qcn9074 hw1.0
  232. [ 2.097655] mhi mhi0: Requested to power ON
  233. [ 2.097976] mhi mhi0: Power on setup success
  234. [ 2.100925] usbcore: registered new interface driver r8152
  235. [ 2.105599] VFIO - User Level meta-driver version: 0.3
  236. [ 2.112690] dwc3-qcom 8af8800.usb: IRQ hs_phy_irq not found
  237. [ 2.115606] dwc3-qcom 8af8800.usb: IRQ dp_hs_phy_irq not found
  238. [ 2.121141] dwc3-qcom 8af8800.usb: IRQ dm_hs_phy_irq not found
  239. [ 2.126995] dwc3-qcom 8af8800.usb: IRQ ss_phy_irq not found
  240. [ 2.135741] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  241. [ 2.138309] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  242. [ 2.143995] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000002010010
  243. [ 2.151485] xhci-hcd xhci-hcd.0.auto: irq 43, io mem 0x08a00000
  244. [ 2.160919] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  245. [ 2.166652] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  246. [ 2.172222] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
  247. [ 2.180833] hub 1-0:1.0: USB hub found
  248. [ 2.186452] hub 1-0:1.0: 1 port detected
  249. [ 2.190577] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  250. [ 2.194818] hub 2-0:1.0: USB hub found
  251. [ 2.202293] hub 2-0:1.0: 1 port detected
  252. [ 2.206548] usbcore: registered new interface driver cdc_acm
  253. [ 2.209904] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  254. [ 2.215629] usbcore: registered new interface driver usb-storage
  255. [ 2.223545] i2c_dev: i2c /dev entries driver
  256. [ 2.234250] sdhci: Secure Digital Host Controller Interface driver
  257. [ 2.234317] sdhci: Copyright(c) Pierre Ossman
  258. [ 2.239789] sdhci-pltfm: SDHCI platform and OF driver helper
  259. [ 2.243561] mhi mhi0: Wait for device to enter SBL or Mission mode
  260. [ 2.250032] ledtrig-cpu: registered to indicate activity on CPUs
  261. [ 2.260915] remoteproc remoteproc0: cd00000.remoteproc is available
  262. [ 2.262240] remoteproc remoteproc0: powering up cd00000.remoteproc
  263. [ 2.268051] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
  264. [ 2.269512] NET: Registered PF_INET6 protocol family
  265. [ 2.282967] Segment Routing with IPv6
  266. [ 2.286811] In-situ OAM (IOAM) with IPv6
  267. [ 2.290395] NET: Registered PF_PACKET protocol family
  268. [ 2.294372] 8021q: 802.1Q VLAN Support v1.8
  269. [ 2.299320] Key type dns_resolver registered
  270. [ 2.303700] Loading compiled-in X.509 certificates
  271. [ 2.326384] genirq: irq_chip msmgpio did not update eff. affinity mask of irq 48
  272. [ 2.326745] input: keys as /devices/platform/keys/input/input0
  273. [ 2.333440] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  274. [ 2.345988] cfg8�[ 2.353664] Freeing unused kernel memory: 11776K
  275. [ 2.393442] ------------[ cut here ]------------
  276. [ 2.393490] WARNING: CPU: 1 PID: 7 at mm/page_alloc.c:5350 __alloc_pages+0x5c4/0xc40
  277. [ 2.397149] Modules linked in:
  278. [ 2.404856] CPU: 1 PID: 7 Comm: kworker/u8:0 Not tainted 5.15.0-rc4-00021-g4de1a6321040-dirty #90
  279. [ 2.407742] Hardware name: Xiaomi AX9000 (DT)
  280. [ 2.416667] Workqueue: qmi_msg_handler qmi_data_ready_work
  281. [ 2.421012] pstate: 20000005 (nzCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
  282. [ 2.426396] pc : __alloc_pages+0x5c4/0xc40
  283. [ 2.433243] lr : __dma_direct_alloc_pages+0x17c/0x1d0
  284. [ 2.437412] sp : ffff800011c1b910
  285. [ 2.442527] x29: ffff800011c1b910 x28: 0000000000000000 x27: 0000000000000000
  286. [ 2.445840] x26: ffff0000041c0018 x25: ffff800010dd1b88 x24: ffff0000036790a0
  287. [ 2.452958] x23: ffff8000100d55cc x22: 00000000ffffffff x21: 0000000000000cc1
  288. [ 2.460076] x20: 0000000002300000 x19: ffff0000036790a0 x18: 0000000000000030
  289. [ 2.467195] x17: 0000000000000000 x16: 0000000000000001 x15: 000000000000003a
  290. [ 2.474313] x14: 0000000000000000 x13: 0000000003001000 x12: 0000000000040039
  291. [ 2.481431] x11: 8000000000000102 x10: 0000000000000000 x9 : 0000000000000000
  292. [ 2.488550] x8 : 0000000000000000 x7 : 0000000000000000 x6 : 0000000000000000
  293. [ 2.495666] x5 : 0000000000000001 x4 : ffff000002cb5100 x3 : 0000000000000000
  294. [ 2.502785] x2 : 0000000000000000 x1 : 000000000000000e x0 : 0000000000000cc1
  295. [ 2.509904] Call trace:
  296. [ 2.517008] __alloc_pages+0x5c4/0xc40
  297. [ 2.519267] __dma_direct_alloc_pages+0x17c/0x1d0
  298. [ 2.523089] dma_direct_alloc+0x70/0x310
  299. [ 2.527858] dma_alloc_attrs+0x7c/0xf0
  300. [ 2.531852] ath11k_qmi_msg_mem_request_cb+0x200/0x370
  301. [ 2.535414] qmi_invoke_handler+0xb4/0xf0
  302. [ 2.540533] qmi_handle_message+0x70/0x190
  303. [ 2.544612] qmi_data_ready_work+0x1b4/0x390
  304. [ 2.548606] process_one_work+0x1cc/0x360
  305. [ 2.553033] worker_thread+0x13c/0x470
  306. [ 2.556938] kthread+0x154/0x160
  307. [ 2.560583] ret_from_fork+0x10/0x20
  308. [ 2.563969] ---[ end trace 8044aee647bff4eb ]---
  309. [ 2.578863] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12
  310. [ 2.579569] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12
  311. [ 2.586014] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12
  312. [ 2.592999] Run /init as init process
  313. [ 2.593565] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12
  314. [ 2.600294] with arguments:
  315. [ 2.611416] /init
  316. [ 2.611778] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12
  317. [ 2.614346] with environment:
  318. [ 2.614349] HOME=/
  319. [ 2.614352] TERM=linux
  320. [ 2.630153] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12
  321. [ 2.632824] cma: cma_alloc: reserved: alloc failed, req-size: 256 pages, ret: -12
  322. [ 2.638846] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
  323. [ 2.640109] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12
  324. [ 2.655328] cma: cma_alloc: reserved: alloc failed, req-size: 256 pages, ret: -12
  325. [ 2.662473] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12
  326. [ 2.675055] ath11k_pci 0000:01:00.0: host capability request failed: 1 90
  327. [ 2.677065] ath11k_pci 0000:01:00.0: failed to send qmi host cap: -22
  328. [ 2.685211] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
  329. [ 2.690303] ath11k_pci 0000:01:00.0: fw_version 0x2506844c fw_build_timestamp 2021-07-13 10:24 fw_build_id
  330. Starting syslogd: OK
  331. Starting klogd: OK
  332. Running sysctl: OK
  333. Populating /dev using udev: [ 2.722351] udevd[185]: starting version 3.2.10
  334. [ 2.722883] random: udevd: uninitialized urandom read (16 bytes read)
  335. [ 2.725923] random: udevd: uninitialized urandom read (16 bytes read)
  336. [ 2.732441] random: udevd: uninitialized urandom read (16 bytes read)
  337. [ 2.746601] udevd[186]: starting eudev-3.2.10
  338.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement