Advertisement
z3ntu

dmesg2

Nov 21st, 2017
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.83 KB | None | 0 0
  1. luca@g550jk ~> telnet 172.16.42.1 24
  2. Trying 172.16.42.1...
  3. Connected to 172.16.42.1.
  4. Escape character is '^]'.
  5.  
  6. / # dmesg
  7. [ 0.000000] Booting Linux on physical CPU 0x0
  8. [ 0.000000] Linux version 4.14.0-12896-g2cb527557f4b-dirty (luca@g550jk) (gcc version 7.2.0 (Arch Repository)) #1 SMP PREEMPT Tue Nov 21 21:25:30 CET 2017
  9. [ 0.000000] CPU: ARMv7 Processor [512f06f1] revision 1 (ARMv7), cr=10c5787d
  10. [ 0.000000] CPU: div instructions available: patching division code
  11. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
  12. [ 0.000000] OF: fdt: Machine model: Fairphone 2
  13. [ 0.000000] debug: ignoring loglevel setting.
  14. [ 0.000000] Memory policy: Data cache writealloc
  15. [ 0.000000] cma: Reserved 64 MiB at 0x7c000000
  16. [ 0.000000] On node 0 totalpages: 491776
  17. [ 0.000000] Normal zone: 1536 pages used for memmap
  18. [ 0.000000] Normal zone: 0 pages reserved
  19. [ 0.000000] Normal zone: 164096 pages, LIFO batch:31
  20. [ 0.000000] HighMem zone: 327680 pages, LIFO batch:31
  21. [ 0.000000] random: fast init done
  22. [ 0.000000] percpu: Embedded 17 pages/cpu @eef9d000 s39116 r8192 d22324 u69632
  23. [ 0.000000] pcpu-alloc: s39116 r8192 d22324 u69632 alloc=17*4096
  24. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  25. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 490240
  26. [ 0.000000] Kernel command line: rdinit=/init ignore_loglevel drm.debug=31 cma=64m msm.vram=16m androidboot.emmc=true androidboot.serialno=f946f613 androidboot.mode=charger androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_otm1902b_1080p_cmd
  27. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  28. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  29. [ 0.000000] Memory: 1869272K/1967104K available (8192K kernel code, 809K rwdata, 3156K rodata, 1024K init, 275K bss, 32296K reserved, 65536K cma-reserved, 1245184K highmem)
  30. [ 0.000000] Virtual kernel memory layout:
  31. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  32. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  33. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  34. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  35. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  36. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  37. [ 0.000000] .text : 0xc0208000 - 0xc0b00000 (9184 kB)
  38. [ 0.000000] .init : 0xc0f00000 - 0xc1000000 (1024 kB)
  39. [ 0.000000] .data : 0xc1000000 - 0xc10ca62c ( 810 kB)
  40. [ 0.000000] .bss : 0xc10ca62c - 0xc110f4fc ( 276 kB)
  41. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  42. [ 0.000000] Preemptible hierarchical RCU implementation.
  43. [ 0.000000] Tasks RCU enabled.
  44. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  45. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
  46. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  47. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  48. [ 0.000016] Switching to timer-based delay loop, resolution 52ns
  49. [ 0.000382] Console: colour dummy device 80x30
  50. [ 0.000833] console [tty0] enabled
  51. [ 0.000862] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  52. [ 0.000893] pid_max: default: 32768 minimum: 301
  53. [ 0.001002] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  54. [ 0.001028] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  55. [ 0.001551] CPU: Testing write buffer coherency: ok
  56. [ 0.001789] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  57. [ 0.039940] Setting up static identity map for 0x300000 - 0x300060
  58. [ 0.059944] Hierarchical SRCU implementation.
  59. [ 0.100022] smp: Bringing up secondary CPUs ...
  60. [ 0.170422] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  61. [ 0.240564] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  62. [ 0.310713] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  63. [ 0.310897] smp: Brought up 1 node, 4 CPUs
  64. [ 0.310950] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  65. [ 0.310968] CPU: All CPU(s) started in SVC mode.
  66. [ 0.312302] devtmpfs: initialized
  67. [ 0.320820] VFP support v0.3: implementor 51 architecture 64 part 6f variant 2 rev 1
  68. [ 0.321125] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  69. [ 0.321159] futex hash table entries: 1024 (order: 4, 65536 bytes)
  70. [ 0.323611] pinctrl core: initialized pinctrl subsystem
  71. [ 0.324498] NET: Registered protocol family 16
  72. [ 0.326007] DMA: preallocated 256 KiB pool for atomic coherent allocations
  73. [ 0.327155] cpuidle: using governor menu
  74. [ 0.327620] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  75. [ 0.327646] hw-breakpoint: maximum watchpoint size is 8 bytes.
  76. [ 0.355075] reg-fixed-voltage vreg-boost: could not find pctldev for node /soc/spmi@fc4cf000/pm8941@0/gpios@c000/boost-bypass, deferring probe
  77. [ 0.356291] vgaarb: loaded
  78. [ 0.356714] SCSI subsystem initialized
  79. [ 0.356900] libata version 3.00 loaded.
  80. [ 0.357128] usbcore: registered new interface driver usbfs
  81. [ 0.357198] usbcore: registered new interface driver hub
  82. [ 0.357296] usbcore: registered new device driver usb
  83. [ 0.358403] Advanced Linux Sound Architecture Driver Initialized.
  84. [ 0.359207] clocksource: Switched to clocksource arch_sys_counter
  85. [ 0.423493] NET: Registered protocol family 2
  86. [ 0.423934] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  87. [ 0.423999] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  88. [ 0.424088] TCP: Hash tables configured (established 8192 bind 8192)
  89. [ 0.424184] UDP hash table entries: 512 (order: 2, 16384 bytes)
  90. [ 0.424219] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  91. [ 0.424377] NET: Registered protocol family 1
  92. [ 0.424795] RPC: Registered named UNIX socket transport module.
  93. [ 0.424816] RPC: Registered udp transport module.
  94. [ 0.424833] RPC: Registered tcp transport module.
  95. [ 0.424849] RPC: Registered tcp NFSv4.1 backchannel transport module.
  96. [ 0.425001] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  97. [ 0.425028] cfg80211: Problem loading in-kernel X.509 certificate (-19)
  98. [ 0.425285] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  99. [ 0.425313] cfg80211: failed to load regulatory.db
  100. [ 0.425490] PCI: CLS 0 bytes, default 64
  101. [ 0.425746] Trying to unpack rootfs image as initramfs...
  102. [ 0.491652] Freeing initrd memory: 1300K
  103. [ 0.492331] hw perfevents: enabled with armv7_krait PMU driver, 5 counters available
  104. [ 0.493888] Initialise system trusted keyrings
  105. [ 0.494081] workingset: timestamp_bits=30 max_order=19 bucket_order=0
  106. [ 0.499298] NFS: Registering the id_resolver key type
  107. [ 0.499352] Key type id_resolver registered
  108. [ 0.499380] Key type id_legacy registered
  109. [ 0.500136] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  110. [ 0.500543] fuse init (API version 7.26)
  111. [ 0.506326] Key type asymmetric registered
  112. [ 0.506356] Asymmetric key parser 'x509' registered
  113. [ 0.506444] bounce: pool size: 64 pages
  114. [ 0.506529] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  115. [ 0.506564] io scheduler noop registered
  116. [ 0.506589] io scheduler deadline registered
  117. [ 0.506864] io scheduler cfq registered (default)
  118. [ 0.506894] io scheduler mq-deadline registered
  119. [ 0.506919] io scheduler kyber registered
  120. [ 0.537346] msm_serial f991e000.serial: msm_serial: detected port #0
  121. [ 0.537435] msm_serial f991e000.serial: uartclk = 7372800
  122. [ 0.537515] f991e000.serial: ttyMSM0 at MMIO 0xf991e000 (irq = 27, base_baud = 460800) is a MSM
  123. [ 0.537574] msm_serial: console setup on port #0
  124. [ 1.222371] console [ttyMSM0] enabled
  125. [ 1.227611] msm_serial: driver initialized
  126. [ 1.231398] [drm:drm_core_init] Initialized
  127. [ 1.234738] [drm:msm_drm_register] init
  128. [ 1.238813] [drm:msm_mdp_register]
  129. [ 1.242881] [drm:msm_dsi_register]
  130. [ 1.246573] [drm:msm_edp_register]
  131. [ 1.251566] [drm:mdp5_dev_probe]
  132. [ 1.254335] msm_dsi_phy fd922a00.dsi-phy: Failed to get supply 'vddio': -517
  133. [ 1.256537] msm_dsi_phy fd922a00.dsi-phy: dsi_phy_regulator_init: failed to init regulator, ret=-517
  134. [ 1.263695] msm_dsi_phy fd922a00.dsi-phy: dsi_phy_driver_probe: failed to init regulator
  135. [ 1.285015] brd: module loaded
  136. [ 1.295646] loop: module loaded
  137. [ 1.296356] SCSI Media Changer driver v0.25
  138. [ 1.298749] spmi spmi-0: PMIC arbiter version v1 (0x20000002)
  139. [ 1.322056] s1: supplied by regulator-dummy
  140. [ 1.322473] s2: supplied by regulator-dummy
  141. [ 1.325393] s3: supplied by regulator-dummy
  142. [ 1.329710] s4: Bringing 5100000uV into 5000000-5000000uV
  143. [ 1.333711] l1: supplied by regulator-dummy
  144. [ 1.339378] l2: supplied by regulator-dummy
  145. [ 1.343309] l3: supplied by regulator-dummy
  146. [ 1.347477] l4: supplied by regulator-dummy
  147. [ 1.351682] l5: supplied by regulator-dummy
  148. [ 1.355811] l6: supplied by regulator-dummy
  149. [ 1.360013] l7: supplied by regulator-dummy
  150. [ 1.364156] l8: supplied by regulator-dummy
  151. [ 1.368314] l9: supplied by regulator-dummy
  152. [ 1.372538] l10: supplied by regulator-dummy
  153. [ 1.376660] l11: supplied by regulator-dummy
  154. [ 1.381197] l12: supplied by regulator-dummy
  155. [ 1.385449] l13: supplied by regulator-dummy
  156. [ 1.389719] l14: supplied by regulator-dummy
  157. [ 1.393950] l15: supplied by regulator-dummy
  158. [ 1.398185] l16: supplied by regulator-dummy
  159. [ 1.402505] l17: supplied by regulator-dummy
  160. [ 1.406713] l18: supplied by regulator-dummy
  161. [ 1.411003] l19: supplied by regulator-dummy
  162. [ 1.415212] l20: supplied by regulator-dummy
  163. [ 1.419517] l21: supplied by regulator-dummy
  164. [ 1.423732] l22: supplied by regulator-dummy
  165. [ 1.427989] l23: supplied by regulator-dummy
  166. [ 1.432281] l24: supplied by regulator-dummy
  167. [ 1.436486] lvs1: supplied by regulator-dummy
  168. [ 1.440727] lvs2: supplied by regulator-dummy
  169. [ 1.444933] lvs3: supplied by regulator-dummy
  170. [ 1.449550] 5vs1: supplied by s4
  171. [ 1.453692] 5vs2: supplied by s4
  172. [ 1.458179] libphy: Fixed MDIO Bus: probed
  173. [ 1.460143] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
  174. [ 1.463698] CSLIP: code copyright 1989 Regents of the University of California.
  175. [ 1.473433] usbcore: registered new interface driver ax88179_178a
  176. [ 1.480612] usbcore: registered new interface driver cdc_ether
  177. [ 1.486826] usbcore: registered new interface driver net1080
  178. [ 1.492588] usbcore: registered new interface driver cdc_subset
  179. [ 1.498396] usbcore: registered new interface driver cdc_ncm
  180. [ 1.504285] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  181. [ 1.509919] ehci-pci: EHCI PCI platform driver
  182. [ 1.516308] usbcore: registered new interface driver cdc_acm
  183. [ 1.520660] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  184. [ 1.540968] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
  185. [ 1.542085] input: pm8941_pwrkey as /devices/platform/soc/fc4cf000.spmi/spmi-0/0-00/fc4cf000.spmi:pm8941@0:pwrkey@800/input/input0
  186. [ 1.550759] rtc-pm8xxx fc4cf000.spmi:pm8941@0:rtc@6000: rtc core: registered pm8xxx_rtc as rtc0
  187. [ 1.560722] i2c /dev entries driver
  188. [ 1.569497] IR NEC protocol handler initialized
  189. [ 1.572525] IR RC5(x/sz) protocol handler initialized
  190. [ 1.577037] IR RC6 protocol handler initialized
  191. [ 1.582275] IR JVC protocol handler initialized
  192. [ 1.586585] IR Sony protocol handler initialized
  193. [ 1.591132] IR SANYO protocol handler initialized
  194. [ 1.595961] IR Sharp protocol handler initialized
  195. [ 1.600595] IR MCE Keyboard/mouse protocol handler initialized
  196. [ 1.605252] IR XMP protocol handler initialized
  197. [ 1.611610] qcom-smbb fc4cf000.spmi:pm8941@0:charger@1000: Initializing SMBB rev 3
  198. [ 1.619533] otg-vbus: supplied by 5vs1
  199. [ 1.623852] qcom-tsens fc4a8000.thermal-sensor: tsens calibration failed
  200. [ 1.627177] cpuidle: enable-method property 'qcom,kpss-acc-v2' found operations
  201. [ 1.634082] cpuidle: enable-method property 'qcom,kpss-acc-v2' found operations
  202. [ 1.640872] cpuidle: enable-method property 'qcom,kpss-acc-v2' found operations
  203. [ 1.648125] cpuidle: enable-method property 'qcom,kpss-acc-v2' found operations
  204. [ 1.655990] sdhci: Secure Digital Host Controller Interface driver
  205. [ 1.662596] sdhci: Copyright(c) Pierre Ossman
  206. [ 1.668790] sdhci-pltfm: SDHCI platform and OF driver helper
  207. [ 1.676633] usbcore: registered new interface driver usbhid
  208. [ 1.678951] usbhid: USB HID core driver
  209. [ 1.684773] remoteproc remoteproc0: releasing adsp-pil
  210. [ 1.692685] oprofile: using timer interrupt.
  211. [ 1.693564] NET: Registered protocol family 17
  212. [ 1.697784] Key type dns_resolver registered
  213. [ 1.702268] Registering SWP/SWPB emulation handler
  214. [ 1.707633] Loading compiled-in X.509 certificates
  215. [ 1.741048] msm_dsi_phy fd922a00.dsi-phy: Failed to get supply 'vddio': -517
  216. [ 1.741107] msm_dsi_phy fd922a00.dsi-phy: dsi_phy_regulator_init: failed to init regulator, ret=-517
  217. [ 1.747187] msm_dsi_phy fd922a00.dsi-phy: dsi_phy_driver_probe: failed to init regulator
  218. [ 1.781310] s1: supplied by regulator-dummy
  219. [ 1.781406] s1: Bringing 0uV into 675000-675000uV
  220. [ 1.786864] s2: supplied by regulator-dummy
  221. [ 1.789264] s2: Bringing 0uV into 500000-500000uV
  222. [ 1.795499] qcom_adsp_pil adsp-pil: adsp-pil supply px not found, using dummy regulator
  223. [ 1.798290] s3: supplied by regulator-dummy
  224. [ 1.799054] remoteproc remoteproc0: adsp-pil is available
  225. [ 1.810105] s3: Bringing 0uV into 1050000-1050000uV
  226. [ 1.815892] s4: supplied by regulator-dummy
  227. [ 1.816250] s5: supplied by regulator-dummy
  228. [ 1.816619] s6: supplied by regulator-dummy
  229. [ 1.816981] s7: supplied by regulator-dummy
  230. [ 1.817358] s8: supplied by regulator-dummy
  231. [ 1.818057] s1: supplied by regulator-dummy
  232. [ 1.818117] s1: Bringing 0uV into 1300000-1300000uV
  233. [ 1.824744] s2: supplied by regulator-dummy
  234. [ 1.824822] s2: Bringing 0uV into 2150000-2150000uV
  235. [ 1.833115] s3: supplied by regulator-dummy
  236. [ 1.833173] s3: Bringing 0uV into 1800000-1800000uV
  237. [ 1.841757] l1: supplied by s1
  238. [ 1.841835] l1: Bringing 0uV into 1225000-1225000uV
  239. [ 1.850492] l2: supplied by s3
  240. [ 1.850555] l2: Bringing 0uV into 1200000-1200000uV
  241. [ 1.854626] l3: supplied by s1
  242. [ 1.854684] l3: Bringing 0uV into 1225000-1225000uV
  243. [ 1.859532] l4: supplied by s1
  244. [ 1.859604] l4: Bringing 0uV into 1225000-1225000uV
  245. [ 1.863661] l5: supplied by s2
  246. [ 1.863724] l5: Bringing 0uV into 1800000-1800000uV
  247. [ 1.868527] l6: supplied by s2
  248. [ 1.868585] l6: Bringing 0uV into 1800000-1800000uV
  249. [ 1.876458] l7: supplied by s2
  250. [ 1.876520] l7: Bringing 0uV into 1800000-1800000uV
  251. [ 1.884322] l8: supplied by regulator-dummy
  252. [ 1.884381] l8: Bringing 0uV into 1800000-1800000uV
  253. [ 1.887470] l9: supplied by vreg-boost
  254. [ 1.887544] l9: Bringing 0uV into 1800000-1800000uV
  255. [ 1.892272] l10: supplied by vreg-boost
  256. [ 1.892332] l10: Bringing 0uV into 1800000-1800000uV
  257. [ 1.895379] l11: supplied by s1
  258. [ 1.895437] l11: Bringing 0uV into 1225000-1225000uV
  259. [ 1.900202] l12: supplied by s2
  260. [ 1.900265] l12: Bringing 0uV into 1800000-1800000uV
  261. [ 1.908035] l13: supplied by vreg-boost
  262. [ 1.908093] l13: Bringing 0uV into 1800000-1800000uV
  263. [ 1.915947] l14: supplied by s2
  264. [ 1.916020] l14: Bringing 0uV into 1800000-1800000uV
  265. [ 1.919078] l15: supplied by s2
  266. [ 1.919150] l15: Bringing 0uV into 2050000-2050000uV
  267. [ 1.923895] l16: supplied by regulator-dummy
  268. [ 1.923954] l16: Bringing 0uV into 2700000-2700000uV
  269. [ 1.928039] l17: supplied by vreg-boost
  270. [ 1.928097] l17: Bringing 0uV into 2850000-2850000uV
  271. [ 1.932922] l18: supplied by regulator-dummy
  272. [ 1.932980] l18: Bringing 0uV into 2850000-2850000uV
  273. [ 1.936718] l19: supplied by regulator-dummy
  274. [ 1.936791] l19: Bringing 0uV into 2900000-2900000uV
  275. [ 1.941541] l20: supplied by vreg-boost
  276. [ 1.941599] l20: Bringing 0uV into 2950000-2950000uV
  277. [ 1.950535] l21: supplied by vreg-boost
  278. [ 1.950593] l21: Bringing 0uV into 2950000-2950000uV
  279. [ 1.958598] l22: supplied by vreg-boost
  280. [ 1.958661] l22: Bringing 0uV into 3000000-3000000uV
  281. [ 1.961496] l23: supplied by vreg-boost
  282. [ 1.961554] l23: Bringing 0uV into 3000000-3000000uV
  283. [ 1.966673] l24: supplied by vreg-boost
  284. [ 1.966745] l24: Bringing 0uV into 3075000-3075000uV
  285. [ 1.975437] lvs1: supplied by s3
  286. [ 1.975888] lvs2: supplied by s3
  287. [ 1.976336] lvs3: supplied by s3
  288. [ 1.976810] 5vs1: supplied by regulator-dummy
  289. [ 1.977247] 5vs2: supplied by regulator-dummy
  290. [ 2.086307] msm_dsi_phy fd922a00.dsi-phy: Using legacy clk name binding. Use "iface" instead of "iface_clk"
  291. [ 2.089700] [drm:pll_28nm_register] 0
  292. [ 2.099619] [drm:dsi_pll_28nm_clk_recalc_rate] sdm_dc_off = 9
  293. [ 2.103067] [drm:dsi_pll_28nm_clk_recalc_rate] sdm_freq_seed = 50639
  294. [ 2.108796] [drm:dsi_pll_28nm_clk_recalc_rate] vco rate = 413671289
  295. [ 2.115253] [drm:dsi_pll_28nm_clk_recalc_rate] returning vco rate = 413671289
  296. [ 2.122550] [drm:msm_dsi_pll_init] DSI:0 PLL registered
  297. [ 2.128892] remoteproc remoteproc0: Direct firmware load for adsp.mdt failed with error -2
  298. [ 2.133590] remoteproc remoteproc0: powering up adsp-pil
  299. [ 2.143266] using random self ethernet address
  300. [ 2.147330] using random host ethernet address
  301. [ 2.152186] usb0: HOST MAC 26:0b:c9:d5:9c:88
  302. [ 2.156038] usb0: MAC b6:af:3b:8c:11:62
  303. [ 2.160500] remoteproc remoteproc0: Direct firmware load for adsp.mdt failed with error -2
  304. [ 2.160512] remoteproc remoteproc0: request_firmware failed: -2
  305. [ 2.172380] using random self ethernet address
  306. [ 2.178142] using random host ethernet address
  307. [ 2.182756] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
  308. [ 2.187090] g_ether gadget: g_ether ready
  309. [ 2.194055] l24: voltage operation not allowed
  310. [ 2.200508] mmc0: Switching to 3.3V signalling voltage failed
  311. [ 2.259331] mmc0: SDHCI controller on f9824900.sdhci [f9824900.sdhci] using ADMA 64-bit
  312. [ 2.319401] mmc0: new HS200 MMC card at address 0001
  313. [ 2.320007] mmcblk0: mmc0:0001 BWBC3R 29.1 GiB
  314. [ 2.323799] mmcblk0boot0: mmc0:0001 BWBC3R partition 1 4.00 MiB
  315. [ 2.327964] mmcblk0boot1: mmc0:0001 BWBC3R partition 2 4.00 MiB
  316. [ 2.333656] mmc1: SDHCI controller on f98a4900.sdhci [f98a4900.sdhci] using ADMA
  317. [ 2.334251] [drm:msm_mdss_init]
  318. [ 2.334437] msm fd900000.mdss: fd900000.mdss supply vdd not found, using dummy regulator
  319. [ 2.334714] [drm:mdp5_bind]
  320. [ 2.334876] msm_mdp fd900100.mdp: Using legacy clk name binding. Use "lut" instead of "lut_clk"
  321. [ 2.336349] ------------[ cut here ]------------
  322. [ 2.336371] WARNING: CPU: 3 PID: 68 at drivers/clk/qcom/clk-rcg2.c:114 update_config+0xbc/0xc0
  323. [ 2.336375] mdp_clk_src: rcg didn't update its configuration.
  324. [ 2.336380] Modules linked in:
  325. [ 2.336394] CPU: 3 PID: 68 Comm: kworker/3:1 Not tainted 4.14.0-12896-g2cb527557f4b-dirty #1
  326. [ 2.336400] Hardware name: Generic DT based system
  327. [ 2.336420] Workqueue: events deferred_probe_work_func
  328. [ 2.336452] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  329. [ 2.336468] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  330. [ 2.336486] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  331. [ 2.336500] [<c031f004>] (__warn) from [<c031f054>] (warn_slowpath_fmt+0x38/0x48)
  332. [ 2.336518] [<c031f054>] (warn_slowpath_fmt) from [<c06a3c54>] (update_config+0xbc/0xc0)
  333. [ 2.336541] [<c06a3c54>] (update_config) from [<c069bf60>] (clk_change_rate+0xa0/0x568)
  334. [ 2.336560] [<c069bf60>] (clk_change_rate) from [<c069c8f8>] (clk_core_set_rate_nolock+0xf4/0x12c)
  335. [ 2.336577] [<c069c8f8>] (clk_core_set_rate_nolock) from [<c069c950>] (clk_set_rate+0x20/0x30)
  336. [ 2.336593] [<c069c950>] (clk_set_rate) from [<c07351cc>] (mdp5_bind+0x160/0x47c)
  337. [ 2.336615] [<c07351cc>] (mdp5_bind) from [<c0756b90>] (component_bind_all+0x10c/0x268)
  338. [ 2.336635] [<c0756b90>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  339. [ 2.336652] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  340. [ 2.336670] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  341. [ 2.336690] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  342. [ 2.336707] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  343. [ 2.336722] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  344. [ 2.336737] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  345. [ 2.336751] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  346. [ 2.336766] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  347. [ 2.336784] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  348. [ 2.336800] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  349. [ 2.336819] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  350. [ 2.336840] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  351. [ 2.336848] ---[ end trace 55c89de26d8c07f4 ]---
  352. [ 2.336874] [drm:msm_runtime_resume]
  353. [ 2.336882] [drm:msm_mdss_enable]
  354. [ 2.336918] [drm:mdp5_runtime_resume]
  355. [ 2.336925] [drm:mdp5_enable]
  356. [ 2.336973] [drm:mdp5_runtime_suspend]
  357. [ 2.336981] [drm:mdp5_disable]
  358. [ 2.337013] msm_mdp fd900100.mdp: MDP5 version v1.2
  359. [ 2.337032] [drm:mdp5_cfg_init] MDP5: msm8x74 hw config selected
  360. [ 2.337049] [drm:mdp5_ctlm_init] Pool of 5 CTLs created.
  361. [ 2.337073] msm fd900000.mdss: bound fd900100.mdp (ops mdp5_ops)
  362. [ 2.337085] [drm:dsi_bind]
  363. [ 2.337096] [drm:dsi_bind] dsi probed=ee30c690
  364. [ 2.337273] msm_dsi fd922800.dsi: fd922800.dsi supply gdsc not found, using dummy regulator
  365. [ 2.337405] [drm:msm_dsi_host_init] dsi_get_config: Version 3:10010001
  366. [ 2.337405]
  367. [ 2.337607] msm_dsi fd922800.dsi: fd922800.dsi supply gdsc not found, using dummy regulator
  368. [ 2.338141] msm_dsi fd922800.dsi: Using legacy clk name binding. Use "mdp_core" instead of "mdp_core_clk"
  369. [ 2.338179] msm_dsi fd922800.dsi: Using legacy clk name binding. Use "iface" instead of "iface_clk"
  370. [ 2.338222] msm_dsi fd922800.dsi: Using legacy clk name binding. Use "bus" instead of "bus_clk"
  371. [ 2.338301] msm_dsi fd922800.dsi: Using legacy clk name binding. Use "core_mmss" instead of "core_mmss_clk"
  372. [ 2.338349] msm_dsi fd922800.dsi: Using legacy clk name binding. Use "byte" instead of "byte_clk"
  373. [ 2.338403] msm_dsi fd922800.dsi: Using legacy clk name binding. Use "pixel" instead of "pixel_clk"
  374. [ 2.338464] msm_dsi fd922800.dsi: Using legacy clk name binding. Use "core" instead of "core_clk"
  375. [ 2.338499] [drm:msm_dsi_host_init] Dsi Host 0 initialized
  376. [ 2.338716] [drm:msm_dsi_runtime_resume] id=0
  377. [ 2.339266] [drm:dsi_host_attach] id=0
  378. [ 2.339337] msm fd900000.mdss: bound fd922800.dsi (ops dsi_ops)
  379. [ 2.339620] [drm:adreno_bind] Found GPU: 3.3.0.2
  380. [ 2.339633] [drm:adreno_gpu_init] fast_rate=578000000, slow_rate=27000000, bus_freq=0
  381. [ 2.339843] [drm:msm_gpu_init] ebi1_clk: fffffffe
  382. [ 2.339943] adreno fdb00000.gpu: fdb00000.gpu supply vdd not found, using dummy regulator
  383. [ 2.340018] [drm:msm_gpu_init] gpu_reg: ee30f180
  384. [ 2.340111] adreno fdb00000.gpu: fdb00000.gpu supply vddcx not found, using dummy regulator
  385. [ 2.340181] [drm:msm_gpu_init] gpu_cx: ee30f280
  386. [ 2.340189] msm fd900000.mdss: A330: no IOMMU, fallback to VRAM carveout!
  387. [ 2.340194] ------------[ cut here ]------------
  388. [ 2.340209] WARNING: CPU: 3 PID: 68 at drivers/gpu/drm/msm/msm_gem.c:924 _msm_gem_new+0x2c/0x240
  389. [ 2.340212] Modules linked in:
  390. [ 2.340226] CPU: 3 PID: 68 Comm: kworker/3:1 Tainted: G W 4.14.0-12896-g2cb527557f4b-dirty #1
  391. [ 2.340231] Hardware name: Generic DT based system
  392. [ 2.340248] Workqueue: events deferred_probe_work_func
  393. [ 2.340270] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  394. [ 2.340282] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  395. [ 2.340296] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  396. [ 2.340309] [<c031f004>] (__warn) from [<c031f0ec>] (warn_slowpath_null+0x40/0x48)
  397. [ 2.340326] [<c031f0ec>] (warn_slowpath_null) from [<c0741394>] (_msm_gem_new+0x2c/0x240)
  398. [ 2.340342] [<c0741394>] (_msm_gem_new) from [<c0741a3c>] (_msm_gem_kernel_new+0x14/0x84)
  399. [ 2.340359] [<c0741a3c>] (_msm_gem_kernel_new) from [<c0742544>] (msm_gem_kernel_new+0x24/0x2c)
  400. [ 2.340376] [<c0742544>] (msm_gem_kernel_new) from [<c0744dd8>] (msm_gpu_init+0x32c/0x5b0)
  401. [ 2.340391] [<c0744dd8>] (msm_gpu_init) from [<c071e83c>] (adreno_gpu_init+0x108/0x110)
  402. [ 2.340404] [<c071e83c>] (adreno_gpu_init) from [<c071f638>] (a3xx_gpu_init+0x84/0xe8)
  403. [ 2.340420] [<c071f638>] (a3xx_gpu_init) from [<c071d738>] (adreno_bind+0x2e8/0x358)
  404. [ 2.340442] [<c071d738>] (adreno_bind) from [<c0756b90>] (component_bind_all+0x10c/0x268)
  405. [ 2.340460] [<c0756b90>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  406. [ 2.340477] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  407. [ 2.340495] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  408. [ 2.340515] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  409. [ 2.340531] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  410. [ 2.340546] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  411. [ 2.340561] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  412. [ 2.340575] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  413. [ 2.340590] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  414. [ 2.340606] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  415. [ 2.340620] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  416. [ 2.340636] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  417. [ 2.340655] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  418. [ 2.340662] ---[ end trace 55c89de26d8c07f5 ]---
  419. [ 2.340671] msm fd900000.mdss: could not allocate memptrs: -22
  420. [ 2.340681] [drm:a3xx_destroy] A330
  421. [ 2.340693] [drm:msm_gpu_cleanup] A330
  422. [ 2.340701] msm fd900000.mdss: failed to load adreno gpu
  423. [ 2.340917] msm fd900000.mdss: failed to bind fdb00000.gpu (ops a3xx_ops): -22
  424. [ 2.341015] [drm:dsi_host_detach] id=0
  425. [ 2.341133] ------------[ cut here ]------------
  426. [ 2.341149] WARNING: CPU: 3 PID: 68 at fs/kernfs/dir.c:1481 kernfs_remove_by_name_ns+0x9c/0xa4
  427. [ 2.341153] kernfs: can not remove 'uevent', no directory
  428. [ 2.341157] Modules linked in:
  429. [ 2.341170] CPU: 3 PID: 68 Comm: kworker/3:1 Tainted: G W 4.14.0-12896-g2cb527557f4b-dirty #1
  430. [ 2.341174] Hardware name: Generic DT based system
  431. [ 2.341190] Workqueue: events deferred_probe_work_func
  432. [ 2.341212] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  433. [ 2.341224] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  434. [ 2.341237] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  435. [ 2.341251] [<c031f004>] (__warn) from [<c031f054>] (warn_slowpath_fmt+0x38/0x48)
  436. [ 2.341265] [<c031f054>] (warn_slowpath_fmt) from [<c04a4084>] (kernfs_remove_by_name_ns+0x9c/0xa4)
  437. [ 2.341281] [<c04a4084>] (kernfs_remove_by_name_ns) from [<c0758abc>] (device_del+0xfc/0x32c)
  438. [ 2.341294] [<c0758abc>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  439. [ 2.341308] [<c0758d10>] (device_unregister) from [<c0760a98>] (release_nodes+0x19c/0x1cc)
  440. [ 2.341324] [<c0760a98>] (release_nodes) from [<c075d198>] (device_release_driver_internal+0x170/0x200)
  441. [ 2.341340] [<c075d198>] (device_release_driver_internal) from [<c075bc7c>] (bus_remove_device+0xe0/0x138)
  442. [ 2.341354] [<c075bc7c>] (bus_remove_device) from [<c0758ad0>] (device_del+0x110/0x32c)
  443. [ 2.341366] [<c0758ad0>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  444. [ 2.341384] [<c0758d10>] (device_unregister) from [<c071cccc>] (mipi_dsi_remove_device_fn+0x8/0x10)
  445. [ 2.341400] [<c071cccc>] (mipi_dsi_remove_device_fn) from [<c0757e98>] (device_for_each_child+0x34/0x7c)
  446. [ 2.341415] [<c0757e98>] (device_for_each_child) from [<c071cecc>] (mipi_dsi_host_unregister+0x24/0x50)
  447. [ 2.341432] [<c071cecc>] (mipi_dsi_host_unregister) from [<c074c1f8>] (msm_dsi_host_unregister+0x18/0x2c)
  448. [ 2.341448] [<c074c1f8>] (msm_dsi_host_unregister) from [<c074e4e8>] (msm_dsi_manager_unregister+0x18/0x30)
  449. [ 2.341462] [<c074e4e8>] (msm_dsi_manager_unregister) from [<c0749d64>] (dsi_destroy.part.0+0xc/0x50)
  450. [ 2.341476] [<c0749d64>] (dsi_destroy.part.0) from [<c0749dd8>] (dsi_unbind+0x30/0x3c)
  451. [ 2.341491] [<c0749dd8>] (dsi_unbind) from [<c075686c>] (component_unbind+0x30/0x68)
  452. [ 2.341510] [<c075686c>] (component_unbind) from [<c0756c84>] (component_bind_all+0x200/0x268)
  453. [ 2.341528] [<c0756c84>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  454. [ 2.341545] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  455. [ 2.341563] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  456. [ 2.341582] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  457. [ 2.341599] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  458. [ 2.341614] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  459. [ 2.341629] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  460. [ 2.341643] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  461. [ 2.341658] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  462. [ 2.341674] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  463. [ 2.341688] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  464. [ 2.341704] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  465. [ 2.341722] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  466. [ 2.341729] ---[ end trace 55c89de26d8c07f6 ]---
  467. [ 2.341733] ------------[ cut here ]------------
  468. [ 2.341745] WARNING: CPU: 3 PID: 68 at fs/kernfs/dir.c:1481 kernfs_remove_by_name_ns+0x9c/0xa4
  469. [ 2.341749] kernfs: can not remove 'online', no directory
  470. [ 2.341752] Modules linked in:
  471. [ 2.341764] CPU: 3 PID: 68 Comm: kworker/3:1 Tainted: G W 4.14.0-12896-g2cb527557f4b-dirty #1
  472. [ 2.341768] Hardware name: Generic DT based system
  473. [ 2.341785] Workqueue: events deferred_probe_work_func
  474. [ 2.341805] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  475. [ 2.341818] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  476. [ 2.341831] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  477. [ 2.341844] [<c031f004>] (__warn) from [<c031f054>] (warn_slowpath_fmt+0x38/0x48)
  478. [ 2.341859] [<c031f054>] (warn_slowpath_fmt) from [<c04a4084>] (kernfs_remove_by_name_ns+0x9c/0xa4)
  479. [ 2.341872] [<c04a4084>] (kernfs_remove_by_name_ns) from [<c07577f4>] (device_remove_attrs+0x2c/0x64)
  480. [ 2.341885] [<c07577f4>] (device_remove_attrs) from [<c0758ac8>] (device_del+0x108/0x32c)
  481. [ 2.341898] [<c0758ac8>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  482. [ 2.341911] [<c0758d10>] (device_unregister) from [<c0760a98>] (release_nodes+0x19c/0x1cc)
  483. [ 2.341926] [<c0760a98>] (release_nodes) from [<c075d198>] (device_release_driver_internal+0x170/0x200)
  484. [ 2.341942] [<c075d198>] (device_release_driver_internal) from [<c075bc7c>] (bus_remove_device+0xe0/0x138)
  485. [ 2.341957] [<c075bc7c>] (bus_remove_device) from [<c0758ad0>] (device_del+0x110/0x32c)
  486. [ 2.341969] [<c0758ad0>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  487. [ 2.341987] [<c0758d10>] (device_unregister) from [<c071cccc>] (mipi_dsi_remove_device_fn+0x8/0x10)
  488. [ 2.342002] [<c071cccc>] (mipi_dsi_remove_device_fn) from [<c0757e98>] (device_for_each_child+0x34/0x7c)
  489. [ 2.342017] [<c0757e98>] (device_for_each_child) from [<c071cecc>] (mipi_dsi_host_unregister+0x24/0x50)
  490. [ 2.342034] [<c071cecc>] (mipi_dsi_host_unregister) from [<c074c1f8>] (msm_dsi_host_unregister+0x18/0x2c)
  491. [ 2.342049] [<c074c1f8>] (msm_dsi_host_unregister) from [<c074e4e8>] (msm_dsi_manager_unregister+0x18/0x30)
  492. [ 2.342064] [<c074e4e8>] (msm_dsi_manager_unregister) from [<c0749d64>] (dsi_destroy.part.0+0xc/0x50)
  493. [ 2.342077] [<c0749d64>] (dsi_destroy.part.0) from [<c0749dd8>] (dsi_unbind+0x30/0x3c)
  494. [ 2.342092] [<c0749dd8>] (dsi_unbind) from [<c075686c>] (component_unbind+0x30/0x68)
  495. [ 2.342110] [<c075686c>] (component_unbind) from [<c0756c84>] (component_bind_all+0x200/0x268)
  496. [ 2.342128] [<c0756c84>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  497. [ 2.342146] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  498. [ 2.342164] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  499. [ 2.342183] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  500. [ 2.342200] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  501. [ 2.342215] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  502. [ 2.342230] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  503. [ 2.342245] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  504. [ 2.342260] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  505. [ 2.342275] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  506. [ 2.342290] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  507. [ 2.342306] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  508. [ 2.342324] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  509. [ 2.342331] ---[ end trace 55c89de26d8c07f7 ]---
  510. [ 2.342336] ------------[ cut here ]------------
  511. [ 2.342347] WARNING: CPU: 3 PID: 68 at fs/kernfs/dir.c:1481 kernfs_remove_by_name_ns+0x9c/0xa4
  512. [ 2.342351] kernfs: can not remove 'bl_power', no directory
  513. [ 2.342354] Modules linked in:
  514. [ 2.342366] CPU: 3 PID: 68 Comm: kworker/3:1 Tainted: G W 4.14.0-12896-g2cb527557f4b-dirty #1
  515. [ 2.342370] Hardware name: Generic DT based system
  516. [ 2.342386] Workqueue: events deferred_probe_work_func
  517. [ 2.342406] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  518. [ 2.342418] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  519. [ 2.342432] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  520. [ 2.342445] [<c031f004>] (__warn) from [<c031f054>] (warn_slowpath_fmt+0x38/0x48)
  521. [ 2.342459] [<c031f054>] (warn_slowpath_fmt) from [<c04a4084>] (kernfs_remove_by_name_ns+0x9c/0xa4)
  522. [ 2.342475] [<c04a4084>] (kernfs_remove_by_name_ns) from [<c04a63e0>] (remove_files+0x34/0x78)
  523. [ 2.342490] [<c04a63e0>] (remove_files) from [<c04a69cc>] (sysfs_remove_group+0x40/0x9c)
  524. [ 2.342504] [<c04a69cc>] (sysfs_remove_group) from [<c04a6a4c>] (sysfs_remove_groups+0x24/0x34)
  525. [ 2.342519] [<c04a6a4c>] (sysfs_remove_groups) from [<c0758ac8>] (device_del+0x108/0x32c)
  526. [ 2.342532] [<c0758ac8>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  527. [ 2.342545] [<c0758d10>] (device_unregister) from [<c0760a98>] (release_nodes+0x19c/0x1cc)
  528. [ 2.342560] [<c0760a98>] (release_nodes) from [<c075d198>] (device_release_driver_internal+0x170/0x200)
  529. [ 2.342576] [<c075d198>] (device_release_driver_internal) from [<c075bc7c>] (bus_remove_device+0xe0/0x138)
  530. [ 2.342590] [<c075bc7c>] (bus_remove_device) from [<c0758ad0>] (device_del+0x110/0x32c)
  531. [ 2.342602] [<c0758ad0>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  532. [ 2.342619] [<c0758d10>] (device_unregister) from [<c071cccc>] (mipi_dsi_remove_device_fn+0x8/0x10)
  533. [ 2.342634] [<c071cccc>] (mipi_dsi_remove_device_fn) from [<c0757e98>] (device_for_each_child+0x34/0x7c)
  534. [ 2.342650] [<c0757e98>] (device_for_each_child) from [<c071cecc>] (mipi_dsi_host_unregister+0x24/0x50)
  535. [ 2.342667] [<c071cecc>] (mipi_dsi_host_unregister) from [<c074c1f8>] (msm_dsi_host_unregister+0x18/0x2c)
  536. [ 2.342681] [<c074c1f8>] (msm_dsi_host_unregister) from [<c074e4e8>] (msm_dsi_manager_unregister+0x18/0x30)
  537. [ 2.342696] [<c074e4e8>] (msm_dsi_manager_unregister) from [<c0749d64>] (dsi_destroy.part.0+0xc/0x50)
  538. [ 2.342708] [<c0749d64>] (dsi_destroy.part.0) from [<c0749dd8>] (dsi_unbind+0x30/0x3c)
  539. [ 2.342724] [<c0749dd8>] (dsi_unbind) from [<c075686c>] (component_unbind+0x30/0x68)
  540. [ 2.342742] [<c075686c>] (component_unbind) from [<c0756c84>] (component_bind_all+0x200/0x268)
  541. [ 2.342759] [<c0756c84>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  542. [ 2.342776] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  543. [ 2.342794] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  544. [ 2.342813] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  545. [ 2.342829] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  546. [ 2.342845] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  547. [ 2.342859] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  548. [ 2.342875] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  549. [ 2.342889] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  550. [ 2.342905] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  551. [ 2.342919] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  552. [ 2.342935] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  553. [ 2.342953] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  554. [ 2.342960] ---[ end trace 55c89de26d8c07f8 ]---
  555. [ 2.342964] ------------[ cut here ]------------
  556. [ 2.342975] WARNING: CPU: 3 PID: 68 at fs/kernfs/dir.c:1481 kernfs_remove_by_name_ns+0x9c/0xa4
  557. [ 2.342980] kernfs: can not remove 'brightness', no directory
  558. [ 2.342983] Modules linked in:
  559. [ 2.342995] CPU: 3 PID: 68 Comm: kworker/3:1 Tainted: G W 4.14.0-12896-g2cb527557f4b-dirty #1
  560. [ 2.342999] Hardware name: Generic DT based system
  561. [ 2.343015] Workqueue: events deferred_probe_work_func
  562. [ 2.343035] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  563. [ 2.343047] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  564. [ 2.343061] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  565. [ 2.343074] [<c031f004>] (__warn) from [<c031f054>] (warn_slowpath_fmt+0x38/0x48)
  566. [ 2.343088] [<c031f054>] (warn_slowpath_fmt) from [<c04a4084>] (kernfs_remove_by_name_ns+0x9c/0xa4)
  567. [ 2.343103] [<c04a4084>] (kernfs_remove_by_name_ns) from [<c04a63e0>] (remove_files+0x34/0x78)
  568. [ 2.343117] [<c04a63e0>] (remove_files) from [<c04a69cc>] (sysfs_remove_group+0x40/0x9c)
  569. [ 2.343131] [<c04a69cc>] (sysfs_remove_group) from [<c04a6a4c>] (sysfs_remove_groups+0x24/0x34)
  570. [ 2.343145] [<c04a6a4c>] (sysfs_remove_groups) from [<c0758ac8>] (device_del+0x108/0x32c)
  571. [ 2.343158] [<c0758ac8>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  572. [ 2.343171] [<c0758d10>] (device_unregister) from [<c0760a98>] (release_nodes+0x19c/0x1cc)
  573. [ 2.343186] [<c0760a98>] (release_nodes) from [<c075d198>] (device_release_driver_internal+0x170/0x200)
  574. [ 2.343202] [<c075d198>] (device_release_driver_internal) from [<c075bc7c>] (bus_remove_device+0xe0/0x138)
  575. [ 2.343216] [<c075bc7c>] (bus_remove_device) from [<c0758ad0>] (device_del+0x110/0x32c)
  576. [ 2.343229] [<c0758ad0>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  577. [ 2.343246] [<c0758d10>] (device_unregister) from [<c071cccc>] (mipi_dsi_remove_device_fn+0x8/0x10)
  578. [ 2.343261] [<c071cccc>] (mipi_dsi_remove_device_fn) from [<c0757e98>] (device_for_each_child+0x34/0x7c)
  579. [ 2.343276] [<c0757e98>] (device_for_each_child) from [<c071cecc>] (mipi_dsi_host_unregister+0x24/0x50)
  580. [ 2.343293] [<c071cecc>] (mipi_dsi_host_unregister) from [<c074c1f8>] (msm_dsi_host_unregister+0x18/0x2c)
  581. [ 2.343308] [<c074c1f8>] (msm_dsi_host_unregister) from [<c074e4e8>] (msm_dsi_manager_unregister+0x18/0x30)
  582. [ 2.343322] [<c074e4e8>] (msm_dsi_manager_unregister) from [<c0749d64>] (dsi_destroy.part.0+0xc/0x50)
  583. [ 2.343335] [<c0749d64>] (dsi_destroy.part.0) from [<c0749dd8>] (dsi_unbind+0x30/0x3c)
  584. [ 2.343351] [<c0749dd8>] (dsi_unbind) from [<c075686c>] (component_unbind+0x30/0x68)
  585. [ 2.343368] [<c075686c>] (component_unbind) from [<c0756c84>] (component_bind_all+0x200/0x268)
  586. [ 2.343387] [<c0756c84>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  587. [ 2.343404] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  588. [ 2.343421] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  589. [ 2.343440] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  590. [ 2.343457] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  591. [ 2.343472] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  592. [ 2.343486] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  593. [ 2.343501] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  594. [ 2.343516] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  595. [ 2.343532] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  596. [ 2.343547] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  597. [ 2.343563] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  598. [ 2.343580] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  599. [ 2.343586] ---[ end trace 55c89de26d8c07f9 ]---
  600. [ 2.343591] ------------[ cut here ]------------
  601. [ 2.343602] WARNING: CPU: 3 PID: 68 at fs/kernfs/dir.c:1481 kernfs_remove_by_name_ns+0x9c/0xa4
  602. [ 2.343607] kernfs: can not remove 'actual_brightness', no directory
  603. [ 2.343610] Modules linked in:
  604. [ 2.343622] CPU: 3 PID: 68 Comm: kworker/3:1 Tainted: G W 4.14.0-12896-g2cb527557f4b-dirty #1
  605. [ 2.343626] Hardware name: Generic DT based system
  606. [ 2.343642] Workqueue: events deferred_probe_work_func
  607. [ 2.343662] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  608. [ 2.343674] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  609. [ 2.343687] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  610. [ 2.343701] [<c031f004>] (__warn) from [<c031f054>] (warn_slowpath_fmt+0x38/0x48)
  611. [ 2.343715] [<c031f054>] (warn_slowpath_fmt) from [<c04a4084>] (kernfs_remove_by_name_ns+0x9c/0xa4)
  612. [ 2.343729] [<c04a4084>] (kernfs_remove_by_name_ns) from [<c04a63e0>] (remove_files+0x34/0x78)
  613. [ 2.343744] [<c04a63e0>] (remove_files) from [<c04a69cc>] (sysfs_remove_group+0x40/0x9c)
  614. [ 2.343758] [<c04a69cc>] (sysfs_remove_group) from [<c04a6a4c>] (sysfs_remove_groups+0x24/0x34)
  615. [ 2.343772] [<c04a6a4c>] (sysfs_remove_groups) from [<c0758ac8>] (device_del+0x108/0x32c)
  616. [ 2.343785] [<c0758ac8>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  617. [ 2.343798] [<c0758d10>] (device_unregister) from [<c0760a98>] (release_nodes+0x19c/0x1cc)
  618. [ 2.343813] [<c0760a98>] (release_nodes) from [<c075d198>] (device_release_driver_internal+0x170/0x200)
  619. [ 2.343829] [<c075d198>] (device_release_driver_internal) from [<c075bc7c>] (bus_remove_device+0xe0/0x138)
  620. [ 2.343842] [<c075bc7c>] (bus_remove_device) from [<c0758ad0>] (device_del+0x110/0x32c)
  621. [ 2.343855] [<c0758ad0>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  622. [ 2.343872] [<c0758d10>] (device_unregister) from [<c071cccc>] (mipi_dsi_remove_device_fn+0x8/0x10)
  623. [ 2.343888] [<c071cccc>] (mipi_dsi_remove_device_fn) from [<c0757e98>] (device_for_each_child+0x34/0x7c)
  624. [ 2.343903] [<c0757e98>] (device_for_each_child) from [<c071cecc>] (mipi_dsi_host_unregister+0x24/0x50)
  625. [ 2.343920] [<c071cecc>] (mipi_dsi_host_unregister) from [<c074c1f8>] (msm_dsi_host_unregister+0x18/0x2c)
  626. [ 2.343934] [<c074c1f8>] (msm_dsi_host_unregister) from [<c074e4e8>] (msm_dsi_manager_unregister+0x18/0x30)
  627. [ 2.343949] [<c074e4e8>] (msm_dsi_manager_unregister) from [<c0749d64>] (dsi_destroy.part.0+0xc/0x50)
  628. [ 2.343961] [<c0749d64>] (dsi_destroy.part.0) from [<c0749dd8>] (dsi_unbind+0x30/0x3c)
  629. [ 2.343977] [<c0749dd8>] (dsi_unbind) from [<c075686c>] (component_unbind+0x30/0x68)
  630. [ 2.343995] [<c075686c>] (component_unbind) from [<c0756c84>] (component_bind_all+0x200/0x268)
  631. [ 2.344013] [<c0756c84>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  632. [ 2.344030] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  633. [ 2.344049] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  634. [ 2.344067] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  635. [ 2.344084] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  636. [ 2.344099] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  637. [ 2.344114] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  638. [ 2.344128] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  639. [ 2.344143] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  640. [ 2.344159] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  641. [ 2.344173] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  642. [ 2.344190] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  643. [ 2.344207] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  644. [ 2.344213] ---[ end trace 55c89de26d8c07fa ]---
  645. [ 2.344218] ------------[ cut here ]------------
  646. [ 2.344229] WARNING: CPU: 3 PID: 68 at fs/kernfs/dir.c:1481 kernfs_remove_by_name_ns+0x9c/0xa4
  647. [ 2.344234] kernfs: can not remove 'max_brightness', no directory
  648. [ 2.344237] Modules linked in:
  649. [ 2.344249] CPU: 3 PID: 68 Comm: kworker/3:1 Tainted: G W 4.14.0-12896-g2cb527557f4b-dirty #1
  650. [ 2.344253] Hardware name: Generic DT based system
  651. [ 2.344268] Workqueue: events deferred_probe_work_func
  652. [ 2.344289] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  653. [ 2.344301] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  654. [ 2.344314] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  655. [ 2.344327] [<c031f004>] (__warn) from [<c031f054>] (warn_slowpath_fmt+0x38/0x48)
  656. [ 2.344342] [<c031f054>] (warn_slowpath_fmt) from [<c04a4084>] (kernfs_remove_by_name_ns+0x9c/0xa4)
  657. [ 2.344356] [<c04a4084>] (kernfs_remove_by_name_ns) from [<c04a63e0>] (remove_files+0x34/0x78)
  658. [ 2.344370] [<c04a63e0>] (remove_files) from [<c04a69cc>] (sysfs_remove_group+0x40/0x9c)
  659. [ 2.344385] [<c04a69cc>] (sysfs_remove_group) from [<c04a6a4c>] (sysfs_remove_groups+0x24/0x34)
  660. [ 2.344399] [<c04a6a4c>] (sysfs_remove_groups) from [<c0758ac8>] (device_del+0x108/0x32c)
  661. [ 2.344412] [<c0758ac8>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  662. [ 2.344425] [<c0758d10>] (device_unregister) from [<c0760a98>] (release_nodes+0x19c/0x1cc)
  663. [ 2.344441] [<c0760a98>] (release_nodes) from [<c075d198>] (device_release_driver_internal+0x170/0x200)
  664. [ 2.344456] [<c075d198>] (device_release_driver_internal) from [<c075bc7c>] (bus_remove_device+0xe0/0x138)
  665. [ 2.344470] [<c075bc7c>] (bus_remove_device) from [<c0758ad0>] (device_del+0x110/0x32c)
  666. [ 2.344483] [<c0758ad0>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  667. [ 2.344500] [<c0758d10>] (device_unregister) from [<c071cccc>] (mipi_dsi_remove_device_fn+0x8/0x10)
  668. [ 2.344515] [<c071cccc>] (mipi_dsi_remove_device_fn) from [<c0757e98>] (device_for_each_child+0x34/0x7c)
  669. [ 2.344531] [<c0757e98>] (device_for_each_child) from [<c071cecc>] (mipi_dsi_host_unregister+0x24/0x50)
  670. [ 2.344547] [<c071cecc>] (mipi_dsi_host_unregister) from [<c074c1f8>] (msm_dsi_host_unregister+0x18/0x2c)
  671. [ 2.344562] [<c074c1f8>] (msm_dsi_host_unregister) from [<c074e4e8>] (msm_dsi_manager_unregister+0x18/0x30)
  672. [ 2.344576] [<c074e4e8>] (msm_dsi_manager_unregister) from [<c0749d64>] (dsi_destroy.part.0+0xc/0x50)
  673. [ 2.344589] [<c0749d64>] (dsi_destroy.part.0) from [<c0749dd8>] (dsi_unbind+0x30/0x3c)
  674. [ 2.344605] [<c0749dd8>] (dsi_unbind) from [<c075686c>] (component_unbind+0x30/0x68)
  675. [ 2.344623] [<c075686c>] (component_unbind) from [<c0756c84>] (component_bind_all+0x200/0x268)
  676. [ 2.344641] [<c0756c84>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  677. [ 2.344658] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  678. [ 2.344676] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  679. [ 2.344695] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  680. [ 2.344712] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  681. [ 2.344727] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  682. [ 2.344741] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  683. [ 2.344756] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  684. [ 2.344771] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  685. [ 2.344787] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  686. [ 2.344801] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  687. [ 2.344818] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  688. [ 2.344835] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  689. [ 2.344841] ---[ end trace 55c89de26d8c07fb ]---
  690. [ 2.344845] ------------[ cut here ]------------
  691. [ 2.344857] WARNING: CPU: 3 PID: 68 at fs/kernfs/dir.c:1481 kernfs_remove_by_name_ns+0x9c/0xa4
  692. [ 2.344861] kernfs: can not remove 'type', no directory
  693. [ 2.344864] Modules linked in:
  694. [ 2.344876] CPU: 3 PID: 68 Comm: kworker/3:1 Tainted: G W 4.14.0-12896-g2cb527557f4b-dirty #1
  695. [ 2.344880] Hardware name: Generic DT based system
  696. [ 2.344896] Workqueue: events deferred_probe_work_func
  697. [ 2.344917] [<c0310c90>] (unwind_backtrace) from [<c030ce3c>] (show_stack+0x10/0x14)
  698. [ 2.344929] [<c030ce3c>] (show_stack) from [<c0a29434>] (dump_stack+0x78/0x8c)
  699. [ 2.344942] [<c0a29434>] (dump_stack) from [<c031f004>] (__warn+0xe0/0xf8)
  700. [ 2.344955] [<c031f004>] (__warn) from [<c031f054>] (warn_slowpath_fmt+0x38/0x48)
  701. [ 2.344970] [<c031f054>] (warn_slowpath_fmt) from [<c04a4084>] (kernfs_remove_by_name_ns+0x9c/0xa4)
  702. [ 2.344984] [<c04a4084>] (kernfs_remove_by_name_ns) from [<c04a63e0>] (remove_files+0x34/0x78)
  703. [ 2.344998] [<c04a63e0>] (remove_files) from [<c04a69cc>] (sysfs_remove_group+0x40/0x9c)
  704. [ 2.345012] [<c04a69cc>] (sysfs_remove_group) from [<c04a6a4c>] (sysfs_remove_groups+0x24/0x34)
  705. [ 2.345026] [<c04a6a4c>] (sysfs_remove_groups) from [<c0758ac8>] (device_del+0x108/0x32c)
  706. [ 2.345040] [<c0758ac8>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  707. [ 2.345053] [<c0758d10>] (device_unregister) from [<c0760a98>] (release_nodes+0x19c/0x1cc)
  708. [ 2.345068] [<c0760a98>] (release_nodes) from [<c075d198>] (device_release_driver_internal+0x170/0x200)
  709. [ 2.345084] [<c075d198>] (device_release_driver_internal) from [<c075bc7c>] (bus_remove_device+0xe0/0x138)
  710. [ 2.345097] [<c075bc7c>] (bus_remove_device) from [<c0758ad0>] (device_del+0x110/0x32c)
  711. [ 2.345110] [<c0758ad0>] (device_del) from [<c0758d10>] (device_unregister+0x24/0x64)
  712. [ 2.345127] [<c0758d10>] (device_unregister) from [<c071cccc>] (mipi_dsi_remove_device_fn+0x8/0x10)
  713. [ 2.345142] [<c071cccc>] (mipi_dsi_remove_device_fn) from [<c0757e98>] (device_for_each_child+0x34/0x7c)
  714. [ 2.345157] [<c0757e98>] (device_for_each_child) from [<c071cecc>] (mipi_dsi_host_unregister+0x24/0x50)
  715. [ 2.345174] [<c071cecc>] (mipi_dsi_host_unregister) from [<c074c1f8>] (msm_dsi_host_unregister+0x18/0x2c)
  716. [ 2.345189] [<c074c1f8>] (msm_dsi_host_unregister) from [<c074e4e8>] (msm_dsi_manager_unregister+0x18/0x30)
  717. [ 2.345203] [<c074e4e8>] (msm_dsi_manager_unregister) from [<c0749d64>] (dsi_destroy.part.0+0xc/0x50)
  718. [ 2.345215] [<c0749d64>] (dsi_destroy.part.0) from [<c0749dd8>] (dsi_unbind+0x30/0x3c)
  719. [ 2.345231] [<c0749dd8>] (dsi_unbind) from [<c075686c>] (component_unbind+0x30/0x68)
  720. [ 2.345249] [<c075686c>] (component_unbind) from [<c0756c84>] (component_bind_all+0x200/0x268)
  721. [ 2.345267] [<c0756c84>] (component_bind_all) from [<c073fef4>] (msm_drm_bind+0x11c/0x484)
  722. [ 2.345284] [<c073fef4>] (msm_drm_bind) from [<c0757050>] (try_to_bring_up_master+0x1ec/0x2a4)
  723. [ 2.345302] [<c0757050>] (try_to_bring_up_master) from [<c07571b0>] (component_add+0xa8/0x170)
  724. [ 2.345320] [<c07571b0>] (component_add) from [<c075ea54>] (platform_drv_probe+0x50/0xac)
  725. [ 2.345337] [<c075ea54>] (platform_drv_probe) from [<c075cbec>] (driver_probe_device+0x2f8/0x4b4)
  726. [ 2.345352] [<c075cbec>] (driver_probe_device) from [<c075ad80>] (bus_for_each_drv+0x44/0x94)
  727. [ 2.345367] [<c075ad80>] (bus_for_each_drv) from [<c075c7b0>] (__device_attach+0xb0/0x140)
  728. [ 2.345382] [<c075c7b0>] (__device_attach) from [<c075bb94>] (bus_probe_device+0x84/0x8c)
  729. [ 2.345397] [<c075bb94>] (bus_probe_device) from [<c075c108>] (deferred_probe_work_func+0x64/0x188)
  730. [ 2.345413] [<c075c108>] (deferred_probe_work_func) from [<c03386a8>] (process_one_work+0x1ec/0x57c)
  731. [ 2.345427] [<c03386a8>] (process_one_work) from [<c0339750>] (worker_thread+0x2a0/0x598)
  732. [ 2.345443] [<c0339750>] (worker_thread) from [<c033e0ac>] (kthread+0x14c/0x154)
  733. [ 2.345461] [<c033e0ac>] (kthread) from [<c0308990>] (ret_from_fork+0x14/0x24)
  734. [ 2.345467] ---[ end trace 55c89de26d8c07fc ]---
  735. [ 2.345673] [drm:msm_dsi_host_destroy]
  736. [ 2.346239] msm fd900000.mdss: master bind failed: -22
  737. [ 2.346265] msm_dsi: probe of fd922800.dsi failed with error -22
  738. [ 2.348368] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  739. [ 2.355500] rtc-pm8xxx fc4cf000.spmi:pm8941@0:rtc@6000: setting system clock to 1970-03-04 00:11:23 UTC (5357483)
  740. [ 2.356469] vreg_vsp: disabling
  741. [ 2.356579] l7: disabling
  742. [ 2.358280] ALSA device list:
  743. [ 2.358285] No soundcards found.
  744. [ 2.574451] g_ether gadget: high-speed config #1: CDC Ethernet (ECM)
  745. [ 5.597278] Freeing unused kernel memory: 1024K
  746. [ 5.600111] mmcblk0rpmb: mmc0:0001 BWBC3R partition 3 4.00 MiB, chardev (247:0)
  747. [ 5.606028] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20
  748. [ 5.774405] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
  749. [ 5.775113] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
  750. [ 5.806681] mmcblk1: p1
  751. [ 6.115121] using random self ethernet address
  752. [ 6.115174] using random host ethernet address
  753. / #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement