Guest User

mmc dma kernel log

a guest
Jul 11th, 2025
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.33 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd422]
  2. [ 0.000000] Linux version 6.15.0-rc6-00188-gfee3e843b309-dirty (gordon.ge@102-ADP) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #3 SMP PREEMPT Thu Jul 3 10:27:52 CST 2025
  3. [ 0.000000] KASLR disabled due to lack of seed
  4. [ 0.000000] Machine model: BST C1200-96 CDCU1.0 4C2G
  5. [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000020008000 (options '')
  6. [ 0.000000] printk: legacy bootconsole [uart8250] enabled
  7. [ 0.000000] efi: UEFI not found.
  8. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000005160000, size 0 MiB
  9. [ 0.000000] OF: reserved mem: initialized node mmc0@5160000, compatible id shared-dma-pool
  10. [ 0.000000] OF: reserved mem: 0x0000000005160000..0x000000000516ffff (64 KiB) nomap non-reusable mmc0@5160000
  11. [ 0.000000] NUMA: Faking a node at [mem 0x0000000005160000-0x0000000c3fffffff]
  12. [ 0.000000] NODE_DATA(0) allocated [mem 0xc3f47e280-0xc3f48013f]
  13. [ 0.000000] Zone ranges:
  14. [ 0.000000] DMA32 [mem 0x0000000005160000-0x00000000ffffffff]
  15. [ 0.000000] Normal [mem 0x0000000100000000-0x0000000c3fffffff]
  16. [ 0.000000] Movable zone start for each node
  17. [ 0.000000] Early memory node ranges
  18. [ 0.000000] node 0: [mem 0x0000000005160000-0x000000000516ffff]
  19. [ 0.000000] node 0: [mem 0x0000000800254000-0x0000000800254fff]
  20. [ 0.000000] node 0: [mem 0x0000000810000000-0x000000083fffffff]
  21. [ 0.000000] node 0: [mem 0x00000008c0000000-0x00000009bfffffff]
  22. [ 0.000000] node 0: [mem 0x0000000c00000000-0x0000000c3fffffff]
  23. [ 0.000000] Initmem setup node 0 [mem 0x0000000005160000-0x0000000c3fffffff]
  24. [ 0.000000] On node 0, zone DMA32: 20832 pages in unavailable ranges
  25. [ 0.000000] On node 0, zone Normal: 12516 pages in unavailable ranges
  26. [ 0.000000] On node 0, zone Normal: 32171 pages in unavailable ranges
  27. [ 0.000000] cma: Failed to reserve 32 MiB
  28. [ 0.000000] psci: probing for conduit method from DT.
  29. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  30. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  31. [ 0.000000] psci: Trusted OS migration not required
  32. [ 0.000000] psci: SMC Calling Convention v1.2
  33. [ 0.000000] percpu: Embedded 25 pages/cpu s62424 r8192 d31784 u102400
  34. [ 0.000000] pcpu-alloc: s62424 r8192 d31784 u102400 alloc=25*4096
  35. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  36. [ 0.000000] Detected PIPT I-cache on CPU0
  37. [ 0.000000] CPU features: detected: Address authentication (architected QARMA5 algorithm)
  38. [ 0.000000] CPU features: detected: GIC system register CPU interface
  39. [ 0.000000] CPU features: detected: Virtualization Host Extensions
  40. [ 0.000000] CPU features: detected: Spectre-v4
  41. [ 0.000000] CPU features: detected: Spectre-BHB
  42. [ 0.000000] alternatives: applying boot alternatives
  43. [ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0x20008000 console=ttyS0,115200n8 boot_delay=32 root=/dev/mmcblk0p7 init=/sbin/init rootwait loglevel=8
  44. [ 0.000000] Unknown kernel command line parameters "boot_delay=32", will be passed to user space.
  45. [ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
  46. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  47. [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  48. [ 0.000000] software IO TLB: area num 4.
  49. [ 0.000000] software IO TLB: swiotlb_memblock_alloc: Failed to allocate 67108864 bytes tlb structure
  50. [ 0.000000] software IO TLB: swiotlb_memblock_alloc: Failed to allocate 33554432 bytes tlb structure
  51. [ 0.000000] software IO TLB: swiotlb_memblock_alloc: Failed to allocate 16777216 bytes tlb structure
  52. [ 0.000000] software IO TLB: swiotlb_memblock_alloc: Failed to allocate 8388608 bytes tlb structure
  53. [ 0.000000] software IO TLB: swiotlb_memblock_alloc: Failed to allocate 4194304 bytes tlb structure
  54. [ 0.000000] software IO TLB: swiotlb_memblock_alloc: Failed to allocate 2097152 bytes tlb structure
  55. [ 0.000000] software IO TLB: swiotlb_memblock_alloc: Failed to allocate 1048576 bytes tlb structure
  56. [ 0.000000] Fallback order for Node 0: 0
  57. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1507345
  58. [ 0.000000] Policy zone: Normal
  59. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  60. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  61. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  62. [ 0.000000] rcu: RCU event tracing is enabled.
  63. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
  64. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  65. [ 0.000000] Tracing variant of Tasks RCU enabled.
  66. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  67. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  68. [ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
  69. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
  70. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  71. [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
  72. [ 0.000000] GICv3: 640 SPIs implemented
  73. [ 0.000000] GICv3: 0 Extended SPIs implemented
  74. [ 0.000000] Root IRQ handler: gic_handle_irq
  75. [ 0.000000] GICv3: GICv3 features: 16 PPIs
  76. [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
  77. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000032880000
  78. [ 0.000000] ITS: No ITS available, not enabling LPIs
  79. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  80. [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
  81. [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
  82. [ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
  83. [ 0.008915] Console: colour dummy device 80x25
  84. [ 0.013833] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
  85. [ 0.025322] pid_max: default: 32768 minimum: 301
  86. [ 0.030416] LSM: initializing lsm=capability
  87. [ 0.035174] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  88. [ 0.043510] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  89. [ 0.068342] rcu: Hierarchical SRCU implementation.
  90. [ 0.073614] rcu: Max phase no-delay instances is 1000.
  91. [ 0.083387] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
  92. [ 0.092394] EFI services will not be available.
  93. [ 0.097438] smp: Bringing up secondary CPUs ...
  94. [ 0.102603] Detected PIPT I-cache on CPU1
  95. [ 0.102635] GICv3: CPU1: found redistributor 100 region 0:0x00000000328a0000
  96. [ 0.102651] CPU1: Booted secondary processor 0x0000000100 [0x410fd422]
  97. [ 0.102873] Detected PIPT I-cache on CPU2
  98. [ 0.102897] GICv3: CPU2: found redistributor 200 region 0:0x00000000328c0000
  99. [ 0.102910] CPU2: Booted secondary processor 0x0000000200 [0x410fd422]
  100. [ 0.103844] Detected PIPT I-cache on CPU3
  101. [ 0.103864] GICv3: CPU3: found redistributor 300 region 0:0x00000000328e0000
  102. [ 0.103876] CPU3: Booted secondary processor 0x0000000300 [0x410fd422]
  103. [ 0.103924] smp: Brought up 1 node, 4 CPUs
  104. [ 0.166425] SMP: Total of 4 processors activated.
  105. [ 0.171596] CPU: All CPU(s) started at EL2
  106. [ 0.176101] CPU features: detected: 32-bit EL0 Support
  107. [ 0.181750] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
  108. [ 0.191231] CPU features: detected: Common not Private translations
  109. [ 0.198125] CPU features: detected: CRC32 instructions
  110. [ 0.203778] CPU features: detected: Generic authentication (architected QARMA5 algorithm)
  111. [ 0.212777] CPU features: detected: RCpc load-acquire (LDAPR)
  112. [ 0.219093] CPU features: detected: LSE atomic instructions
  113. [ 0.225217] CPU features: detected: Privileged Access Never
  114. [ 0.231344] CPU features: detected: PMUv3
  115. [ 0.235749] CPU features: detected: RAS Extension Support
  116. [ 0.241683] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
  117. [ 0.249358] alternatives: applying system-wide alternatives
  118. [ 0.257510] CPU features: detected: Hardware dirty bit management on CPU0-3
  119. [ 0.265260] Memory: 5854036K/6029380K available (17920K kernel code, 5220K rwdata, 12464K rodata, 11200K init, 741K bss, 170676K reserved, 0K cma-reserved)
  120. [ 0.280731] devtmpfs: initialized
  121. [ 0.285508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  122. [ 0.296240] posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
  123. [ 0.304391] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  124. [ 0.311979] 20816 pages in range for non-PLT usage
  125. [ 0.311981] 512336 pages in range for PLT usage
  126. [ 0.317295] pinctrl core: initialized pinctrl subsystem
  127. [ 0.328334] DMI not present or invalid.
  128. [ 0.333628] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  129. [ 0.340349] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  130. [ 0.348308] swapper/0: page allocation failure: order:8, mode:0xcc4(GFP_KERNEL|GFP_DMA32), nodemask=(null),cpuset=/,mems_allowed=0
  131. [ 0.361240] CPU: 0 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.15.0-rc6-00188-gfee3e843b309-dirty #3 PREEMPT
  132. [ 0.361244] Hardware name: BST C1200-96 CDCU1.0 4C2G (DT)
  133. [ 0.361246] Call trace:
  134. [ 0.361247] show_stack+0x18/0x24 (C)
  135. [ 0.361259] dump_stack_lvl+0x78/0x90
  136. [ 0.361264] dump_stack+0x18/0x24
  137. [ 0.361267] warn_alloc+0x100/0x188
  138. [ 0.361271] __alloc_pages_slowpath.constprop.126+0x7c8/0xaf0
  139. [ 0.361273] __alloc_frozen_pages_noprof+0x228/0x2a8
  140. [ 0.361275] alloc_pages_mpol+0xb4/0x1bc
  141. [ 0.361279] alloc_frozen_pages_noprof+0x4c/0x7c
  142. [ 0.361282] alloc_pages_noprof+0x10/0x28
  143. [ 0.361285] atomic_pool_expand+0x19c/0x280
  144. [ 0.361290] __dma_atomic_pool_init+0x4c/0xb4
  145. [ 0.361295] dma_atomic_pool_init+0xa0/0x124
  146. [ 0.361297] do_one_initcall+0x74/0x1b4
  147. [ 0.361300] kernel_init_freeable+0x1e0/0x2a8
  148. [ 0.361304] kernel_init+0x20/0x12c
  149. [ 0.361306] ret_from_fork+0x10/0x20
  150. [ 0.361309] Mem-Info:
  151. [ 0.455210] active_anon:0 inactive_anon:0 isolated_anon:0
  152. [ 0.455210] active_file:0 inactive_file:0 isolated_file:0
  153. [ 0.455210] unevictable:0 dirty:0 writeback:0
  154. [ 0.455210] slab_reclaimable:38 slab_unreclaimable:346
  155. [ 0.455210] mapped:0 shmem:0 pagetables:0
  156. [ 0.455210] sec_pagetables:0 bounce:0
  157. [ 0.455210] kernel_misc_reclaimable:0
  158. [ 0.455210] free:1462615 free_pcp:0 free_cma:0
  159. [ 0.495491] Node 0 DMA32 free:0kB boost:0kB min:0kB low:0kB high:0kB reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:64kB managed:0kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
  160. [ 0.522862] lowmem_reserve[]: 0 0 0
  161. [ 0.526694] Node 0 DMA32: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
  162. [ 0.538194] 0 total pagecache pages
  163. [ 0.542023] 0 pages in swap cache
  164. [ 0.545662] Free swap = 0kB
  165. [ 0.548820] Total swap = 0kB
  166. [ 0.551979] 1507345 pages RAM
  167. [ 0.555231] 0 pages HighMem/MovableOnly
  168. [ 0.559446] 42669 pages reserved
  169. [ 0.562986] 0 pages cma reserved
  170. [ 0.566529] 0 pages hwpoisoned
  171. [ 0.570426] DMA: failed to allocate 712 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocation
  172. [ 0.579631] audit: initializing netlink subsys (disabled)
  173. [ 0.585643] audit: type=2000 audit(0.316:1): state=initialized audit_enabled=0 res=1
  174. [ 0.585855] thermal_sys: Registered thermal governor 'step_wise'
  175. [ 0.594169] thermal_sys: Registered thermal governor 'power_allocator'
  176. [ 0.600798] cpuidle: using governor menu
  177. [ 0.612353] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  178. [ 0.619844] ASID allocator initialised with 65536 entries
  179. [ 0.626228] Serial: AMBA PL011 UART driver
  180. [ 0.631033] /soc@0/interrupt-controller@32800000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@32800000
  181. [ 0.643176] HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
  182. [ 0.650841] HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
  183. [ 0.658504] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
  184. [ 0.665971] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
  185. [ 0.672863] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
  186. [ 0.680328] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
  187. [ 0.687217] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
  188. [ 0.694683] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
  189. [ 0.701574] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
  190. [ 0.709038] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
  191. [ 0.716399] ACPI: Interpreter disabled.
  192. [ 0.720890] iommu: Default domain type: Translated
  193. [ 0.726161] iommu: DMA domain TLB invalidation policy: strict mode
  194. [ 0.733074] SCSI subsystem initialized
  195. [ 0.737224] libata version 3.00 loaded.
  196. [ 0.741500] usbcore: registered new interface driver usbfs
  197. [ 0.747541] usbcore: registered new interface driver hub
  198. [ 0.753387] usbcore: registered new device driver usb
  199. [ 0.759027] pps_core: LinuxPPS API ver. 1 registered
  200. [ 0.764488] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  201. [ 0.774542] PTP clock support registered
  202. [ 0.778868] EDAC MC: Ver: 3.0.0
  203. [ 0.782384] scmi_core: SCMI protocol bus registered
  204. [ 0.787872] FPGA manager framework
  205. [ 0.791629] Advanced Linux Sound Architecture Driver Initialized.
  206. [ 0.798644] vgaarb: loaded
  207. [ 0.801706] clocksource: Switched to clocksource arch_sys_counter
  208. [ 0.808487] VFS: Disk quotas dquot_6.6.0
  209. [ 0.812805] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  210. [ 0.820431] pnp: PnP ACPI: disabled
  211. [ 0.826012] NET: Registered PF_INET protocol family
  212. [ 0.831490] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  213. [ 0.841673] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  214. [ 0.851073] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  215. [ 0.859596] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  216. [ 0.868379] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
  217. [ 0.877342] TCP: Hash tables configured (established 65536 bind 65536)
  218. [ 0.884560] UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
  219. [ 0.892094] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear)
  220. [ 0.900177] NET: Registered PF_UNIX/PF_LOCAL protocol family
  221. [ 0.906534] RPC: Registered named UNIX socket transport module.
  222. [ 0.913048] RPC: Registered udp transport module.
  223. [ 0.918218] RPC: Registered tcp transport module.
  224. [ 0.923386] RPC: Registered tcp-with-tls transport module.
  225. [ 0.929419] RPC: Registered tcp NFSv4.1 backchannel transport module.
  226. [ 0.936507] PCI: CLS 0 bytes, default 64
  227. [ 0.942022] kvm [1]: nv: 566 coarse grained trap handlers
  228. [ 0.948062] kvm [1]: IPA Size Limit: 48 bits
  229. [ 0.952765] kvm [1]: GICv3: no GICV resource entry
  230. [ 0.958035] kvm [1]: disabling GICv2 emulation
  231. [ 0.962939] kvm [1]: GIC system register CPU interface enabled
  232. [ 0.969366] kvm [1]: vgic interrupt IRQ9
  233. [ 0.973690] kvm [1]: VHE mode initialized successfully
  234. [ 0.979752] Initialise system trusted keyrings
  235. [ 0.984694] workingset: timestamp_bits=42 max_order=21 bucket_order=0
  236. [ 0.991884] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  237. [ 0.998371] NFS: Registering the id_resolver key type
  238. [ 1.003933] Key type id_resolver registered
  239. [ 1.008531] Key type id_legacy registered
  240. [ 1.012940] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  241. [ 1.020312] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  242. [ 1.028500] 9p: Installing v9fs 9p2000 file system support
  243. [ 1.046049] Key type asymmetric registered
  244. [ 1.050550] Asymmetric key parser 'x509' registered
  245. [ 1.055928] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  246. [ 1.064064] io scheduler mq-deadline registered
  247. [ 1.069045] io scheduler kyber registered
  248. [ 1.073464] io scheduler bfq registered
  249. [ 1.078854] ledtrig-cpu: registered to indicate activity on CPUs
  250. [ 1.089440] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  251. [ 1.096919] printk: legacy console [ttyS0] disabled
  252. [ 1.102364] 20008000.serial: ttyS0 at MMIO 0x20008000 (irq = 14, base_baud = 1562500) is a 16550A
  253. [ 1.112155] printk: legacy console [ttyS0] enabled
  254. [ 1.112155] printk: legacy console [ttyS0] enabled
  255. [ 1.122223] printk: legacy bootconsole [uart8250] disabled
  256. [ 1.122223] printk: legacy bootconsole [uart8250] disabled
  257. [ 1.138042] msm_serial: driver initialized
  258. [ 1.142196] SuperH (H)SCI(F) driver initialized
  259. [ 1.146743] STM32 USART driver initialized
  260. [ 1.152649] loop: module loaded
  261. [ 1.155991] megasas: 07.734.00.00-rc1
  262. [ 1.160750] tun: Universal TUN/TAP device driver, 1.6
  263. [ 1.165950] thunder_xcv, ver 1.0
  264. [ 1.169186] thunder_bgx, ver 1.0
  265. [ 1.172428] nicpf, ver 1.0
  266. [ 1.175321] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
  267. [ 1.182546] hns3: Copyright (c) 2017 Huawei Corporation.
  268. [ 1.187870] hclge is initializing
  269. [ 1.191195] e1000: Intel(R) PRO/1000 Network Driver
  270. [ 1.196072] e1000: Copyright (c) 1999-2006 Intel Corporation.
  271. [ 1.201829] e1000e: Intel(R) PRO/1000 Network Driver
  272. [ 1.206792] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  273. [ 1.212719] igb: Intel(R) Gigabit Ethernet Network Driver
  274. [ 1.218118] igb: Copyright (c) 2007-2014 Intel Corporation.
  275. [ 1.223698] igbvf: Intel(R) Gigabit Virtual Function Network Driver
  276. [ 1.229964] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  277. [ 1.235927] sky2: driver version 1.30
  278. [ 1.239808] VFIO - User Level meta-driver version: 0.3
  279. [ 1.245354] usbcore: registered new interface driver usb-storage
  280. [ 1.251825] i2c_dev: i2c /dev entries driver
  281. [ 1.257200] sdhci: Secure Digital Host Controller Interface driver
  282. [ 1.263383] sdhci: Copyright(c) Pierre Ossman
  283. [ 1.267856] sdhci-dwcmshc 22200000.mmc: assigned reserved memory node mmc0@5160000
  284. [ 1.275446] DMA_BIT_MASK(32)
  285. [ 1.278413] USE ADMA =======
  286. [ 1.281292] mmc->max_segs:128
  287. [ 1.325050] mmc0: SDHCI controller on 22200000.mmc [22200000.mmc] using ADMA
  288. [ 1.332240] Synopsys Designware Multimedia Card Interface Driver
  289. [ 1.338398] sdhci-pltfm: SDHCI platform and OF driver helper
  290. [ 1.344196] Error: Driver 'sdhci-dwcmshc' is already registered, aborting...
  291. [ 1.351523] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
  292. [ 1.358200] usbcore: registered new interface driver usbhid
  293. [ 1.363776] usbhid: USB HID core driver
  294. [ 1.368647] NET: Registered PF_PACKET protocol family
  295. [ 1.372295] software IO TLB: is :0
  296. [ 1.373746] 9pnet: Installing 9P2000 support
  297. [ 1.377095] ------------[ cut here ]------------
  298. [ 1.381384] Key type dns_resolver registered
  299. [ 1.385974] sdhci-dwcmshc 22200000.mmc: DMA addr 0x00000008113e2200+512 overflow (mask ffffffff, bus limit 0).
  300. [ 1.385986] WARNING: CPU: 3 PID: 60 at kernel/dma/direct.h:105 dma_direct_map_sg+0x2e0/0x300
  301. [ 1.392940] registered taskstats version 1
  302. [ 1.400241] Modules linked in:
  303. [ 1.400246] CPU: 3 UID: 0 PID: 60 Comm: kworker/3:1 Not tainted 6.15.0-rc6-00188-gfee3e843b309-dirty #3 PREEMPT
  304. [ 1.400249] Hardware name: BST C1200-96 CDCU1.0 4C2G (DT)
  305. [ 1.408727] Loading compiled-in X.509 certificates
  306. [ 1.412773] Workqueue: events_freezable mmc_rescan
  307. [ 1.440963] pstate: 604000c9 (nZCv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
  308. [ 1.447921] pc : dma_direct_map_sg+0x2e0/0x300
  309. [ 1.452363] lr : dma_direct_map_sg+0x2e0/0x300
  310. [ 1.456805] sp : ffff8000834e3790
  311. [ 1.460117] x29: ffff8000834e3790 x28: ffff000810118810 x27: 0000000000000200
  312. [ 1.467251] x26: ffff8000834e3ab0 x25: 00000008113e2200 x24: 00000000000000ff
  313. [ 1.474385] x23: ffffc1ffc0000000 x22: ffff800081d2df90 x21: 0000000000000002
  314. [ 1.481518] x20: 0000000000000001 x19: 0000000000000000 x18: 0000000000000020
  315. [ 1.488652] x17: 00000000f1c8fd34 x16: 0000000063041abc x15: 0000000000000122
  316. [ 1.495785] x14: ffff800081d2cb38 x13: ffff8000828e7090 x12: ffff8000829570f8
  317. [ 1.502919] x11: 0000000000000003 x10: ffff80008293f0b8 x9 : ffff80008293f110
  318. [ 1.510052] x8 : 0000000000017fe8 x7 : c0000000ffffefff x6 : 0000000000000001
  319. [ 1.517185] x5 : 0000000000057fa8 x4 : 0000000000000000 x3 : 00000000ffffffff
  320. [ 1.524318] x2 : d756442caa6ab600 x1 : d756442caa6ab600 x0 : 0000000000000000
  321. [ 1.531450] Call trace:
  322. [ 1.533895] dma_direct_map_sg+0x2e0/0x300 (P)
  323. [ 1.538339] __dma_map_sg_attrs+0x34/0x94
  324. [ 1.542348] dma_map_sg_attrs+0x10/0x24
  325. [ 1.546184] sdhci_pre_dma_transfer+0xd4/0x168
  326. [ 1.550627] sdhci_prepare_dma+0x29c/0x72c
  327. [ 1.554722] sdhci_send_command+0x3ac/0x724
  328. [ 1.558905] sdhci_send_command_retry+0x40/0x150
  329. [ 1.563520] sdhci_request+0x6c/0xb0
  330. [ 1.567094] __mmc_start_request+0x68/0x138
  331. [ 1.571268] mmc_start_request+0x98/0xdc
  332. [ 1.575190] mmc_wait_for_req+0x6c/0xf0
  333. [ 1.579025] mmc_send_adtc_data+0xe8/0x134
  334. [ 1.583121] mmc_get_ext_csd.part.4+0x58/0xa4
  335. [ 1.587475] mmc_get_ext_csd+0x2c/0x44
  336. [ 1.591222] mmc_init_card+0x48c/0x1b44
  337. [ 1.595056] mmc_attach_mmc+0x118/0x178
  338. [ 1.598891] mmc_rescan+0x234/0x2e0
  339. [ 1.602376] process_scheduled_works+0x188/0x2d8
  340. [ 1.606994] worker_thread+0x140/0x2a8
  341. [ 1.610741] kthread+0x134/0x21c
  342. [ 1.613968] ret_from_fork+0x10/0x20
  343. [ 1.617542] ---[ end trace 0000000000000000 ]---
  344. [ 1.622166] ------------[ cut here ]------------
  345. [ 1.626779] WARNING: CPU: 3 PID: 60 at drivers/mmc/host/sdhci.c:1180 sdhci_prepare_dma+0x330/0x72c
  346. [ 1.635735] Modules linked in:
  347. [ 1.638788] CPU: 3 UID: 0 PID: 60 Comm: kworker/3:1 Tainted: G W 6.15.0-rc6-00188-gfee3e843b309-dirty #3 PREEMPT
  348. [ 1.650522] Tainted: [W]=WARN
  349. [ 1.653487] Hardware name: BST C1200-96 CDCU1.0 4C2G (DT)
  350. [ 1.658883] Workqueue: events_freezable mmc_rescan
  351. [ 1.663671] pstate: a04000c9 (NzCv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
  352. [ 1.670629] pc : sdhci_prepare_dma+0x330/0x72c
  353. [ 1.675070] lr : sdhci_prepare_dma+0x29c/0x72c
  354. [ 1.679511] sp : ffff8000834e3880
  355. [ 1.682823] x29: ffff8000834e3880 x28: ffff0008113a65c0 x27: ffff0008113ae000
  356. [ 1.689956] x26: ffff000810323080 x25: 61c8864680b583eb x24: 0000000000000000
  357. [ 1.697089] x23: 0000000000000000 x22: 0000000000000011 x21: ffff8000834e3ad0
  358. [ 1.704222] x20: ffff800081d2cb38 x19: 5ab0800080e25370 x18: 0000000000000020
  359. [ 1.711355] x17: 00000000f1c8fd34 x16: 0000000063041abc x15: 0000000000000122
  360. [ 1.718488] x14: ffff800081d2cb38 x13: ffff8000828e7090 x12: ffff8000829570f8
  361. [ 1.725620] x11: 0000000000000003 x10: ffff80008293f0b8 x9 : ffff80008293f110
  362. [ 1.732754] x8 : 0000000000017fe8 x7 : c0000000ffffefff x6 : 0000000000000001
  363. [ 1.739887] x5 : 0000000000057fa8 x4 : 0000000000000020 x3 : 0000000000000002
  364. [ 1.747019] x2 : d756442caa6ab600 x1 : 0000000000000000 x0 : 00000000ffffffe4
  365. [ 1.754153] Call trace:
  366. [ 1.756595] sdhci_prepare_dma+0x330/0x72c (P)
  367. [ 1.761037] sdhci_send_command+0x3ac/0x724
  368. [ 1.765218] sdhci_send_command_retry+0x40/0x150
  369. [ 1.769833] sdhci_request+0x6c/0xb0
  370. [ 1.773407] __mmc_start_request+0x68/0x138
  371. [ 1.777591] mmc_start_request+0x98/0xdc
  372. [ 1.781512] mmc_wait_for_req+0x6c/0xf0
  373. [ 1.785347] mmc_send_adtc_data+0xe8/0x134
  374. [ 1.789441] mmc_get_ext_csd.part.4+0x58/0xa4
  375. [ 1.793796] mmc_get_ext_csd+0x2c/0x44
  376. [ 1.797543] mmc_init_card+0x48c/0x1b44
  377. [ 1.801378] mmc_attach_mmc+0x118/0x178
  378. [ 1.805212] mmc_rescan+0x234/0x2e0
  379. [ 1.808698] process_scheduled_works+0x188/0x2d8
  380. [ 1.813314] worker_thread+0x140/0x2a8
  381. [ 1.817061] kthread+0x134/0x21c
  382. [ 1.820288] ret_from_fork+0x10/0x20
  383. [ 1.823861] ---[ end trace 0000000000000000 ]---
  384. [ 1.828499] Demotion targets for Node 0: null
  385. [ 1.833056] clk: Disabling unused clocks
  386. [ 1.836988] PM: genpd: Disabling unused power domains
  387. [ 1.842043] ALSA device list:
  388. [ 1.844152] software IO TLB: is :0
  389. [ 1.845008] No soundcards found.
  390. [ 1.848413] ------------[ cut here ]------------
  391. [ 1.856419] WARNING: CPU: 3 PID: 60 at drivers/mmc/host/sdhci.c:1180 sdhci_prepare_dma+0x330/0x72c
  392. [ 1.865377] Modules linked in:
  393. [ 1.868342] CPU: 3 UID: 0 PID: 60 Comm: kworker/3:1 Tainted: G W 6.15.0-rc6-00188-gfee3e843b309-dirty #3 PREEMPT
  394. [ 1.880078] Tainted: [W]=WARN
  395. [ 1.880086] dw-apb-uart 20008000.serial: forbid DMA for kernel console
  396. [ 1.883043] Hardware name: BST C1200-96 CDCU1.0 4C2G (DT)
  397. [ 1.883045] Workqueue: events_freezable mmc_rescan
  398. [ 1.899757] pstate: a04000c9 (NzCv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
  399. [ 1.906716] pc : sdhci_prepare_dma+0x330/0x72c
  400. [ 1.906748] Waiting for root device /dev/mmcblk0p7...
  401. [ 1.911158] lr : sdhci_prepare_dma+0x29c/0x72c
  402. [ 1.911160] sp : ffff8000834e3810
  403. [ 1.911161] x29: ffff8000834e3810 x28: ffff0008113a65c0 x27: 0000000000000003
  404. [ 1.931082] x26: ffff800081cdf900 x25: ffff800081729118 x24: 0000000000000000
  405. [ 1.938215] x23: 0000000000000000 x22: 0000000000000031 x21: ffff8000834e3a60
  406. [ 1.945349] x20: ffff800081d2cb38 x19: c3cf800080e25370 x18: 0000000000000010
  407. [ 1.952482] x17: 00000000f1c8fd34 x16: 0000000063041abc x15: 00000000ffffffff
  408. [ 1.959616] x14: 0000000000000000 x13: 303a207369203a42 x12: 4c54204f49206572
  409. [ 1.966748] x11: 0000000000000002 x10: 000000000000005d x9 : 00000000ffffffd0
  410. [ 1.973882] x8 : 7f7f7f7f7f7f7f7f x7 : 205d323531343438 x6 : 382e31202020205b
  411. [ 1.981015] x5 : 88b18000808e5c58 x4 : 0000000000000020 x3 : 0000000000000002
  412. [ 1.988147] x2 : d756442caa6ab600 x1 : 0000000000000000 x0 : 00000000ffffffe4
  413. [ 1.995281] Call trace:
  414. [ 1.997725] sdhci_prepare_dma+0x330/0x72c (P)
  415. [ 2.002168] sdhci_send_command+0x3ac/0x724
  416. [ 2.006351] sdhci_send_command_retry+0x40/0x150
  417. [ 2.010967] sdhci_request+0x6c/0xb0
  418. [ 2.014541] __mmc_start_request+0x68/0x138
  419. [ 2.018723] mmc_start_request+0x98/0xdc
  420. [ 2.022645] mmc_wait_for_req+0x6c/0xf0
  421. [ 2.026480] mmc_send_adtc_data+0xe8/0x134
  422. [ 2.030575] mmc_get_ext_csd.part.4+0x58/0xa4
  423. [ 2.034929] mmc_get_ext_csd+0x2c/0x44
  424. [ 2.038677] mmc_select_bus_width+0x8c/0x31c
  425. [ 2.042944] mmc_init_card+0x13bc/0x1b44
  426. [ 2.046865] mmc_attach_mmc+0x118/0x178
  427. [ 2.050700] mmc_rescan+0x234/0x2e0
  428. [ 2.054185] process_scheduled_works+0x188/0x2d8
  429. [ 2.058800] worker_thread+0x140/0x2a8
  430. [ 2.062548] kthread+0x134/0x21c
  431. [ 2.065775] ret_from_fork+0x10/0x20
  432. [ 2.069350] ---[ end trace 0000000000000000 ]---
  433. [ 2.079239] software IO TLB: is :0
  434. [ 2.082644] ------------[ cut here ]------------
  435. [ 2.087257] WARNING: CPU: 3 PID: 60 at drivers/mmc/host/sdhci.c:1180 sdhci_prepare_dma+0x330/0x72c
  436. [ 2.096214] Modules linked in:
  437. [ 2.099265] CPU: 3 UID: 0 PID: 60 Comm: kworker/3:1 Tainted: G W 6.15.0-rc6-00188-gfee3e843b309-dirty #3 PREEMPT
  438. [ 2.110998] Tainted: [W]=WARN
  439. [ 2.113962] Hardware name: BST C1200-96 CDCU1.0 4C2G (DT)
  440. [ 2.119357] Workqueue: events_freezable mmc_rescan
  441. [ 2.124146] pstate: a04000c9 (NzCv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
  442. [ 2.131105] pc : sdhci_prepare_dma+0x330/0x72c
  443. [ 2.135546] lr : sdhci_prepare_dma+0x29c/0x72c
  444. [ 2.139987] sp : ffff8000834e37f0
  445. [ 2.143299] x29: ffff8000834e37f0 x28: ffff0008113a65c0 x27: 2eed800080e25d64
  446. [ 2.150433] x26: 0000000000000015 x25: ffff8000834e3c04 x24: 0000000000000000
  447. [ 2.157565] x23: 0000000000000000 x22: 0000000000000035 x21: ffff8000834e3a50
  448. [ 2.164698] x20: ffff800081d2cb38 x19: c9bd800080e25370 x18: 0000000000000010
  449. [ 2.171831] x17: 00000000f1c8fd34 x16: 0000000063041abc x15: 00000000000001a8
  450. [ 2.178965] x14: ffff800081d2cb38 x13: ffff8000828e7090 x12: ffff8000829570f8
  451. [ 2.186099] x11: 0000000000000003 x10: ffff80008293f0b8 x9 : ffff80008293f110
  452. [ 2.193231] x8 : 0000000000017fe8 x7 : c0000000ffffefff x6 : 0000000000000001
  453. [ 2.200365] x5 : 0000000000057fa8 x4 : 0000000000000020 x3 : 0000000000000002
  454. [ 2.207498] x2 : d756442caa6ab600 x1 : 0000000000000000 x0 : 00000000ffffffe4
  455. [ 2.214631] Call trace:
  456. [ 2.217075] sdhci_prepare_dma+0x330/0x72c (P)
  457. [ 2.221518] sdhci_send_command+0x3ac/0x724
  458. [ 2.225698] sdhci_send_command_retry+0x40/0x150
  459. [ 2.230314] sdhci_request+0x6c/0xb0
  460. [ 2.233889] __mmc_start_request+0x68/0x138
  461. [ 2.238071] mmc_start_request+0x98/0xdc
  462. [ 2.241994] mmc_wait_for_req+0x6c/0xf0
  463. [ 2.245829] mmc_send_tuning+0x128/0x1c4
  464. [ 2.249749] bst_sdhci_execute_tuning+0x130/0x29c
  465. [ 2.254452] sdhci_execute_tuning+0x94/0x124
  466. [ 2.258719] mmc_execute_tuning+0x48/0x114
  467. [ 2.262814] mmc_init_card+0xa8c/0x1b44
  468. [ 2.266649] mmc_attach_mmc+0x118/0x178
  469. [ 2.270482] mmc_rescan+0x234/0x2e0
  470. [ 2.273968] process_scheduled_works+0x188/0x2d8
  471. [ 2.278584] worker_thread+0x140/0x2a8
  472. [ 2.282331] kthread+0x134/0x21c
  473. [ 2.285558] ret_from_fork+0x10/0x20
  474. [ 2.289132] ---[ end trace 0000000000000000 ]---
  475.  
Advertisement
Add Comment
Please, Sign In to add comment