Guest User

Untitled

a guest
Nov 28th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.89 KB | None | 0 0
  1. Jumping to kernel via monitor
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 4.14.0-qcomlt-arm64 (root@npd) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #2 SMP PREEMPT Wed Nov 27 10:22:18 IST
  4. 2019
  5. [ 0.000000] Boot CPU: AArch64 Processor [512f2011]
  6. [ 0.000000] Machine model: Mistral 820 Nano SoM Commando Board
  7. [ 0.000000] efi: Getting EFI parameters from FDT:
  8. [ 0.000000] efi: UEFI not found.
  9. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000090b00000, size 10 MiB
  10. [ 0.000000] OF: reserved mem: initialized node gpu@8f200000, compatible id shared-dma-pool
  11. [ 0.000000] cma: Reserved 16 MiB at 0x00000000ff000000
  12. [ 0.000000] NUMA: No NUMA configuration found
  13. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000017e44ffff]
  14. [ 0.000000] NUMA: NODE_DATA [mem 0x17e3d6080-0x17e3d7b7f]
  15. [ 0.000000] Zone ranges:
  16. [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
  17. [ 0.000000] Normal [mem 0x0000000100000000-0x000000017e44ffff]
  18. [ 0.000000] Movable zone start for each node
  19. [ 0.000000] Early memory node ranges
  20. [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000857fffff]
  21. [ 0.000000] node 0: [mem 0x0000000091700000-0x00000000a1dfffff]
  22. [ 0.000000] node 0: [mem 0x00000000a2000000-0x000000017e44ffff]
  23. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000017e44ffff]
  24. [ 0.000000] psci: probing for conduit method from DT.
  25. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  26. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  27. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  28. [ 0.000000] psci: SMC Calling Convention v1.0
  29. [ 0.000000] percpu: Embedded 24 pages/cpu @ffff8000fe371000 s57496 r8192 d32616 u98304
  30. [ 0.000000] Detected PIPT I-cache on CPU0
  31. [ 0.000000] CPU features: enabling workaround for Qualcomm Technologies Kryo erratum 1003
  32. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 976578
  33. [ 0.000000] Policy zone: Normal
  34. [ 0.000000] Kernel command line: root=/dev/disk/by-partlabel/rootfs rw rootwait console=tty0 console=ttyMSM0,115200n8 androidboot.bootdevice=624000.uf
  35. shc androidboot.verifiedbootstate=orange androidboot.veritymode=enforcing androidboot.serialno=44699ae2 androidboot.baseband=apq mdss_mdp.panel=0 fpsimd.
  36. fpsimd_settings=0 app_setting.use_app_setting=0
  37. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  38. [ 0.000000] software IO TLB: mapped [mem 0xfafff000-0xfefff000] (64MB)
  39. [ 0.000000] Memory: 3798368K/3968320K available (10172K kernel code, 1220K rwdata, 4388K rodata, 704K init, 395K bss, 153568K reserved, 16384K cma-res
  40. erved)
  41. [ 0.000000] Virtual kernel memory layout:
  42. [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)
  43. [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
  44. [ 0.000000] .text : 0xffff000008080000 - 0xffff000008a70000 ( 10176 KB)
  45. [ 0.000000] .rodata : 0xffff000008a70000 - 0xffff000008ec0000 ( 4416 KB)
  46. [ 0.000000] .init : 0xffff000008ec0000 - 0xffff000008f70000 ( 704 KB)
  47. [ 0.000000] .data : 0xffff000008f70000 - 0xffff0000090a1200 ( 1221 KB)
  48. [ 0.000000] .bss : 0xffff0000090a1200 - 0xffff0000091040c0 ( 396 KB)
  49. [ 0.000000] fixed : 0xffff7dfffe7f9000 - 0xffff7dfffec00000 ( 4124 KB)
  50. [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
  51. [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
  52. [ 0.000000] 0xffff7e0000000000 - 0xffff7e0003f91400 ( 63 MB actual)
  53. [ 0.000000] memory : 0xffff800000000000 - 0xffff8000fe450000 ( 4068 MB)
  54. [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  55. [ 0.000000] Preemptible hierarchical RCU implementation.
  56. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  57. [ 0.000000] Tasks RCU enabled.
  58. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  59. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  60. [ 0.000000] GICv3: VLPI support, no direct LPI support
  61. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000009c00000
  62. [ 0.000000] GICv2m: range[mem 0x09bd0000-0x09bd0fff], SPI[544:639]
  63. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
  64. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  65. [ 0.000003] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  66. [ 0.000311] Console: colour dummy device 80x25
  67. [ 0.000810] console [tty0] enabled
  68. [ 0.000864] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  69. [ 0.000887] pid_max: default: 32768 minimum: 301
  70. [ 0.000954] Security Framework initialized
  71. [ 0.001801] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  72. [ 0.002258] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  73. [ 0.002331] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  74. [ 0.002360] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  75. [ 0.015720] ASID allocator initialised with 32768 entries
  76. [ 0.023716] Hierarchical SRCU implementation.
  77. [ 0.033326] EFI services will not be available.
  78. [ 0.039787] smp: Bringing up secondary CPUs ...
  79. [ 0.068312] Detected PIPT I-cache on CPU1
  80. [ 0.068340] GICv3: CPU1: found redistributor 1 region 0:0x0000000009c40000
  81. [ 0.068374] CPU1: Booted secondary processor [512f2011]
  82. [ 0.098987] Detected PIPT I-cache on CPU2
  83. [ 0.099816] GICv3: CPU2: found redistributor 100 region 0:0x0000000009c80000
  84. [ 0.100592] CPU2: Booted secondary processor [512f2051]
  85. [ 0.134749] Detected PIPT I-cache on CPU3
  86. [ 0.135562] GICv3: CPU3: found redistributor 101 region 0:0x0000000009cc0000
  87. [ 0.136257] CPU3: Booted secondary processor [512f2051]
  88. [ 0.139578] smp: Brought up 1 node, 4 CPUs
  89. [ 0.139668] SMP: Total of 4 processors activated.
  90. [ 0.139687] CPU features: detected feature: GIC system register CPU interface
  91. [ 0.139703] CPU features: detected feature: 32-bit EL0 Support
  92. [ 0.139715] CPU features: detected feature: Kernel page table isolation (KPTI)
  93. [ 0.199784] CPU: All CPU(s) started at EL1
  94. [ 0.200468] alternatives: patching kernel code
  95. [ 0.202683] devtmpfs: initialized
  96. [ 0.212136] random: get_random_u32 called from bucket_table_alloc+0x108/0x258 with crng_init=0
  97. [ 0.212718] Registered cp15_barrier emulation handler
  98. [ 0.212832] Registered setend emulation handler
  99. [ 0.213106] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  100. [ 0.213189] futex hash table entries: 1024 (order: 5, 131072 bytes)
  101. [ 0.213528] pinctrl core: initialized pinctrl subsystem
  102. [ 0.214522] DMI not present or invalid.
  103. [ 0.214731] NET: Registered protocol family 16
  104. [ 0.223616] cpuidle: using governor menu
  105. [ 0.224732] vdso: 2 pages (1 code @ ffff000008a76000, 1 data @ ffff000008f75000)
  106. [ 0.224865] hw-breakpoint: found 8 breakpoint and 4 watchpoint registers.
  107. [ 0.227146] DMA: preallocated 256 KiB pool for atomic allocations
  108. [ 0.227416] Serial: AMBA PL011 UART driver
  109. [ 0.272609] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  110. [ 0.284412] ACPI: Interpreter disabled.
  111. [ 0.284804] reg-fixed-voltage soc:wlan-en-1-8v: could not find pctldev for node /soc/qcom,spmi@400f000/pmic@0/gpios@c000/wlan_en_gpios, deferring prob
  112. e
  113. [ 0.286898] vgaarb: loaded
  114. [ 0.287124] SCSI subsystem initialized
  115. [ 0.292176] usbcore: registered new interface driver usbfs
  116. [ 0.292231] usbcore: registered new interface driver hub
  117. [ 0.292324] usbcore: registered new device driver usb
  118. [ 0.293033] pps_core: LinuxPPS API ver. 1 registered
  119. [ 0.293055] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  120. [ 0.293091] EDAC MC: Ver: 3.0.0
  121. [ 0.293774] dmi: Firmware registration failed.
  122. [ 0.300096] Advanced Linux Sound Architecture Driver Initialized.
  123. [ 0.304908] clocksource: Switched to clocksource arch_sys_counter
  124. [ 0.305025] VFS: Disk quotas dquot_6.6.0
  125. [ 0.305079] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  126. [ 0.305245] pnp: PnP ACPI: disabled
  127. [ 0.311573] NET: Registered protocol family 2
  128. [ 0.312168] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  129. [ 0.312463] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
  130. [ 0.312618] TCP: Hash tables configured (established 32768 bind 32768)
  131. [ 0.312960] UDP hash table entries: 2048 (order: 4, 65536 bytes)
  132. [ 0.313123] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  133. [ 0.313362] NET: Registered protocol family 1
  134. [ 0.316725] s1: supplied by regulator-dummy
  135. [ 0.316940] s2: supplied by regulator-dummy
  136. [ 0.317109] s3: supplied by regulator-dummy
  137. [ 0.317148] s3: Bringing 0uV into 1300000-1300000uV
  138. [ 0.317397] s4: supplied by regulator-dummy
  139. [ 0.317438] s4: Bringing 0uV into 1800000-1800000uV
  140. [ 0.317764] s5: supplied by regulator-dummy
  141. [ 0.317805] s5: Bringing 0uV into 2150000-2150000uV
  142. [ 0.318101] s6: supplied by regulator-dummy
  143. [ 0.318322] s7: supplied by regulator-dummy
  144. [ 0.318363] s7: Bringing 0uV into 800000-800000uV
  145. [ 0.318836] s8: supplied by regulator-dummy
  146. [ 0.319096] s9: supplied by regulator-dummy
  147. [ 0.319323] s10: supplied by regulator-dummy
  148. [ 0.319565] s11: supplied by regulator-dummy
  149. [ 0.319822] s12: supplied by regulator-dummy
  150. [ 0.320081] l1: supplied by s3
  151. [ 0.320123] l1: Bringing 0uV into 1000000-1000000uV
  152. [ 0.320528] l2: supplied by s3
  153. [ 0.320580] l2: Bringing 0uV into 1250000-1250000uV
  154. [ 0.321086] l3: supplied by s3
  155. [ 0.321132] l3: Bringing 0uV into 850000-850000uV
  156. [ 0.321430] l4: supplied by s3
  157. [ 0.321477] l4: Bringing 0uV into 1225000-1225000uV
  158. [ 0.321745] l5: supplied by s5
  159. [ 0.321947] l6: supplied by regulator-dummy
  160. [ 0.321984] l6: Bringing 0uV into 1200000-1200000uV
  161. [ 0.322269] l7: supplied by s5
  162. [ 0.322456] l8: supplied by regulator-dummy
  163. [ 0.322501] l8: Bringing 0uV into 1800000-1800000uV
  164. [ 0.322748] l9: supplied by regulator-dummy
  165. [ 0.322790] l9: Bringing 0uV into 1800000-1800000uV
  166. [ 0.323081] l10: supplied by regulator-dummy
  167. [ 0.323117] l10: Bringing 0uV into 1800000-1800000uV
  168. [ 0.323403] l11: supplied by s3
  169. [ 0.323441] l11: Bringing 0uV into 1150000-1150000uV
  170. [ 0.323740] l12: supplied by regulator-dummy
  171. [ 0.323776] l12: Bringing 0uV into 1800000-1800000uV
  172. [ 0.323967] RPC: Registered named UNIX socket transport module.
  173. [ 0.323983] RPC: Registered udp transport module.
  174. [ 0.323993] RPC: Registered tcp transport module.
  175. [ 0.324003] RPC: Registered tcp NFSv4.1 backchannel transport module.
  176. [ 0.324033] l13: supplied by regulator-dummy
  177. [ 0.324067] l13: Bringing 0uV into 1800000-1800000uV
  178. [ 0.324153] Unpacking initramfs...
  179. [ 0.324391] l14: supplied by s5
  180. [ 0.324426] l14: Bringing 0uV into 1800000-1800000uV
  181. [ 0.324767] l15: supplied by s5
  182. [ 0.324807] l15: Bringing 0uV into 1800000-1800000uV
  183. [ 0.325116] l16: supplied by regulator-dummy
  184. [ 0.325157] l16: Bringing 0uV into 2700000-2700000uV
  185. [ 0.325457] l17: supplied by regulator-dummy
  186. [ 0.325495] l17: Bringing 0uV into 2500000-2500000uV
  187. [ 0.325821] l18: supplied by regulator-dummy
  188. [ 0.325864] l18: Bringing 0uV into 2700000-2700000uV
  189. [ 0.326186] l19: supplied by regulator-dummy
  190. [ 0.326223] l19: Bringing 0uV into 3000000-3000000uV
  191. [ 0.326538] l20: supplied by s5
  192. [ 0.326577] l20: Bringing 0uV into 2950000-2950000uV
  193. [ 0.326905] l21: supplied by s5
  194. [ 0.326940] l21: Bringing 0uV into 2950000-2950000uV
  195. [ 0.327283] l22: supplied by regulator-dummy
  196. [ 0.327324] l22: Bringing 0uV into 3300000-3300000uV
  197. [ 0.327631] l23: supplied by regulator-dummy
  198. [ 0.327675] l23: Bringing 0uV into 2800000-2800000uV
  199. [ 0.327988] l24: supplied by regulator-dummy
  200. [ 0.328034] l24: Bringing 0uV into 3075000-3075000uV
  201. [ 0.328377] l25: supplied by s3
  202. [ 0.328421] l25: Bringing 0uV into 1200000-1200000uV
  203. [ 0.328756] l26: supplied by s3
  204. [ 0.328973] l27: supplied by s3
  205. [ 0.329017] l27: Bringing 0uV into 1000000-1000000uV
  206. [ 0.329383] l28: supplied by s3
  207. [ 0.329424] l28: Bringing 0uV into 925000-925000uV
  208. [ 0.329722] l29: supplied by regulator-dummy
  209. [ 0.329760] l29: Bringing 0uV into 2800000-2800000uV
  210. [ 0.331211] l30: supplied by regulator-dummy
  211. [ 0.331271] l30: Bringing 0uV into 1800000-1800000uV
  212. [ 0.331943] l31: supplied by s3
  213. [ 0.332199] l32: supplied by regulator-dummy
  214. [ 0.332245] l32: Bringing 0uV into 1800000-1800000uV
  215. [ 0.333089] lvs1: supplied by regulator-dummy
  216. [ 0.333496] lvs2: supplied by regulator-dummy
  217. [ 0.464625] Freeing initrd memory: 4140K
  218. [ 0.468572] kvm [1]: HYP mode not available
  219. [ 0.476927] audit: initializing netlink subsys (disabled)
  220. [ 0.477659] audit: type=2000 audit(0.471:1): state=initialized audit_enabled=0 res=1
  221. [ 0.477868] workingset: timestamp_bits=44 max_order=20 bucket_order=0
  222. [ 0.484045] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  223. [ 0.489802] NFS: Registering the id_resolver key type
  224. [ 0.489841] Key type id_resolver registered
  225. [ 0.489851] Key type id_legacy registered
  226. [ 0.489866] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  227. [ 0.490336] Key type cifs.spnego registered
  228. [ 0.490357] Key type cifs.idmap registered
  229. [ 0.490561] 9p: Installing v9fs 9p2000 file system support
  230. [ 0.494441] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  231. [ 0.494466] io scheduler noop registered
  232. [ 0.494580] io scheduler cfq registered (default)
  233. [ 0.494591] io scheduler mq-deadline registered
  234. [ 0.494601] io scheduler kyber registered
  235. [ 0.499016] qcom-qmp-phy 34000.phy: Registered Qcom-QMP phy
  236. [ 0.499517] qcom-qmp-phy 7410000.phy: Registered Qcom-QMP phy
  237. [ 0.501313] ufs_qcom_phy_qmp_14nm 627000.ufsphy: invalid resource
  238. [ 0.501541] ufs_qcom_phy_qmp_14nm 627000.ufsphy: 627000.ufsphy supply vdda-pll not found, using dummy regulator
  239. [ 0.501626] ufs_qcom_phy_qmp_14nm 627000.ufsphy: 627000.ufsphy supply vdda-phy not found, using dummy regulator
  240. [ 0.505124] qcom-pcie 600000.qcom,pcie: Failed to get supply 'vddpe-3v3': -517
  241. [ 0.505991] qcom-pcie 610000.qcom,pcie: 610000.qcom,pcie supply vddpe-3v3 not found, using dummy regulator
  242. [ 0.506852] OF: PCI: host bridge /soc/agnoc@0/qcom,pcie@00610000 ranges:
  243. [ 0.506892] OF: PCI: IO 0x0e200000..0x0e2fffff -> 0x0e200000
  244. [ 0.506913] OF: PCI: MEM 0x0e300000..0x0fffffff -> 0x0e300000
  245. [ 0.611988] qcom-pcie 610000.qcom,pcie: link up
  246. [ 0.612199] qcom-pcie 610000.qcom,pcie: PCI host bridge to bus 0002:00
  247. [ 0.612218] pci_bus 0002:00: root bus resource [bus 00-ff]
  248. [ 0.612233] pci_bus 0002:00: root bus resource [io 0x0000-0xfffff] (bus address [0xe200000-0xe2fffff])
  249. [ 0.612249] pci_bus 0002:00: root bus resource [mem 0x0e300000-0x0fffffff]
  250. [ 0.613691] pci 0002:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
  251. [ 0.624912] pci 0002:00:00.0: BAR 14: assigned [mem 0x0e300000-0x0e3fffff]
  252. [ 0.624933] pci 0002:00:00.0: BAR 0: assigned [mem 0x0e400000-0x0e400fff 64bit]
  253. [ 0.624958] pci 0002:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
  254. [ 0.624976] pci 0002:01:00.0: BAR 0: assigned [mem 0x0e300000-0x0e33ffff 64bit]
  255. [ 0.625164] pci 0002:01:00.0: BAR 2: assigned [io 0x1000-0x107f]
  256. [ 0.625230] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
  257. [ 0.625244] pci 0002:00:00.0: bridge window [io 0x1000-0x1fff]
  258. [ 0.625261] pci 0002:00:00.0: bridge window [mem 0x0e300000-0x0e3fffff]
  259. [ 0.625679] pcieport 0002:00:00.0: Signaling PME with IRQ 104
  260. [ 0.625822] pcieport 0002:00:00.0: AER enabled with IRQ 104
  261. [ 0.625951] pci 0002:01:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
  262. [ 0.631417] gpio-clk clocks:divclk1: could not find pctldev for node /soc/qcom,spmi@400f000/pmic@0/gpios@c000/clk_div1, deferring probe
  263. [ 0.659181] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  264. [ 0.663388] SuperH (H)SCI(F) driver initialized
  265. [ 0.664561] msm_serial 7570000.serial: msm_serial: detected port #2
  266. [ 0.664699] msm_serial 7570000.serial: uartclk = 19200000
  267. [ 0.664809] 7570000.serial: ttyMSM2 at MMIO 0x7570000 (irq = 9, base_baud = 1200000) is a MSM
  268. [ 0.665152] serial serial0: tty port ttyMSM2 registered
  269. [ 0.665563] msm_serial 75b0000.serial: msm_serial: detected port #0
  270. [ 0.665649] msm_serial 75b0000.serial: uartclk = 7372800
  271. [ 0.665743] 75b0000.serial: ttyMSM0 at MMIO 0x75b0000 (irq = 12, base_baud = 460800) is a MSM
  272. [ 0.665801] msm_serial: console setup on port #0
  273. [ 2.148105] console [ttyMSM0] enabled
  274. [ 2.153884] msm_serial 75b4000.uart: msm_serial: detected port #0
  275. [ 2.156361] msm_serial 75b4000.uart: uartclk = 19200000
  276. [ 2.162557] msm_serial: probe of 75b4000.uart failed with error -22
  277. [ 2.167581] msm_serial: driver initialized
  278. [ 2.174790] arm-smmu da0000.arm,smmu: probing hardware configuration...
  279. [ 2.177883] arm-smmu da0000.arm,smmu: SMMUv2 with:
  280. [ 2.184411] arm-smmu da0000.arm,smmu: stage 1 translation
  281. [ 2.189248] arm-smmu da0000.arm,smmu: address translation ops
  282. [ 2.194699] arm-smmu da0000.arm,smmu: non-coherent table walk
  283. [ 2.200529] arm-smmu da0000.arm,smmu: (IDR0.CTTW overridden by FW configuration)
  284. [ 2.206346] arm-smmu da0000.arm,smmu: stream matching with 4 register groups
  285. [ 2.213938] arm-smmu da0000.arm,smmu: 2 context banks (0 stage-2 only)
  286. [ 2.221035] arm-smmu da0000.arm,smmu: Supported page sizes: 0x63315000
  287. [ 2.227451] arm-smmu da0000.arm,smmu: Stage-1: 32-bit VA -> 36-bit IPA
  288. [ 2.235738] arm-smmu d00000.arm,smmu: probing hardware configuration...
  289. [ 2.240713] arm-smmu d00000.arm,smmu: SMMUv2 with:
  290. [ 2.247251] arm-smmu d00000.arm,smmu: stage 1 translation
  291. [ 2.252075] arm-smmu d00000.arm,smmu: address translation ops
  292. [ 2.257545] arm-smmu d00000.arm,smmu: non-coherent table walk
  293. [ 2.263369] arm-smmu d00000.arm,smmu: (IDR0.CTTW overridden by FW configuration)
  294. [ 2.269186] arm-smmu d00000.arm,smmu: stream matching with 2 register groups
  295. [ 2.276766] arm-smmu d00000.arm,smmu: 2 context banks (0 stage-2 only)
  296. [ 2.283875] arm-smmu d00000.arm,smmu: Supported page sizes: 0x63315000
  297. [ 2.290282] arm-smmu d00000.arm,smmu: Stage-1: 32-bit VA -> 36-bit IPA
  298. [ 2.298210] arm-smmu 1600000.arm,smmu-lpass_q6: probing hardware configuration...
  299. [ 2.303505] arm-smmu 1600000.arm,smmu-lpass_q6: SMMUv2 with:
  300. [ 2.311140] arm-smmu 1600000.arm,smmu-lpass_q6: stage 1 translation
  301. [ 2.316840] arm-smmu 1600000.arm,smmu-lpass_q6: address translation ops
  302. [ 2.323175] arm-smmu 1600000.arm,smmu-lpass_q6: non-coherent table walk
  303. [ 2.329855] arm-smmu 1600000.arm,smmu-lpass_q6: (IDR0.CTTW overridden by FW configuration)
  304. [ 2.336551] arm-smmu 1600000.arm,smmu-lpass_q6: stream matching with 15 register groups
  305. [ 2.344666] arm-smmu 1600000.arm,smmu-lpass_q6: 12 context banks (0 stage-2 only)
  306. [ 2.352970] arm-smmu 1600000.arm,smmu-lpass_q6: Supported page sizes: 0x63315000
  307. [ 2.360337] arm-smmu 1600000.arm,smmu-lpass_q6: Stage-1: 36-bit VA -> 36-bit IPA
  308. [ 2.369978] arm-smmu d40000.arm,smmu-venus: probing hardware configuration...
  309. [ 2.375362] arm-smmu d40000.arm,smmu-venus: SMMUv2 with:
  310. [ 2.382509] arm-smmu d40000.arm,smmu-venus: stage 1 translation
  311. [ 2.387842] arm-smmu d40000.arm,smmu-venus: address translation ops
  312. [ 2.393829] arm-smmu d40000.arm,smmu-venus: non-coherent table walk
  313. [ 2.400169] arm-smmu d40000.arm,smmu-venus: (IDR0.CTTW overridden by FW configuration)
  314. [ 2.406513] arm-smmu d40000.arm,smmu-venus: stream matching with 42 register groups
  315. [ 2.414276] arm-smmu d40000.arm,smmu-venus: 7 context banks (0 stage-2 only)
  316. [ 2.422259] arm-smmu d40000.arm,smmu-venus: Supported page sizes: 0x63315000
  317. [ 2.429247] arm-smmu d40000.arm,smmu-venus: Stage-1: 32-bit VA -> 36-bit IPA
  318. [ 2.445644] iommu: Adding device 901000.mdp to group 0
  319. [ 2.445787] msm_mdp 901000.mdp: Linked as a consumer to d00000.arm,smmu
  320. [ 2.490324] loop: module loaded
  321. [ 2.492636] ufshcd-qcom 624000.ufshc: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
  322. [ 2.496951] scsi host0: ufshcd
  323. [ 2.520965] spi_qup 7575000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
  324. [ 2.523854] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
  325. [ 2.536346] ufshcd-qcom 624000.ufshc: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
  326. [ 2.538392] qcom,qpnp-power-on 400f000.qcom,spmi:pmic@2:qcom,power-on@800: No PON config. specified
  327. [ 2.547810] qcom,qpnp-power-on 400f000.qcom,spmi:pmic@2:qcom,power-on@800: PMIC@SID2 Power-on reason: Triggered from Hard Reset and 'warm' boot
  328. [ 2.556698] qcom,qpnp-power-on 400f000.qcom,spmi:pmic@2:qcom,power-on@800: PMIC@SID2: Power-off reason: Triggered from PS_HOLD (PS_HOLD/MSM controlled
  329. shutdown)
  330. [ 2.557836] ufshcd-qcom 624000.ufshc: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[1, 1], pwr[FAST MODE, FAST MODE], rate = 2
  331. [ 2.574708] s1: supplied by regulator-dummy
  332. [ 2.585733] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  333. [ 2.596234] s2: supplied by regulator-dummy
  334. [ 2.601396] scsi 0:0:0:49456: Well-known LUN TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  335. [ 2.608543] s2: Bringing 1270000uV into 1015000-1015000uV
  336. [ 2.613496] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  337. [ 2.621978] l1: supplied by regulator-dummy
  338. [ 2.627731] scsi 0:0:0:0: Direct-Access TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  339. [ 2.638208] libphy: Fixed MDIO Bus: probed
  340. [ 2.640498] scsi 0:0:0:1: Direct-Access TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  341. [ 2.647880] tun: Universal TUN/TAP device driver, 1.6
  342. [ 2.653473] scsi 0:0:0:2: Direct-Access TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  343. [ 2.660266] atl1c 0002:01:00.0: enabling device (0000 -> 0002)
  344. [ 2.666732] scsi 0:0:0:3: Direct-Access TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  345. [ 2.679450] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
  346. [ 2.679890] scsi 0:0:0:4: Direct-Access TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  347. [ 2.693621] sd 0:0:0:1: [sdb] Write Protect is off
  348. [ 2.701962] sd 0:0:0:2: [sdc] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
  349. [ 2.702702] sd 0:0:0:0: [sda] 14145536 4096-byte logical blocks: (57.9 GB/54.0 GiB)
  350. [ 2.707846] sd 0:0:0:0: [sda] Write Protect is off
  351. [ 2.713741] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
  352. [ 2.713752] sd 0:0:0:2: [sdc] Write Protect is off
  353. [ 2.714195] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
  354. [ 2.714285] random: fast init done
  355. [ 2.714496] sd 0:0:0:3: [sdd] 32768 4096-byte logical blocks: (134 MB/128 MiB)
  356. [ 2.719201] sdb: sdb1
  357. [ 2.719281] sdc: sdc1
  358. [ 2.721750] sd 0:0:0:2: [sdc] Attached SCSI disk
  359. [ 2.736212] sd 0:0:0:4: [sde] 1048576 4096-byte logical blocks: (4.29 GB/4.00 GiB)
  360. [ 2.740047] atl1c 0002:01:00.0: version 1.0.1.1-NAPI
  361. [ 2.747800] sd 0:0:0:1: [sdb] Attached SCSI disk
  362. [ 2.751034] sd 0:0:0:3: [sdd] Write Protect is off
  363. [ 2.752066] usbcore: registered new interface driver rtl8150
  364. [ 2.752487] scsi 0:0:0:5: Direct-Access TOSHIBA THGAF4G9N4LBAIRB 0100 PQ: 0 ANSI: 6
  365. [ 2.758779] sd 0:0:0:4: [sde] Write Protect is off
  366. [ 2.761337] usbcore: registered new interface driver r8152
  367. [ 2.767706] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
  368. [ 2.775892] sd 0:0:0:4: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
  369. [ 2.781361] usbcore: registered new interface driver asix
  370. [ 2.788839] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  371. [ 2.790247] usbcore: registered new interface driver ax88179_178a
  372. [ 2.796634] sde: sde1 sde2 sde3 sde4 sde5 sde6 sde7 sde8 sde9 sde10 sde11 sde12 sde13 sde14 sde15 sde16 sde17 sde18 sde19 sde20 sde21 sde22 sde23 sde
  373. 24 sde25 sde26 sde27 sde28 sde29 sde30
  374. [ 2.807264] VFIO - User Level meta-driver version: 0.3
  375. [ 2.812493] sdd: sdd1 sdd2 sdd3
  376. [ 2.813981] sd 0:0:0:5: [sdf] 393216 4096-byte logical blocks: (1.61 GB/1.50 GiB)
  377. [ 2.814003] sda: sda1
  378. [ 2.822992] sd 0:0:0:5: [sdf] Write Protect is off
  379. [ 2.833295] sd 0:0:0:0: [sda] Attached SCSI disk
  380. [ 2.837756] dwc3 7600000.dwc3: failed to initialize core
  381. [ 2.851506] sd 0:0:0:4: [sde] Attached SCSI disk
  382. [ 2.860156] dwc3 6a00000.dwc3: failed to initialize core
  383. [ 2.861540] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  384. [ 2.861570] ehci-pci: EHCI PCI platform driver
  385. [ 2.861650] ehci-platform: EHCI generic platform driver
  386. [ 2.861921] ehci-msm: Qualcomm On-Chip EHCI Host Controller
  387. [ 2.862647] usbcore: registered new interface driver usb-storage
  388. [ 2.862757] usbcore: registered new interface driver usbserial
  389. [ 2.862803] usbcore: registered new interface driver usbserial_generic
  390. [ 2.862838] usbserial: USB Serial support registered for generic
  391. [ 2.865217] i2c /dev entries driver
  392. [ 2.866324] i2c_qup 75b5000.i2c: using default clock-frequency 100000
  393. [ 2.866337] i2c_qup 75b5000.i2c:
  394. [ 2.866337] tx channel not available
  395. [ 2.867508] i2c_qup 75ba000.i2c: using default clock-frequency 100000
  396. [ 2.867522] i2c_qup 75ba000.i2c:
  397. [ 2.867522] tx channel not available
  398. [ 2.870651] i2c_qup 757a000.i2c: using default clock-frequency 100000
  399. [ 2.875406] sd 0:0:0:5: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
  400. [ 2.875958] sd 0:0:0:3: [sdd] Attached SCSI disk
  401. [ 2.884438] i2c_qup 757a000.i2c:
  402. [ 2.884438] tx channel not available
  403. [ 3.011241] input: pm8941_pwrkey as /devices/platform/soc/400f000.qcom,spmi/spmi-0/0-00/400f000.qcom,spmi:pmic@0:pon@800/400f000.qcom,spmi:pmic@0:pon@
  404. 800:pwrkey/input/input0
  405. [ 3.014196] input: pm8941_pwrkey as /devices/platform/soc/400f000.qcom,spmi/spmi-0/0-00/400f000.qcom,spmi:pmic@0:pon@800/400f000.qcom,spmi:pmic@0:pon@
  406. 800:resin/input/input1
  407. [ 3.037366] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 614400 KHz
  408. [ 3.041698] sdf: sdf1 sdf2 sdf3 sdf4 sdf5 sdf6 sdf7 sdf8 sdf9
  409. [ 3.043651] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 652800 KHz
  410. [ 3.055124] sd 0:0:0:5: [sdf] Attached SCSI disk
  411. [ 3.057588] cpufreq: cpufreq_online: CPU2: Running at unlisted freq: 19200 KHz
  412. [ 3.069637] cpufreq: cpufreq_online: CPU2: Unlisted initial frequency changed to: 307200 KHz
  413. [ 3.077341] sdhci: Secure Digital Host Controller Interface driver
  414. [ 3.085214] sdhci: Copyright(c) Pierre Ossman
  415. [ 3.091445] sdhci-pltfm: SDHCI platform and OF driver helper
  416. [ 3.096356] ledtrig-cpu: registered to indicate activity on CPUs
  417. [ 3.102319] usbcore: registered new interface driver usbhid
  418. [ 3.107345] usbhid: USB HID core driver
  419. [ 3.116534] opt3001 3-0044: Found TI OPT3001
  420. [ 3.122310] usbcore: registered new interface driver snd-usb-audio
  421. [ 3.123684] NET: Registered protocol family 10
  422. [ 3.128225] Segment Routing with IPv6
  423. [ 3.131856] NET: Registered protocol family 17
  424. [ 3.135600] 9pnet: Installing 9P2000 support
  425. [ 3.140045] Key type dns_resolver registered
  426. [ 3.144921] registered taskstats version 1
  427. [ 3.160402] qcom-qusb2-phy 7411000.phy: Registered Qcom-QUSB2 phy
  428. [ 3.161078] qcom-qusb2-phy 7412000.phy: Registered Qcom-QUSB2 phy
  429. [ 3.165989] qcom-pcie 600000.qcom,pcie: Unbalanced pm_runtime_enable!
  430. [ 3.172167] OF: PCI: host bridge /soc/agnoc@0/qcom,pcie@00600000 ranges:
  431. [ 3.178011] OF: PCI: IO 0x0c200000..0x0c2fffff -> 0x0c200000
  432. [ 3.184756] OF: PCI: MEM 0x0c300000..0x0cffffff -> 0x0c300000
  433. [ 3.374668] qcom-pcie 600000.qcom,pcie: link up
  434. [ 3.374958] qcom-pcie 600000.qcom,pcie: PCI host bridge to bus 0000:00
  435. [ 3.378066] pci_bus 0000:00: root bus resource [bus 00-ff]
  436. [ 3.384643] pci_bus 0000:00: root bus resource [io 0x100000-0x1fffff] (bus address [0xc200000-0xc2fffff])
  437. [ 3.390127] pci_bus 0000:00: root bus resource [mem 0x0c300000-0x0cffffff]
  438. [ 3.413022] pci 0000:00:00.0: BAR 14: assigned [mem 0x0c400000-0x0c5fffff]
  439. [ 3.413088] pci 0000:00:00.0: BAR 0: assigned [mem 0x0c300000-0x0c300fff 64bit]
  440. [ 3.418850] pci 0000:01:00.0: BAR 0: assigned [mem 0x0c400000-0x0c5fffff 64bit]
  441. [ 3.426151] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  442. [ 3.433299] pci 0000:00:00.0: bridge window [mem 0x0c400000-0x0c5fffff]
  443. [ 3.438874] pcieport 0000:00:00.0: Signaling PME with IRQ 183
  444. [ 3.445571] pcieport 0000:00:00.0: AER enabled with IRQ 183
  445. [ 3.452549] arm-smmu b40000.arm,smmu: probing hardware configuration...
  446. [ 3.456578] arm-smmu b40000.arm,smmu: SMMUv2 with:
  447. [ 3.463184] arm-smmu b40000.arm,smmu: stage 1 translation
  448. [ 3.468016] arm-smmu b40000.arm,smmu: address translation ops
  449. [ 3.473484] arm-smmu b40000.arm,smmu: non-coherent table walk
  450. [ 3.479299] arm-smmu b40000.arm,smmu: (IDR0.CTTW overridden by FW configuration)
  451. [ 3.485118] arm-smmu b40000.arm,smmu: stream matching with 2 register groups
  452. [ 3.492697] arm-smmu b40000.arm,smmu: 2 context banks (0 stage-2 only)
  453. [ 3.499807] arm-smmu b40000.arm,smmu: Supported page sizes: 0x63315000
  454. [ 3.506213] arm-smmu b40000.arm,smmu: Stage-1: 48-bit VA -> 36-bit IPA
  455. [ 3.513801] iommu: Adding device b00000.gpu to group 1
  456. [ 3.519497] adreno b00000.gpu: Linked as a consumer to b40000.arm,smmu
  457. [ 3.526496] msm_mdp 901000.mdp: MDP5 version v1.7
  458. [ 3.531169] msm 900000.mdss: bound 901000.mdp (ops mdp5_ops)
  459. [ 3.536072] msm_dsi 994000.dsi: 994000.dsi supply gdsc not found, using dummy regulator
  460. [ 3.541980] msm_dsi 994000.dsi: Using legacy clk name binding. Use "iface" instead of "iface_clk"
  461. [ 3.550178] msm 900000.mdss: bound 994000.dsi (ops dsi_ops)
  462. [ 3.558499] msm_dsi 996000.dsi: 996000.dsi supply gdsc not found, using dummy regulator
  463. [ 3.564241] msm_dsi 996000.dsi: Using legacy clk name binding. Use "iface" instead of "iface_clk"
  464. [ 3.572209] msm 900000.mdss: bound 996000.dsi (ops dsi_ops)
  465. [ 3.582164] msm 900000.mdss: bound 9a0000.hdmi-tx (ops msm_hdmi_ops)
  466. [ 3.586778] adreno b00000.gpu: b00000.gpu supply vdd not found, using dummy regulator
  467. [ 3.593009] adreno b00000.gpu: b00000.gpu supply vddcx not found, using dummy regulator
  468. [ 3.600700] msm 900000.mdss: A530: using IOMMU
  469. [ 3.609610] msm 900000.mdss: bound b00000.gpu (ops a3xx_ops)
  470. [ 3.761055] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  471. [ 3.761130] [drm] Driver supports precise vblank timestamp query.
  472. [ 3.768541] [drm] Initialized msm 1.3.0 20130625 for 900000.mdss on minor 0
  473. [ 19.809471] Console: switching to colour frame buffer device 90x80
  474. [ 19.849108] msm 900000.mdss: fb0: msm frame buffer device
  475. [ 19.856066] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  476. [ 19.859538] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
  477. [ 19.865280] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000000002010010
  478. [ 19.872554] xhci-hcd xhci-hcd.1.auto: irq 147, io mem 0x07600000
  479. [ 19.882500] hub 1-0:1.0: USB hub found
  480. [ 19.888059] hub 1-0:1.0: 1 port detected
  481. [ 19.891801] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  482. [ 19.895700] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
  483. [ 19.901039] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
  484. [ 19.908605] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  485. [ 19.915608] hub 2-0:1.0: USB hub found
  486. [ 19.923472] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
  487. [ 19.933822] input: gpio_keys as /devices/platform/gpio_keys/input/input2
  488. [ 19.934657] hctosys: unable to open rtc device (rtc0)
  489. [ 19.941797] ALSA device list:
  490. [ 19.946028] No soundcards found.
  491. [ 19.949177] Unable to handle kernel paging request at virtual address 100000078
  492. [ 19.952230] Mem abort info:
  493. [ 19.959368] Exception class = DABT (current EL), IL = 32 bits
  494. [ 19.962191] SET = 0, FnV = 0
  495. [ 19.968032] EA = 0, S1PTW = 0
  496. [ 19.971153] Data abort info:
  497. [ 19.974189] ISV = 0, ISS = 0x00000004
  498. [ 19.977332] CM = 0, WnR = 0
  499. [ 19.980874] [0000000100000078] user address but active_mm is swapper
  500. [ 19.984064] Internal error: Oops: 96000004 [#1] PREEMPT SMP
  501. [ 19.990469] Modules linked in:
  502. [ 19.995711] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.14.0-qcomlt-arm64 #2
  503. [ 19.998920] Hardware name: Mistral 820 Nano SoM Commando Board (DT)
  504. [ 20.006107] task: ffff8000f9668000 task.stack: ffff000008058000
  505. [ 20.012097] PC is at clk_core_prepare+0x1c/0x90
  506. [ 20.017960] LR is at clk_prepare+0x24/0x40
  507. [ 20.022465] pc : [<ffff00000850b87c>] lr : [<ffff00000850c214>] pstate: 60000145
  508. [ 20.026700] sp : ffff00000805b910
  509. [ 20.034167] x29: ffff00000805b910 x28: ffff8000f7ff8c00
  510. [ 20.037421] x27: ffff000008ffc000 x26: ffff000008b205c0
  511. [ 20.042802] x25: 0000000000020002 x24: 0000000000000140
  512. [ 20.048098] x23: ffff8000f88ed000 x22: 0000000000000000
  513. [ 20.053392] x21: ffff8000f7ff8c00 x20: 0000000000000000
  514. [ 20.058686] x19: 0000000100000000 x18: 0000000000000001
  515. [ 20.063982] x17: ffff7dfffe80fbeb x16: 0000000000001400
  516. [ 20.069276] x15: ffffffffffffffff x14: ffff000009002ad8
  517. [ 20.074572] x13: ffff000009002ad3 x12: 000000000000000c
  518. [ 20.079867] x11: ffff00000805b970 x10: ffff00000805b970
  519. [ 20.085163] x9 : 00000000ffffffd8 x8 : ffff00000805b940
  520. [ 20.090459] x7 : 0000000000000000 x6 : ffff000009002ad2
  521. [ 20.095753] x5 : 0000000000000000 x4 : ffff8000f9668000
  522. [ 20.107025] x3 : 0000000000000000 x2 : ffff8000f9668000
  523. [ 20.113024] x1 : ffff8000f9668000 x0 : 0000000100000000
  524. [ 20.118961] Process swapper/0 (pid: 1, stack limit = 0xffff000008058000)
  525. [ 20.124950] Call trace:
  526. [ 20.130837] Exception stack(0xffff00000805b7d0 to 0xffff00000805b910)
  527. [ 20.136786] b7c0: 0000000100000000 ffff8000f9668000
  528. [ 20.142771] b7e0: ffff8000f9668000 0000000000000000 ffff8000f9668000 0000000000000000
  529. [ 20.149997] b800: ffff000009002ad2 0000000000000000 ffff00000805b940 00000000ffffffd8
  530. [ 20.157752] b820: ffff00000805b970 ffff00000805b970 000000000000000c ffff000009002ad3
  531. [ 20.165537] b840: ffff000009002ad8 ffffffffffffffff 0000000000001400 ffff7dfffe80fbeb
  532. [ 20.173289] b860: 0000000000000001 0000000100000000 0000000000000000 ffff8000f7ff8c00
  533. [ 20.181068] b880: 0000000000000000 ffff8000f88ed000 0000000000000140 0000000000020002
  534. [ 20.188812] b8a0: ffff000008b205c0 ffff000008ffc000 ffff8000f7ff8c00 ffff00000805b910
  535. [ 20.196584] b8c0: ffff00000850c214 ffff00000805b910 ffff00000850b87c 0000000060000145
  536. [ 20.204409] b8e0: ffff000008ffc000 ffff0a01ffffff10 ffffffffffffffff ffff00000859b3d4
  537. [ 20.212184] b900: ffff00000805b910 ffff00000850b87c
  538. [ 20.219924] [<ffff00000850b87c>] clk_core_prepare+0x1c/0x90
  539. [ 20.225474] [<ffff00000850c214>] clk_prepare+0x24/0x40
  540. [ 20.230953] [<ffff000008599574>] msm_init_clock+0x1c/0x110
  541. [ 20.236408] [<ffff00000859b3dc>] msm_startup+0x34/0x300
  542. [ 20.241860] [<ffff000008583520>] uart_startup.part.9+0x128/0x288
  543. [ 20.247283] [<ffff000008584214>] uart_port_activate+0x4c/0x60
  544. [ 20.252683] [<ffff00000856b664>] tty_port_open+0x84/0xf0
  545. [ 20.258028] [<ffff000008581b7c>] uart_open+0x34/0x48
  546. [ 20.263307] [<ffff000008563f60>] tty_open+0xd8/0x448
  547. [ 20.268552] [<ffff0000082251ec>] chrdev_open+0x8c/0x190
  548. [ 20.273770] [<ffff00000821c200>] do_dentry_open+0x1b8/0x320
  549. [ 20.278979] [<ffff00000821d648>] vfs_open+0x50/0x88
  550. [ 20.284139] [<ffff00000822fc18>] path_openat+0x5f8/0x12b8
  551. [ 20.289226] [<ffff0000082319d8>] do_filp_open+0x60/0xd8 +-----------------------------+
  552. [ 20.294250] [<ffff00000821dab0>] do_sys_open+0x170/0x210 | |
  553. [ 20.299234] [<ffff00000821db6c>] SyS_open+0x1c/0x28 | Cannot open /dev/ttyUSB0! |
  554. [ 20.304329] [<ffff000008ec0d44>] kernel_init_freeable+0x1b| |
  555. [ 20.309352] [<ffff000008a514f8>] kernel_init+0x10/0x108 +-----------------------------+
  556. [ 20.315168] [<ffff000008084ed0>] ret_from_fork+0x10/0x18
  557. [ 20.320172] Code: 52800014 b4000120 f9000bb3 aa0003f3 (b9407800)
  558. [ 20.325711] ---[ end trace 6e86c7258c3cb785 ]---
  559. [ 20.331741] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  560. [ 20.331741]
  561. [ 20.341661] SMP: stopping secondary CPUs
  562. [ 20.346544] Kernel Offset: disabled
  563. [ 20.351361] CPU features: 0x0842008
  564. [ 20.356150] Memory Limit: none
  565. [ 20.360941] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  566. [ 20.360941]
Add Comment
Please, Sign In to add comment