Advertisement
Guest User

kernel uImage boot

a guest
May 8th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 103.60 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.14.34-BPI-R2-4.14-main-g18d20c5 (pi@bpi-r2) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9)) #2 SMP Mon Apr 23 15:59:25 CEST 2018
  3. [ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Bananapi BPI-R2
  7. [ 0.000000] earlycon: uart8250 at MMIO32 0x11004000 (options '')
  8. [ 0.000000] bootconsole [uart8250] enabled
  9. [ 0.000000] debug: ignoring loglevel setting.
  10. [ 0.000000] Memory policy: Data cache writealloc
  11. [ 0.000000] [WMT-CONSYS-HW][W]reserve_memory_consys_fn: name: consys-reserve-memory, base: 0xffe00000, size: 0x100000
  12. [ 0.000000] OF: reserved mem: initialized node consys-reserve-memory, compatible id mediatek,consys-reserve-memory
  13. [ 0.000000] cma: Reserved 64 MiB at 0xfb800000
  14. [ 0.000000] On node 0 totalpages: 524031
  15. [ 0.000000] free_area_init_node: node 0, pgdat c13cc780, node_mem_map df5f9000
  16. [ 0.000000] Normal zone: 1170 pages used for memmap
  17. [ 0.000000] Normal zone: 0 pages reserved
  18. [ 0.000000] Normal zone: 133120 pages, LIFO batch:31
  19. [ 0.000000] HighMem zone: 390911 pages, LIFO batch:31
  20. [ 0.000000] random: fast init done
  21. [ 0.000000] percpu: Embedded 17 pages/cpu @df59a000 s39052 r8192 d22388 u69632
  22. [ 0.000000] pcpu-alloc: s39052 r8192 d22388 u69632 alloc=17*4096
  23. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  24. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522861
  25. [ 0.000000] Kernel command line: board=bpi-r2 console=console=ttyS0,115200 earlycon=uart8250,mmio32,0x11004000 earlyprintk=serial,ttyS0,115200 debug=7 loglevel=7 ignore_logleve1
  26. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  27. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  28. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  29. [ 0.000000] Memory: 1991324K/2096124K available (12288K kernel code, 871K rwdata, 3888K rodata, 1024K init, 636K bss, 39264K reserved, 65536K cma-reserved, 1498108K 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 : 0xe1000000 - 0xff800000 ( 488 MB)
  34. [ 0.000000] lowmem : 0xc0000000 - 0xe0800000 ( 520 MB)
  35. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  36. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  37. [ 0.000000] .text : 0xc0008000 - 0xc0d00000 (13280 kB)
  38. [ 0.000000] .init : 0xc1200000 - 0xc1300000 (1024 kB)
  39. [ 0.000000] .data : 0xc1300000 - 0xc13d9d1c ( 872 kB)
  40. [ 0.000000] .bss : 0xc13e56d4 - 0xc14848d4 ( 637 kB)
  41. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  42. [ 0.000000] ftrace: allocating 41137 entries in 121 pages
  43. [ 0.000000] Hierarchical RCU implementation.
  44. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
  45. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  46. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  47. [ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
  48. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
  49. [ 0.000006] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
  50. [ 0.007982] Switching to timer-based delay loop, resolution 76ns
  51. [ 0.014095] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 147020034397 ns
  52. [ 0.023289] sched_clock: 32 bits at 13MHz, resolution 76ns, wraps every 165191050201ns
  53. [ 0.031592] Console: colour dummy device 80x30
  54. [ 0.036042] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000)
  55. [ 0.046374] pid_max: default: 32768 minimum: 301
  56. [ 0.051117] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  57. [ 0.057724] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  58. [ 0.065398] CPU: Testing write buffer coherency: ok
  59. [ 0.070585] CPU0: update cpu_capacity 1024
  60. [ 0.074667] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  61. [ 0.080661] calling trace_init_flags_sys_exit+0x0/0x30 @ 1
  62. [ 0.086219] initcall trace_init_flags_sys_exit+0x0/0x30 returned 0 after 0 usecs
  63. [ 0.093611] calling trace_init_flags_sys_enter+0x0/0x30 @ 1
  64. [ 0.099249] initcall trace_init_flags_sys_enter+0x0/0x30 returned 0 after 0 usecs
  65. [ 0.106719] calling cpu_suspend_alloc_sp+0x0/0xac @ 1
  66. [ 0.111839] initcall cpu_suspend_alloc_sp+0x0/0xac returned 0 after 0 usecs
  67. [ 0.118788] calling init_static_idmap+0x0/0x108 @ 1
  68. [ 0.123742] Setting up static identity map for 0x80100000 - 0x80100060
  69. [ 0.130269] initcall init_static_idmap+0x0/0x108 returned 0 after 9765 usecs
  70. [ 0.137294] calling spawn_ksoftirqd+0x0/0x68 @ 1
  71. [ 0.142087] initcall spawn_ksoftirqd+0x0/0x68 returned 0 after 0 usecs
  72. [ 0.148591] calling migration_init+0x0/0x58 @ 1
  73. [ 0.153203] initcall migration_init+0x0/0x58 returned 0 after 0 usecs
  74. [ 0.159622] calling check_cpu_stall_init+0x0/0x30 @ 1
  75. [ 0.164752] initcall check_cpu_stall_init+0x0/0x30 returned 0 after 0 usecs
  76. [ 0.171688] calling srcu_bootup_announce+0x0/0x4c @ 1
  77. [ 0.176812] Hierarchical SRCU implementation.
  78. [ 0.181153] initcall srcu_bootup_announce+0x0/0x4c returned 0 after 0 usecs
  79. [ 0.188098] calling rcu_spawn_gp_kthread+0x0/0x11c @ 1
  80. [ 0.193417] initcall rcu_spawn_gp_kthread+0x0/0x11c returned 0 after 0 usecs
  81. [ 0.200458] calling cpu_stop_init+0x0/0xcc @ 1
  82. [ 0.205049] initcall cpu_stop_init+0x0/0xcc returned 0 after 0 usecs
  83. [ 0.211394] calling init_events+0x0/0x7c @ 1
  84. [ 0.215759] initcall init_events+0x0/0x7c returned 0 after 0 usecs
  85. [ 0.221926] calling init_trace_printk+0x0/0x1c @ 1
  86. [ 0.226786] initcall init_trace_printk+0x0/0x1c returned 0 after 0 usecs
  87. [ 0.233473] calling event_trace_enable_again+0x0/0x64 @ 1
  88. [ 0.238939] initcall event_trace_enable_again+0x0/0x64 returned 0 after 0 usecs
  89. [ 0.246235] calling rand_initialize+0x0/0xb4 @ 1
  90. [ 0.251100] initcall rand_initialize+0x0/0xb4 returned 0 after 0 usecs
  91. [ 0.257616] calling dummy_timer_register+0x0/0x48 @ 1
  92. [ 0.262741] initcall dummy_timer_register+0x0/0x48 returned 0 after 0 usecs
  93. [ 0.269936] smp: Bringing up secondary CPUs ...
  94. [ 0.274906] CPU1: update cpu_capacity 1024
  95. [ 0.274912] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  96. [ 0.275448] CPU2: update cpu_capacity 1024
  97. [ 0.275453] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  98. [ 0.275950] CPU3: update cpu_capacity 1024
  99. [ 0.275956] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  100. [ 0.276043] smp: Brought up 1 node, 4 CPUs
  101. [ 0.309300] SMP: Total of 4 processors activated (104.00 BogoMIPS).
  102. [ 0.315540] CPU: All CPU(s) started in SVC mode.
  103. [ 0.320968] devtmpfs: initialized
  104. [ 0.330906] calling ipc_ns_init+0x0/0x70 @ 1
  105. [ 0.335269] initcall ipc_ns_init+0x0/0x70 returned 0 after 0 usecs
  106. [ 0.341460] calling init_mmap_min_addr+0x0/0x34 @ 1
  107. [ 0.346408] initcall init_mmap_min_addr+0x0/0x34 returned 0 after 0 usecs
  108. [ 0.353187] calling init_cpufreq_transition_notifier_list+0x0/0x34 @ 1
  109. [ 0.359798] initcall init_cpufreq_transition_notifier_list+0x0/0x34 returned 0 after 0 usecs
  110. [ 0.368220] calling jit_init+0x0/0x1c @ 1
  111. [ 0.372300] initcall jit_init+0x0/0x1c returned 0 after 0 usecs
  112. [ 0.378197] calling net_ns_init+0x0/0x160 @ 1
  113. [ 0.382841] initcall net_ns_init+0x0/0x160 returned 0 after 0 usecs
  114. [ 0.389419] calling vfp_init+0x0/0x1e0 @ 1
  115. [ 0.393615] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 3
  116. [ 0.401257] initcall vfp_init+0x0/0x1e0 returned 0 after 0 usecs
  117. [ 0.407254] calling ptrace_break_init+0x0/0x3c @ 1
  118. [ 0.412114] initcall ptrace_break_init+0x0/0x3c returned 0 after 0 usecs
  119. [ 0.418802] calling register_cpufreq_notifier+0x0/0x28 @ 1
  120. [ 0.424357] initcall register_cpufreq_notifier+0x0/0x28 returned 0 after 0 usecs
  121. [ 0.431737] calling dma_debug_do_init+0x0/0x1c @ 1
  122. [ 0.436596] initcall dma_debug_do_init+0x0/0x1c returned 0 after 0 usecs
  123. [ 0.443282] calling v6_userpage_init+0x0/0x1c @ 1
  124. [ 0.448056] initcall v6_userpage_init+0x0/0x1c returned 0 after 0 usecs
  125. [ 0.454657] calling cpu_hotplug_pm_sync_init+0x0/0x28 @ 1
  126. [ 0.460124] initcall cpu_hotplug_pm_sync_init+0x0/0x28 returned 0 after 0 usecs
  127. [ 0.467415] calling alloc_frozen_cpus+0x0/0x1c @ 1
  128. [ 0.472274] initcall alloc_frozen_cpus+0x0/0x1c returned 0 after 0 usecs
  129. [ 0.478966] calling wq_sysfs_init+0x0/0x40 @ 1
  130. [ 0.483569] initcall wq_sysfs_init+0x0/0x40 returned 0 after 0 usecs
  131. [ 0.489915] calling ksysfs_init+0x0/0xbc @ 1
  132. [ 0.494295] initcall ksysfs_init+0x0/0xbc returned 0 after 0 usecs
  133. [ 0.500466] calling pm_init+0x0/0x88 @ 1
  134. [ 0.504511] initcall pm_init+0x0/0x88 returned 0 after 0 usecs
  135. [ 0.510324] calling rcu_set_runtime_mode+0x0/0x2c @ 1
  136. [ 0.515460] initcall rcu_set_runtime_mode+0x0/0x2c returned 0 after 0 usecs
  137. [ 0.522397] calling init_jiffies_clocksource+0x0/0x2c @ 1
  138. [ 0.527875] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  139. [ 0.537673] initcall init_jiffies_clocksource+0x0/0x2c returned 0 after 0 usecs
  140. [ 0.544967] calling futex_init+0x0/0xfc @ 1
  141. [ 0.549225] futex hash table entries: 1024 (order: 4, 65536 bytes)
  142. [ 0.555472] initcall futex_init+0x0/0xfc returned 0 after 9765 usecs
  143. [ 0.561807] calling cgroup_wq_init+0x0/0x5c @ 1
  144. [ 0.566442] initcall cgroup_wq_init+0x0/0x5c returned 0 after 0 usecs
  145. [ 0.572860] calling cgroup1_wq_init+0x0/0x5c @ 1
  146. [ 0.577576] initcall cgroup1_wq_init+0x0/0x5c returned 0 after 0 usecs
  147. [ 0.584079] calling ftrace_mod_cmd_init+0x0/0x1c @ 1
  148. [ 0.589124] initcall ftrace_mod_cmd_init+0x0/0x1c returned 0 after 0 usecs
  149. [ 0.595973] calling init_graph_trace+0x0/0x88 @ 1
  150. [ 0.600767] initcall init_graph_trace+0x0/0x88 returned 0 after 0 usecs
  151. [ 0.607357] calling cpu_pm_init+0x0/0x28 @ 1
  152. [ 0.611709] initcall cpu_pm_init+0x0/0x28 returned 0 after 0 usecs
  153. [ 0.617870] calling init_per_zone_wmark_min+0x0/0x78 @ 1
  154. [ 0.623269] initcall init_per_zone_wmark_min+0x0/0x78 returned 0 after 0 usecs
  155. [ 0.630470] calling init_zero_pfn+0x0/0x60 @ 1
  156. [ 0.634996] initcall init_zero_pfn+0x0/0x60 returned 0 after 0 usecs
  157. [ 0.641326] calling cma_init_reserved_areas+0x0/0x234 @ 1
  158. [ 0.649194] initcall cma_init_reserved_areas+0x0/0x234 returned 0 after 0 usecs
  159. [ 0.656485] calling fsnotify_init+0x0/0x6c @ 1
  160. [ 0.661084] initcall fsnotify_init+0x0/0x6c returned 0 after 0 usecs
  161. [ 0.667417] calling filelock_init+0x0/0xc8 @ 1
  162. [ 0.671967] initcall filelock_init+0x0/0xc8 returned 0 after 0 usecs
  163. [ 0.678298] calling init_misc_binfmt+0x0/0x40 @ 1
  164. [ 0.683092] initcall init_misc_binfmt+0x0/0x40 returned 0 after 0 usecs
  165. [ 0.689681] calling init_script_binfmt+0x0/0x2c @ 1
  166. [ 0.694639] initcall init_script_binfmt+0x0/0x2c returned 0 after 0 usecs
  167. [ 0.701401] calling init_elf_binfmt+0x0/0x2c @ 1
  168. [ 0.706100] initcall init_elf_binfmt+0x0/0x2c returned 0 after 0 usecs
  169. [ 0.712604] calling configfs_init+0x0/0xc0 @ 1
  170. [ 0.717154] initcall configfs_init+0x0/0xc0 returned 0 after 0 usecs
  171. [ 0.723486] calling debugfs_init+0x0/0x78 @ 1
  172. [ 0.727934] initcall debugfs_init+0x0/0x78 returned 0 after 0 usecs
  173. [ 0.734178] calling tracefs_init+0x0/0x60 @ 1
  174. [ 0.738623] initcall tracefs_init+0x0/0x60 returned 0 after 0 usecs
  175. [ 0.744868] calling calibrate_xor_blocks+0x0/0x138 @ 1
  176. [ 0.750089] xor: measuring software checksum speed
  177. [ 0.850157] arm4regs : 1288.800 MB/sec
  178. [ 0.950223] 8regs : 897.200 MB/sec
  179. [ 1.050292] 32regs : 871.600 MB/sec
  180. [ 1.150363] neon : 1301.600 MB/sec
  181. [ 1.154527] xor: using function: neon (1301.600 MB/sec)
  182. [ 1.159737] initcall calibrate_xor_blocks+0x0/0x138 returned 0 after 390625 usecs
  183. [ 1.167206] calling prandom_init+0x0/0xe0 @ 1
  184. [ 1.171638] initcall prandom_init+0x0/0xe0 returned 0 after 0 usecs
  185. [ 1.177892] calling pinctrl_init+0x0/0xe4 @ 1
  186. [ 1.182314] pinctrl core: initialized pinctrl subsystem
  187. [ 1.187600] initcall pinctrl_init+0x0/0xe4 returned 0 after 0 usecs
  188. [ 1.193861] calling gpiolib_dev_init+0x0/0xe4 @ 1
  189. [ 1.198679] initcall gpiolib_dev_init+0x0/0xe4 returned 0 after 0 usecs
  190. [ 1.205284] calling regulator_init+0x0/0xb4 @ 1
  191. [ 1.210191] initcall regulator_init+0x0/0xb4 returned 0 after 0 usecs
  192. [ 1.216634] calling opp_debug_init+0x0/0x5c @ 1
  193. [ 1.221243] initcall opp_debug_init+0x0/0x5c returned 0 after 0 usecs
  194. [ 1.227675] calling dma_init_reserved_memory+0x0/0x78 @ 1
  195. [ 1.233141] initcall dma_init_reserved_memory+0x0/0x78 returned -12 after 0 usecs
  196. [ 1.240611] calling register_cpufreq_notifier+0x0/0x54 @ 1
  197. [ 1.246162] initcall register_cpufreq_notifier+0x0/0x54 returned -22 after 0 usecs
  198. [ 1.253718] calling cpufreq_core_init+0x0/0x78 @ 1
  199. [ 1.258586] initcall cpufreq_core_init+0x0/0x78 returned 0 after 0 usecs
  200. [ 1.265276] calling sock_init+0x0/0xc0 @ 1
  201. [ 1.269724] initcall sock_init+0x0/0xc0 returned 0 after 0 usecs
  202. [ 1.275712] calling net_inuse_init+0x0/0x34 @ 1
  203. [ 1.280337] initcall net_inuse_init+0x0/0x34 returned 0 after 0 usecs
  204. [ 1.286761] calling net_defaults_init+0x0/0x34 @ 1
  205. [ 1.291636] initcall net_defaults_init+0x0/0x34 returned 0 after 0 usecs
  206. [ 1.298313] calling init_default_flow_dissectors+0x0/0x5c @ 1
  207. [ 1.304137] initcall init_default_flow_dissectors+0x0/0x5c returned 0 after 0 usecs
  208. [ 1.311768] calling netlink_proto_init+0x0/0x160 @ 1
  209. [ 1.316907] NET: Registered protocol family 16
  210. [ 1.321400] initcall netlink_proto_init+0x0/0x160 returned 0 after 0 usecs
  211. [ 1.328630] calling atomic_pool_init+0x0/0x188 @ 1
  212. [ 1.334736] DMA: preallocated 256 KiB pool for atomic coherent allocations
  213. [ 1.341624] initcall atomic_pool_init+0x0/0x188 returned 0 after 9765 usecs
  214. [ 1.348565] calling irq_sysfs_init+0x0/0xc4 @ 1
  215. [ 1.353531] initcall irq_sysfs_init+0x0/0xc4 returned 0 after 0 usecs
  216. [ 1.359952] calling bdi_class_init+0x0/0x6c @ 1
  217. [ 1.364608] initcall bdi_class_init+0x0/0x6c returned 0 after 0 usecs
  218. [ 1.371027] calling mm_sysfs_init+0x0/0x48 @ 1
  219. [ 1.375559] initcall mm_sysfs_init+0x0/0x48 returned 0 after 0 usecs
  220. [ 1.381893] calling ramoops_init+0x0/0x140 @ 1
  221. [ 1.386456] initcall ramoops_init+0x0/0x140 returned 0 after 0 usecs
  222. [ 1.392788] calling gpiolib_sysfs_init+0x0/0xb4 @ 1
  223. [ 1.397769] initcall gpiolib_sysfs_init+0x0/0xb4 returned 0 after 0 usecs
  224. [ 1.404533] calling pcibus_class_init+0x0/0x2c @ 1
  225. [ 1.409419] initcall pcibus_class_init+0x0/0x2c returned 0 after 0 usecs
  226. [ 1.416096] calling pci_driver_init+0x0/0x24 @ 1
  227. [ 1.420825] initcall pci_driver_init+0x0/0x24 returned 0 after 0 usecs
  228. [ 1.427330] calling tty_class_init+0x0/0x50 @ 1
  229. [ 1.431956] initcall tty_class_init+0x0/0x50 returned 0 after 0 usecs
  230. [ 1.438372] calling vtconsole_class_init+0x0/0x100 @ 1
  231. [ 1.443671] initcall vtconsole_class_init+0x0/0x100 returned 0 after 0 usecs
  232. [ 1.450696] calling wakeup_sources_debugfs_init+0x0/0x48 @ 1
  233. [ 1.456447] initcall wakeup_sources_debugfs_init+0x0/0x48 returned 0 after 0 usecs
  234. [ 1.463989] calling regmap_initcall+0x0/0x20 @ 1
  235. [ 1.468695] initcall regmap_initcall+0x0/0x20 returned 0 after 0 usecs
  236. [ 1.475199] calling sram_init+0x0/0x28 @ 1
  237. [ 1.479410] initcall sram_init+0x0/0x28 returned 0 after 0 usecs
  238. [ 1.485395] calling syscon_init+0x0/0x28 @ 1
  239. [ 1.489769] initcall syscon_init+0x0/0x28 returned 0 after 0 usecs
  240. [ 1.495928] calling spi_init+0x0/0xcc @ 1
  241. [ 1.500068] initcall spi_init+0x0/0xcc returned 0 after 0 usecs
  242. [ 1.505966] calling i2c_init+0x0/0x104 @ 1
  243. [ 1.510198] initcall i2c_init+0x0/0x104 returned 0 after 0 usecs
  244. [ 1.516187] calling kobject_uevent_init+0x0/0x1c @ 1
  245. [ 1.521252] initcall kobject_uevent_init+0x0/0x1c returned 0 after 0 usecs
  246. [ 1.528439] calling gate_vma_init+0x0/0x38 @ 1
  247. [ 1.532966] initcall gate_vma_init+0x0/0x38 returned 0 after 0 usecs
  248. [ 1.539297] calling customize_machine+0x0/0x38 @ 1
  249. [ 1.544168] initcall customize_machine+0x0/0x38 returned 0 after 0 usecs
  250. [ 1.550847] calling init_atags_procfs+0x0/0x100 @ 1
  251. [ 1.555799] No ATAGs?
  252. [ 1.555808] initcall init_atags_procfs+0x0/0x100 returned -22 after 0 usecs
  253. [ 1.564999] calling arch_hw_breakpoint_init+0x0/0x2b0 @ 1
  254. [ 1.570582] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  255. [ 1.578558] hw-breakpoint: maximum watchpoint size is 8 bytes.
  256. [ 1.584389] initcall arch_hw_breakpoint_init+0x0/0x2b0 returned 0 after 9765 usecs
  257. [ 1.591934] calling vdso_init+0x0/0x1c4 @ 1
  258. [ 1.596231] initcall vdso_init+0x0/0x1c4 returned 0 after 0 usecs
  259. [ 1.602300] calling exceptions_init+0x0/0xa4 @ 1
  260. [ 1.607001] initcall exceptions_init+0x0/0xa4 returned 0 after 0 usecs
  261. [ 1.613504] calling clk_mt2701_init+0x0/0x28 @ 1
  262. [ 1.618231] initcall clk_mt2701_init+0x0/0x28 returned 0 after 0 usecs
  263. [ 1.624735] calling dma_bus_init+0x0/0xb8 @ 1
  264. [ 1.629200] initcall dma_bus_init+0x0/0xb8 returned 0 after 0 usecs
  265. [ 1.635444] calling dma_channel_table_init+0x0/0xf8 @ 1
  266. [ 1.640780] initcall dma_channel_table_init+0x0/0xf8 returned 0 after 0 usecs
  267. [ 1.647890] calling of_platform_default_populate_init+0x0/0x90 @ 1
  268. [ 1.724338] initcall of_platform_default_populate_init+0x0/0x90 returned 0 after 68359 usecs
  269. [ 1.733109] calling topology_init+0x0/0x7c @ 1
  270. [ 1.737977] initcall topology_init+0x0/0x7c returned 0 after 0 usecs
  271. [ 1.744308] calling uid_cache_init+0x0/0xc8 @ 1
  272. [ 1.748932] initcall uid_cache_init+0x0/0xc8 returned 0 after 0 usecs
  273. [ 1.755349] calling param_sysfs_init+0x0/0x1ec @ 1
  274. [ 1.767789] initcall param_sysfs_init+0x0/0x1ec returned 0 after 0 usecs
  275. [ 1.774519] calling user_namespace_sysctl_init+0x0/0x54 @ 1
  276. [ 1.780197] initcall user_namespace_sysctl_init+0x0/0x54 returned 0 after 0 usecs
  277. [ 1.787670] calling pm_sysrq_init+0x0/0x2c @ 1
  278. [ 1.792241] initcall pm_sysrq_init+0x0/0x2c returned 0 after 0 usecs
  279. [ 1.798595] calling crash_save_vmcoreinfo_init+0x0/0x5d0 @ 1
  280. [ 1.804413] initcall crash_save_vmcoreinfo_init+0x0/0x5d0 returned 0 after 0 usecs
  281. [ 1.812008] calling crash_notes_memory_init+0x0/0x50 @ 1
  282. [ 1.817401] initcall crash_notes_memory_init+0x0/0x50 returned 0 after 0 usecs
  283. [ 1.824611] calling cgroup_namespaces_init+0x0/0x1c @ 1
  284. [ 1.829903] initcall cgroup_namespaces_init+0x0/0x1c returned 0 after 0 usecs
  285. [ 1.837023] calling user_namespaces_init+0x0/0x50 @ 1
  286. [ 1.842164] initcall user_namespaces_init+0x0/0x50 returned 0 after 0 usecs
  287. [ 1.849113] calling hung_task_init+0x0/0x68 @ 1
  288. [ 1.853827] initcall hung_task_init+0x0/0x68 returned 0 after 0 usecs
  289. [ 1.860267] calling oom_init+0x0/0x74 @ 1
  290. [ 1.864406] initcall oom_init+0x0/0x74 returned 0 after 0 usecs
  291. [ 1.870323] calling default_bdi_init+0x0/0xb4 @ 1
  292. [ 1.875303] initcall default_bdi_init+0x0/0xb4 returned 0 after 0 usecs
  293. [ 1.881913] calling percpu_enable_async+0x0/0x2c @ 1
  294. [ 1.886944] initcall percpu_enable_async+0x0/0x2c returned 0 after 0 usecs
  295. [ 1.893809] calling kcompactd_init+0x0/0x70 @ 1
  296. [ 1.898479] initcall kcompactd_init+0x0/0x70 returned 0 after 0 usecs
  297. [ 1.904916] calling init_reserve_notifier+0x0/0x14 @ 1
  298. [ 1.910122] initcall init_reserve_notifier+0x0/0x14 returned 0 after 0 usecs
  299. [ 1.917157] calling init_admin_reserve+0x0/0x44 @ 1
  300. [ 1.922101] initcall init_admin_reserve+0x0/0x44 returned 0 after 0 usecs
  301. [ 1.928875] calling init_user_reserve+0x0/0x44 @ 1
  302. [ 1.933734] initcall init_user_reserve+0x0/0x44 returned 0 after 0 usecs
  303. [ 1.940423] calling swap_init_sysfs+0x0/0x80 @ 1
  304. [ 1.945122] initcall swap_init_sysfs+0x0/0x80 returned 0 after 0 usecs
  305. [ 1.951638] calling swapfile_init+0x0/0x6c @ 1
  306. [ 1.956151] initcall swapfile_init+0x0/0x6c returned 0 after 0 usecs
  307. [ 1.962492] calling ksm_init+0x0/0x180 @ 1
  308. [ 1.966791] initcall ksm_init+0x0/0x180 returned 0 after 0 usecs
  309. [ 1.972793] calling mem_cgroup_swap_init+0x0/0xa8 @ 1
  310. [ 1.977922] initcall mem_cgroup_swap_init+0x0/0xa8 returned 0 after 0 usecs
  311. [ 1.984871] calling mem_cgroup_init+0x0/0x134 @ 1
  312. [ 1.989673] initcall mem_cgroup_init+0x0/0x134 returned 0 after 0 usecs
  313. [ 1.996278] calling crypto_wq_init+0x0/0x54 @ 1
  314. [ 2.000959] initcall crypto_wq_init+0x0/0x54 returned 0 after 0 usecs
  315. [ 2.007393] calling cryptomgr_init+0x0/0x24 @ 1
  316. [ 2.011998] initcall cryptomgr_init+0x0/0x24 returned 0 after 0 usecs
  317. [ 2.018426] calling init_bio+0x0/0xf4 @ 1
  318. [ 2.022644] initcall init_bio+0x0/0xf4 returned 0 after 0 usecs
  319. [ 2.028564] calling blk_settings_init+0x0/0x4c @ 1
  320. [ 2.033423] initcall blk_settings_init+0x0/0x4c returned 0 after 0 usecs
  321. [ 2.040111] calling blk_ioc_init+0x0/0x50 @ 1
  322. [ 2.044539] initcall blk_ioc_init+0x0/0x50 returned 0 after 0 usecs
  323. [ 2.050792] calling blk_softirq_init+0x0/0xac @ 1
  324. [ 2.055566] initcall blk_softirq_init+0x0/0xac returned 0 after 0 usecs
  325. [ 2.062166] calling blk_mq_init+0x0/0x50 @ 1
  326. [ 2.066504] initcall blk_mq_init+0x0/0x50 returned 0 after 0 usecs
  327. [ 2.072670] calling genhd_device_init+0x0/0x90 @ 1
  328. [ 2.077687] initcall genhd_device_init+0x0/0x90 returned 0 after 0 usecs
  329. [ 2.084384] calling raid6_select_algo+0x0/0x334 @ 1
  330. [ 2.254630] raid6: int32x1 gen() 182 MB/s
  331. [ 2.424692] raid6: int32x1 xor() 167 MB/s
  332. [ 2.594996] raid6: int32x2 gen() 219 MB/s
  333. [ 2.764977] raid6: int32x2 xor() 178 MB/s
  334. [ 2.935224] raid6: int32x4 gen() 226 MB/s
  335. [ 3.105298] raid6: int32x4 xor() 177 MB/s
  336. [ 3.275552] raid6: int32x8 gen() 211 MB/s
  337. [ 3.445572] raid6: int32x8 xor() 145 MB/s
  338. [ 3.615617] raid6: neonx1 gen() 509 MB/s
  339. [ 3.785763] raid6: neonx1 xor() 482 MB/s
  340. [ 3.955839] raid6: neonx2 gen() 669 MB/s
  341. [ 4.126010] raid6: neonx2 xor() 603 MB/s
  342. [ 4.296185] raid6: neonx4 gen() 745 MB/s
  343. [ 4.466263] raid6: neonx4 xor() 657 MB/s
  344. [ 4.636427] raid6: neonx8 gen() 712 MB/s
  345. [ 4.806586] raid6: neonx8 xor() 614 MB/s
  346. [ 4.810836] raid6: using algorithm neonx4 gen() 745 MB/s
  347. [ 4.816123] raid6: .... xor() 657 MB/s, rmw enabled
  348. [ 4.820987] raid6: using neon recovery algorithm
  349. [ 4.825597] initcall raid6_select_algo+0x0/0x334 returned 0 after 2666015 usecs
  350. [ 4.832894] calling gpiolib_debugfs_init+0x0/0x48 @ 1
  351. [ 4.838026] initcall gpiolib_debugfs_init+0x0/0x48 returned 0 after 0 usecs
  352. [ 4.844974] calling pwm_debugfs_init+0x0/0x48 @ 1
  353. [ 4.849753] initcall pwm_debugfs_init+0x0/0x48 returned 0 after 0 usecs
  354. [ 4.856353] calling pwm_sysfs_init+0x0/0x2c @ 1
  355. [ 4.860980] initcall pwm_sysfs_init+0x0/0x2c returned 0 after 0 usecs
  356. [ 4.867414] calling pci_slot_init+0x0/0x64 @ 1
  357. [ 4.871935] initcall pci_slot_init+0x0/0x64 returned 0 after 0 usecs
  358. [ 4.878279] calling fbmem_init+0x0/0x104 @ 1
  359. [ 4.882712] initcall fbmem_init+0x0/0x104 returned 0 after 0 usecs
  360. [ 4.888887] calling regulator_fixed_voltage_init+0x0/0x28 @ 1
  361. [ 4.895147] initcall regulator_fixed_voltage_init+0x0/0x28 returned 0 after 0 usecs
  362. [ 4.902801] calling misc_init+0x0/0xe8 @ 1
  363. [ 4.907001] initcall misc_init+0x0/0xe8 returned 0 after 0 usecs
  364. [ 4.913013] calling vga_arb_device_init+0x0/0xf0 @ 1
  365. [ 4.918244] vgaarb: loaded
  366. [ 4.920945] initcall vga_arb_device_init+0x0/0xf0 returned 0 after 0 usecs
  367. [ 4.927816] calling cn_init+0x0/0xdc @ 1
  368. [ 4.931836] initcall cn_init+0x0/0xdc returned 0 after 0 usecs
  369. [ 4.937650] calling register_cpu_capacity_sysctl+0x0/0x90 @ 1
  370. [ 4.943497] initcall register_cpu_capacity_sysctl+0x0/0x90 returned 0 after 0 usecs
  371. [ 4.951128] calling dax_fs_init+0x0/0xf0 @ 1
  372. [ 4.955558] initcall dax_fs_init+0x0/0xf0 returned 0 after 0 usecs
  373. [ 4.961718] calling dma_buf_init+0x0/0xa4 @ 1
  374. [ 4.966174] initcall dma_buf_init+0x0/0xa4 returned 0 after 0 usecs
  375. [ 4.972420] calling init_scsi+0x0/0x9c @ 1
  376. [ 4.976810] SCSI subsystem initialized
  377. [ 4.980548] initcall init_scsi+0x0/0x9c returned 0 after 0 usecs
  378. [ 4.986532] calling ata_init+0x0/0x390 @ 1
  379. [ 4.990867] libata version 3.00 loaded.
  380. [ 4.994691] initcall ata_init+0x0/0x390 returned 0 after 0 usecs
  381. [ 5.000673] calling phy_init+0x0/0x74 @ 1
  382. [ 5.004859] initcall phy_init+0x0/0x74 returned 0 after 0 usecs
  383. [ 5.010756] calling usb_init+0x0/0x18c @ 1
  384. [ 5.015026] usbcore: registered new interface driver usbfs
  385. [ 5.020530] usbcore: registered new interface driver hub
  386. [ 5.025882] usbcore: registered new device driver usb
  387. [ 5.030915] initcall usb_init+0x0/0x18c returned 0 after 9765 usecs
  388. [ 5.037175] calling usb_phy_generic_init+0x0/0x28 @ 1
  389. [ 5.042442] initcall usb_phy_generic_init+0x0/0x28 returned 0 after 0 usecs
  390. [ 5.049394] calling usb_udc_init+0x0/0x68 @ 1
  391. [ 5.053837] initcall usb_udc_init+0x0/0x68 returned 0 after 0 usecs
  392. [ 5.060094] calling serio_init+0x0/0x40 @ 1
  393. [ 5.064381] initcall serio_init+0x0/0x40 returned 0 after 0 usecs
  394. [ 5.070474] calling input_init+0x0/0x11c @ 1
  395. [ 5.074840] initcall input_init+0x0/0x11c returned 0 after 0 usecs
  396. [ 5.081016] calling rc_core_init+0x0/0x68 @ 1
  397. [ 5.085461] initcall rc_core_init+0x0/0x68 returned 0 after 0 usecs
  398. [ 5.091722] calling power_supply_class_init+0x0/0x60 @ 1
  399. [ 5.097117] initcall power_supply_class_init+0x0/0x60 returned 0 after 0 usecs
  400. [ 5.104328] calling hwmon_init+0x0/0x44 @ 1
  401. [ 5.108596] initcall hwmon_init+0x0/0x44 returned 0 after 0 usecs
  402. [ 5.114680] calling md_init+0x0/0x168 @ 1
  403. [ 5.118903] initcall md_init+0x0/0x168 returned 0 after 0 usecs
  404. [ 5.124824] calling mmc_init+0x0/0x50 @ 1
  405. [ 5.128975] initcall mmc_init+0x0/0x50 returned 0 after 0 usecs
  406. [ 5.134888] calling iio_init+0x0/0xa4 @ 1
  407. [ 5.139009] initcall iio_init+0x0/0xa4 returned 0 after 0 usecs
  408. [ 5.144923] calling arm_pmu_hp_init+0x0/0x70 @ 1
  409. [ 5.149611] initcall arm_pmu_hp_init+0x0/0x70 returned 0 after 0 usecs
  410. [ 5.156124] calling ras_init+0x0/0x20 @ 1
  411. [ 5.160214] initcall ras_init+0x0/0x20 returned 0 after 0 usecs
  412. [ 5.166111] calling init_soundcore+0x0/0xd0 @ 1
  413. [ 5.170740] initcall init_soundcore+0x0/0xd0 returned 0 after 0 usecs
  414. [ 5.177158] calling alsa_sound_init+0x0/0xc0 @ 1
  415. [ 5.181888] Advanced Linux Sound Architecture Driver Initialized.
  416. [ 5.187960] initcall alsa_sound_init+0x0/0xc0 returned 0 after 0 usecs
  417. [ 5.194477] calling proto_init+0x0/0x24 @ 1
  418. [ 5.198736] initcall proto_init+0x0/0x24 returned 0 after 0 usecs
  419. [ 5.204820] calling net_dev_init+0x0/0x218 @ 1
  420. [ 5.209670] initcall net_dev_init+0x0/0x218 returned 0 after 0 usecs
  421. [ 5.216020] calling neigh_init+0x0/0xb4 @ 1
  422. [ 5.220277] initcall neigh_init+0x0/0xb4 returned 0 after 0 usecs
  423. [ 5.226361] calling fib_notifier_init+0x0/0x24 @ 1
  424. [ 5.231223] initcall fib_notifier_init+0x0/0x24 returned 0 after 0 usecs
  425. [ 5.237910] calling fib_rules_init+0x0/0xd8 @ 1
  426. [ 5.242514] initcall fib_rules_init+0x0/0xd8 returned 0 after 0 usecs
  427. [ 5.248942] calling init_cgroup_netprio+0x0/0x28 @ 1
  428. [ 5.253979] initcall init_cgroup_netprio+0x0/0x28 returned 0 after 0 usecs
  429. [ 5.260838] calling pktsched_init+0x0/0x140 @ 1
  430. [ 5.265450] initcall pktsched_init+0x0/0x140 returned 0 after 0 usecs
  431. [ 5.271878] calling tc_filter_init+0x0/0xb8 @ 1
  432. [ 5.276493] initcall tc_filter_init+0x0/0xb8 returned 0 after 0 usecs
  433. [ 5.282922] calling tc_action_init+0x0/0x7c @ 1
  434. [ 5.287522] initcall tc_action_init+0x0/0x7c returned 0 after 0 usecs
  435. [ 5.293949] calling genl_init+0x0/0x48 @ 1
  436. [ 5.298143] initcall genl_init+0x0/0x48 returned 0 after 0 usecs
  437. [ 5.304142] calling ipv4_netfilter_init+0x0/0x24 @ 1
  438. [ 5.309176] initcall ipv4_netfilter_init+0x0/0x24 returned 0 after 0 usecs
  439. [ 5.316038] calling bt_init+0x0/0xc8 @ 1
  440. [ 5.320029] Bluetooth: Core ver 2.22
  441. [ 5.323613] NET: Registered protocol family 31
  442. [ 5.328050] Bluetooth: HCI device and connection manager initialized
  443. [ 5.334383] Bluetooth: HCI socket layer initialized
  444. [ 5.339253] Bluetooth: L2CAP socket layer initialized
  445. [ 5.344304] Bluetooth: SCO socket layer initialized
  446. [ 5.349169] initcall bt_init+0x0/0xc8 returned 0 after 19531 usecs
  447. [ 5.355341] calling cfg80211_init+0x0/0xe8 @ 1
  448. [ 5.360187] initcall cfg80211_init+0x0/0xe8 returned 0 after 0 usecs
  449. [ 5.366551] calling wireless_nlevent_init+0x0/0x54 @ 1
  450. [ 5.371763] initcall wireless_nlevent_init+0x0/0x54 returned 0 after 0 usecs
  451. [ 5.378798] calling rfkill_init+0x0/0xe4 @ 1
  452. [ 5.383284] initcall rfkill_init+0x0/0xe4 returned 0 after 0 usecs
  453. [ 5.389466] calling watchdog_init+0x0/0x94 @ 1
  454. [ 5.394105] initcall watchdog_init+0x0/0x94 returned 0 after 0 usecs
  455. [ 5.400812] calling proc_cpu_init+0x0/0x34 @ 1
  456. [ 5.405332] initcall proc_cpu_init+0x0/0x34 returned 0 after 0 usecs
  457. [ 5.411678] calling alignment_init+0x0/0xe8 @ 1
  458. [ 5.416283] initcall alignment_init+0x0/0xe8 returned 0 after 0 usecs
  459. [ 5.422715] calling clocksource_done_booting+0x0/0x54 @ 1
  460. [ 5.428223] clocksource: Switched to clocksource arch_sys_counter
  461. [ 5.434316] initcall clocksource_done_booting+0x0/0x54 returned 0 after 5963 usecs
  462. [ 5.441879] calling tracer_init_tracefs+0x0/0x204 @ 1
  463. [ 5.479809] initcall tracer_init_tracefs+0x0/0x204 returned 0 after 32032 usecs
  464. [ 5.487099] calling init_trace_printk_function_export+0x0/0x4c @ 1
  465. [ 5.493379] initcall init_trace_printk_function_export+0x0/0x4c returned 0 after 7 usecs
  466. [ 5.501458] calling init_graph_tracefs+0x0/0x4c @ 1
  467. [ 5.506409] initcall init_graph_tracefs+0x0/0x4c returned 0 after 6 usecs
  468. [ 5.513187] calling event_trace_init+0x0/0x348 @ 1
  469. [ 5.576728] initcall event_trace_init+0x0/0x348 returned 0 after 57283 usecs
  470. [ 5.583840] calling init_uprobe_trace+0x0/0x70 @ 1
  471. [ 5.588734] initcall init_uprobe_trace+0x0/0x70 returned 0 after 16 usecs
  472. [ 5.595498] calling init_pipe_fs+0x0/0x68 @ 1
  473. [ 5.599996] initcall init_pipe_fs+0x0/0x68 returned 0 after 55 usecs
  474. [ 5.606328] calling cgroup_writeback_init+0x0/0x54 @ 1
  475. [ 5.611602] initcall cgroup_writeback_init+0x0/0x54 returned 0 after 51 usecs
  476. [ 5.618734] calling inotify_user_setup+0x0/0x70 @ 1
  477. [ 5.623689] initcall inotify_user_setup+0x0/0x70 returned 0 after 9 usecs
  478. [ 5.630476] calling eventpoll_init+0x0/0xe0 @ 1
  479. [ 5.635099] initcall eventpoll_init+0x0/0xe0 returned 0 after 23 usecs
  480. [ 5.641621] calling anon_inode_init+0x0/0x7c @ 1
  481. [ 5.646333] initcall anon_inode_init+0x0/0x7c returned 0 after 24 usecs
  482. [ 5.652939] calling proc_locks_init+0x0/0x38 @ 1
  483. [ 5.657641] initcall proc_locks_init+0x0/0x38 returned 0 after 11 usecs
  484. [ 5.664246] calling dquot_init+0x0/0x154 @ 1
  485. [ 5.668595] VFS: Disk quotas dquot_6.6.0
  486. [ 5.672554] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  487. [ 5.679514] initcall dquot_init+0x0/0x154 returned 0 after 10657 usecs
  488. [ 5.686018] calling quota_init+0x0/0x3c @ 1
  489. [ 5.690334] initcall quota_init+0x0/0x3c returned 0 after 46 usecs
  490. [ 5.696492] calling proc_cmdline_init+0x0/0x38 @ 1
  491. [ 5.701372] initcall proc_cmdline_init+0x0/0x38 returned 0 after 4 usecs
  492. [ 5.708048] calling proc_consoles_init+0x0/0x38 @ 1
  493. [ 5.713011] initcall proc_consoles_init+0x0/0x38 returned 0 after 3 usecs
  494. [ 5.719788] calling proc_cpuinfo_init+0x0/0x38 @ 1
  495. [ 5.724658] initcall proc_cpuinfo_init+0x0/0x38 returned 0 after 8 usecs
  496. [ 5.731350] calling proc_devices_init+0x0/0x38 @ 1
  497. [ 5.736214] initcall proc_devices_init+0x0/0x38 returned 0 after 3 usecs
  498. [ 5.742905] calling proc_interrupts_init+0x0/0x38 @ 1
  499. [ 5.748027] initcall proc_interrupts_init+0x0/0x38 returned 0 after 3 usecs
  500. [ 5.754977] calling proc_loadavg_init+0x0/0x38 @ 1
  501. [ 5.759852] initcall proc_loadavg_init+0x0/0x38 returned 0 after 3 usecs
  502. [ 5.766529] calling proc_meminfo_init+0x0/0x38 @ 1
  503. [ 5.771406] initcall proc_meminfo_init+0x0/0x38 returned 0 after 3 usecs
  504. [ 5.778082] calling proc_stat_init+0x0/0x38 @ 1
  505. [ 5.782699] initcall proc_stat_init+0x0/0x38 returned 0 after 3 usecs
  506. [ 5.789129] calling proc_uptime_init+0x0/0x38 @ 1
  507. [ 5.793905] initcall proc_uptime_init+0x0/0x38 returned 0 after 3 usecs
  508. [ 5.800509] calling proc_version_init+0x0/0x38 @ 1
  509. [ 5.805371] initcall proc_version_init+0x0/0x38 returned 0 after 3 usecs
  510. [ 5.812061] calling proc_softirqs_init+0x0/0x38 @ 1
  511. [ 5.817010] initcall proc_softirqs_init+0x0/0x38 returned 0 after 3 usecs
  512. [ 5.823786] calling proc_kmsg_init+0x0/0x38 @ 1
  513. [ 5.828402] initcall proc_kmsg_init+0x0/0x38 returned 0 after 3 usecs
  514. [ 5.834820] calling proc_page_init+0x0/0x6c @ 1
  515. [ 5.839438] initcall proc_page_init+0x0/0x6c returned 0 after 6 usecs
  516. [ 5.845856] calling fscache_init+0x0/0x21c @ 1
  517. [ 5.850446] FS-Cache: Loaded
  518. [ 5.853317] initcall fscache_init+0x0/0x21c returned 0 after 2866 usecs
  519. [ 5.859927] calling init_ramfs_fs+0x0/0x44 @ 1
  520. [ 5.864440] initcall init_ramfs_fs+0x0/0x44 returned 0 after 0 usecs
  521. [ 5.870788] calling cachefiles_init+0x0/0xb4 @ 1
  522. [ 5.875662] CacheFiles: Loaded
  523. [ 5.878731] initcall cachefiles_init+0x0/0xb4 returned 0 after 3175 usecs
  524. [ 5.885495] calling blk_scsi_ioctl_init+0x0/0xf0 @ 1
  525. [ 5.890547] initcall blk_scsi_ioctl_init+0x0/0xf0 returned 0 after 1 usecs
  526. [ 5.897397] calling simplefb_init+0x0/0xa0 @ 1
  527. [ 5.902127] initcall simplefb_init+0x0/0xa0 returned 0 after 197 usecs
  528. [ 5.908654] calling chr_dev_init+0x0/0xd0 @ 1
  529. [ 5.920202] initcall chr_dev_init+0x0/0xd0 returned 0 after 6944 usecs
  530. [ 5.926716] calling firmware_class_init+0x0/0xc0 @ 1
  531. [ 5.931781] initcall firmware_class_init+0x0/0xc0 returned 0 after 4 usecs
  532. [ 5.938649] calling thermal_init+0x0/0x10c @ 1
  533. [ 5.943434] initcall thermal_init+0x0/0x10c returned 0 after 258 usecs
  534. [ 5.949963] calling cpufreq_gov_performance_init+0x0/0x24 @ 1
  535. [ 5.955777] initcall cpufreq_gov_performance_init+0x0/0x24 returned 0 after 1 usecs
  536. [ 5.963422] calling sysctl_core_init+0x0/0x40 @ 1
  537. [ 5.968257] initcall sysctl_core_init+0x0/0x40 returned 0 after 58 usecs
  538. [ 5.974934] calling eth_offload_init+0x0/0x28 @ 1
  539. [ 5.979723] initcall eth_offload_init+0x0/0x28 returned 0 after 1 usecs
  540. [ 5.986315] calling inet_init+0x0/0x2a0 @ 1
  541. [ 5.990648] NET: Registered protocol family 2
  542. [ 5.995517] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  543. [ 6.002608] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  544. [ 6.009090] TCP: Hash tables configured (established 4096 bind 4096)
  545. [ 6.015510] UDP hash table entries: 256 (order: 1, 8192 bytes)
  546. [ 6.021361] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  547. [ 6.027779] initcall inet_init+0x0/0x2a0 returned 0 after 36321 usecs
  548. [ 6.034221] calling ipv4_offload_init+0x0/0x94 @ 1
  549. [ 6.039095] initcall ipv4_offload_init+0x0/0x94 returned 0 after 1 usecs
  550. [ 6.045773] calling af_unix_init+0x0/0x64 @ 1
  551. [ 6.050214] NET: Registered protocol family 1
  552. [ 6.054579] initcall af_unix_init+0x0/0x64 returned 0 after 4264 usecs
  553. [ 6.061099] calling ipv6_offload_init+0x0/0x98 @ 1
  554. [ 6.065960] initcall ipv6_offload_init+0x0/0x98 returned 0 after 2 usecs
  555. [ 6.072650] calling init_sunrpc+0x0/0x7c @ 1
  556. [ 6.077337] RPC: Registered named UNIX socket transport module.
  557. [ 6.083265] RPC: Registered udp transport module.
  558. [ 6.087950] RPC: Registered tcp transport module.
  559. [ 6.092647] RPC: Registered tcp NFSv4.1 backchannel transport module.
  560. [ 6.099081] initcall init_sunrpc+0x0/0x7c returned 0 after 21571 usecs
  561. [ 6.105586] calling pci_apply_final_quirks+0x0/0x148 @ 1
  562. [ 6.110979] PCI: CLS 0 bytes, default 64
  563. [ 6.114885] initcall pci_apply_final_quirks+0x0/0x148 returned 0 after 3815 usecs
  564. [ 6.122357] calling populate_rootfs+0x0/0x118 @ 1
  565. [ 6.127376] initcall populate_rootfs+0x0/0x118 returned 0 after 235 usecs
  566. [ 6.134527] calling armv7_pmu_driver_init+0x0/0x28 @ 1
  567. [ 6.140227] initcall armv7_pmu_driver_init+0x0/0x28 returned 0 after 464 usecs
  568. [ 6.147428] calling arch_uprobes_init+0x0/0x34 @ 1
  569. [ 6.152301] initcall arch_uprobes_init+0x0/0x34 returned 0 after 1 usecs
  570. [ 6.158988] calling proc_execdomains_init+0x0/0x38 @ 1
  571. [ 6.164202] initcall proc_execdomains_init+0x0/0x38 returned 0 after 8 usecs
  572. [ 6.171236] calling cpuhp_sysfs_init+0x0/0x9c @ 1
  573. [ 6.176058] initcall cpuhp_sysfs_init+0x0/0x9c returned 0 after 47 usecs
  574. [ 6.182745] calling ioresources_init+0x0/0x54 @ 1
  575. [ 6.187528] initcall ioresources_init+0x0/0x54 returned 0 after 8 usecs
  576. [ 6.194129] calling init_sched_debug_procfs+0x0/0x40 @ 1
  577. [ 6.199524] initcall init_sched_debug_procfs+0x0/0x40 returned 0 after 3 usecs
  578. [ 6.206720] calling irq_debugfs_init+0x0/0x50 @ 1
  579. [ 6.211518] initcall irq_debugfs_init+0x0/0x50 returned 0 after 14 usecs
  580. [ 6.218195] calling irq_pm_init_ops+0x0/0x28 @ 1
  581. [ 6.222894] initcall irq_pm_init_ops+0x0/0x28 returned 0 after 1 usecs
  582. [ 6.229407] calling timekeeping_init_ops+0x0/0x28 @ 1
  583. [ 6.234527] initcall timekeeping_init_ops+0x0/0x28 returned 0 after 0 usecs
  584. [ 6.241473] calling init_clocksource_sysfs+0x0/0x84 @ 1
  585. [ 6.246910] initcall init_clocksource_sysfs+0x0/0x84 returned 0 after 136 usecs
  586. [ 6.254213] calling init_timer_list_procfs+0x0/0x40 @ 1
  587. [ 6.259521] initcall init_timer_list_procfs+0x0/0x40 returned 0 after 5 usecs
  588. [ 6.266632] calling alarmtimer_init+0x0/0xd0 @ 1
  589. [ 6.271499] initcall alarmtimer_init+0x0/0xd0 returned 0 after 165 usecs
  590. [ 6.278177] calling init_posix_timers+0x0/0x50 @ 1
  591. [ 6.283087] initcall init_posix_timers+0x0/0x50 returned 0 after 31 usecs
  592. [ 6.289866] calling clockevents_init_sysfs+0x0/0xe4 @ 1
  593. [ 6.295428] initcall clockevents_init_sysfs+0x0/0xe4 returned 0 after 260 usecs
  594. [ 6.302727] calling sched_clock_syscore_init+0x0/0x28 @ 1
  595. [ 6.308194] initcall sched_clock_syscore_init+0x0/0x28 returned 0 after 0 usecs
  596. [ 6.315488] calling proc_modules_init+0x0/0x38 @ 1
  597. [ 6.320365] initcall proc_modules_init+0x0/0x38 returned 0 after 5 usecs
  598. [ 6.327042] calling kallsyms_init+0x0/0x38 @ 1
  599. [ 6.331571] initcall kallsyms_init+0x0/0x38 returned 0 after 4 usecs
  600. [ 6.337902] calling pid_namespaces_init+0x0/0x50 @ 1
  601. [ 6.342960] initcall pid_namespaces_init+0x0/0x50 returned 0 after 12 usecs
  602. [ 6.349909] calling ikconfig_init+0x0/0x54 @ 1
  603. [ 6.354426] initcall ikconfig_init+0x0/0x54 returned 0 after 4 usecs
  604. [ 6.360768] calling audit_init+0x0/0x154 @ 1
  605. [ 6.365108] audit: initializing netlink subsys (disabled)
  606. [ 6.370668] initcall audit_init+0x0/0x154 returned 0 after 5426 usecs
  607. [ 6.370672] audit: type=2000 audit(6.010:1): state=initialized audit_enabled=0 res=1
  608. [ 6.384829] calling audit_watch_init+0x0/0x50 @ 1
  609. [ 6.389620] initcall audit_watch_init+0x0/0x50 returned 0 after 1 usecs
  610. [ 6.396211] calling audit_fsnotify_init+0x0/0x50 @ 1
  611. [ 6.401257] initcall audit_fsnotify_init+0x0/0x50 returned 0 after 0 usecs
  612. [ 6.408108] calling audit_tree_init+0x0/0x68 @ 1
  613. [ 6.412810] initcall audit_tree_init+0x0/0x68 returned 0 after 1 usecs
  614. [ 6.419324] calling seccomp_sysctl_init+0x0/0x40 @ 1
  615. [ 6.424374] initcall seccomp_sysctl_init+0x0/0x40 returned 0 after 17 usecs
  616. [ 6.431336] calling utsname_sysctl_init+0x0/0x28 @ 1
  617. [ 6.436383] initcall utsname_sysctl_init+0x0/0x28 returned 0 after 13 usecs
  618. [ 6.443334] calling init_tracepoints+0x0/0x3c @ 1
  619. [ 6.448110] initcall init_tracepoints+0x0/0x3c returned 0 after 1 usecs
  620. [ 6.454716] calling perf_event_sysfs_init+0x0/0xc0 @ 1
  621. [ 6.460106] initcall perf_event_sysfs_init+0x0/0xc0 returned 0 after 167 usecs
  622. [ 6.467305] calling init_uprobes+0x0/0x7c @ 1
  623. [ 6.471758] initcall init_uprobes+0x0/0x7c returned 0 after 7 usecs
  624. [ 6.478001] calling kswapd_init+0x0/0x70 @ 1
  625. [ 6.482441] initcall kswapd_init+0x0/0x70 returned 0 after 83 usecs
  626. [ 6.488712] calling extfrag_debug_init+0x0/0xa4 @ 1
  627. [ 6.493691] initcall extfrag_debug_init+0x0/0xa4 returned 0 after 29 usecs
  628. [ 6.500564] calling mm_compute_batch_init+0x0/0x68 @ 1
  629. [ 6.505770] initcall mm_compute_batch_init+0x0/0x68 returned 0 after 0 usecs
  630. [ 6.512804] calling slab_proc_init+0x0/0x38 @ 1
  631. [ 6.517411] initcall slab_proc_init+0x0/0x38 returned 0 after 6 usecs
  632. [ 6.523842] calling workingset_init+0x0/0xa0 @ 1
  633. [ 6.528535] workingset: timestamp_bits=14 max_order=19 bucket_order=5
  634. [ 6.534957] initcall workingset_init+0x0/0xa0 returned 0 after 6268 usecs
  635. [ 6.541733] calling proc_vmalloc_init+0x0/0x38 @ 1
  636. [ 6.546598] initcall proc_vmalloc_init+0x0/0x38 returned 0 after 4 usecs
  637. [ 6.553286] calling memblock_init_debugfs+0x0/0x88 @ 1
  638. [ 6.558521] initcall memblock_init_debugfs+0x0/0x88 returned 0 after 16 usecs
  639. [ 6.565631] calling procswaps_init+0x0/0x38 @ 1
  640. [ 6.570246] initcall procswaps_init+0x0/0x38 returned 0 after 4 usecs
  641. [ 6.576663] calling slab_sysfs_init+0x0/0x12c @ 1
  642. [ 6.586018] initcall slab_sysfs_init+0x0/0x12c returned 0 after 4455 usecs
  643. [ 6.592892] calling fcntl_init+0x0/0x50 @ 1
  644. [ 6.597159] initcall fcntl_init+0x0/0x50 returned 0 after 11 usecs
  645. [ 6.603333] calling proc_filesystems_init+0x0/0x38 @ 1
  646. [ 6.608564] initcall proc_filesystems_init+0x0/0x38 returned 0 after 14 usecs
  647. [ 6.615675] calling start_dirtytime_writeback+0x0/0x44 @ 1
  648. [ 6.621245] initcall start_dirtytime_writeback+0x0/0x44 returned 0 after 3 usecs
  649. [ 6.628624] calling blkdev_init+0x0/0x40 @ 1
  650. [ 6.632989] initcall blkdev_init+0x0/0x40 returned 0 after 25 usecs
  651. [ 6.639254] calling dio_init+0x0/0x50 @ 1
  652. [ 6.643447] initcall dio_init+0x0/0x50 returned 0 after 107 usecs
  653. [ 6.649533] calling dnotify_init+0x0/0x94 @ 1
  654. [ 6.653977] initcall dnotify_init+0x0/0x94 returned 0 after 14 usecs
  655. [ 6.660322] calling fanotify_user_setup+0x0/0x70 @ 1
  656. [ 6.665368] initcall fanotify_user_setup+0x0/0x70 returned 0 after 11 usecs
  657. [ 6.672313] calling aio_setup+0x0/0x98 @ 1
  658. [ 6.676527] initcall aio_setup+0x0/0x98 returned 0 after 44 usecs
  659. [ 6.682613] calling fscrypt_init+0x0/0xc0 @ 1
  660. [ 6.687172] initcall fscrypt_init+0x0/0xc0 returned 0 after 128 usecs
  661. [ 6.693607] calling mbcache_init+0x0/0x54 @ 1
  662. [ 6.698137] initcall mbcache_init+0x0/0x54 returned 0 after 101 usecs
  663. [ 6.704572] calling init_grace+0x0/0x24 @ 1
  664. [ 6.708843] initcall init_grace+0x0/0x24 returned 0 after 3 usecs
  665. [ 6.714914] calling init_v2_quota_format+0x0/0x38 @ 1
  666. [ 6.720048] initcall init_v2_quota_format+0x0/0x38 returned 0 after 1 usecs
  667. [ 6.726985] calling init_devpts_fs+0x0/0x3c @ 1
  668. [ 6.731620] initcall init_devpts_fs+0x0/0x3c returned 0 after 22 usecs
  669. [ 6.738124] calling init_reiserfs_fs+0x0/0x94 @ 1
  670. [ 6.743011] initcall init_reiserfs_fs+0x0/0x94 returned 0 after 97 usecs
  671. [ 6.749704] calling ext4_init_fs+0x0/0x1a4 @ 1
  672. [ 6.754702] initcall ext4_init_fs+0x0/0x1a4 returned 0 after 471 usecs
  673. [ 6.761230] calling journal_init+0x0/0x128 @ 1
  674. [ 6.765955] initcall journal_init+0x0/0x128 returned 0 after 205 usecs
  675. [ 6.772479] calling init_squashfs_fs+0x0/0x98 @ 1
  676. [ 6.777339] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  677. [ 6.783170] initcall init_squashfs_fs+0x0/0x98 returned 0 after 5776 usecs
  678. [ 6.790032] calling init_fat_fs+0x0/0x78 @ 1
  679. [ 6.794540] initcall init_fat_fs+0x0/0x78 returned 0 after 163 usecs
  680. [ 6.800890] calling init_vfat_fs+0x0/0x24 @ 1
  681. [ 6.805318] initcall init_vfat_fs+0x0/0x24 returned 0 after 1 usecs
  682. [ 6.811572] calling init_msdos_fs+0x0/0x24 @ 1
  683. [ 6.816086] initcall init_msdos_fs+0x0/0x24 returned 0 after 1 usecs
  684. [ 6.822430] calling init_iso9660_fs+0x0/0x9c @ 1
  685. [ 6.827257] initcall init_iso9660_fs+0x0/0x9c returned 0 after 134 usecs
  686. [ 6.833961] calling init_hfsplus_fs+0x0/0x98 @ 1
  687. [ 6.838773] initcall init_hfsplus_fs+0x0/0x98 returned 0 after 107 usecs
  688. [ 6.845451] calling ecryptfs_init+0x0/0x1b4 @ 1
  689. [ 6.850497] initcall ecryptfs_init+0x0/0x1b4 returned 0 after 412 usecs
  690. [ 6.857093] calling init_nfs_fs+0x0/0x168 @ 1
  691. [ 6.861938] initcall init_nfs_fs+0x0/0x168 returned 0 after 384 usecs
  692. [ 6.868385] calling init_nfs_v2+0x0/0x28 @ 1
  693. [ 6.872726] initcall init_nfs_v2+0x0/0x28 returned 0 after 1 usecs
  694. [ 6.878895] calling init_nfs_v3+0x0/0x28 @ 1
  695. [ 6.883232] initcall init_nfs_v3+0x0/0x28 returned 0 after 0 usecs
  696. [ 6.889401] calling init_nfs_v4+0x0/0x4c @ 1
  697. [ 6.893738] NFS: Registering the id_resolver key type
  698. [ 6.898798] Key type id_resolver registered
  699. [ 6.902960] Key type id_legacy registered
  700. [ 6.906962] initcall init_nfs_v4+0x0/0x4c returned 0 after 12910 usecs
  701. [ 6.913482] calling init_nfsd+0x0/0x110 @ 1
  702. [ 6.917731] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  703. [ 6.924549] initcall init_nfsd+0x0/0x110 returned 0 after 6651 usecs
  704. [ 6.930902] calling init_nlm+0x0/0x80 @ 1
  705. [ 6.935008] initcall init_nlm+0x0/0x80 returned 0 after 26 usecs
  706. [ 6.941009] calling init_nls_cp437+0x0/0x28 @ 1
  707. [ 6.945608] initcall init_nls_cp437+0x0/0x28 returned 0 after 0 usecs
  708. [ 6.952035] calling init_nls_cp932+0x0/0x28 @ 1
  709. [ 6.956635] initcall init_nls_cp932+0x0/0x28 returned 0 after 0 usecs
  710. [ 6.963064] calling init_nls_euc_jp+0x0/0x68 @ 1
  711. [ 6.967751] initcall init_nls_euc_jp+0x0/0x68 returned 0 after 2 usecs
  712. [ 6.974266] calling init_nls_cp936+0x0/0x28 @ 1
  713. [ 6.978876] initcall init_nls_cp936+0x0/0x28 returned 0 after 0 usecs
  714. [ 6.985293] calling init_nls_cp949+0x0/0x28 @ 1
  715. [ 6.989902] initcall init_nls_cp949+0x0/0x28 returned 0 after 0 usecs
  716. [ 6.996319] calling init_nls_cp950+0x0/0x28 @ 1
  717. [ 7.000931] initcall init_nls_cp950+0x0/0x28 returned 0 after 0 usecs
  718. [ 7.007348] calling init_nls_ascii+0x0/0x28 @ 1
  719. [ 7.011959] initcall init_nls_ascii+0x0/0x28 returned 0 after 0 usecs
  720. [ 7.018387] calling init_nls_iso8859_1+0x0/0x28 @ 1
  721. [ 7.023333] initcall init_nls_iso8859_1+0x0/0x28 returned 0 after 0 usecs
  722. [ 7.030107] calling init_nls_utf8+0x0/0x44 @ 1
  723. [ 7.034621] initcall init_nls_utf8+0x0/0x44 returned 0 after 1 usecs
  724. [ 7.040962] calling init_ntfs_fs+0x0/0x1e8 @ 1
  725. [ 7.045471] ntfs: driver 2.1.32 [Flags: R/W].
  726. [ 7.050014] initcall init_ntfs_fs+0x0/0x1e8 returned 0 after 4431 usecs
  727. [ 7.056603] calling init_autofs4_fs+0x0/0x38 @ 1
  728. [ 7.061471] initcall init_autofs4_fs+0x0/0x38 returned 0 after 159 usecs
  729. [ 7.068148] calling fuse_init+0x0/0x1c4 @ 1
  730. [ 7.072420] fuse init (API version 7.26)
  731. [ 7.076628] initcall fuse_init+0x0/0x1c4 returned 0 after 4105 usecs
  732. [ 7.082986] calling ovl_init+0x0/0x84 @ 1
  733. [ 7.087155] initcall ovl_init+0x0/0x84 returned 0 after 87 usecs
  734. [ 7.093157] calling init_udf_fs+0x0/0x8c @ 1
  735. [ 7.097584] initcall init_udf_fs+0x0/0x8c returned 0 after 83 usecs
  736. [ 7.103842] calling init_jfs_fs+0x0/0x1d4 @ 1
  737. [ 7.108390] JFS: nTxBlock = 8192, nTxLock = 65536
  738. [ 7.119736] initcall init_jfs_fs+0x0/0x1d4 returned 0 after 11167 usecs
  739. [ 7.126340] calling init_xfs_fs+0x0/0x1b0 @ 1
  740. [ 7.130807] SGI XFS with ACLs, security attributes, no debug enabled
  741. [ 7.138384] initcall init_xfs_fs+0x0/0x1b0 returned 0 after 7389 usecs
  742. [ 7.144895] calling init_pstore_fs+0x0/0x60 @ 1
  743. [ 7.149529] initcall init_pstore_fs+0x0/0x60 returned 0 after 8 usecs
  744. [ 7.155946] calling ipc_init+0x0/0x78 @ 1
  745. [ 7.160072] initcall ipc_init+0x0/0x78 returned 0 after 28 usecs
  746. [ 7.166057] calling ipc_sysctl_init+0x0/0x28 @ 1
  747. [ 7.170790] initcall ipc_sysctl_init+0x0/0x28 returned 0 after 29 usecs
  748. [ 7.177381] calling init_mqueue_fs+0x0/0x114 @ 1
  749. [ 7.182257] initcall init_mqueue_fs+0x0/0x114 returned 0 after 166 usecs
  750. [ 7.188958] calling key_proc_init+0x0/0x7c @ 1
  751. [ 7.193483] initcall key_proc_init+0x0/0x7c returned 0 after 9 usecs
  752. [ 7.199831] calling crypto_algapi_init+0x0/0x20 @ 1
  753. [ 7.204781] initcall crypto_algapi_init+0x0/0x20 returned 0 after 4 usecs
  754. [ 7.211559] calling seqiv_module_init+0x0/0x24 @ 1
  755. [ 7.216423] initcall seqiv_module_init+0x0/0x24 returned 0 after 2 usecs
  756. [ 7.223115] calling echainiv_module_init+0x0/0x24 @ 1
  757. [ 7.228249] initcall echainiv_module_init+0x0/0x24 returned 0 after 1 usecs
  758. [ 7.235189] calling rsa_init+0x0/0x58 @ 1
  759. [ 7.239404] initcall rsa_init+0x0/0x58 returned 0 after 115 usecs
  760. [ 7.245479] calling crypto_cmac_module_init+0x0/0x24 @ 1
  761. [ 7.250879] initcall crypto_cmac_module_init+0x0/0x24 returned 0 after 1 usecs
  762. [ 7.258076] calling hmac_module_init+0x0/0x24 @ 1
  763. [ 7.262861] initcall hmac_module_init+0x0/0x24 returned 0 after 1 usecs
  764. [ 7.269461] calling crypto_null_mod_init+0x0/0x5c @ 1
  765. [ 7.274932] initcall crypto_null_mod_init+0x0/0x5c returned 0 after 336 usecs
  766. [ 7.282064] calling md4_mod_init+0x0/0x24 @ 1
  767. [ 7.286582] initcall md4_mod_init+0x0/0x24 returned 0 after 86 usecs
  768. [ 7.292931] calling md5_mod_init+0x0/0x24 @ 1
  769. [ 7.297446] initcall md5_mod_init+0x0/0x24 returned 0 after 83 usecs
  770. [ 7.303795] calling sha1_generic_mod_init+0x0/0x24 @ 1
  771. [ 7.309106] initcall sha1_generic_mod_init+0x0/0x24 returned 0 after 88 usecs
  772. [ 7.316219] calling sha256_generic_mod_init+0x0/0x28 @ 1
  773. [ 7.321780] initcall sha256_generic_mod_init+0x0/0x28 returned 0 after 157 usecs
  774. [ 7.329167] calling sha512_generic_mod_init+0x0/0x28 @ 1
  775. [ 7.334718] initcall sha512_generic_mod_init+0x0/0x28 returned 0 after 162 usecs
  776. [ 7.342112] calling crypto_ecb_module_init+0x0/0x24 @ 1
  777. [ 7.347405] initcall crypto_ecb_module_init+0x0/0x24 returned 0 after 0 usecs
  778. [ 7.354526] calling crypto_cbc_module_init+0x0/0x24 @ 1
  779. [ 7.359830] initcall crypto_cbc_module_init+0x0/0x24 returned 0 after 1 usecs
  780. [ 7.366941] calling crypto_cts_module_init+0x0/0x24 @ 1
  781. [ 7.372243] initcall crypto_cts_module_init+0x0/0x24 returned 0 after 0 usecs
  782. [ 7.379365] calling crypto_module_init+0x0/0x24 @ 1
  783. [ 7.384310] initcall crypto_module_init+0x0/0x24 returned 0 after 1 usecs
  784. [ 7.391085] calling crypto_ctr_module_init+0x0/0x4c @ 1
  785. [ 7.396378] initcall crypto_ctr_module_init+0x0/0x4c returned 0 after 1 usecs
  786. [ 7.403497] calling des_generic_mod_init+0x0/0x28 @ 1
  787. [ 7.408791] initcall des_generic_mod_init+0x0/0x28 returned 0 after 158 usecs
  788. [ 7.415902] calling twofish_mod_init+0x0/0x24 @ 1
  789. [ 7.420779] initcall twofish_mod_init+0x0/0x24 returned 0 after 82 usecs
  790. [ 7.427456] calling aes_init+0x0/0x24 @ 1
  791. [ 7.431634] initcall aes_init+0x0/0x24 returned 0 after 80 usecs
  792. [ 7.437620] calling arc4_init+0x0/0x28 @ 1
  793. [ 7.441966] initcall arc4_init+0x0/0x28 returned 0 after 157 usecs
  794. [ 7.448124] calling deflate_mod_init+0x0/0x5c @ 1
  795. [ 7.453160] initcall deflate_mod_init+0x0/0x5c returned 0 after 239 usecs
  796. [ 7.459942] calling crc32c_mod_init+0x0/0x24 @ 1
  797. [ 7.464721] initcall crc32c_mod_init+0x0/0x24 returned 0 after 85 usecs
  798. [ 7.471339] calling crct10dif_mod_init+0x0/0x24 @ 1
  799. [ 7.476460] initcall crct10dif_mod_init+0x0/0x24 returned 0 after 166 usecs
  800. [ 7.483417] calling crypto_authenc_module_init+0x0/0x24 @ 1
  801. [ 7.489068] initcall crypto_authenc_module_init+0x0/0x24 returned 0 after 1 usecs
  802. [ 7.496524] calling crypto_authenc_esn_module_init+0x0/0x24 @ 1
  803. [ 7.502521] initcall crypto_authenc_esn_module_init+0x0/0x24 returned 0 after 1 usecs
  804. [ 7.510334] calling lzo_mod_init+0x0/0x58 @ 1
  805. [ 7.514933] initcall lzo_mod_init+0x0/0x58 returned 0 after 163 usecs
  806. [ 7.521369] calling drbg_init+0x0/0x1d0 @ 1
  807. [ 7.526296] initcall drbg_init+0x0/0x1d0 returned 0 after 653 usecs
  808. [ 7.532562] calling jent_mod_init+0x0/0x44 @ 1
  809. [ 7.538387] initcall jent_mod_init+0x0/0x44 returned 0 after 1277 usecs
  810. [ 7.544981] calling ecdh_init+0x0/0x24 @ 1
  811. [ 7.549243] initcall ecdh_init+0x0/0x24 returned 0 after 76 usecs
  812. [ 7.555317] calling async_tx_init+0x0/0x28 @ 1
  813. [ 7.559844] async_tx: api initialized (async)
  814. [ 7.564185] initcall async_tx_init+0x0/0x28 returned 0 after 4234 usecs
  815. [ 7.570807] calling async_pq_init+0x0/0x64 @ 1
  816. [ 7.575321] initcall async_pq_init+0x0/0x64 returned 0 after 1 usecs
  817. [ 7.581663] calling proc_genhd_init+0x0/0x54 @ 1
  818. [ 7.586362] initcall proc_genhd_init+0x0/0x54 returned 0 after 12 usecs
  819. [ 7.592962] calling init_emergency_pool+0x0/0xd0 @ 1
  820. [ 7.598029] bounce: pool size: 64 pages
  821. [ 7.601875] initcall init_emergency_pool+0x0/0xd0 returned 0 after 3787 usecs
  822. [ 7.608995] calling bsg_init+0x0/0x14c @ 1
  823. [ 7.613211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  824. [ 7.620596] initcall bsg_init+0x0/0x14c returned 0 after 7258 usecs
  825. [ 7.626838] calling throtl_init+0x0/0x68 @ 1
  826. [ 7.631296] initcall throtl_init+0x0/0x68 returned 0 after 103 usecs
  827. [ 7.637626] calling noop_init+0x0/0x24 @ 1
  828. [ 7.641807] io scheduler noop registered
  829. [ 7.645714] initcall noop_init+0x0/0x24 returned 0 after 3814 usecs
  830. [ 7.651968] calling deadline_init+0x0/0x24 @ 1
  831. [ 7.656477] io scheduler deadline registered
  832. [ 7.660738] initcall deadline_init+0x0/0x24 returned 0 after 4158 usecs
  833. [ 7.667328] calling cfq_init+0x0/0x9c @ 1
  834. [ 7.671635] io scheduler cfq registered (default)
  835. [ 7.676322] initcall cfq_init+0x0/0x9c returned 0 after 4790 usecs
  836. [ 7.682494] calling deadline_init+0x0/0x24 @ 1
  837. [ 7.687004] io scheduler mq-deadline registered
  838. [ 7.691527] initcall deadline_init+0x0/0x24 returned 0 after 4414 usecs
  839. [ 7.698117] calling kyber_init+0x0/0x24 @ 1
  840. [ 7.702375] io scheduler kyber registered
  841. [ 7.706366] initcall kyber_init+0x0/0x24 returned 0 after 3895 usecs
  842. [ 7.712705] calling crc_t10dif_mod_init+0x0/0x9c @ 1
  843. [ 7.717745] initcall crc_t10dif_mod_init+0x0/0x9c returned 0 after 8 usecs
  844. [ 7.724602] calling libcrc32c_mod_init+0x0/0x38 @ 1
  845. [ 7.729561] initcall libcrc32c_mod_init+0x0/0x38 returned 0 after 3 usecs
  846. [ 7.736324] calling percpu_counter_startup+0x0/0xa0 @ 1
  847. [ 7.741719] initcall percpu_counter_startup+0x0/0xa0 returned 0 after 89 usecs
  848. [ 7.748938] calling audit_classes_init+0x0/0x58 @ 1
  849. [ 7.753888] initcall audit_classes_init+0x0/0x58 returned 0 after 4 usecs
  850. [ 7.760664] calling sg_pool_init+0x0/0xf4 @ 1
  851. [ 7.765125] initcall sg_pool_init+0x0/0xf4 returned 0 after 33 usecs
  852. [ 7.771466] calling phy_core_init+0x0/0x68 @ 1
  853. [ 7.776000] initcall phy_core_init+0x0/0x68 returned 0 after 20 usecs
  854. [ 7.782435] calling mtk_pinctrl_driver_init+0x0/0x28 @ 1
  855. [ 7.788041] initcall mtk_pinctrl_driver_init+0x0/0x28 returned 0 after 221 usecs
  856. [ 7.795423] calling pci_proc_init+0x0/0x80 @ 1
  857. [ 7.799960] initcall pci_proc_init+0x0/0x80 returned 0 after 11 usecs
  858. [ 7.806378] calling pcie_portdrv_init+0x0/0x98 @ 1
  859. [ 7.811339] initcall pcie_portdrv_init+0x0/0x98 returned 0 after 87 usecs
  860. [ 7.818103] calling aer_service_init+0x0/0x1c @ 1
  861. [ 7.822893] initcall aer_service_init+0x0/0x1c returned -6 after 0 usecs
  862. [ 7.829579] calling pcie_pme_service_init+0x0/0x24 @ 1
  863. [ 7.834812] initcall pcie_pme_service_init+0x0/0x24 returned 0 after 23 usecs
  864. [ 7.841938] calling mtk_pcie_driver_init+0x0/0x28 @ 1
  865. [ 7.847369] mtk-pcie 1a140000.pcie-controller: could not find pctldev for node /pinctrl@10005000/pcie_pin_default, deferring probe
  866. [ 7.859179] initcall mtk_pcie_driver_init+0x0/0x28 returned 0 after 11833 usecs
  867. [ 7.866462] calling of_fixed_factor_clk_driver_init+0x0/0x28 @ 1
  868. [ 7.872658] initcall of_fixed_factor_clk_driver_init+0x0/0x28 returned 0 after 105 usecs
  869. [ 7.880736] calling of_fixed_clk_driver_init+0x0/0x28 @ 1
  870. [ 7.886301] initcall of_fixed_clk_driver_init+0x0/0x28 returned 0 after 96 usecs
  871. [ 7.893683] calling gpio_clk_driver_init+0x0/0x28 @ 1
  872. [ 7.898947] initcall gpio_clk_driver_init+0x0/0x28 returned 0 after 126 usecs
  873. [ 7.906058] calling pwrap_drv_init+0x0/0x28 @ 1
  874. [ 7.911389] initcall pwrap_drv_init+0x0/0x28 returned 0 after 698 usecs
  875. [ 7.917983] calling scpsys_drv_init+0x0/0x28 @ 1
  876. [ 7.923287] initcall scpsys_drv_init+0x0/0x28 returned 0 after 579 usecs
  877. [ 7.929984] calling mt6323_regulator_driver_init+0x0/0x28 @ 1
  878. [ 7.935850] initcall mt6323_regulator_driver_init+0x0/0x28 returned 0 after 51 usecs
  879. [ 7.943580] calling n_null_init+0x0/0x30 @ 1
  880. [ 7.947922] initcall n_null_init+0x0/0x30 returned 0 after 1 usecs
  881. [ 7.954090] calling pty_init+0x0/0x3f8 @ 1
  882. [ 8.001913] initcall pty_init+0x0/0x3f8 returned 0 after 42609 usecs
  883. [ 8.008279] calling sysrq_init+0x0/0xa4 @ 1
  884. [ 8.012557] initcall sysrq_init+0x0/0xa4 returned 0 after 22 usecs
  885. [ 8.018732] calling serial8250_init+0x0/0x158 @ 1
  886. [ 8.023504] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  887. [ 8.030735] initcall serial8250_init+0x0/0x158 returned 0 after 7053 usecs
  888. [ 8.037590] calling serial_pci_driver_init+0x0/0x30 @ 1
  889. [ 8.042963] initcall serial_pci_driver_init+0x0/0x30 returned 0 after 49 usecs
  890. [ 8.050178] calling exar_pci_driver_init+0x0/0x30 @ 1
  891. [ 8.055333] initcall exar_pci_driver_init+0x0/0x30 returned 0 after 31 usecs
  892. [ 8.062376] calling drm_kms_helper_init+0x0/0x20 @ 1
  893. [ 8.067407] initcall drm_kms_helper_init+0x0/0x20 returned 0 after 0 usecs
  894. [ 8.074270] calling drm_core_init+0x0/0x10c @ 1
  895. [ 8.078926] initcall drm_core_init+0x0/0x10c returned 0 after 41 usecs
  896. [ 8.085429] calling cn_proc_init+0x0/0x4c @ 1
  897. [ 8.089876] initcall cn_proc_init+0x0/0x4c returned 0 after 4 usecs
  898. [ 8.096123] calling topology_sysfs_init+0x0/0x50 @ 1
  899. [ 8.101249] initcall topology_sysfs_init+0x0/0x50 returned 0 after 78 usecs
  900. [ 8.108188] calling cacheinfo_sysfs_init+0x0/0x50 @ 1
  901. [ 8.113355] initcall cacheinfo_sysfs_init+0x0/0x50 returned -2 after 31 usecs
  902. [ 8.120490] calling devcoredump_init+0x0/0x2c @ 1
  903. [ 8.125286] initcall devcoredump_init+0x0/0x2c returned 0 after 21 usecs
  904. [ 8.131979] calling brd_init+0x0/0x170 @ 1
  905. [ 8.146216] brd: module loaded
  906. [ 8.149322] initcall brd_init+0x0/0x170 returned 0 after 12858 usecs
  907. [ 8.155656] calling loop_init+0x0/0x138 @ 1
  908. [ 8.166604] loop: module loaded
  909. [ 8.169814] initcall loop_init+0x0/0x138 returned 0 after 9649 usecs
  910. [ 8.176149] calling nbd_init+0x0/0x178 @ 1
  911. [ 8.193501] initcall nbd_init+0x0/0x178 returned 0 after 12836 usecs
  912. [ 8.199898] calling init_cryptoloop+0x0/0x3c @ 1
  913. [ 8.204587] initcall init_cryptoloop+0x0/0x3c returned 0 after 0 usecs
  914. [ 8.211139] calling wmt_detect_driver_init+0x0/0x1c4 @ 1
  915. [ 8.216671] [WMT-DETECT][I]wmt_detect_driver_init:driver(major 154) installed success
  916. [ 8.224529] [SDIO-DETECT][I]sdio_detect_init:sdio_register_driver() ret=0
  917. [ 8.231310] initcall wmt_detect_driver_init+0x0/0x1c4 returned 0 after 14439 usecs
  918. [ 8.238869] calling BTIF_init+0x0/0xaf4 @ 1
  919. [ 8.243302] MTK-BTIF[E]hal_btif_clk_get_and_prepare(286):[CCF]clk_btif=dd96b2c0
  920. [ 8.250616] MTK-BTIF[E]hal_btif_clk_get_and_prepare(292):[CCF]clk_btif_apdma=dd96b340
  921. [ 8.259231] initcall BTIF_init+0x0/0xaf4 returned 0 after 15722 usecs
  922. [ 8.265657] calling mt6397_driver_init+0x0/0x28 @ 1
  923. [ 8.270951] initcall mt6397_driver_init+0x0/0x28 returned 0 after 305 usecs
  924. [ 8.277891] calling init_sd+0x0/0x180 @ 1
  925. [ 8.282070] initcall init_sd+0x0/0x180 returned 0 after 74 usecs
  926. [ 8.288056] calling init_sr+0x0/0x60 @ 1
  927. [ 8.292107] initcall init_sr+0x0/0x60 returned 0 after 41 usecs
  928. [ 8.298006] calling init_sg+0x0/0x130 @ 1
  929. [ 8.302154] initcall init_sg+0x0/0x130 returned 0 after 50 usecs
  930. [ 8.308141] calling init_ch_module+0x0/0xd4 @ 1
  931. [ 8.312751] SCSI Media Changer driver v0.25
  932. [ 8.317052] initcall init_ch_module+0x0/0xd4 returned 0 after 4192 usecs
  933. [ 8.323748] calling ahci_pci_driver_init+0x0/0x30 @ 1
  934. [ 8.328926] initcall ahci_pci_driver_init+0x0/0x30 returned 0 after 43 usecs
  935. [ 8.335951] calling mtk_ahci_driver_init+0x0/0x28 @ 1
  936. [ 8.341230] initcall mtk_ahci_driver_init+0x0/0x28 returned 0 after 138 usecs
  937. [ 8.348358] calling init_mtd+0x0/0x118 @ 1
  938. [ 8.352670] initcall init_mtd+0x0/0x118 returned 0 after 137 usecs
  939. [ 8.358848] calling ofpart_parser_init+0x0/0x3c @ 1
  940. [ 8.363796] initcall ofpart_parser_init+0x0/0x3c returned 0 after 1 usecs
  941. [ 8.370574] calling bonding_init+0x0/0xbe4 @ 1
  942. [ 8.375084] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
  943. [ 8.382830] initcall bonding_init+0x0/0xbe4 returned 0 after 7552 usecs
  944. [ 8.389459] calling macvlan_init_module+0x0/0x94 @ 1
  945. [ 8.394495] initcall macvlan_init_module+0x0/0x94 returned 0 after 3 usecs
  946. [ 8.401364] calling macvtap_init+0x0/0xb0 @ 1
  947. [ 8.405821] initcall macvtap_init+0x0/0xb0 returned 0 after 28 usecs
  948. [ 8.412168] calling net_olddevs_init+0x0/0x84 @ 1
  949. [ 8.416953] initcall net_olddevs_init+0x0/0x84 returned 0 after 10 usecs
  950. [ 8.423645] calling fixed_mdio_bus_init+0x0/0xf8 @ 1
  951. [ 8.428857] libphy: Fixed MDIO Bus: probed
  952. [ 8.432941] initcall fixed_mdio_bus_init+0x0/0xf8 returned 0 after 4146 usecs
  953. [ 8.440072] calling phy_module_init+0x0/0x2c @ 1
  954. [ 8.444826] initcall phy_module_init+0x0/0x2c returned 0 after 64 usecs
  955. [ 8.451433] calling veth_init+0x0/0x24 @ 1
  956. [ 8.455600] initcall veth_init+0x0/0x24 returned 0 after 1 usecs
  957. [ 8.461597] calling ppp_init+0x0/0x130 @ 1
  958. [ 8.465758] PPP generic driver version 2.4.2
  959. [ 8.470175] initcall ppp_init+0x0/0x130 returned 0 after 4307 usecs
  960. [ 8.476419] calling ppp_async_init+0x0/0x44 @ 1
  961. [ 8.481039] initcall ppp_async_init+0x0/0x44 returned 0 after 1 usecs
  962. [ 8.487455] calling bsdcomp_init+0x0/0x3c @ 1
  963. [ 8.491892] PPP BSD Compression module registered
  964. [ 8.496577] initcall bsdcomp_init+0x0/0x3c returned 0 after 4573 usecs
  965. [ 8.503093] calling deflate_init+0x0/0x48 @ 1
  966. [ 8.507515] PPP Deflate Compression module registered
  967. [ 8.512560] initcall deflate_init+0x0/0x48 returned 0 after 4922 usecs
  968. [ 8.519076] calling ppp_mppe_init+0x0/0xe0 @ 1
  969. [ 8.523597] PPP MPPE Compression module registered
  970. [ 8.528384] initcall ppp_mppe_init+0x0/0xe0 returned 0 after 4683 usecs
  971. [ 8.534973] calling ppp_sync_init+0x0/0x44 @ 1
  972. [ 8.539498] initcall ppp_sync_init+0x0/0x44 returned 0 after 0 usecs
  973. [ 8.545829] calling pppox_init+0x0/0x24 @ 1
  974. [ 8.550092] NET: Registered protocol family 24
  975. [ 8.554517] initcall pppox_init+0x0/0x24 returned 0 after 4320 usecs
  976. [ 8.560858] calling pppoe_init+0x0/0x9c @ 1
  977. [ 8.565127] initcall pppoe_init+0x0/0x9c returned 0 after 14 usecs
  978. [ 8.571305] calling asix_driver_init+0x0/0x30 @ 1
  979. [ 8.576124] usbcore: registered new interface driver asix
  980. [ 8.581522] initcall asix_driver_init+0x0/0x30 returned 0 after 5316 usecs
  981. [ 8.588394] calling ax88179_178a_driver_init+0x0/0x30 @ 1
  982. [ 8.593915] usbcore: registered new interface driver ax88179_178a
  983. [ 8.600007] initcall ax88179_178a_driver_init+0x0/0x30 returned 0 after 6001 usecs
  984. [ 8.607548] calling cdc_driver_init+0x0/0x30 @ 1
  985. [ 8.612277] usbcore: registered new interface driver cdc_ether
  986. [ 8.618088] initcall cdc_driver_init+0x0/0x30 returned 0 after 5704 usecs
  987. [ 8.624867] calling smsc95xx_driver_init+0x0/0x30 @ 1
  988. [ 8.630041] usbcore: registered new interface driver smsc95xx
  989. [ 8.635767] initcall smsc95xx_driver_init+0x0/0x30 returned 0 after 5630 usecs
  990. [ 8.642986] calling net1080_driver_init+0x0/0x30 @ 1
  991. [ 8.648048] usbcore: registered new interface driver net1080
  992. [ 8.653705] initcall net1080_driver_init+0x0/0x30 returned 0 after 5551 usecs
  993. [ 8.660829] calling cdc_subset_driver_init+0x0/0x30 @ 1
  994. [ 8.666148] usbcore: registered new interface driver cdc_subset
  995. [ 8.672063] initcall cdc_subset_driver_init+0x0/0x30 returned 0 after 5802 usecs
  996. [ 8.679447] calling zaurus_driver_init+0x0/0x30 @ 1
  997. [ 8.684419] usbcore: registered new interface driver zaurus
  998. [ 8.689986] initcall zaurus_driver_init+0x0/0x30 returned 0 after 5462 usecs
  999. [ 8.697009] calling usbnet_init+0x0/0x40 @ 1
  1000. [ 8.701367] initcall usbnet_init+0x0/0x40 returned 0 after 5 usecs
  1001. [ 8.707524] calling cdc_ncm_driver_init+0x0/0x30 @ 1
  1002. [ 8.712612] usbcore: registered new interface driver cdc_ncm
  1003. [ 8.718268] initcall cdc_ncm_driver_init+0x0/0x30 returned 0 after 5565 usecs
  1004. [ 8.725377] calling cdrom_init+0x0/0x34 @ 1
  1005. [ 8.729660] initcall cdrom_init+0x0/0x34 returned 0 after 14 usecs
  1006. [ 8.735818] calling gpio_vbus_driver_init+0x0/0x28 @ 1
  1007. [ 8.741122] initcall gpio_vbus_driver_init+0x0/0x28 returned 0 after 81 usecs
  1008. [ 8.748249] calling mon_init+0x0/0x110 @ 1
  1009. [ 8.752595] initcall mon_init+0x0/0x110 returned 0 after 174 usecs
  1010. [ 8.758782] calling xhci_hcd_init+0x0/0x24 @ 1
  1011. [ 8.763295] initcall xhci_hcd_init+0x0/0x24 returned 0 after 0 usecs
  1012. [ 8.769637] calling xhci_pci_init+0x0/0x60 @ 1
  1013. [ 8.774201] initcall xhci_pci_init+0x0/0x60 returned 0 after 45 usecs
  1014. [ 8.780632] calling usb_storage_driver_init+0x0/0x48 @ 1
  1015. [ 8.786062] usbcore: registered new interface driver usb-storage
  1016. [ 8.792064] initcall usb_storage_driver_init+0x0/0x48 returned 0 after 5910 usecs
  1017. [ 8.799531] calling alauda_driver_init+0x0/0x48 @ 1
  1018. [ 8.804501] usbcore: registered new interface driver ums-alauda
  1019. [ 8.810413] initcall alauda_driver_init+0x0/0x48 returned 0 after 5796 usecs
  1020. [ 8.817435] calling cypress_driver_init+0x0/0x48 @ 1
  1021. [ 8.822503] usbcore: registered new interface driver ums-cypress
  1022. [ 8.828501] initcall cypress_driver_init+0x0/0x48 returned 0 after 5880 usecs
  1023. [ 8.835610] calling datafab_driver_init+0x0/0x48 @ 1
  1024. [ 8.840676] usbcore: registered new interface driver ums-datafab
  1025. [ 8.846663] initcall datafab_driver_init+0x0/0x48 returned 0 after 5869 usecs
  1026. [ 8.853785] calling ene_ub6250_driver_init+0x0/0x48 @ 1
  1027. [ 8.859110] usbcore: registered new interface driver ums_eneub6250
  1028. [ 8.865268] initcall ene_ub6250_driver_init+0x0/0x48 returned 0 after 6036 usecs
  1029. [ 8.872651] calling freecom_driver_init+0x0/0x48 @ 1
  1030. [ 8.877707] usbcore: registered new interface driver ums-freecom
  1031. [ 8.883712] initcall freecom_driver_init+0x0/0x48 returned 0 after 5885 usecs
  1032. [ 8.890835] calling isd200_driver_init+0x0/0x48 @ 1
  1033. [ 8.895804] usbcore: registered new interface driver ums-isd200
  1034. [ 8.901717] initcall isd200_driver_init+0x0/0x48 returned 0 after 5796 usecs
  1035. [ 8.908750] calling jumpshot_driver_init+0x0/0x48 @ 1
  1036. [ 8.913893] usbcore: registered new interface driver ums-jumpshot
  1037. [ 8.919979] initcall jumpshot_driver_init+0x0/0x48 returned 0 after 5966 usecs
  1038. [ 8.927175] calling karma_driver_init+0x0/0x48 @ 1
  1039. [ 8.932068] usbcore: registered new interface driver ums-karma
  1040. [ 8.937880] initcall karma_driver_init+0x0/0x48 returned 0 after 5699 usecs
  1041. [ 8.944828] calling onetouch_driver_init+0x0/0x48 @ 1
  1042. [ 8.949984] usbcore: registered new interface driver ums-onetouch
  1043. [ 8.956057] initcall onetouch_driver_init+0x0/0x48 returned 0 after 5955 usecs
  1044. [ 8.963267] calling realtek_cr_driver_init+0x0/0x48 @ 1
  1045. [ 8.968609] usbcore: registered new interface driver ums-realtek
  1046. [ 8.974595] initcall realtek_cr_driver_init+0x0/0x48 returned 0 after 5885 usecs
  1047. [ 8.981977] calling sddr09_driver_init+0x0/0x48 @ 1
  1048. [ 8.986947] usbcore: registered new interface driver ums-sddr09
  1049. [ 8.992859] initcall sddr09_driver_init+0x0/0x48 returned 0 after 5797 usecs
  1050. [ 8.999894] calling sddr55_driver_init+0x0/0x48 @ 1
  1051. [ 9.004865] usbcore: registered new interface driver ums-sddr55
  1052. [ 9.010778] initcall sddr55_driver_init+0x0/0x48 returned 0 after 5798 usecs
  1053. [ 9.017800] calling usbat_driver_init+0x0/0x48 @ 1
  1054. [ 9.022691] usbcore: registered new interface driver ums-usbat
  1055. [ 9.028516] initcall usbat_driver_init+0x0/0x48 returned 0 after 5710 usecs
  1056. [ 9.035452] calling mousedev_init+0x0/0x98 @ 1
  1057. [ 9.040271] mousedev: PS/2 mouse device common for all mice
  1058. [ 9.045826] initcall mousedev_init+0x0/0x98 returned 0 after 5713 usecs
  1059. [ 9.052440] calling joydev_init+0x0/0x24 @ 1
  1060. [ 9.056780] initcall joydev_init+0x0/0x24 returned 0 after 1 usecs
  1061. [ 9.062948] calling evdev_init+0x0/0x24 @ 1
  1062. [ 9.067202] initcall evdev_init+0x0/0x24 returned 0 after 0 usecs
  1063. [ 9.073282] calling atkbd_init+0x0/0x30 @ 1
  1064. [ 9.077591] initcall atkbd_init+0x0/0x30 returned 0 after 51 usecs
  1065. [ 9.083765] calling psmouse_init+0x0/0xb0 @ 1
  1066. [ 9.088266] initcall psmouse_init+0x0/0xb0 returned 0 after 73 usecs
  1067. [ 9.094597] calling init_rc_map_adstech_dvb_t_pci+0x0/0x24 @ 1
  1068. [ 9.100513] initcall init_rc_map_adstech_dvb_t_pci+0x0/0x24 returned 0 after 1 usecs
  1069. [ 9.108242] calling init_rc_map_alink_dtu_m+0x0/0x24 @ 1
  1070. [ 9.113621] initcall init_rc_map_alink_dtu_m+0x0/0x24 returned 0 after 0 usecs
  1071. [ 9.120832] calling init_rc_map_anysee+0x0/0x24 @ 1
  1072. [ 9.125778] initcall init_rc_map_anysee+0x0/0x24 returned 0 after 0 usecs
  1073. [ 9.132553] calling init_rc_map_apac_viewcomp+0x0/0x24 @ 1
  1074. [ 9.138105] initcall init_rc_map_apac_viewcomp+0x0/0x24 returned 0 after 0 usecs
  1075. [ 9.145494] calling init_rc_map_asus_pc39+0x0/0x24 @ 1
  1076. [ 9.150710] initcall init_rc_map_asus_pc39+0x0/0x24 returned 0 after 0 usecs
  1077. [ 9.157733] calling init_rc_map_asus_ps3_100+0x0/0x24 @ 1
  1078. [ 9.163211] initcall init_rc_map_asus_ps3_100+0x0/0x24 returned 0 after 0 usecs
  1079. [ 9.170505] calling init_rc_map_ati_tv_wonder_hd_600+0x0/0x24 @ 1
  1080. [ 9.176662] initcall init_rc_map_ati_tv_wonder_hd_600+0x0/0x24 returned 0 after 0 usecs
  1081. [ 9.184651] calling init_rc_map_ati_x10+0x0/0x24 @ 1
  1082. [ 9.189695] initcall init_rc_map_ati_x10+0x0/0x24 returned 0 after 0 usecs
  1083. [ 9.196546] calling init_rc_map_avermedia_a16d+0x0/0x24 @ 1
  1084. [ 9.202196] initcall init_rc_map_avermedia_a16d+0x0/0x24 returned 0 after 0 usecs
  1085. [ 9.209665] calling init_rc_map_avermedia+0x0/0x24 @ 1
  1086. [ 9.214869] initcall init_rc_map_avermedia+0x0/0x24 returned 0 after 0 usecs
  1087. [ 9.221907] calling init_rc_map_avermedia_cardbus+0x0/0x24 @ 1
  1088. [ 9.227805] initcall init_rc_map_avermedia_cardbus+0x0/0x24 returned 0 after 0 usecs
  1089. [ 9.235531] calling init_rc_map_avermedia_dvbt+0x0/0x24 @ 1
  1090. [ 9.241182] initcall init_rc_map_avermedia_dvbt+0x0/0x24 returned 0 after 0 usecs
  1091. [ 9.248648] calling init_rc_map_avermedia_m135a+0x0/0x24 @ 1
  1092. [ 9.254373] initcall init_rc_map_avermedia_m135a+0x0/0x24 returned 0 after 0 usecs
  1093. [ 9.261929] calling init_rc_map_avermedia_m733a_rm_k6+0x0/0x24 @ 1
  1094. [ 9.268174] initcall init_rc_map_avermedia_m733a_rm_k6+0x0/0x24 returned 0 after 0 usecs
  1095. [ 9.276246] calling init_rc_map_avermedia_rm_ks+0x0/0x24 @ 1
  1096. [ 9.281984] initcall init_rc_map_avermedia_rm_ks+0x0/0x24 returned 0 after 0 usecs
  1097. [ 9.289536] calling init_rc_map_avertv_303+0x0/0x24 @ 1
  1098. [ 9.294828] initcall init_rc_map_avertv_303+0x0/0x24 returned 0 after 0 usecs
  1099. [ 9.301949] calling init_rc_map_azurewave_ad_tu700+0x0/0x24 @ 1
  1100. [ 9.307934] initcall init_rc_map_azurewave_ad_tu700+0x0/0x24 returned 0 after 0 usecs
  1101. [ 9.315747] calling init_rc_map_behold+0x0/0x24 @ 1
  1102. [ 9.320706] initcall init_rc_map_behold+0x0/0x24 returned 0 after 0 usecs
  1103. [ 9.327470] calling init_rc_map_behold_columbus+0x0/0x24 @ 1
  1104. [ 9.333204] initcall init_rc_map_behold_columbus+0x0/0x24 returned 0 after 0 usecs
  1105. [ 9.340760] calling init_rc_map_budget_ci_old+0x0/0x24 @ 1
  1106. [ 9.346314] initcall init_rc_map_budget_ci_old+0x0/0x24 returned 0 after 0 usecs
  1107. [ 9.353693] calling init_rc_map_cec+0x0/0x24 @ 1
  1108. [ 9.358395] initcall init_rc_map_cec+0x0/0x24 returned 0 after 0 usecs
  1109. [ 9.364899] calling init_rc_map_cinergy_1400+0x0/0x24 @ 1
  1110. [ 9.370375] initcall init_rc_map_cinergy_1400+0x0/0x24 returned 0 after 0 usecs
  1111. [ 9.377658] calling init_rc_map_cinergy+0x0/0x24 @ 1
  1112. [ 9.382702] initcall init_rc_map_cinergy+0x0/0x24 returned 0 after 0 usecs
  1113. [ 9.389561] calling init_rc_map_d680_dmb+0x0/0x24 @ 1
  1114. [ 9.394681] initcall init_rc_map_d680_dmb+0x0/0x24 returned 0 after 0 usecs
  1115. [ 9.401637] calling init_rc_map_delock_61959+0x0/0x24 @ 1
  1116. [ 9.407103] initcall init_rc_map_delock_61959+0x0/0x24 returned 0 after 0 usecs
  1117. [ 9.414396] calling init_rc_map+0x0/0x24 @ 1
  1118. [ 9.418749] initcall init_rc_map+0x0/0x24 returned 0 after 0 usecs
  1119. [ 9.424907] calling init_rc_map+0x0/0x24 @ 1
  1120. [ 9.429257] initcall init_rc_map+0x0/0x24 returned 0 after 0 usecs
  1121. [ 9.435414] calling init_rc_map_digitalnow_tinytwin+0x0/0x24 @ 1
  1122. [ 9.441498] initcall init_rc_map_digitalnow_tinytwin+0x0/0x24 returned 0 after 0 usecs
  1123. [ 9.449399] calling init_rc_map_digittrade+0x0/0x24 @ 1
  1124. [ 9.454691] initcall init_rc_map_digittrade+0x0/0x24 returned 0 after 0 usecs
  1125. [ 9.461816] calling init_rc_map_dm1105_nec+0x0/0x24 @ 1
  1126. [ 9.467109] initcall init_rc_map_dm1105_nec+0x0/0x24 returned 0 after 0 usecs
  1127. [ 9.474227] calling init_rc_map_dntv_live_dvb_t+0x0/0x24 @ 1
  1128. [ 9.479967] initcall init_rc_map_dntv_live_dvb_t+0x0/0x24 returned 0 after 0 usecs
  1129. [ 9.487509] calling init_rc_map_dntv_live_dvbt_pro+0x0/0x24 @ 1
  1130. [ 9.493505] initcall init_rc_map_dntv_live_dvbt_pro+0x0/0x24 returned 0 after 0 usecs
  1131. [ 9.501321] calling init_rc_map_dtt200u+0x0/0x24 @ 1
  1132. [ 9.506354] initcall init_rc_map_dtt200u+0x0/0x24 returned 0 after 0 usecs
  1133. [ 9.513216] calling init_rc_map_rc5_dvbsky+0x0/0x24 @ 1
  1134. [ 9.518522] initcall init_rc_map_rc5_dvbsky+0x0/0x24 returned 0 after 0 usecs
  1135. [ 9.525630] calling init_rc_map_dvico_mce+0x0/0x24 @ 1
  1136. [ 9.530846] initcall init_rc_map_dvico_mce+0x0/0x24 returned 0 after 0 usecs
  1137. [ 9.537871] calling init_rc_map_dvico_portable+0x0/0x24 @ 1
  1138. [ 9.543522] initcall init_rc_map_dvico_portable+0x0/0x24 returned 0 after 0 usecs
  1139. [ 9.550990] calling init_rc_map_em_terratec+0x0/0x24 @ 1
  1140. [ 9.556369] initcall init_rc_map_em_terratec+0x0/0x24 returned 0 after 0 usecs
  1141. [ 9.563578] calling init_rc_map_encore_enltv2+0x0/0x24 @ 1
  1142. [ 9.569142] initcall init_rc_map_encore_enltv2+0x0/0x24 returned 0 after 0 usecs
  1143. [ 9.576511] calling init_rc_map_encore_enltv+0x0/0x24 @ 1
  1144. [ 9.581989] initcall init_rc_map_encore_enltv+0x0/0x24 returned 0 after 0 usecs
  1145. [ 9.589281] calling init_rc_map_encore_enltv_fm53+0x0/0x24 @ 1
  1146. [ 9.595180] initcall init_rc_map_encore_enltv_fm53+0x0/0x24 returned 0 after 0 usecs
  1147. [ 9.602909] calling init_rc_map_evga_indtube+0x0/0x24 @ 1
  1148. [ 9.608386] initcall init_rc_map_evga_indtube+0x0/0x24 returned 0 after 0 usecs
  1149. [ 9.615669] calling init_rc_map_eztv+0x0/0x24 @ 1
  1150. [ 9.620454] initcall init_rc_map_eztv+0x0/0x24 returned 0 after 0 usecs
  1151. [ 9.627044] calling init_rc_map_flydvb+0x0/0x24 @ 1
  1152. [ 9.632002] initcall init_rc_map_flydvb+0x0/0x24 returned 0 after 0 usecs
  1153. [ 9.638779] calling init_rc_map_flyvideo+0x0/0x24 @ 1
  1154. [ 9.643898] initcall init_rc_map_flyvideo+0x0/0x24 returned 0 after 0 usecs
  1155. [ 9.650847] calling init_rc_map_fusionhdtv_mce+0x0/0x24 @ 1
  1156. [ 9.656486] initcall init_rc_map_fusionhdtv_mce+0x0/0x24 returned 0 after 0 usecs
  1157. [ 9.663959] calling init_rc_map_gadmei_rm008z+0x0/0x24 @ 1
  1158. [ 9.669523] initcall init_rc_map_gadmei_rm008z+0x0/0x24 returned 0 after 0 usecs
  1159. [ 9.676893] calling init_rc_map_geekbox+0x0/0x24 @ 1
  1160. [ 9.681937] initcall init_rc_map_geekbox+0x0/0x24 returned 0 after 0 usecs
  1161. [ 9.688799] calling init_rc_map_genius_tvgo_a11mce+0x0/0x24 @ 1
  1162. [ 9.694785] initcall init_rc_map_genius_tvgo_a11mce+0x0/0x24 returned 0 after 0 usecs
  1163. [ 9.702601] calling init_rc_map_gotview7135+0x0/0x24 @ 1
  1164. [ 9.707980] initcall init_rc_map_gotview7135+0x0/0x24 returned 0 after 0 usecs
  1165. [ 9.715187] calling init_rc_map_imon_mce+0x0/0x24 @ 1
  1166. [ 9.720318] initcall init_rc_map_imon_mce+0x0/0x24 returned 0 after 0 usecs
  1167. [ 9.727254] calling init_rc_map_imon_pad+0x0/0x24 @ 1
  1168. [ 9.732383] initcall init_rc_map_imon_pad+0x0/0x24 returned 0 after 0 usecs
  1169. [ 9.739333] calling init_rc_map_iodata_bctv7e+0x0/0x24 @ 1
  1170. [ 9.744885] initcall init_rc_map_iodata_bctv7e+0x0/0x24 returned 0 after 0 usecs
  1171. [ 9.752266] calling init_rc_it913x_v1_map+0x0/0x24 @ 1
  1172. [ 9.757471] initcall init_rc_it913x_v1_map+0x0/0x24 returned 0 after 0 usecs
  1173. [ 9.764507] calling init_rc_it913x_v2_map+0x0/0x24 @ 1
  1174. [ 9.769724] initcall init_rc_it913x_v2_map+0x0/0x24 returned 0 after 0 usecs
  1175. [ 9.776747] calling init_rc_map_kaiomy+0x0/0x24 @ 1
  1176. [ 9.781706] initcall init_rc_map_kaiomy+0x0/0x24 returned 0 after 0 usecs
  1177. [ 9.788480] calling init_rc_map_kworld_315u+0x0/0x24 @ 1
  1178. [ 9.793858] initcall init_rc_map_kworld_315u+0x0/0x24 returned 0 after 0 usecs
  1179. [ 9.801067] calling init_rc_map_kworld_pc150u+0x0/0x24 @ 1
  1180. [ 9.806618] initcall init_rc_map_kworld_pc150u+0x0/0x24 returned 0 after 0 usecs
  1181. [ 9.814000] calling init_rc_map_kworld_plus_tv_analog+0x0/0x24 @ 1
  1182. [ 9.820257] initcall init_rc_map_kworld_plus_tv_analog+0x0/0x24 returned 0 after 0 usecs
  1183. [ 9.828332] calling init_rc_map_leadtek_y04g0051+0x0/0x24 @ 1
  1184. [ 9.834144] initcall init_rc_map_leadtek_y04g0051+0x0/0x24 returned 0 after 0 usecs
  1185. [ 9.841787] calling init_rc_lme2510_map+0x0/0x24 @ 1
  1186. [ 9.846819] initcall init_rc_lme2510_map+0x0/0x24 returned 0 after 0 usecs
  1187. [ 9.853680] calling init_rc_map_manli+0x0/0x24 @ 1
  1188. [ 9.858554] initcall init_rc_map_manli+0x0/0x24 returned 0 after 0 usecs
  1189. [ 9.865231] calling init_rc_map_medion_x10+0x0/0x24 @ 1
  1190. [ 9.870532] initcall init_rc_map_medion_x10+0x0/0x24 returned 0 after 0 usecs
  1191. [ 9.877642] calling init_rc_map_medion_x10_digitainer+0x0/0x24 @ 1
  1192. [ 9.883899] initcall init_rc_map_medion_x10_digitainer+0x0/0x24 returned 0 after 0 usecs
  1193. [ 9.891970] calling init_rc_map_medion_x10_or2x+0x0/0x24 @ 1
  1194. [ 9.897696] initcall init_rc_map_medion_x10_or2x+0x0/0x24 returned 0 after 0 usecs
  1195. [ 9.905251] calling init_rc_map_msi_digivox_ii+0x0/0x24 @ 1
  1196. [ 9.910899] initcall init_rc_map_msi_digivox_ii+0x0/0x24 returned 0 after 0 usecs
  1197. [ 9.918375] calling init_rc_map_msi_digivox_iii+0x0/0x24 @ 1
  1198. [ 9.924100] initcall init_rc_map_msi_digivox_iii+0x0/0x24 returned 0 after 0 usecs
  1199. [ 9.931654] calling init_rc_map_msi_tvanywhere+0x0/0x24 @ 1
  1200. [ 9.937292] initcall init_rc_map_msi_tvanywhere+0x0/0x24 returned 0 after 0 usecs
  1201. [ 9.944760] calling init_rc_map_msi_tvanywhere_plus+0x0/0x24 @ 1
  1202. [ 9.950842] initcall init_rc_map_msi_tvanywhere_plus+0x0/0x24 returned 0 after 0 usecs
  1203. [ 9.958747] calling init_rc_map_nebula+0x0/0x24 @ 1
  1204. [ 9.963692] initcall init_rc_map_nebula+0x0/0x24 returned 0 after 0 usecs
  1205. [ 9.970467] calling init_rc_map_nec_terratec_cinergy_xs+0x0/0x24 @ 1
  1206. [ 9.976885] initcall init_rc_map_nec_terratec_cinergy_xs+0x0/0x24 returned 0 after 0 usecs
  1207. [ 9.985134] calling init_rc_map_norwood+0x0/0x24 @ 1
  1208. [ 9.990177] initcall init_rc_map_norwood+0x0/0x24 returned 0 after 0 usecs
  1209. [ 9.997027] calling init_rc_map_npgtech+0x0/0x24 @ 1
  1210. [ 10.002072] initcall init_rc_map_npgtech+0x0/0x24 returned 0 after 0 usecs
  1211. [ 10.008931] calling init_rc_map_pctv_sedna+0x0/0x24 @ 1
  1212. [ 10.014224] initcall init_rc_map_pctv_sedna+0x0/0x24 returned 0 after 0 usecs
  1213. [ 10.021349] calling init_rc_map_pinnacle_color+0x0/0x24 @ 1
  1214. [ 10.026989] initcall init_rc_map_pinnacle_color+0x0/0x24 returned 0 after 0 usecs
  1215. [ 10.034455] calling init_rc_map_pinnacle_grey+0x0/0x24 @ 1
  1216. [ 10.040019] initcall init_rc_map_pinnacle_grey+0x0/0x24 returned 0 after 0 usecs
  1217. [ 10.047388] calling init_rc_map_pinnacle_pctv_hd+0x0/0x24 @ 1
  1218. [ 10.053212] initcall init_rc_map_pinnacle_pctv_hd+0x0/0x24 returned 0 after 0 usecs
  1219. [ 10.060855] calling init_rc_map_pixelview+0x0/0x24 @ 1
  1220. [ 10.066060] initcall init_rc_map_pixelview+0x0/0x24 returned 0 after 0 usecs
  1221. [ 10.073095] calling init_rc_map_pixelview+0x0/0x24 @ 1
  1222. [ 10.078313] initcall init_rc_map_pixelview+0x0/0x24 returned 0 after 0 usecs
  1223. [ 10.085337] calling init_rc_map_pixelview+0x0/0x24 @ 1
  1224. [ 10.090553] initcall init_rc_map_pixelview+0x0/0x24 returned 0 after 0 usecs
  1225. [ 10.097576] calling init_rc_map_pixelview_new+0x0/0x24 @ 1
  1226. [ 10.103141] initcall init_rc_map_pixelview_new+0x0/0x24 returned 0 after 0 usecs
  1227. [ 10.110522] calling init_rc_map_powercolor_real_angel+0x0/0x24 @ 1
  1228. [ 10.116767] initcall init_rc_map_powercolor_real_angel+0x0/0x24 returned 0 after 0 usecs
  1229. [ 10.124842] calling init_rc_map_proteus_2309+0x0/0x24 @ 1
  1230. [ 10.130318] initcall init_rc_map_proteus_2309+0x0/0x24 returned 0 after 0 usecs
  1231. [ 10.137602] calling init_rc_map_purpletv+0x0/0x24 @ 1
  1232. [ 10.142734] initcall init_rc_map_purpletv+0x0/0x24 returned 0 after 0 usecs
  1233. [ 10.149681] calling init_rc_map_pv951+0x0/0x24 @ 1
  1234. [ 10.154541] initcall init_rc_map_pv951+0x0/0x24 returned 0 after 0 usecs
  1235. [ 10.161231] calling init_rc_map_rc5_hauppauge_new+0x0/0x24 @ 1
  1236. [ 10.167129] initcall init_rc_map_rc5_hauppauge_new+0x0/0x24 returned 0 after 0 usecs
  1237. [ 10.174856] calling init_rc_map_rc6_mce+0x0/0x24 @ 1
  1238. [ 10.179906] initcall init_rc_map_rc6_mce+0x0/0x24 returned 0 after 0 usecs
  1239. [ 10.186757] calling init_rc_map_real_audio_220_32_keys+0x0/0x24 @ 1
  1240. [ 10.193101] initcall init_rc_map_real_audio_220_32_keys+0x0/0x24 returned 0 after 0 usecs
  1241. [ 10.201264] calling init_rc_map_reddo+0x0/0x24 @ 1
  1242. [ 10.206123] initcall init_rc_map_reddo+0x0/0x24 returned 0 after 0 usecs
  1243. [ 10.212811] calling init_rc_map_snapstream_firefly+0x0/0x24 @ 1
  1244. [ 10.218810] initcall init_rc_map_snapstream_firefly+0x0/0x24 returned 0 after 0 usecs
  1245. [ 10.226613] calling init_rc_map_streamzap+0x0/0x24 @ 1
  1246. [ 10.231830] initcall init_rc_map_streamzap+0x0/0x24 returned 0 after 0 usecs
  1247. [ 10.238866] calling init_rc_map_tbs_nec+0x0/0x24 @ 1
  1248. [ 10.243898] initcall init_rc_map_tbs_nec+0x0/0x24 returned 0 after 0 usecs
  1249. [ 10.250758] calling init_rc_map+0x0/0x24 @ 1
  1250. [ 10.255096] initcall init_rc_map+0x0/0x24 returned 0 after 0 usecs
  1251. [ 10.261266] calling init_rc_map+0x0/0x24 @ 1
  1252. [ 10.265607] initcall init_rc_map+0x0/0x24 returned 0 after 0 usecs
  1253. [ 10.271773] calling init_rc_map_terratec_cinergy_c_pci+0x0/0x24 @ 1
  1254. [ 10.278106] initcall init_rc_map_terratec_cinergy_c_pci+0x0/0x24 returned 0 after 0 usecs
  1255. [ 10.286269] calling init_rc_map_terratec_cinergy_s2_hd+0x0/0x24 @ 1
  1256. [ 10.292612] initcall init_rc_map_terratec_cinergy_s2_hd+0x0/0x24 returned 0 after 0 usecs
  1257. [ 10.300774] calling init_rc_map_terratec_cinergy_xs+0x0/0x24 @ 1
  1258. [ 10.306845] initcall init_rc_map_terratec_cinergy_xs+0x0/0x24 returned 0 after 0 usecs
  1259. [ 10.314747] calling init_rc_map_terratec_slim+0x0/0x24 @ 1
  1260. [ 10.320311] initcall init_rc_map_terratec_slim+0x0/0x24 returned 0 after 0 usecs
  1261. [ 10.327680] calling init_rc_map_terratec_slim_2+0x0/0x24 @ 1
  1262. [ 10.333417] initcall init_rc_map_terratec_slim_2+0x0/0x24 returned 0 after 0 usecs
  1263. [ 10.340973] calling init_rc_map_tevii_nec+0x0/0x24 @ 1
  1264. [ 10.346178] initcall init_rc_map_tevii_nec+0x0/0x24 returned 0 after 0 usecs
  1265. [ 10.353214] calling init_rc_map_tivo+0x0/0x24 @ 1
  1266. [ 10.357987] initcall init_rc_map_tivo+0x0/0x24 returned 0 after 0 usecs
  1267. [ 10.364591] calling init_rc_map_total_media_in_hand+0x0/0x24 @ 1
  1268. [ 10.370672] initcall init_rc_map_total_media_in_hand+0x0/0x24 returned 0 after 0 usecs
  1269. [ 10.378574] calling init_rc_map_total_media_in_hand_02+0x0/0x24 @ 1
  1270. [ 10.384906] initcall init_rc_map_total_media_in_hand_02+0x0/0x24 returned 0 after 0 usecs
  1271. [ 10.393067] calling init_rc_map_trekstor+0x0/0x24 @ 1
  1272. [ 10.398185] initcall init_rc_map_trekstor+0x0/0x24 returned 0 after 0 usecs
  1273. [ 10.405135] calling init_rc_map_tt_1500+0x0/0x24 @ 1
  1274. [ 10.410177] initcall init_rc_map_tt_1500+0x0/0x24 returned 0 after 0 usecs
  1275. [ 10.417027] calling init_rc_map_twinhan_dtv_cab_ci+0x0/0x24 @ 1
  1276. [ 10.423024] initcall init_rc_map_twinhan_dtv_cab_ci+0x0/0x24 returned 0 after 0 usecs
  1277. [ 10.430841] calling init_rc_map_twinhan_vp1027+0x0/0x24 @ 1
  1278. [ 10.436481] initcall init_rc_map_twinhan_vp1027+0x0/0x24 returned 0 after 0 usecs
  1279. [ 10.443958] calling init_rc_map_videomate_k100+0x0/0x24 @ 1
  1280. [ 10.449609] initcall init_rc_map_videomate_k100+0x0/0x24 returned 0 after 0 usecs
  1281. [ 10.457065] calling init_rc_map_videomate_s350+0x0/0x24 @ 1
  1282. [ 10.462717] initcall init_rc_map_videomate_s350+0x0/0x24 returned 0 after 0 usecs
  1283. [ 10.470184] calling init_rc_map_videomate_tv_pvr+0x0/0x24 @ 1
  1284. [ 10.475995] initcall init_rc_map_videomate_tv_pvr+0x0/0x24 returned 0 after 0 usecs
  1285. [ 10.483640] calling init_rc_map_winfast+0x0/0x24 @ 1
  1286. [ 10.488684] initcall init_rc_map_winfast+0x0/0x24 returned 0 after 0 usecs
  1287. [ 10.495533] calling init_rc_map_winfast_usbii_deluxe+0x0/0x24 @ 1
  1288. [ 10.501706] initcall init_rc_map_winfast_usbii_deluxe+0x0/0x24 returned 0 after 0 usecs
  1289. [ 10.509693] calling init_rc_map_su3000+0x0/0x24 @ 1
  1290. [ 10.514639] initcall init_rc_map_su3000+0x0/0x24 returned 0 after 0 usecs
  1291. [ 10.521415] calling init_rc_map_zx_irdec+0x0/0x24 @ 1
  1292. [ 10.526534] initcall init_rc_map_zx_irdec+0x0/0x24 returned 0 after 0 usecs
  1293. [ 10.533484] calling ir_nec_decode_init+0x0/0x34 @ 1
  1294. [ 10.538439] IR NEC protocol handler initialized
  1295. [ 10.542954] initcall ir_nec_decode_init+0x0/0x34 returned 0 after 4405 usecs
  1296. [ 10.549989] calling ir_rc5_decode_init+0x0/0x34 @ 1
  1297. [ 10.554931] IR RC5(x/sz) protocol handler initialized
  1298. [ 10.559976] initcall ir_rc5_decode_init+0x0/0x34 returned 0 after 4921 usecs
  1299. [ 10.566999] calling ir_rc6_decode_init+0x0/0x34 @ 1
  1300. [ 10.571952] IR RC6 protocol handler initialized
  1301. [ 10.576465] initcall ir_rc6_decode_init+0x0/0x34 returned 0 after 4402 usecs
  1302. [ 10.583499] calling ir_jvc_decode_init+0x0/0x34 @ 1
  1303. [ 10.588452] IR JVC protocol handler initialized
  1304. [ 10.592966] initcall ir_jvc_decode_init+0x0/0x34 returned 0 after 4403 usecs
  1305. [ 10.600003] calling ir_sony_decode_init+0x0/0x34 @ 1
  1306. [ 10.605033] IR Sony protocol handler initialized
  1307. [ 10.609646] initcall ir_sony_decode_init+0x0/0x34 returned 0 after 4499 usecs
  1308. [ 10.616754] calling ir_sanyo_decode_init+0x0/0x34 @ 1
  1309. [ 10.621881] IR SANYO protocol handler initialized
  1310. [ 10.626568] initcall ir_sanyo_decode_init+0x0/0x34 returned 0 after 4572 usecs
  1311. [ 10.633776] calling ir_sharp_decode_init+0x0/0x34 @ 1
  1312. [ 10.638904] IR Sharp protocol handler initialized
  1313. [ 10.643590] initcall ir_sharp_decode_init+0x0/0x34 returned 0 after 4572 usecs
  1314. [ 10.650798] calling ir_mce_kbd_decode_init+0x0/0x34 @ 1
  1315. [ 10.656087] IR MCE Keyboard/mouse protocol handler initialized
  1316. [ 10.661914] initcall ir_mce_kbd_decode_init+0x0/0x34 returned 0 after 5685 usecs
  1317. [ 10.669295] calling ir_xmp_decode_init+0x0/0x34 @ 1
  1318. [ 10.674236] IR XMP protocol handler initialized
  1319. [ 10.678762] initcall ir_xmp_decode_init+0x0/0x34 returned 0 after 4415 usecs
  1320. [ 10.685785] calling max1668_driver_init+0x0/0x28 @ 1
  1321. [ 10.690860] initcall max1668_driver_init+0x0/0x28 returned 0 after 30 usecs
  1322. [ 10.697798] calling mtk_wdt_driver_init+0x0/0x28 @ 1
  1323. [ 10.703108] MTK_WDT_NONRST_REG(0)
  1324. [ 10.707026] mtk-wdt 10007000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
  1325. [ 10.715849] initcall mtk_wdt_driver_init+0x0/0x28 returned 0 after 12688 usecs
  1326. [ 10.723065] calling linear_init+0x0/0x24 @ 1
  1327. [ 10.727406] initcall linear_init+0x0/0x24 returned 0 after 0 usecs
  1328. [ 10.733575] calling raid0_init+0x0/0x24 @ 1
  1329. [ 10.737829] initcall raid0_init+0x0/0x24 returned 0 after 0 usecs
  1330. [ 10.743911] calling raid_init+0x0/0x24 @ 1
  1331. [ 10.748078] initcall raid_init+0x0/0x24 returned 0 after 0 usecs
  1332. [ 10.754073] calling raid_init+0x0/0x24 @ 1
  1333. [ 10.758251] initcall raid_init+0x0/0x24 returned 0 after 0 usecs
  1334. [ 10.764235] calling raid5_init+0x0/0xc4 @ 1
  1335. [ 10.768697] initcall raid5_init+0x0/0xc4 returned 0 after 193 usecs
  1336. [ 10.774943] calling multipath_init+0x0/0x24 @ 1
  1337. [ 10.779573] initcall multipath_init+0x0/0x24 returned 0 after 0 usecs
  1338. [ 10.785992] calling raid_init+0x0/0x24 @ 1
  1339. [ 10.790176] initcall raid_init+0x0/0x24 returned 0 after 0 usecs
  1340. [ 10.796159] calling dm_init+0x0/0x64 @ 1
  1341. [ 10.800328] device-mapper: uevent: version 1.0.3
  1342. [ 10.805191] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
  1343. [ 10.813623] initcall dm_init+0x0/0x64 returned 0 after 13140 usecs
  1344. [ 10.819793] calling dm_crypt_init+0x0/0x40 @ 1
  1345. [ 10.824307] initcall dm_crypt_init+0x0/0x40 returned 0 after 1 usecs
  1346. [ 10.830647] calling dm_mirror_init+0x0/0x44 @ 1
  1347. [ 10.835248] initcall dm_mirror_init+0x0/0x44 returned 0 after 1 usecs
  1348. [ 10.841675] calling dm_dirty_log_init+0x0/0x64 @ 1
  1349. [ 10.846538] initcall dm_dirty_log_init+0x0/0x64 returned 0 after 1 usecs
  1350. [ 10.853225] calling userspace_dirty_log_init+0x0/0xd0 @ 1
  1351. [ 10.858716] device-mapper: dm-log-userspace: version 1.3.0 loaded
  1352. [ 10.864791] initcall userspace_dirty_log_init+0x0/0xd0 returned 0 after 5947 usecs
  1353. [ 10.872346] calling dm_raid_init+0x0/0x3c @ 1
  1354. [ 10.876769] device-mapper: raid: Loading target version 1.13.0
  1355. [ 10.882591] initcall dm_raid_init+0x0/0x3c returned 0 after 5681 usecs
  1356. [ 10.889108] calling cpufreq_gov_powersave_init+0x0/0x24 @ 1
  1357. [ 10.894748] initcall cpufreq_gov_powersave_init+0x0/0x24 returned 0 after 2 usecs
  1358. [ 10.902214] calling cpufreq_gov_userspace_init+0x0/0x24 @ 1
  1359. [ 10.907853] initcall cpufreq_gov_userspace_init+0x0/0x24 returned 0 after 0 usecs
  1360. [ 10.915320] calling cpufreq_gov_dbs_init+0x0/0x24 @ 1
  1361. [ 10.920452] initcall cpufreq_gov_dbs_init+0x0/0x24 returned 0 after 0 usecs
  1362. [ 10.927388] calling cpufreq_gov_dbs_init+0x0/0x24 @ 1
  1363. [ 10.932518] initcall cpufreq_gov_dbs_init+0x0/0x24 returned 0 after 0 usecs
  1364. [ 10.939463] calling mtk_cpufreq_driver_init+0x0/0xdc @ 1
  1365. [ 10.945071] proc regulator for cpu0 not ready, retry.
  1366. [ 10.950123] mtk-cpufreq mtk-cpufreq: failed to initialize dvfs info for cpu0
  1367. [ 10.957171] initcall mtk_cpufreq_driver_init+0x0/0xdc returned 0 after 12037 usecs
  1368. [ 10.964735] calling mmc_pwrseq_simple_driver_init+0x0/0x28 @ 1
  1369. [ 10.970778] initcall mmc_pwrseq_simple_driver_init+0x0/0x28 returned 0 after 127 usecs
  1370. [ 10.978682] calling mmc_pwrseq_emmc_driver_init+0x0/0x28 @ 1
  1371. [ 10.984526] initcall mmc_pwrseq_emmc_driver_init+0x0/0x28 returned 0 after 113 usecs
  1372. [ 10.992256] calling mmc_blk_init+0x0/0xa8 @ 1
  1373. [ 10.996706] initcall mmc_blk_init+0x0/0xa8 returned 0 after 23 usecs
  1374. [ 11.003047] calling mt_msdc_driver_init+0x0/0x28 @ 1
  1375. [ 11.008269] mtk-msdc 11240000.mmc: could not find pctldev for node /pinctrl@10005000/mmc1default, deferring probe
  1376. [ 11.018537] mtk-msdc 11230000.mmc: could not find pctldev for node /pinctrl@10005000/mmc0default, deferring probe
  1377. [ 11.028939] initcall mt_msdc_driver_init+0x0/0x28 returned 0 after 20369 usecs
  1378. [ 11.036135] calling hid_init+0x0/0x84 @ 1
  1379. [ 11.040273] hidraw: raw HID events driver (C) Jiri Kosina
  1380. [ 11.045668] initcall hid_init+0x0/0x84 returned 0 after 5313 usecs
  1381. [ 11.051837] calling hid_generic_init+0x0/0x30 @ 1
  1382. [ 11.056653] initcall hid_generic_init+0x0/0x30 returned 0 after 40 usecs
  1383. [ 11.063342] calling a4_driver_init+0x0/0x30 @ 1
  1384. [ 11.067970] initcall a4_driver_init+0x0/0x30 returned 0 after 28 usecs
  1385. [ 11.074487] calling apple_driver_init+0x0/0x30 @ 1
  1386. [ 11.079396] initcall apple_driver_init+0x0/0x30 returned 0 after 39 usecs
  1387. [ 11.086158] calling belkin_driver_init+0x0/0x30 @ 1
  1388. [ 11.091145] initcall belkin_driver_init+0x0/0x30 returned 0 after 28 usecs
  1389. [ 11.097994] calling ch_driver_init+0x0/0x30 @ 1
  1390. [ 11.102640] initcall ch_driver_init+0x0/0x30 returned 0 after 33 usecs
  1391. [ 11.109156] calling ch_driver_init+0x0/0x30 @ 1
  1392. [ 11.113785] initcall ch_driver_init+0x0/0x30 returned 0 after 27 usecs
  1393. [ 11.120301] calling cp_driver_init+0x0/0x30 @ 1
  1394. [ 11.124931] initcall cp_driver_init+0x0/0x30 returned 0 after 29 usecs
  1395. [ 11.131444] calling ez_driver_init+0x0/0x30 @ 1
  1396. [ 11.136071] initcall ez_driver_init+0x0/0x30 returned 0 after 26 usecs
  1397. [ 11.142587] calling ks_driver_init+0x0/0x30 @ 1
  1398. [ 11.147216] initcall ks_driver_init+0x0/0x30 returned 0 after 27 usecs
  1399. [ 11.153732] calling kye_driver_init+0x0/0x30 @ 1
  1400. [ 11.158456] initcall kye_driver_init+0x0/0x30 returned 0 after 27 usecs
  1401. [ 11.165047] calling lg_driver_init+0x0/0x30 @ 1
  1402. [ 11.169697] initcall lg_driver_init+0x0/0x30 returned 0 after 37 usecs
  1403. [ 11.176200] calling ms_driver_init+0x0/0x30 @ 1
  1404. [ 11.180844] initcall ms_driver_init+0x0/0x30 returned 0 after 32 usecs
  1405. [ 11.187346] calling mr_driver_init+0x0/0x30 @ 1
  1406. [ 11.191986] initcall mr_driver_init+0x0/0x30 returned 0 after 28 usecs
  1407. [ 11.198501] calling hid_init+0x0/0x6c @ 1
  1408. [ 11.202626] usbcore: registered new interface driver usbhid
  1409. [ 11.208174] usbhid: USB HID core driver
  1410. [ 11.212004] initcall hid_init+0x0/0x6c returned 0 after 9202 usecs
  1411. [ 11.218162] calling extcon_class_init+0x0/0x38 @ 1
  1412. [ 11.223057] initcall extcon_class_init+0x0/0x38 returned 0 after 17 usecs
  1413. [ 11.229833] calling alsa_timer_init+0x0/0x21c @ 1
  1414. [ 11.234786] initcall alsa_timer_init+0x0/0x21c returned 0 after 173 usecs
  1415. [ 11.241574] calling snd_hrtimer_init+0x0/0xe8 @ 1
  1416. [ 11.246352] initcall snd_hrtimer_init+0x0/0xe8 returned 0 after 3 usecs
  1417. [ 11.252956] calling alsa_pcm_init+0x0/0x7c @ 1
  1418. [ 11.257474] initcall alsa_pcm_init+0x0/0x7c returned 0 after 6 usecs
  1419. [ 11.263816] calling snd_soc_init+0x0/0x124 @ 1
  1420. [ 11.268617] initcall snd_soc_init+0x0/0x124 returned 0 after 268 usecs
  1421. [ 11.275123] calling wm8960_i2c_driver_init+0x0/0x28 @ 1
  1422. [ 11.280459] initcall wm8960_i2c_driver_init+0x0/0x28 returned 0 after 25 usecs
  1423. [ 11.287657] calling sock_diag_init+0x0/0x60 @ 1
  1424. [ 11.292321] initcall sock_diag_init+0x0/0x60 returned 0 after 52 usecs
  1425. [ 11.298842] calling blackhole_init+0x0/0x24 @ 1
  1426. [ 11.303448] initcall blackhole_init+0x0/0x24 returned 0 after 2 usecs
  1427. [ 11.309878] calling cbq_module_init+0x0/0x24 @ 1
  1428. [ 11.314564] initcall cbq_module_init+0x0/0x24 returned 0 after 1 usecs
  1429. [ 11.321078] calling htb_module_init+0x0/0x24 @ 1
  1430. [ 11.325764] initcall htb_module_init+0x0/0x24 returned 0 after 1 usecs
  1431. [ 11.332278] calling tbf_module_init+0x0/0x24 @ 1
  1432. [ 11.336964] initcall tbf_module_init+0x0/0x24 returned 0 after 1 usecs
  1433. [ 11.343478] calling prio_module_init+0x0/0x24 @ 1
  1434. [ 11.348262] initcall prio_module_init+0x0/0x24 returned 0 after 1 usecs
  1435. [ 11.354853] calling gre_offload_init+0x0/0x64 @ 1
  1436. [ 11.359638] initcall gre_offload_init+0x0/0x64 returned 0 after 1 usecs
  1437. [ 11.366227] calling sysctl_ipv4_init+0x0/0x64 @ 1
  1438. [ 11.371155] initcall sysctl_ipv4_init+0x0/0x64 returned 0 after 139 usecs
  1439. [ 11.377919] calling ipip_init+0x0/0xd8 @ 1
  1440. [ 11.382094] ipip: IPv4 and MPLS over IPv4 tunneling driver
  1441. [ 11.387965] initcall ipip_init+0x0/0xd8 returned 0 after 5723 usecs
  1442. [ 11.394231] calling fou_init+0x0/0xc0 @ 1
  1443. [ 11.398356] initcall fou_init+0x0/0xc0 returned 0 after 30 usecs
  1444. [ 11.404340] calling ah4_init+0x0/0x8c @ 1
  1445. [ 11.408437] initcall ah4_init+0x0/0x8c returned 0 after 3 usecs
  1446. [ 11.414333] calling esp4_init+0x0/0x8c @ 1
  1447. [ 11.418513] initcall esp4_init+0x0/0x8c returned 0 after 1 usecs
  1448. [ 11.424496] calling ipcomp4_init+0x0/0x8c @ 1
  1449. [ 11.428935] initcall ipcomp4_init+0x0/0x8c returned 0 after 1 usecs
  1450. [ 11.435179] calling ipip_init+0x0/0xcc @ 1
  1451. [ 11.439359] initcall ipip_init+0x0/0xcc returned 0 after 1 usecs
  1452. [ 11.445344] calling xfrm4_beet_init+0x0/0x28 @ 1
  1453. [ 11.450042] initcall xfrm4_beet_init+0x0/0x28 returned 0 after 1 usecs
  1454. [ 11.456545] calling tunnel4_init+0x0/0xa0 @ 1
  1455. [ 11.460983] initcall tunnel4_init+0x0/0xa0 returned 0 after 1 usecs
  1456. [ 11.467225] calling xfrm4_transport_init+0x0/0x28 @ 1
  1457. [ 11.472356] initcall xfrm4_transport_init+0x0/0x28 returned 0 after 0 usecs
  1458. [ 11.479312] calling xfrm4_mode_tunnel_init+0x0/0x28 @ 1
  1459. [ 11.484605] initcall xfrm4_mode_tunnel_init+0x0/0x28 returned 0 after 0 usecs
  1460. [ 11.491726] calling inet_diag_init+0x0/0x9c @ 1
  1461. [ 11.496330] initcall inet_diag_init+0x0/0x9c returned 0 after 3 usecs
  1462. [ 11.502761] calling tcp_diag_init+0x0/0x24 @ 1
  1463. [ 11.507274] initcall tcp_diag_init+0x0/0x24 returned 0 after 1 usecs
  1464. [ 11.513614] calling cubictcp_register+0x0/0x74 @ 1
  1465. [ 11.518487] initcall cubictcp_register+0x0/0x74 returned 0 after 3 usecs
  1466. [ 11.525165] calling tcp_westwood_register+0x0/0x24 @ 1
  1467. [ 11.530381] initcall tcp_westwood_register+0x0/0x24 returned 0 after 0 usecs
  1468. [ 11.537405] calling hstcp_register+0x0/0x24 @ 1
  1469. [ 11.542017] initcall hstcp_register+0x0/0x24 returned 0 after 0 usecs
  1470. [ 11.548444] calling hybla_register+0x0/0x24 @ 1
  1471. [ 11.553044] initcall hybla_register+0x0/0x24 returned 0 after 0 usecs
  1472. [ 11.559471] calling htcp_register+0x0/0x24 @ 1
  1473. [ 11.563985] initcall htcp_register+0x0/0x24 returned 0 after 0 usecs
  1474. [ 11.570325] calling tcp_vegas_register+0x0/0x28 @ 1
  1475. [ 11.575272] initcall tcp_vegas_register+0x0/0x28 returned 0 after 0 usecs
  1476. [ 11.582047] calling tcp_veno_register+0x0/0x28 @ 1
  1477. [ 11.586907] initcall tcp_veno_register+0x0/0x28 returned 0 after 0 usecs
  1478. [ 11.593597] calling tcp_scalable_register+0x0/0x24 @ 1
  1479. [ 11.598815] initcall tcp_scalable_register+0x0/0x24 returned 0 after 0 usecs
  1480. [ 11.605839] calling tcp_lp_register+0x0/0x24 @ 1
  1481. [ 11.610536] initcall tcp_lp_register+0x0/0x24 returned 0 after 0 usecs
  1482. [ 11.617041] calling tcp_yeah_register+0x0/0x28 @ 1
  1483. [ 11.621913] initcall tcp_yeah_register+0x0/0x28 returned 0 after 0 usecs
  1484. [ 11.628601] calling tcp_illinois_register+0x0/0x24 @ 1
  1485. [ 11.633808] initcall tcp_illinois_register+0x0/0x24 returned 0 after 0 usecs
  1486. [ 11.640842] calling xfrm_user_init+0x0/0x60 @ 1
  1487. [ 11.645436] Initializing XFRM netlink socket
  1488. [ 11.649719] initcall xfrm_user_init+0x0/0x60 returned 0 after 4175 usecs
  1489. [ 11.656397] calling inet6_init+0x0/0x32c @ 1
  1490. [ 11.661148] NET: Registered protocol family 10
  1491. [ 11.666546] Segment Routing with IPv6
  1492. [ 11.670294] initcall inet6_init+0x0/0x32c returned 0 after 9314 usecs
  1493. [ 11.676715] calling tunnel6_init+0x0/0x84 @ 1
  1494. [ 11.681157] initcall tunnel6_init+0x0/0x84 returned 0 after 0 usecs
  1495. [ 11.687400] calling xfrm6_transport_init+0x0/0x28 @ 1
  1496. [ 11.692533] initcall xfrm6_transport_init+0x0/0x28 returned 0 after 1 usecs
  1497. [ 11.699484] calling xfrm6_mode_tunnel_init+0x0/0x28 @ 1
  1498. [ 11.704777] initcall xfrm6_mode_tunnel_init+0x0/0x28 returned 0 after 0 usecs
  1499. [ 11.711898] calling xfrm6_beet_init+0x0/0x28 @ 1
  1500. [ 11.716585] initcall xfrm6_beet_init+0x0/0x28 returned 0 after 0 usecs
  1501. [ 11.723101] calling sit_init+0x0/0x110 @ 1
  1502. [ 11.727264] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  1503. [ 11.733685] initcall sit_init+0x0/0x110 returned 0 after 6262 usecs
  1504. [ 11.739965] calling ip6_tunnel_init+0x0/0xe0 @ 1
  1505. [ 11.745126] initcall ip6_tunnel_init+0x0/0xe0 returned 0 after 460 usecs
  1506. [ 11.751821] calling fou6_init+0x0/0x84 @ 1
  1507. [ 11.755987] initcall fou6_init+0x0/0x84 returned 0 after 0 usecs
  1508. [ 11.761987] calling packet_init+0x0/0x58 @ 1
  1509. [ 11.766325] NET: Registered protocol family 17
  1510. [ 11.770771] initcall packet_init+0x0/0x58 returned 0 after 4339 usecs
  1511. [ 11.777188] calling init_rpcsec_gss+0x0/0x7c @ 1
  1512. [ 11.781933] initcall init_rpcsec_gss+0x0/0x7c returned 0 after 42 usecs
  1513. [ 11.788541] calling init_dns_resolver+0x0/0x130 @ 1
  1514. [ 11.793503] Key type dns_resolver registered
  1515. [ 11.797758] initcall init_dns_resolver+0x0/0x130 returned 0 after 4169 usecs
  1516. [ 11.805159] calling init_machine_late+0x0/0xa0 @ 1
  1517. [ 11.810039] initcall init_machine_late+0x0/0xa0 returned 0 after 7 usecs
  1518. [ 11.816717] calling thumbee_init+0x0/0x6c @ 1
  1519. [ 11.821155] ThumbEE CPU extension supported.
  1520. [ 11.825410] initcall thumbee_init+0x0/0x6c returned 0 after 4150 usecs
  1521. [ 11.831927] calling swp_emulation_init+0x0/0x74 @ 1
  1522. [ 11.836874] Registering SWP/SWPB emulation handler
  1523. [ 11.841661] initcall swp_emulation_init+0x0/0x74 returned 0 after 4675 usecs
  1524. [ 11.848696] calling init_oops_id+0x0/0x50 @ 1
  1525. [ 11.853125] initcall init_oops_id+0x0/0x50 returned 0 after 3 usecs
  1526. [ 11.859385] calling sched_init_debug+0x0/0x64 @ 1
  1527. [ 11.864186] initcall sched_init_debug+0x0/0x64 returned 0 after 25 usecs
  1528. [ 11.870878] calling pm_qos_power_init+0x0/0xc8 @ 1
  1529. [ 11.876212] initcall pm_qos_power_init+0x0/0xc8 returned 0 after 458 usecs
  1530. [ 11.883099] calling pm_debugfs_init+0x0/0x48 @ 1
  1531. [ 11.887793] initcall pm_debugfs_init+0x0/0x48 returned 0 after 6 usecs
  1532. [ 11.894319] calling printk_late_init+0x0/0x1d8 @ 1
  1533. [ 11.899196] initcall printk_late_init+0x0/0x1d8 returned 0 after 4 usecs
  1534. [ 11.905874] calling tk_debug_sleep_time_init+0x0/0x60 @ 1
  1535. [ 11.911360] initcall tk_debug_sleep_time_init+0x0/0x60 returned 0 after 6 usecs
  1536. [ 11.918657] calling fault_around_debugfs+0x0/0x5c @ 1
  1537. [ 11.923783] initcall fault_around_debugfs+0x0/0x5c returned 0 after 5 usecs
  1538. [ 11.930735] calling max_swapfiles_check+0x0/0x1c @ 1
  1539. [ 11.935768] initcall max_swapfiles_check+0x0/0x1c returned 0 after 0 usecs
  1540. [ 11.942627] calling check_early_ioremap_leak+0x0/0x6c @ 1
  1541. [ 11.948092] initcall check_early_ioremap_leak+0x0/0x6c returned 0 after 0 usecs
  1542. [ 11.955387] calling init_btrfs_fs+0x0/0x128 @ 1
  1543. [ 11.960946] Btrfs loaded, crc32c=crc32c-generic
  1544. [ 11.965480] initcall init_btrfs_fs+0x0/0x128 returned 0 after 5353 usecs
  1545. [ 11.972197] calling init_root_keyring+0x0/0x1c @ 1
  1546. [ 11.977100] initcall init_root_keyring+0x0/0x1c returned 0 after 39 usecs
  1547. [ 11.983887] calling init_encrypted+0x0/0xe8 @ 1
  1548. [ 11.989181] Key type encrypted registered
  1549. [ 11.993184] initcall init_encrypted+0x0/0xe8 returned 0 after 4575 usecs
  1550. [ 11.999897] calling prandom_reseed+0x0/0x40 @ 1
  1551. [ 12.004513] initcall prandom_reseed+0x0/0x40 returned 0 after 16 usecs
  1552. [ 12.011035] calling pci_resource_alignment_sysfs_init+0x0/0x2c @ 1
  1553. [ 12.017292] initcall pci_resource_alignment_sysfs_init+0x0/0x2c returned 0 after 11 usecs
  1554. [ 12.025454] calling pci_sysfs_init+0x0/0x64 @ 1
  1555. [ 12.030070] initcall pci_sysfs_init+0x0/0x64 returned 0 after 3 usecs
  1556. [ 12.036486] calling clk_debug_init+0x0/0x148 @ 1
  1557. [ 12.049663] initcall clk_debug_init+0x0/0x148 returned 0 after 8261 usecs
  1558. [ 12.056439] calling deferred_probe_initcall+0x0/0x40 @ 1
  1559. [ 12.061887] deferred probe 1a140000.pcie-controller @ 43
  1560. [ 12.067273] mtk-pcie 1a140000.pcie-controller: could not find pctldev for node /pinctrl@10005000/pcie_pin_default, deferring probe
  1561. [ 12.079072] deferred probe 1a140000.pcie-controller returned after 11612 usecs
  1562. [ 12.086269] deferred probe 1000d000.pwrap:mt6323 @ 43
  1563. [ 12.091464] deferred probe 1000d000.pwrap:mt6323 returned after 140 usecs
  1564. [ 12.098245] deferred probe mtk-cpufreq @ 43
  1565. [ 12.102491] proc regulator for cpu0 not ready, retry.
  1566. [ 12.107529] mtk-cpufreq mtk-cpufreq: failed to initialize dvfs info for cpu0
  1567. [ 12.114581] deferred probe mtk-cpufreq returned after 11885 usecs
  1568. [ 12.120663] deferred probe 11240000.mmc @ 43
  1569. [ 12.124987] mtk-msdc 11240000.mmc: could not find pctldev for node /pinctrl@10005000/mmc1default, deferring probe
  1570. [ 12.135236] deferred probe 11240000.mmc returned after 10080 usecs
  1571. [ 12.141406] deferred probe 11230000.mmc @ 43
  1572. [ 12.145724] mtk-msdc 11230000.mmc: could not find pctldev for node /pinctrl@10005000/mmc0default, deferring probe
  1573. [ 12.155972] deferred probe 11230000.mmc returned after 10073 usecs
  1574. [ 12.162169] initcall deferred_probe_initcall+0x0/0x40 returned 0 after 97963 usecs
  1575. [ 12.169736] calling pm_genpd_debug_init+0x0/0x190 @ 1
  1576. [ 12.175153] initcall pm_genpd_debug_init+0x0/0x190 returned 0 after 286 usecs
  1577. [ 12.182286] calling genpd_power_off_unused+0x0/0x94 @ 1
  1578. [ 12.187587] initcall genpd_power_off_unused+0x0/0x94 returned 0 after 7 usecs
  1579. [ 12.194713] calling wk_proc_init+0x0/0x4c @ 1
  1580. [ 12.199171] initcall wk_proc_init+0x0/0x4c returned 0 after 12 usecs
  1581. [ 12.205500] calling of_fdt_raw_init+0x0/0x80 @ 1
  1582. [ 12.210391] initcall of_fdt_raw_init+0x0/0x80 returned 0 after 184 usecs
  1583. [ 12.217071] calling tcp_congestion_default+0x0/0x24 @ 1
  1584. [ 12.222382] initcall tcp_congestion_default+0x0/0x24 returned 0 after 2 usecs
  1585. [ 12.229507] calling ip_auto_config+0x0/0x10f8 @ 1
  1586. [ 12.234286] initcall ip_auto_config+0x0/0x10f8 returned 0 after 6 usecs
  1587. [ 12.240890] calling clear_boot_tracer+0x0/0x3c @ 1
  1588. [ 12.245749] initcall clear_boot_tracer+0x0/0x3c returned 0 after 0 usecs
  1589. [ 12.252440] calling fb_logo_late_init+0x0/0x2c @ 1
  1590. [ 12.257299] initcall fb_logo_late_init+0x0/0x2c returned 0 after 0 usecs
  1591. [ 12.264000] calling clk_disable_unused+0x0/0x138 @ 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement