Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.38 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd030]
  2. [ 0.000000] Linux version 5.6.0-rc2-postmarketos-qcom-msm8916 (pmos@amethyst) (gcc version 9.2.0 (Alpine 9.2.0)) #2 SMP PREEMPT Mon Feb 17 12:12:13 UTC 2020
  3. [ 0.000000] Machine model: Motorola Moto G4 Play (harpia)
  4. [ 0.000000] earlycon: msm_serial_dm0 at MMIO 0x00000000078af000 (options '')
  5. [ 0.000000] printk: bootconsole [msm_serial_dm0] enabled
  6. [ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
  7. [ 0.000000] On node 0 totalpages: 518912
  8. [ 0.000000] DMA zone: 4096 pages used for memmap
  9. [ 0.000000] DMA zone: 0 pages reserved
  10. [ 0.000000] DMA zone: 256768 pages, LIFO batch:63
  11. [ 0.000000] DMA32 zone: 4096 pages used for memmap
  12. [ 0.000000] DMA32 zone: 262144 pages, LIFO batch:63
  13. [ 0.000000] percpu: Embedded 21 pages/cpu s48792 r8192 d29032 u86016
  14. [ 0.000000] pcpu-alloc: s48792 r8192 d29032 u86016 alloc=21*4096
  15. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  16. [ 0.000000] Detected VIPT I-cache on CPU0
  17. [ 0.000000] CPU features: detected: ARM errata 826319, 827319, 824069, 819472
  18. [ 0.000000] CPU features: detected: ARM erratum 845719
  19. [ 0.000000] CPU features: detected: ARM erratum 843419
  20. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 510720
  21. [ 0.000000] Kernel command line: earlycon=msm_serial_dm,0x78af000 console=ttyMSM0,115200,n8 PMOS_NO_OUTPUT_REDIRECT androidboot.emmc=true androidboot.serialno=7d1ff2be androidboot.baseband=msm
  22. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  23. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  24. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  25. [ 0.000000] software IO TLB: mapped [mem 0xbbfff000-0xbffff000] (64MB)
  26. [ 0.000000] Memory: 1918752K/2075648K available (6782K kernel code, 564K rwdata, 2648K rodata, 1408K init, 316K bss, 124128K reserved, 32768K cma-reserved)
  27. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  28. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  29. [ 0.000000] rcu: RCU event tracing is enabled.
  30. [ 0.000000] Tasks RCU enabled.
  31. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  32. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  33. [ 0.000000] random: get_random_bytes called from start_kernel+0x518/0x69c with crng_init=0
  34. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
  35. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  36. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  37. [ 0.011088] Console: colour dummy device 80x25
  38. [ 0.018776] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  39. [ 0.023276] pid_max: default: 32768 minimum: 301
  40. [ 0.033700] LSM: Security Framework initializing
  41. [ 0.038353] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
  42. [ 0.042905] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
  43. [ 0.051308] qcom_scm: convention: smc arm 32
  44. [ 0.082097] ASID allocator initialised with 65536 entries
  45. [ 0.090087] rcu: Hierarchical SRCU implementation.
  46. [ 0.106127] smp: Bringing up secondary CPUs ...
  47. [ 0.138542] Detected VIPT I-cache on CPU1
  48. [ 0.138594] CPU1: Booted secondary processor 0x0000000001 [0x410fd030]
  49. [ 0.170528] Detected VIPT I-cache on CPU2
  50. [ 0.170570] CPU2: Booted secondary processor 0x0000000002 [0x410fd030]
  51. [ 0.202584] Detected VIPT I-cache on CPU3
  52. [ 0.202621] CPU3: Booted secondary processor 0x0000000003 [0x410fd030]
  53. [ 0.202702] smp: Brought up 1 node, 4 CPUs
  54. [ 0.233124] SMP: Total of 4 processors activated.
  55. [ 0.237198] CPU features: detected: 32-bit EL0 Support
  56. [ 0.241986] CPU features: detected: CRC32 instructions
  57. [ 0.254173] CPU: All CPU(s) started at EL1
  58. [ 0.254212] alternatives: patching kernel code
  59. [ 0.258300] devtmpfs: initialized
  60. [ 0.272052] KASLR disabled due to lack of seed
  61. [ 0.272412] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  62. [ 0.275413] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  63. [ 0.286490] pinctrl core: initialized pinctrl subsystem
  64. [ 0.292582] thermal_sys: Registered thermal governor 'step_wise'
  65. [ 0.293933] NET: Registered protocol family 16
  66. [ 0.310484] DMA: preallocated 256 KiB pool for atomic allocations
  67. [ 0.310541] audit: initializing netlink subsys (disabled)
  68. [ 0.315720] audit: type=2000 audit(0.260:1): state=initialized audit_enabled=0 res=1
  69. [ 0.320966] cpuidle: using governor menu
  70. [ 0.328973] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  71. [ 0.351203] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  72. [ 0.351231] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  73. [ 0.356978] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  74. [ 0.363657] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  75. [ 0.372739] cryptd: max_cpu_qlen set to 1000
  76. [ 0.382188] iommu: Default domain type: Translated
  77. [ 0.382499] SCSI subsystem initialized
  78. [ 0.385999] usbcore: registered new interface driver usbfs
  79. [ 0.389721] usbcore: registered new interface driver hub
  80. [ 0.395239] usbcore: registered new device driver usb
  81. [ 0.400808] pps_core: LinuxPPS API ver. 1 registered
  82. [ 0.405582] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  83. [ 0.410632] PTP clock support registered
  84. [ 0.419926] qcom_scm: convention: smc arm 32
  85. [ 0.424931] clocksource: Switched to clocksource arch_sys_counter
  86. [ 0.428108] VFS: Disk quotas dquot_6.6.0
  87. [ 0.433938] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  88. [ 0.444683] NET: Registered protocol family 2
  89. [ 0.445141] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
  90. [ 0.449030] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
  91. [ 0.457650] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
  92. [ 0.465625] TCP: Hash tables configured (established 16384 bind 16384)
  93. [ 0.472658] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
  94. [ 0.479175] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
  95. [ 0.486151] NET: Registered protocol family 1
  96. [ 0.493212] Unpacking initramfs...
  97. [ 0.686280] Freeing initrd memory: 5796K
  98. [ 0.686955] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  99. [ 0.692093] Initialise system trusted keyrings
  100. [ 0.697511] workingset: timestamp_bits=46 max_order=19 bucket_order=0
  101. [ 0.729372] Key type asymmetric registered
  102. [ 0.729393] Asymmetric key parser 'x509' registered
  103. [ 0.732378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  104. [ 0.737144] io scheduler mq-deadline registered
  105. [ 0.744772] io scheduler kyber registered
  106. [ 0.754930] msm_serial 78af000.serial: msm_serial: detected port #0
  107. [ 0.754978] msm_serial 78af000.serial: uartclk = 7372800
  108. [ 0.760050] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 9, base_baud = 460800) is a MSM
  109. [ 0.765586] msm_serial: console setup on port #0
  110. [ 0.774040] printk: console [ttyMSM0] enabled
  111. [ 0.777378] printk: bootconsole [msm_serial_dm0] disabled
  112. [ 0.787514] msm_serial: driver initialized
  113. [ 0.792750] qcom-iommu 1ef0000.iommu: iommu sec: pgtable size: 94208
  114. [ 0.807635] loop: module loaded
  115. [ 0.808162] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
  116. [ 0.814338] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  117. [ 0.815545] usbcore: registered new interface driver usb-storage
  118. [ 0.836060] rtc-pm8xxx 200f000.spmi:pm8916@0:rtc@6000: registered as rtc0
  119. [ 0.836222] i2c /dev entries driver
  120. [ 0.842083] i2c_qup 78b6000.i2c: using default clock-frequency 100000
  121. [ 0.845139] i2c_qup 78b6000.i2c:
  122. tx channel not available
  123. [ 0.852371] i2c_qup 78b8000.i2c: using default clock-frequency 100000
  124. [ 0.858509] i2c_qup 78b8000.i2c:
  125. tx channel not available
  126. [ 0.866806] input: pm8941_pwrkey as /devices/platform/soc/200f000.spmi/spmi-0/0-00/200f000.spmi:pm8916@0:pon@800/200f000.spmi:pm8916@0:pon@800:pwrkey/input/input0
  127. [ 0.873120] input: pm8941_pwrkey as /devices/platform/soc/200f000.spmi/spmi-0/0-00/200f000.spmi:pm8916@0:pon@800/200f000.spmi:pm8916@0:pon@800:volume-down/input/input1
  128. [ 0.888279] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
  129. [ 0.903547] sdhci: Secure Digital Host Controller Interface driver
  130. [ 0.909977] sdhci: Copyright(c) Pierre Ossman
  131. [ 0.915955] sdhci-pltfm: SDHCI platform and OF driver helper
  132. [ 0.921702] sdhci_msm 7864900.sdhci: Got CD GPIO
  133. [ 0.927175] ledtrig-cpu: registered to indicate activity on CPUs
  134. [ 0.932181] usbcore: registered new interface driver usbhid
  135. [ 0.936713] usbhid: USB HID core driver
  136. [ 0.943417] NET: Registered protocol family 17
  137. [ 0.946329] registered taskstats version 1
  138. [ 0.950341] Loading compiled-in X.509 certificates
  139. [ 0.981192] s1: supplied by regulator-dummy
  140. [ 0.981248] s1: Bringing 0uV into 500000-500000uV
  141. [ 0.984342] s2: supplied by regulator-dummy
  142. [ 0.989615] s3: supplied by regulator-dummy
  143. [ 0.993786] debugfs: Directory '4a9000.thermal-sensor' with parent 'tsens' already present!
  144. [ 0.997584] s3: Bringing 0uV into 1200000-1200000uV
  145. [ 1.006430] s4: supplied by regulator-dummy
  146. [ 1.011085] sdhci_msm 7864900.sdhci: Got CD GPIO
  147. [ 1.014762] s4: Bringing 0uV into 1800000-1800000uV
  148. [ 1.019893] l1: supplied by s3
  149. [ 1.024342] l1: Bringing 0uV into 1225000-1225000uV
  150. [ 1.026010] sdhci_msm 7864900.sdhci: Got CD GPIO
  151. [ 1.027315] l2: supplied by s3
  152. [ 1.033511] input: GPIO Buttons as /devices/platform/soc/soc:gpio-keys/input/input2
  153. [ 1.036812] l2: Bringing 0uV into 1200000-1200000uV
  154. [ 1.047200] rtc-pm8xxx 200f000.spmi:pm8916@0:rtc@6000: setting system clock to 1970-01-04T11:28:40 UTC (300520)
  155. [ 1.047393] l3: supplied by s3
  156. [ 1.053707] sdhci_msm 7864900.sdhci: Got CD GPIO
  157. [ 1.062162] l3: Bringing 0uV into 500000-500000uV
  158. [ 1.070220] l4: supplied by s4
  159. [ 1.074693] l4: Bringing 0uV into 2050000-2050000uV
  160. [ 1.077797] l5: supplied by s4
  161. [ 1.077847] l5: Bringing 0uV into 1800000-1800000uV
  162. [ 1.078176] Freeing unused kernel memory: 1408K
  163. [ 1.079873] l6: supplied by s4
  164. [ 1.089071] l6: Bringing 0uV into 1800000-1800000uV
  165. [ 1.092288] l7: supplied by s4
  166. [ 1.096986] l7: Bringing 0uV into 1800000-1800000uV
  167. [ 1.100211] l8: supplied by regulator-dummy
  168. [ 1.104855] l8: Bringing 0uV into 2850000-2850000uV
  169. [ 1.109188] l9: supplied by regulator-dummy
  170. [ 1.113880] l9: Bringing 0uV into 3300000-3300000uV
  171. [ 1.118181] l10: supplied by regulator-dummy
  172. [ 1.122928] l10: Bringing 0uV into 2800000-2800000uV
  173. [ 1.127568] l11: supplied by regulator-dummy
  174. [ 1.132376] l11: Bringing 0uV into 1800000-1800000uV
  175. [ 1.136775] l12: supplied by regulator-dummy
  176. [ 1.141572] l12: Bringing 0uV into 1800000-1800000uV
  177. [ 1.145964] l13: supplied by regulator-dummy
  178. [ 1.150793] l13: Bringing 0uV into 3075000-3075000uV
  179. [ 1.155164] l14: supplied by regulator-dummy
  180. [ 1.159973] l14: Bringing 0uV into 1800000-1800000uV
  181. [ 1.164367] l15: supplied by regulator-dummy
  182. [ 1.169181] l15: Bringing 0uV into 1800000-1800000uV
  183. [ 1.173585] l16: supplied by regulator-dummy
  184. [ 1.178391] l16: Bringing 0uV into 3100000-3100000uV
  185. [ 1.182779] l17: supplied by regulator-dummy
  186. [ 1.187578] l17: Bringing 0uV into 2850000-2850000uV
  187. [ 1.191973] l18: supplied by regulator-dummy
  188. [ 1.196783] l18: Bringing 0uV into 2700000-2700000uV
  189. [ 1.221314] Run /init as init process
  190. [ 1.221331] with arguments:
  191. [ 1.221334] /init
  192. [ 1.221338] PMOS_NO_OUTPUT_REDIRECT
  193. [ 1.221341] with environment:
  194. [ 1.221344] HOME=/
  195. [ 1.221346] TERM=linux
  196. [ 1.229337] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit
  197. [ 1.230188] sdhci_msm 7864900.sdhci: Got CD GPIO
  198. [ 1.273630] mmc1: SDHCI controller on 7864900.sdhci [7864900.sdhci] using ADMA 64-bit
  199. [ 1.307287] mmc0: new HS200 MMC card at address 0001
  200. [ 1.311951] mmcblk0: mmc0:0001 QE13MB 14.6 GiB
  201. [ 1.312205] mmcblk0boot0: mmc0:0001 QE13MB partition 1 4.00 MiB
  202. [ 1.315897] mmcblk0boot1: mmc0:0001 QE13MB partition 2 4.00 MiB
  203. [ 1.321775] mmcblk0rpmb: mmc0:0001 QE13MB partition 3 4.00 MiB, chardev (246:0)
  204. [ 1.338205] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 p39 p40 p41
  205. [ 1.450089] random: fast init done
  206. [ 2.176075] using random self ethernet address
  207. [ 2.181187] using random host ethernet address
  208. [ 2.201336] usb0: HOST MAC 8a:d7:56:0a:5d:92
  209. [ 2.201441] usb0: MAC 2e:b7:6f:38:fb:68
  210. [ 2.205012] l13: voltage operation not allowed
  211. [ 2.356755] EXT4-fs (dm-0): mounting ext2 file system using the ext4 subsystem
  212. [ 2.358483] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
  213. [ 4.090257] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
  214. [ 6.352876] udevd[979]: starting version 3.2.9
  215. [ 6.360173] random: udevd: uninitialized urandom read (16 bytes read)
  216. [ 6.360803] random: udevd: uninitialized urandom read (16 bytes read)
  217. [ 6.360870] random: udevd: uninitialized urandom read (16 bytes read)
  218. [ 6.393099] udevd[979]: starting eudev-3.2.9
  219. [ 6.570035] input: pm8xxx_vib_ffmemless as /devices/platform/soc/200f000.spmi/spmi-0/0-01/200f000.spmi:pm8916@1:vibrator@c000/input/input3
  220. [ 6.773008] mc: Linux media interface: v0.10
  221. [ 6.861142] spmi-temp-alarm 200f000.spmi:pm8916@0:temp-alarm@2400: failed to register sensor
  222. [ 6.881335] rmi4_i2c 0-0020: registering I2C-connected sensor
  223. [ 7.071961] qcom-apq8016-sbc 7702000.sound: error getting cpu dai name
  224. [ 7.071971] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
  225. [ 7.156985] qcom-wcnss-pil a204000.wcnss: a204000.wcnss supply vddcx not found, using dummy regulator
  226. [ 7.160467] qcom-apq8016-sbc 7702000.sound: error getting cpu dai name
  227. [ 7.160476] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
  228. [ 7.179249] NET: Registered protocol family 10
  229. [ 7.185407] NET: Registered protocol family 42
  230. [ 7.186509] remoteproc remoteproc0: a204000.wcnss is available
  231. [ 7.186754] Segment Routing with IPv6
  232. [ 7.188105] qcom-apq8016-sbc 7702000.sound: error getting cpu dai name
  233. [ 7.188114] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
  234. [ 7.190341] qcom-apq8016-sbc 7702000.sound: error getting cpu dai name
  235. [ 7.190350] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
  236. [ 7.190963] remoteproc remoteproc0: powering up a204000.wcnss
  237. [ 7.190974] remoteproc remoteproc0: Booting fw image wcnss.mdt, size 7260
  238. [ 7.299768] qcom-apq8016-sbc 7702000.sound: error getting cpu dai name
  239. [ 7.299778] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
  240. [ 7.328056] apq8016-lpass-cpu 7708000.lpass: asoc_qcom_lpass_cpu_platform_probe() error getting optional mi2s-osr-clk0: -2
  241. [ 7.328077] apq8016-lpass-cpu 7708000.lpass: asoc_qcom_lpass_cpu_platform_probe() error getting optional mi2s-osr-clk1: -2
  242. [ 7.328100] apq8016-lpass-cpu 7708000.lpass: asoc_qcom_lpass_cpu_platform_probe() error getting optional mi2s-osr-clk2: -2
  243. [ 7.328116] apq8016-lpass-cpu 7708000.lpass: asoc_qcom_lpass_cpu_platform_probe() error getting optional mi2s-osr-clk3: -2
  244. [ 7.331948] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: PMIC REV: 1 CODEC Version: 1
  245. [ 7.332821] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: sink widget PDM_RX1 overwritten
  246. [ 7.332908] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: source widget PDM_RX1 overwritten
  247. [ 7.332970] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: source widget PDM_RX1 overwritten
  248. [ 7.332982] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: sink widget PDM_RX1 overwritten
  249. [ 7.332998] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: sink widget PDM_RX1 overwritten
  250. [ 7.333014] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: sink widget ADC1 overwritten
  251. [ 7.333034] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: sink widget ADC1 overwritten
  252. [ 7.333057] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: sink widget PDM_RX1 overwritten
  253. [ 7.333214] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: ASoC: source widget PDM_RX3 overwritten
  254. [ 7.333285] debugfs: Directory '7708000.lpass' with parent 'msm8916' already present!
  255. [ 7.333354] qcom-apq8016-sbc 7702000.sound: multicodec <-> Primary MI2S mapping ok
  256. [ 7.333368] qcom-apq8016-sbc 7702000.sound: multicodec <-> Tertiary MI2S mapping ok
  257. [ 7.335057] input: msm8916 Headset Jack as /devices/platform/soc/7702000.sound/sound/card0/input4
  258. [ 7.336638] videodev: Linux video capture interface: v2.00
  259. [ 7.363914] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: Harpia, fw id: 2323763
  260. [ 7.388474] input: Synaptics Harpia as /devices/rmi4-00/input/input5
  261. [ 7.441601] qcom-venus 1d00000.video-codec: Adding to iommu group 0
  262. [ 7.656523] remoteproc remoteproc0: remote processor a204000.wcnss is now up
  263. [ 7.671772] qcom_smd_qrtr remoteproc0:smd-edge.IPCRTR.-1.-1: invalid ipcrouter packet
  264. [ 7.789359] qcom_wcnss_ctrl remoteproc0:smd-edge.WCNSS_CTRL.-1.-1: WCNSS Version 1.5 1.2
  265. [ 8.526068] adreno 1c00000.gpu: Adding to iommu group 1
  266. [ 8.527158] msm_mdp 1a01000.mdp: Adding to iommu group 2
  267. [ 8.527270] msm_mdp 1a01000.mdp: No interconnect support may cause display underflows!
  268. [ 8.530338] msm 1a00000.mdss: 1a00000.mdss supply vdd not found, using dummy regulator
  269. [ 8.530886] msm_mdp 1a01000.mdp: [drm:mdp5_bind [msm]] MDP5 version v1.6
  270. [ 8.531037] msm 1a00000.mdss: bound 1a01000.mdp (ops mdp5_ops [msm])
  271. [ 8.531113] msm_dsi 1a98000.dsi: 1a98000.dsi supply gdsc not found, using dummy regulator
  272. [ 8.531336] msm_dsi 1a98000.dsi: 1a98000.dsi supply gdsc not found, using dummy regulator
  273. [ 8.531882] msm_dsi_manager_register: failed to register mipi dsi host for DSI 0
  274. [ 8.532249] msm 1a00000.mdss: failed to bind 1a98000.dsi (ops dsi_ops [msm]): -517
  275. [ 8.532394] msm 1a00000.mdss: master bind failed: -517
  276. [ 8.532517] platform 1a01000.mdp: Removing from iommu group 2
  277. [ 8.532562] ------------[ cut here ]------------
  278. [ 8.532575] WARNING: CPU: 0 PID: 1010 at drivers/iommu/qcom_iommu.c:347 qcom_iommu_domain_free+0x5c/0x70
  279. [ 8.532577] Modules linked in: msm(+) wcnss_ctrl drm_kms_helper qrtr_smd venus_enc venus_dec videobuf2_dma_sg videobuf2_memops syscopyarea sysfillrect sysimgblt fb_sys_fops drm venus_core v4l2_mem2mem videobuf2_v4l2 videobuf2_common videodev snd_soc_lpass_apq8016 snd_soc_lpass_cpu snd_soc_lpass_platform snd_soc_msm8916_digital qrtr ipv6 qcom_wcnss_pil snd_soc_msm8916_analog qcom_common qcom_glink_smem qcom_glink_native qcom_sysmon snd_soc_apq8016_sbc qmi_helpers snd_soc_core snd_compress snd_pcm qcom_spmi_vadc qcom_vadc_common mc snd_timer rmi_i2c bma180 qcom_spmi_temp_alarm rmi_core industrialio_triggered_buffer snd kfifo_buf industrialio nf_defrag_ipv6 pm8xxx_vibrator soundcore mdt_loader drm_panel_orientation_quirks rmtfs_mem
  280. [ 8.532664] CPU: 0 PID: 1010 Comm: udevd Not tainted 5.6.0-rc2-postmarketos-qcom-msm8916 #2
  281. [ 8.532667] Hardware name: Motorola Moto G4 Play (harpia) (DT)
  282. [ 8.532672] pstate: 00000005 (nzcv daif -PAN -UAO)
  283. [ 8.532678] pc : qcom_iommu_domain_free+0x5c/0x70
  284. [ 8.532684] lr : iommu_group_release+0x4c/0x88
  285. [ 8.532687] sp : ffff80001318b5c0
  286. [ 8.532689] x29: ffff80001318b5c0 x28: ffff800014e01000
  287. [ 8.532694] x27: 0000000000000100 x26: ffff00006f481680
  288. [ 8.532700] x25: ffff800008b5ac10 x24: 0000000000000003
  289. [ 8.532705] x23: ffff000077812010 x22: ffff000079243558
  290. [ 8.532710] x21: ffff000072878180 x20: ffff000072878300
  291. [ 8.532716] x19: ffff000079243500 x18: 0000000000000001
  292. [ 8.532721] x17: 0000000000000000 x16: 0000000000000000
  293. [ 8.532726] x15: 0000000000000004 x14: ffff800010bb7148
  294. [ 8.532731] x13: 0000000000000000 x12: ffff000079ae6438
  295. [ 8.532736] x11: ffff000079ae6238 x10: 0000000000000000
  296. [ 8.532742] x9 : ffff00007d01ed18 x8 : ffff00007d01ed10
  297. [ 8.532747] x7 : 0000000040040000 x6 : 0000000000210d00
  298. [ 8.532753] x5 : ffff00007d2c7250 x4 : 0000000000000000
  299. [ 8.532758] x3 : 0000000000000000 x2 : 0000000000000000
  300. [ 8.532763] x1 : ffff00007ab60c80 x0 : ffff000072878330
  301. [ 8.532768] Call trace:
  302. [ 8.532774] qcom_iommu_domain_free+0x5c/0x70
  303. [ 8.532779] iommu_group_release+0x4c/0x88
  304. [ 8.532786] kobject_put+0x94/0x228
  305. [ 8.532791] kobject_del+0x50/0x68
  306. [ 8.532796] kobject_put+0x7c/0x228
  307. [ 8.532802] iommu_group_remove_device+0xd8/0xe8
  308. [ 8.532807] qcom_iommu_remove_device+0x44/0x60
  309. [ 8.532812] iommu_release_device+0x28/0x50
  310. [ 8.532818] iommu_bus_notifier+0xac/0xc0
  311. [ 8.532825] notifier_call_chain+0x58/0x98
  312. [ 8.532831] blocking_notifier_call_chain+0x54/0x78
  313. [ 8.532839] device_del+0x26c/0x398
  314. [ 8.532846] platform_device_del.part.0+0x18/0x88
  315. [ 8.532851] platform_device_unregister+0x20/0x38
  316. [ 8.532859] of_platform_device_destroy+0xdc/0xf0
  317. [ 8.532865] device_for_each_child+0x58/0xa0
  318. [ 8.532870] of_platform_depopulate+0x38/0x78
  319. [ 8.533005] msm_pdev_probe+0x1c0/0x300 [msm]
  320. [ 8.533014] platform_drv_probe+0x50/0xa0
  321. [ 8.533020] really_probe+0xd8/0x438
  322. [ 8.533025] driver_probe_device+0xdc/0x130
  323. [ 8.533029] device_driver_attach+0x6c/0x78
  324. [ 8.533034] __driver_attach+0x9c/0x168
  325. [ 8.533038] bus_for_each_dev+0x6c/0xc0
  326. [ 8.533043] driver_attach+0x20/0x28
  327. [ 8.533047] bus_add_driver+0x138/0x218
  328. [ 8.533052] driver_register+0x60/0x110
  329. [ 8.533057] __platform_driver_register+0x44/0x50
  330. [ 8.533172] msm_drm_register+0x54/0x68 [msm]
  331. [ 8.533179] do_one_initcall+0x50/0x190
  332. [ 8.533185] do_init_module+0x50/0x208
  333. [ 8.533190] load_module+0x1ec8/0x24b0
  334. [ 8.533194] __do_sys_init_module+0x17c/0x230
  335. [ 8.533199] __arm64_sys_init_module+0x18/0x20
  336. [ 8.533206] el0_svc_common.constprop.0+0x68/0x160
  337. [ 8.533211] do_el0_svc+0x20/0x80
  338. [ 8.533217] el0_sync_handler+0x10c/0x180
  339. [ 8.533221] el0_sync+0x140/0x180
  340. [ 8.533225] ---[ end trace 935009582e52030b ]---
  341. [ 8.535122] msm_mdp 1a01000.mdp: Adding to iommu group 2
  342. [ 8.535236] msm_mdp 1a01000.mdp: No interconnect support may cause display underflows!
  343. [ 8.537994] msm 1a00000.mdss: 1a00000.mdss supply vdd not found, using dummy regulator
  344. [ 8.538474] msm_mdp 1a01000.mdp: [drm:mdp5_bind [msm]] MDP5 version v1.6
  345. [ 8.538630] msm 1a00000.mdss: bound 1a01000.mdp (ops mdp5_ops [msm])
  346. [ 8.538704] msm_dsi 1a98000.dsi: 1a98000.dsi supply gdsc not found, using dummy regulator
  347. [ 8.538852] msm_dsi 1a98000.dsi: 1a98000.dsi supply gdsc not found, using dummy regulator
  348. [ 8.539265] msm_dsi_manager_register: failed to register mipi dsi host for DSI 0
  349. [ 8.539603] msm 1a00000.mdss: failed to bind 1a98000.dsi (ops dsi_ops [msm]): -517
  350. [ 8.539750] msm 1a00000.mdss: master bind failed: -517
  351. [ 9.516518] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
  352. [ 9.622935] EXT4-fs (dm-0): mounting ext2 file system using the ext4 subsystem
  353. [ 9.625243] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
  354. [ 9.625268] ext2 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
  355. [ 10.263046] urandom_read: 5 callbacks suppressed
  356. [ 10.263052] random: dbus-daemon: uninitialized urandom read (12 bytes read)
  357. [ 10.287097] random: dbus-daemon: uninitialized urandom read (12 bytes read)
  358. [ 10.639633] random: crng init done
  359. [ 10.694388] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  360. [ 10.712818] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  361. [ 10.713016] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  362. [ 10.713026] cfg80211: failed to load regulatory.db
  363. [ 10.781976] Bluetooth: Core ver 2.22
  364. [ 10.782253] NET: Registered protocol family 31
  365. [ 10.782259] Bluetooth: HCI device and connection manager initialized
  366. [ 10.782273] Bluetooth: HCI socket layer initialized
  367. [ 10.782280] Bluetooth: L2CAP socket layer initialized
  368. [ 10.782298] Bluetooth: SCO socket layer initialized
  369. [ 10.806518] elogind-daemon[1628]: Failed to create inotify watch on /dev/null/utmp, ignoring: Not a directory
  370. [ 10.813818] elogind-daemon[1628]: Watching system buttons on /dev/input/event0 (pm8941_pwrkey)
  371. [ 10.870847] msm 1a00000.mdss: 1a00000.mdss supply vdd not found, using dummy regulator
  372. [ 10.871350] msm_mdp 1a01000.mdp: [drm:mdp5_bind [msm]] MDP5 version v1.6
  373. [ 10.871492] msm 1a00000.mdss: bound 1a01000.mdp (ops mdp5_ops [msm])
  374. [ 10.871573] msm_dsi 1a98000.dsi: 1a98000.dsi supply gdsc not found, using dummy regulator
  375. [ 10.871736] msm_dsi 1a98000.dsi: 1a98000.dsi supply gdsc not found, using dummy regulator
  376. [ 10.872908] msm 1a00000.mdss: bound 1a98000.dsi (ops dsi_ops [msm])
  377. [ 10.873341] adreno 1c00000.gpu: 1c00000.gpu supply vdd not found, using dummy regulator
  378. [ 10.877605] adreno 1c00000.gpu: 1c00000.gpu supply vddcx not found, using dummy regulator
  379. [ 10.877780] msm 1a00000.mdss: [drm:msm_gpu_init [msm]] A306: using IOMMU
  380. [ 10.878092] msm 1a00000.mdss: bound 1c00000.gpu (ops a3xx_ops [msm])
  381. [ 10.901020] msm 1a00000.mdss: fall back to the other CTL category for INTF 1!
  382. [ 10.906953] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  383. [ 10.906958] [drm] Driver supports precise vblank timestamp query.
  384. [ 10.907664] [drm] Initialized msm 1.5.0 20130625 for 1a00000.mdss on minor 0
  385. [ 10.909753] msm 1a00000.mdss: [drm:adreno_request_fw [msm]] loaded qcom/a300_pm4.fw from new location
  386. [ 10.910243] msm 1a00000.mdss: [drm:adreno_request_fw [msm]] loaded qcom/a300_pfp.fw from new location
  387. [ 10.924204] elogind-uaccess-command[1657]: Failed to reset ACL on /dev/dri/card0: Not supported
  388. [ 10.935797] elogind-uaccess-command[1658]: Failed to reset ACL on /dev/dri/card0: Not supported
  389. [ 10.990061] elogind-daemon[1628]: Failed to set utmp path to /dev/null/utmp: Not supported
  390. [ 10.990092] elogind-daemon[1628]: New seat seat0.
  391. [ 11.157457] [drm:mdp5_irq_error_handler [msm]] *ERROR* errors: 04000000
  392. [ 11.190158] Console: switching to colour frame buffer device 90x80
  393. [ 11.205330] msm 1a00000.mdss: fb0: msmdrmfb frame buffer device
  394. [ 11.541713] rfkill: input handler disabled
  395. [ 11.556276] wcn36xx: mac address: 02:00:7d:1f:f2:be
  396. [ 11.669339] wcn36xx: firmware WLAN version 'WCN v2.0 RadioPhy vRhea_GF_1.12 with 19.2MHz XO' and CRM version 'CNSS-PR-2-0-1-1-c1-00155'
  397. [ 11.669348] wcn36xx: firmware API 1.5.1.2, 41 stations, 2 bssids
  398. [ 11.706418] elogind-daemon[1628]: Failed to create inotify watch on /dev/null/utmp, ignoring: Not a directory
  399. [ 11.707560] elogind-daemon[1628]: New session c1 of user user.
  400. [ 11.715382] elogind-daemon[1628]: Failed to apply ACLs: Not supported
  401. [ 12.250093] elogind-uaccess-command[1822]: Failed to apply ACL on /dev/dri/card0: Not supported
  402. [ 12.250129] elogind-uaccess-command[1822]: Failed to reset ACL on /dev/dri/card0: Not supported
  403. [ 12.681498] wlan0: authenticate with 10:13:31:d9:a2:a1
  404. [ 12.729128] wlan0: send auth to 10:13:31:d9:a2:a1 (try 1/3)
  405. [ 12.730735] wlan0: authenticated
  406. [ 12.733037] wlan0: associate with 10:13:31:d9:a2:a1 (try 1/3)
  407. [ 12.736655] wlan0: RX AssocResp from 10:13:31:d9:a2:a1 (capab=0x1411 status=0 aid=3)
  408. [ 12.768699] wlan0: associated
  409. [ 12.903144] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  410. [ 12.980968] Bluetooth: hci0: command 0xfc0b tx timeout
  411. [ 13.040054] 8021q: 802.1Q VLAN Support v1.8
  412. [ 16.820223] wlan0: deauthenticated from 10:13:31:d9:a2:a1 (Reason: 2=PREV_AUTH_NOT_VALID)
  413. [ 16.889883] wcn36xx: ERROR SMD_EVENT (312) not supported
  414. [ 17.783942] wlan0: authenticate with 10:13:31:d9:a2:a1
  415. [ 17.828417] wlan0: send auth to 10:13:31:d9:a2:a1 (try 1/3)
  416. [ 17.837546] wlan0: authenticated
  417. [ 17.840973] wlan0: associate with 10:13:31:d9:a2:a1 (try 1/3)
  418. [ 17.844661] wlan0: RX AssocResp from 10:13:31:d9:a2:a1 (capab=0x1411 status=0 aid=3)
  419. [ 17.876643] wlan0: associated
  420. [ 21.927736] wlan0: deauthenticated from 10:13:31:d9:a2:a1 (Reason: 2=PREV_AUTH_NOT_VALID)
  421. [ 21.989183] wcn36xx: ERROR SMD_EVENT (312) not supported
  422. [ 22.885332] wlan0: authenticate with 10:13:31:d9:a2:a1
  423. [ 22.928019] wlan0: send auth to 10:13:31:d9:a2:a1 (try 1/3)
  424. [ 22.932248] wlan0: authenticated
  425. [ 22.932980] wlan0: associate with 10:13:31:d9:a2:a1 (try 1/3)
  426. [ 22.936789] wlan0: RX AssocResp from 10:13:31:d9:a2:a1 (capab=0x1411 status=0 aid=3)
  427. [ 22.969369] wlan0: associated
  428. [ 27.123267] wlan0: deauthenticated from 10:13:31:d9:a2:a1 (Reason: 2=PREV_AUTH_NOT_VALID)
  429. [ 27.194111] wcn36xx: ERROR SMD_EVENT (312) not supported
  430. [ 28.091107] wlan0: authenticate with 10:13:31:d9:a2:a1
  431. [ 28.134093] wlan0: send auth to 10:13:31:d9:a2:a1 (try 1/3)
  432. [ 28.140798] wlan0: authenticated
  433. [ 28.144991] wlan0: associate with 10:13:31:d9:a2:a1 (try 1/3)
  434. [ 28.149695] wlan0: RX AssocResp from 10:13:31:d9:a2:a1 (capab=0x1411 status=0 aid=3)
  435. [ 28.182601] wlan0: associated
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement