· 6 years ago · Nov 12, 2019, 09:48 PM
1Starting kernel ...
2
3[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
4[ 0.000000] Linux version 5.4.0-rc6 (adam@adam-vb) (gcc version 7.1.1 20170707 (Linaro GCC 7.1-2017.08)) #1 SMP PREEMPT Tue Nov 12 12:05:22 EST 2019
5[ 0.000000] Machine model: Pine64 PinebookPro
6[ 0.000000] printk: debug: ignoring loglevel setting.
7[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
8[ 0.000000] printk: bootconsole [uart8250] enabled
9[ 0.000000] efi: Getting EFI parameters from FDT:
10[ 0.000000] efi: UEFI not found.
11[ 0.000000] cma: Reserved 64 MiB at 0x00000000f4000000
12[ 0.000000] On node 0 totalpages: 1015296
13[ 0.000000] DMA32 zone: 15864 pages used for memmap
14[ 0.000000] DMA32 zone: 0 pages reserved
15[ 0.000000] DMA32 zone: 1015296 pages, LIFO batch:63
16[ 0.000000] psci: probing for conduit method from DT.
17[ 0.000000] psci: PSCIv1.0 detected in firmware.
18[ 0.000000] psci: Using standard PSCI v0.2 function IDs
19[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
20[ 0.000000] psci: SMC Calling Convention v1.0
21[ 0.000000] percpu: Embedded 30 pages/cpu s85592 r8192 d29096 u122880
22[ 0.000000] pcpu-alloc: s85592 r8192 d29096 u122880 alloc=30*4096
23[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
24[ 0.000000] Detected VIPT I-cache on CPU0
25[ 0.000000] CPU features: detected: ARM erratum 845719
26[ 0.000000] CPU features: detected: GIC system register CPU interface
27[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432
28[ 0.000000] Kernel command line: console=ttyS2,1500000n8 rw root=/dev/mmcblk1p2 rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=fe:1b:38:2d:b7:9c eth1addr=fe:1b:38:2d:b7:bc serial=14078f7a57725b0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 zswap.enabled=1 video=eDP-1:1920x1080@60 debug no_console_suspend initcall_debug ignore_loglevel mmc_cmdqueue=0 earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 usbcore.autosuspend=-1 net.ifnames=0
29[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
30[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
31[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
32[ 0.000000] Memory: 3886980K/4061184K available (17724K kernel code, 1924K rwdata, 6444K rodata, 1280K init, 456K bss, 108668K reserved, 65536K cma-reserved)
33[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
34[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
35[ 0.000000] Tasks RCU enabled.
36[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
37[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
38[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
39[ 0.000000] GICv3: 256 SPIs implemented
40[ 0.000000] GICv3: 0 Extended SPIs implemented
41[ 0.000000] GICv3: Distributor has no Range Selector support
42[ 0.000000] GICv3: 16 PPIs implemented
43[ 0.000000] GICv3: no VLPI support, no direct LPI support
44[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
45[ 0.000000] ITS [mem 0xfee20000-0xfee3ffff]
46[ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @ee900000 (flat, esz 8, psz 64K, shr 0)
47[ 0.000000] ITS: using cache flushing for cmd queue
48[ 0.000000] GICv3: using LPI property table @0x00000000ee8b0000
49[ 0.000000] GIC: using cache flushing for LPI property table
50[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000ee8c0000
51[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
52[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
53[ 0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4b0 with crng_init=0
54[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
55[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
56[ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
57[ 0.001891] calling con_init+0x0/0x20c @ 0
58[ 0.002352] Console: colour dummy device 80x25
59[ 0.002783] initcall con_init+0x0/0x20c returned 0 after 0 usecs
60[ 0.003367] calling hvc_console_init+0x0/0x24 @ 0
61[ 0.003828] initcall hvc_console_init+0x0/0x24 returned 0 after 0 usecs
62[ 0.004467] calling xen_cons_init+0x0/0x78 @ 0
63[ 0.004900] initcall xen_cons_init+0x0/0x78 returned 0 after 0 usecs
64[ 0.005513] calling univ8250_console_init+0x0/0x40 @ 0
65[ 0.006020] initcall univ8250_console_init+0x0/0x40 returned 0 after 0 usecs
66[ 0.006721] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
67[ 0.007707] pid_max: default: 32768 minimum: 301
68[ 0.008258] LSM: Security Framework initializing
69[ 0.008777] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
70[ 0.009494] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
71[ 0.017354] calling trace_init_flags_sys_enter+0x0/0x1c @ 1
72[ 0.017900] initcall trace_init_flags_sys_enter+0x0/0x1c returned 0 after 0 usecs
73[ 0.018623] calling trace_init_flags_sys_exit+0x0/0x1c @ 1
74[ 0.019156] initcall trace_init_flags_sys_exit+0x0/0x1c returned 0 after 0 usecs
75[ 0.019868] calling cpu_suspend_init+0x0/0x48 @ 1
76[ 0.020330] initcall cpu_suspend_init+0x0/0x48 returned 0 after 0 usecs
77[ 0.020983] calling asids_init+0x0/0xc8 @ 1
78[ 0.021391] ASID allocator initialised with 32768 entries
79[ 0.021909] initcall asids_init+0x0/0xc8 returned 0 after 0 usecs
80[ 0.022499] calling xen_guest_init+0x0/0x2c8 @ 1
81[ 0.022953] initcall xen_guest_init+0x0/0x2c8 returned 0 after 0 usecs
82[ 0.023584] calling spawn_ksoftirqd+0x0/0x48 @ 1
83[ 0.025610] initcall spawn_ksoftirqd+0x0/0x48 returned 0 after 1953 usecs
84[ 0.026259] calling migration_init+0x0/0x4c @ 1
85[ 0.026714] initcall migration_init+0x0/0x4c returned 0 after 0 usecs
86[ 0.027329] calling srcu_bootup_announce+0x0/0x40 @ 1
87[ 0.027824] rcu: Hierarchical SRCU implementation.
88[ 0.028281] initcall srcu_bootup_announce+0x0/0x40 returned 0 after 0 usecs
89[ 0.028959] calling rcu_spawn_core_kthreads+0x0/0xc0 @ 1
90[ 0.029476] initcall rcu_spawn_core_kthreads+0x0/0xc0 returned 0 after 0 usecs
91[ 0.030169] calling rcu_spawn_gp_kthread+0x0/0x140 @ 1
92[ 0.030734] initcall rcu_spawn_gp_kthread+0x0/0x140 returned 0 after 0 usecs
93[ 0.031416] calling check_cpu_stall_init+0x0/0x2c @ 1
94[ 0.031908] initcall check_cpu_stall_init+0x0/0x2c returned 0 after 0 usecs
95[ 0.032578] calling rcu_sysrq_init+0x0/0x38 @ 1
96[ 0.033022] initcall rcu_sysrq_init+0x0/0x38 returned 0 after 0 usecs
97[ 0.033645] calling cpu_stop_init+0x0/0xd0 @ 1
98[ 0.034179] initcall cpu_stop_init+0x0/0xd0 returned 0 after 0 usecs
99[ 0.034815] calling init_events+0x0/0x64 @ 1
100[ 0.035262] initcall init_events+0x0/0x64 returned 0 after 0 usecs
101[ 0.035878] calling init_trace_printk+0x0/0x20 @ 1
102[ 0.036348] initcall init_trace_printk+0x0/0x20 returned 0 after 0 usecs
103[ 0.036994] calling event_trace_enable_again+0x0/0x30 @ 1
104[ 0.037522] initcall event_trace_enable_again+0x0/0x30 returned 0 after 0 usecs
105[ 0.038227] calling jump_label_init_module+0x0/0x1c @ 1
106[ 0.038736] initcall jump_label_init_module+0x0/0x1c returned 0 after 0 usecs
107[ 0.039425] calling its_pmsi_init+0x0/0x154 @ 1
108[ 0.039934] Platform MSI: interrupt-controller@fee20000 domain created
109[ 0.040854] initcall its_pmsi_init+0x0/0x154 returned 0 after 976 usecs
110[ 0.041486] calling its_pci_msi_init+0x0/0x154 @ 1
111[ 0.042012] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
112[ 0.043047] initcall its_pci_msi_init+0x0/0x154 returned 0 after 976 usecs
113[ 0.043701] calling rockchip_init_usb_uart+0x0/0x144 @ 1
114[ 0.044224] initcall rockchip_init_usb_uart+0x0/0x144 returned 0 after 0 usecs
115[ 0.044912] calling brcmstb_soc_device_early_init+0x0/0xac @ 1
116[ 0.046680] initcall brcmstb_soc_device_early_init+0x0/0xac returned 0 after 976 usecs
117[ 0.047433] calling brcmstb_biuctrl_init+0x0/0x338 @ 1
118[ 0.048087] initcall brcmstb_biuctrl_init+0x0/0x338 returned 0 after 0 usecs
119[ 0.048760] calling efi_memreserve_root_init+0x0/0x38 @ 1
120[ 0.049293] initcall efi_memreserve_root_init+0x0/0x38 returned 0 after 0 usecs
121[ 0.049986] calling arm_enable_runtime_services+0x0/0x220 @ 1
122[ 0.050548] EFI services will not be available.
123[ 0.050981] initcall arm_enable_runtime_services+0x0/0x220 returned 0 after 0 usecs
124[ 0.051716] calling dummy_timer_register+0x0/0x34 @ 1
125[ 0.052214] initcall dummy_timer_register+0x0/0x34 returned 0 after 0 usecs
126[ 0.052887] calling initialize_ptr_random+0x0/0x68 @ 1
127[ 0.053388] initcall initialize_ptr_random+0x0/0x68 returned 0 after 0 usecs
128[ 0.057104] smp: Bringing up secondary CPUs ...
129[ 0.065299] Detected VIPT I-cache on CPU1
130[ 0.065333] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
131[ 0.065348] GICv3: CPU1: using allocated LPI pending table @0x00000000ee8d0000
132[ 0.065386] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
133[ 0.073336] Detected VIPT I-cache on CPU2
134[ 0.073361] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
135[ 0.073373] GICv3: CPU2: using allocated LPI pending table @0x00000000ee8e0000
136[ 0.073398] CPU2: etected VIPT I-cache on CPU3
137[ 0.081426] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
138[ 0.081437] GICv3: CPU3: using allocated LPI pending table @0x00000000ee8f0000
139[ 0.081462] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
140[ 0.092180] CPU features: detected: EL2 vector hardening
141[ 0.092491] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
142[ 0.092897] Detected PIPT I-cache on CPU4
143[ 0.094129] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
144[ 0.094577] GICv3: CPU4: using allocated LPI pending table @0x00000000ee980000
145[ 0.095746] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
146[ 0.112973] Detected PIPT I-cache on CPU5
147[ 0.114144] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
148[ 0.114557] GICv3: CPU5: using allocated LPI pending table @0x00000000ee990000
149[ 0.115607] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
150[ 0.122315] smp: Brought up 1 node, 6 CPUs
151[ 0.135719] SMP: Total of 6 processors activated.
152[ 0.136177] CPU features: detected: 32-bit EL0 Support
153[ 0.136705] CPU features: detected: CRC32 instructions
154[ 0.147938] CPU: All CPU(s) started at EL2
155[ 0.149175] alternatives: patching kernel code
156[ 0.153859] devtmpfs: initialized
157[ 0.167265] calling bpf_jit_charge_init+0x0/0x3c @ 1
158[ 0.167884] initcall bpf_jit_charge_init+0x0/0x3c returned 0 after 0 usecs
159[ 0.168540] calling ipc_ns_init+0x0/0x3c @ 1
160[ 0.168994] initcall ipc_ns_init+0x0/0x3c returned 0 after 0 usecs
161[ 0.169586] calling init_mmap_min_addr+0x0/0x24 @ 1
162[ 0.170094] initcall init_mmap_min_addr+0x0/0x24 returned 0 after 0 usecs
163[ 0.170742] calling pci_realloc_setup_params+0x0/0x44 @ 1
164[ 0.171290] initcall pci_realloc_setup_params+0x0/0x44 returned 0 after 0 usecs
165[ 0.171986] calling net_ns_init+0x0/0x124 @ 1
166[ 0.173369] initcall net_ns_init+0x0/0x124 returned 0 after 0 usecs
167[ 0.175159] calling fpsimd_init+0x0/0xb4 @ 1
168[ 0.175587] initcall fpsimd_init+0x0/0xb4 returned 0 after 0 usecs
169[ 0.176205] calling tagged_addr_init+0x0/0x30 @ 1
170[ 0.176673] initcall tagged_addr_init+0x0/0x30 returned 0 after 0 usecs
171[ 0.177330] calling enable_mrs_emulation+0x0/0x24 @ 1
172[ 0.177827] initcall enable_mrs_emulation+0x0/0x24 returned 0 after 0 usecs
173[ 0.178511] calling map_entry_trampoline+0x0/0xcc @ 1
174[ 0.179047] initcall map_entry_trampoline+0x0/0xcc returned 0 after 0 usecs
175[ 0.179733] calling alloc_frozen_cpus+0x0/0x8 @ 1
176[ 0.180191] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
177[ 0.180840] calling cpu_hotplug_pm_sync_init+0x0/0x24 @ 1
178[ 0.181366] initcall cpu_hotplug_pm_sync_init+0x0/0x24 returned 0 after 0 usecs
179[ 0.182084] calling wq_sysfs_init+0x0/0x40 @ 1
180[ 0.182606] initcall wq_sysfs_init+0x0/0x40 returned 0 after 0 usecs
181[ 0.183237] calling ksysfs_init+0x0/0xc0 @ 1
182[ 0.183679] initcall ksysfs_init+0x0/0xc0 returned 0 after 0 usecs
183[ 0.184290] calling pm_init+0x0/0x78 @ 1
184[ 0.184975] initcall pm_init+0x0/0x78 returned 0 after 0 usecs
185[ 0.185558] calling pm_disk_init+0x0/0x24 @ 1
186[ 0.186006] initcall pm_disk_init+0x0/0x24 returned 0 after 0 usecs
187[ 0.186640] calling swsusp_header_init+0x0/0x38 @ 1
188[ 0.187119] initcall swsusp_header_init+0x0/0x38 returned 0 after 0 usecs
189[ 0.187783] calling rcu_set_runtime_mode+0x0/0x14 @ 1
190[ 0.188280] initcall rcu_set_runtime_mode+0x0/0x14 returned 0 after 0 usecs
191[ 0.188963] calling rcu_spawn_tasks_kthread+0x0/0x84 @ 1
192[ 0.191480] initcall rcu_spawn_tasks_kthread+0x0/0x84 returned 0 after 1953 usecs
193[ 0.192218] calling dma_init_reserved_memory+0x0/0x64 @ 1
194[ 0.192742] initcall dma_init_reserved_memory+0x0/0x64 returned -12 after 0 usecs
195[ 0.193475] calling init_jiffies_clocksource+0x0/0x24 @ 1
196[ 0.194004] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
197[ 0.194969] initcall init_jiffies_clocksource+0x0/0x24 returned 0 after 976 usecs
198[ 0.195681] calling futex_init+0x0/0x128 @ 1
199[ 0.196166] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
200[ 0.196926] initcall futex_init+0x0/0x128 returned 0 after 0 usecs
201[ 0.197544] calling cgroup_wq_init+0x0/0x38 @ 1
202[ 0.198117] initcall cgroup_wq_init+0x0/0x38 returned 0 after 0 usecs
203[ 0.198755] calling cgroup1_wq_init+0x0/0x38 @ 1
204[ 0.199323] initcall cgroup1_wq_init+0x0/0x38 returned 0 after 0 usecs
205[ 0.199972] calling cpu_pm_init+0x0/0x20 @ 1
206[ 0.200391] initcall cpu_pm_init+0x0/0x20 returned 0 after 0 usecs
207[ 0.201027] calling init_zero_pfn+0x0/0x28 @ 1
208[ 0.201470] initcall init_zero_pfn+0x0/0x28 returned 0 after 0 usecs
209[ 0.202098] calling init_per_zone_wmark_min+0x0/0x74 @ 1
210[ 0.202671] initcall init_per_zone_wmark_min+0x0/0x74 returned 0 after 0 usecs
211[ 0.203380] calling cma_init_reserved_areas+0x0/0x1a0 @ 1
212[ 0.206378] initcall cma_init_reserved_areas+0x0/0x1a0 returned 0 after 1953 usecs
213[ 0.207375] calling fsnotify_init+0x0/0x54 @ 1
214[ 0.207976] initcall fsnotify_init+0x0/0x54 returned 0 after 0 usecs
215[ 0.208788] calling filelock_init+0x0/0xd4 @ 1
216[ 0.209286] initcall filelock_init+0x0/0xd4 returned 0 after 0 usecs
217[ 0.209956] calling init_misc_binfmt+0x0/0x40 @ 1
218[ 0.210431] initcall init_misc_binfmt+0x0/0x40 returned 0 after 0 usecs
219[ 0.211108] calling init_script_binfmt+0x0/0x24 @ 1
220[ 0.211588] initcall init_script_binfmt+0x0/0x24 returned 0 after 0 usecs
221[ 0.212265] calling init_elf_binfmt+0x0/0x24 @ 1
222[ 0.212716] initcall init_elf_binfmt+0x0/0x24 returned 0 after 0 usecs
223[ 0.213358] calling init_compat_elf_binfmt+0x0/0x24 @ 1
224[ 0.213868] initcall init_compat_elf_binfmt+0x0/0x24 returned 0 after 0 usecs
225[ 0.214576] calling configfs_init+0x0/0xb4 @ 1
226[ 0.215053] initcall configfs_init+0x0/0xb4 returned 0 after 0 usecs
227[ 0.215714] calling debugfs_init+0x0/0x74 @ 1
228[ 0.216149] initcall debugfs_init+0x0/0x74 returned 0 after 0 usecs
229[ 0.216774] calling tracefs_init+0x0/0x4c @ 1
230[ 0.217206] initcall tracefs_init+0x0/0x4c returned 0 after 0 usecs
231[ 0.217829] calling securityfs_init+0x0/0x90 @ 1
232[ 0.218625] initcall securityfs_init+0x0/0x90 returned 0 after 0 usecs
233[ 0.219350] calling calibrate_xor_blocks+0x0/0x110 @ 1
234[ 0.219895] xor: measuring software checksum speed
235[ 0.230589] 8regs : 1568.000 MB/sec
236[ 0.240748] 32regs : 1924.000 MB/sec
237[ 0.250938] arm64_neon: 1692.000 MB/sec
238[ 0.251336] xor: using function: 32regs (1924.000 MB/sec)
239[ 0.251866] initcall calibrate_xor_blocks+0x0/0x110 returned 0 after 30273 usecs
240[ 0.252599] calling prandom_init+0x0/0xfc @ 1
241[ 0.253042] initcall prandom_init+0x0/0xfc returned 0 after 0 usecs
242[ 0.253664] calling pinctrl_init+0x0/0xc0 @ 1
243[ 0.254088] pinctrl core: initialized pinctrl subsystem
244[ 0.254662] initcall pinctrl_init+0x0/0xc0 returned 0 after 0 usecs
245[ 0.255338] calling gpiolib_dev_init+0x0/0xec @ 1
246[ 0.255892] initcall gpiolib_dev_init+0x0/0xec returned 0 after 0 usecs
247[ 0.256528] calling vexpress_osc_init+0x0/0x20 @ 1
248[ 0.257051] initcall vexpress_osc_init+0x0/0x20 returned 0 after 0 usecs
249[ 0.257693] calling virtio_init+0x0/0x30 @ 1
250[ 0.258164] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
251[ 0.258756] calling regulator_init+0x0/0xbc @ 1
252[ 0.259557] probe of reg-dummy returned 1 after 0 usecs
253[ 0.260077] initcall regulator_init+0x0/0xbc returned 0 after 0 usecs
254[ 0.260743] calling iommu_init+0x0/0x3c @ 1
255[ 0.261158] initcall iommu_init+0x0/0x3c returned 0 after 0 usecs
256[ 0.261765] calling component_debug_init+0x0/0x2c @ 1
257[ 0.262265] initcall component_debug_init+0x0/0x2c returned 0 after 0 usecs
258[ 0.262953] calling genpd_bus_init+0x0/0x20 @ 1
259[ 0.263426] initcall genpd_bus_init+0x0/0x20 returned 0 after 0 usecs
260[ 0.264062] calling soc_bus_register+0x0/0x54 @ 1
261[ 0.264545] initcall soc_bus_register+0x0/0x54 returned 0 after 0 usecs
262[ 0.265197] calling register_cpufreq_notifier+0x0/0x48 @ 1
263[ 0.265731] initcall register_cpufreq_notifier+0x0/0x48 returned -22 after 0 usecs
264[ 0.266475] calling vexpress_syscfg_init+0x0/0x20 @ 1
265[ 0.266989] initcall vexpress_syscfg_init+0x0/0x20 returned 0 after 0 usecs
266[ 0.267672] calling vexpress_sysreg_init+0x0/0x6c @ 1
267[ 0.268595] initcall vexpress_sysreg_init+0x0/0x6c returned 0 after 0 usecs
268[ 0.269295] calling opp_debug_init+0x0/0x2c @ 1
269[ 0.269753] initcall opp_debug_init+0x0/0x2c returned 0 after 0 usecs
270[ 0.270383] calling cpufreq_core_init+0x0/0x50 @ 1
271[ 0.270859] initcall cpufreq_core_init+0x0/0x50 returned 0 after 0 usecs
272[ 0.271520] calling cpuidle_init+0x0/0x58 @ 1
273[ 0.271959] initcall cpuidle_init+0x0/0x58 returned 0 after 0 usecs
274[ 0.272587] calling capsule_reboot_register+0x0/0x20 @ 1
275[ 0.273104] initcall capsule_reboot_register+0x0/0x20 returned 0 after 0 usecs
276[ 0.273822] calling arm_dmi_init+0x0/0x18 @ 1
277[ 0.274252] DMI not present or invalid.
278[ 0.274621] initcall arm_dmi_init+0x0/0x18 returned 0 after 0 usecs
279[ 0.275242] calling sock_init+0x0/0xb4 @ 1
280[ 0.275972] initcall sock_init+0x0/0xb4 returned 0 after 0 usecs
281[ 0.276578] calling net_inuse_init+0x0/0x30 @ 1
282[ 0.277030] initcall net_inuse_init+0x0/0x30 returned 0 after 0 usecs
283[ 0.277664] calling net_defaults_init+0x0/0x30 @ 1
284[ 0.278133] initcall net_defaults_init+0x0/0x30 returned 0 after 0 usecs
285[ 0.278792] calling init_default_flow_dissectors+0x0/0x54 @ 1
286[ 0.279352] initcall init_default_flow_dissectors+0x0/0x54 returned 0 after 0 usecs
287[ 0.280105] calling netlink_proto_init+0x0/0x174 @ 1
288[ 0.280652] NET: Registered protocol family 16
289[ 0.281159] initcall netlink_proto_init+0x0/0x174 returned 0 after 976 usecs
290[ 0.281832] calling __gnttab_init+0x0/0x38 @ 1
291[ 0.282294] initcall __gnttab_init+0x0/0x38 returned -19 after 0 usecs
292[ 0.284052] calling debug_monitors_init+0x0/0x38 @ 1
293[ 0.286834] initcall debug_monitors_init+0x0/0x38 returned 0 after 1953 usecs
294[ 0.287515] calling irq_sysfs_init+0x0/0xb0 @ 1
295[ 0.288344] initcall irq_sysfs_init+0x0/0xb0 returned 0 after 0 usecs
296[ 0.288962] calling dma_atomic_pool_init+0x0/0x1f4 @ 1
297[ 0.297460] DMA: preallocated 1024 KiB pool for atomic allocations
298[ 0.298106] initcall dma_atomic_pool_init+0x0/0x1f4 returned 0 after 7812 usecs
299[ 0.298803] calling audit_init+0x0/0x148 @ 1
300[ 0.299287] audit: initializing netlink subsys (disabled)
301[ 0.300726] initcall audit_init+0x0/0x148 returned 0 after 976 usecs
302[ 0.301376] calling release_early_probes+0x0/0x54 @ 1
303[ 0.301772] audit: type=2000 audit(0.270:1): state=initialized audit_enabled=0 res=1
304[ 0.301913] initcall release_early_probes+0x0/0x54 returned 0 after 0 usecs
305[ 0.302110] calling bdi_class_init+0x0/0x78 @ 1
306[ 0.304823] initcall bdi_class_init+0x0/0x78 returned 0 after 0 usecs
307[ 0.305435] calling mm_sysfs_init+0x0/0x3c @ 1
308[ 0.305899] initcall mm_sysfs_init+0x0/0x3c returned 0 after 0 usecs
309[ 0.306507] calling vexpress_config_init+0x0/0x104 @ 1
310[ 0.307399] initcall vexpress_config_init+0x0/0x104 returned 0 after 0 usecs
311[ 0.308099] calling rockchip_pinctrl_drv_register+0x0/0x20 @ 1
312[ 0.308711] initcall rockchip_pinctrl_drv_register+0x0/0x20 returned 0 after 0 usecs
313[ 0.309469] calling gpiolib_sysfs_init+0x0/0xb8 @ 1
314[ 0.309968] initcall gpiolib_sysfs_init+0x0/0xb8 returned 0 after 0 usecs
315[ 0.310644] calling pcibus_class_init+0x0/0x24 @ 1
316[ 0.311125] initcall pcibus_class_init+0x0/0x24 returned 0 after 0 usecs
317[ 0.311784] calling pci_driver_init+0x0/0x1c @ 1
318[ 0.312276] initcall pci_driver_init+0x0/0x1c returned 0 after 0 usecs
319[ 0.312922] calling backlight_class_init+0x0/0xbc @ 1
320[ 0.313426] initcall backlight_class_init+0x0/0xbc returned 0 after 0 usecs
321[ 0.314108] calling amba_init+0x0/0x1c @ 1
322[ 0.314535] initcall amba_init+0x0/0x1c returned 0 after 0 usecs
323[ 0.315131] calling rockchip_grf_init+0x0/0x12c @ 1
324[ 0.316175] initcall rockchip_grf_init+0x0/0x12c returned 0 after 976 usecs
325[ 0.316837] calling rockchip_pm_domain_drv_register+0x0/0x20 @ 1
326[ 0.317463] initcall rockchip_pm_domain_drv_register+0x0/0x20 returned 0 after 0 usecs
327[ 0.318217] calling xenbus_init+0x0/0x284 @ 1
328[ 0.318665] initcall xenbus_init+0x0/0x284 returned -19 after 0 usecs
329[ 0.319279] calling tty_class_init+0x0/0x58 @ 1
330[ 0.319756] initcall tty_class_init+0x0/0x58 returned 0 after 0 usecs
331[ 0.320373] calling vtconsole_class_init+0x0/0xf8 @ 1
332[ 0.320970] initcall vtconsole_class_init+0x0/0xf8 returned 0 after 0 usecs
333[ 0.321632] calling serdev_init+0x0/0x2c @ 1
334[ 0.322106] initcall serdev_init+0x0/0x2c returned 0 after 0 usecs
335[ 0.322695] calling iommu_dev_init+0x0/0x24 @ 1
336[ 0.323172] initcall iommu_dev_init+0x0/0x24 returned 0 after 0 usecs
337[ 0.323785] calling mipi_dsi_bus_init+0x0/0x1c @ 1
338[ 0.324298] initcall mipi_dsi_bus_init+0x0/0x1c returned 0 after 0 usecs
339[ 0.324937] calling software_node_init+0x0/0x40 @ 1
340[ 0.325442] initcall software_node_init+0x0/0x40 returned 0 after 0 usecs
341[ 0.326087] calling wakeup_sources_debugfs_init+0x0/0x34 @ 1
342[ 0.326677] initcall wakeup_sources_debugfs_init+0x0/0x34 returned 0 after 0 usecs
343[ 0.327398] calling wakeup_sources_sysfs_init+0x0/0x40 @ 1
344[ 0.327965] initcall wakeup_sources_sysfs_init+0x0/0x40 returned 0 after 0 usecs
345[ 0.328670] calling regmap_initcall+0x0/0x18 @ 1
346[ 0.329248] initcall regmap_initcall+0x0/0x18 returned 0 after 0 usecs
347[ 0.329875] calling sram_init+0x0/0x20 @ 1
348[ 0.330332] initcall sram_init+0x0/0x20 returned 0 after 0 usecs
349[ 0.330906] calling syscon_init+0x0/0x24 @ 1
350[ 0.331377] initcall syscon_init+0x0/0x24 returned 0 after 0 usecs
351[ 0.331967] calling spi_init+0x0/0xb0 @ 1
352[ 0.332423] initcall spi_init+0x0/0xb0 returned 0 after 0 usecs
353[ 0.332987] calling spmi_init+0x0/0x30 @ 1
354[ 0.333442] initcall spmi_init+0x0/0x30 returned 0 after 0 usecs
355[ 0.334017] calling i2c_init+0x0/0xf0 @ 1
356[ 0.334507] initcall i2c_init+0x0/0xf0 returned 0 after 976 usecs
357[ 0.335092] calling init_menu+0x0/0x1c @ 1
358[ 0.335911] cpuidle: using governor menu
359[ 0.336290] initcall init_menu+0x0/0x1c returned 0 after 0 usecs
360[ 0.336897] calling kobject_uevent_init+0x0/0x20 @ 1
361[ 0.337430] initcall kobject_uevent_init+0x0/0x20 returned 0 after 0 usecs
362[ 0.339241] calling debug_traps_init+0x0/0x54 @ 1
363[ 0.339699] initcall debug_traps_init+0x0/0x54 returned 0 after 0 usecs
364[ 0.340354] calling reserve_memblock_reserved_regions+0x0/0x128 @ 1
365[ 0.341021] initcall reserve_memblock_reserved_regions+0x0/0x128 returned 0 after 0 usecs
366[ 0.341818] calling aarch32_alloc_vdso_pages+0x0/0xf8 @ 1
367[ 0.342354] initcall aarch32_alloc_vdso_pages+0x0/0xf8 returned 0 after 0 usecs
368[ 0.343068] calling vdso_init+0x0/0x10c @ 1
369[ 0.343484] initcall vdso_init+0x0/0x10c returned 0 after 0 usecs
370[ 0.344066] calling arch_hw_breakpoint_init+0x0/0xf0 @ 1
371[ 0.344645] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
372[ 0.347570] initcall arch_hw_breakpoint_init+0x0/0xf0 returned 0 after 2929 usecs
373[ 0.348282] calling hugetlbpage_init+0x0/0x34 @ 1
374[ 0.348781] initcall hugetlbpage_init+0x0/0x34 returned 0 after 0 usecs
375[ 0.349414] calling p2m_init+0x0/0x10 @ 1
376[ 0.349829] initcall p2m_init+0x0/0x10 returned 0 after 0 usecs
377[ 0.350395] calling xen_mm_init+0x0/0x98 @ 1
378[ 0.350813] initcall xen_mm_init+0x0/0x98 returned 0 after 0 usecs
379[ 0.351423] calling cryptomgr_init+0x0/0x1c @ 1
380[ 0.351867] initcall cryptomgr_init+0x0/0x1c returned 0 after 0 usecs
381[ 0.352501] calling dma_channel_table_init+0x0/0x124 @ 1
382[ 0.353057] initcall dma_channel_table_init+0x0/0x124 returned 0 after 0 usecs
383[ 0.353777] calling dma_bus_init+0x0/0xfc @ 1
384[ 0.354312] initcall dma_bus_init+0x0/0xfc returned 0 after 0 usecs
385[ 0.354943] calling brcmstb_soc_device_init+0x0/0x130 @ 1
386[ 0.356790] initcall brcmstb_soc_device_init+0x0/0x130 returned 0 after 976 usecs
387[ 0.357508] calling setup_vcpu_hotplug_event+0x0/0x34 @ 1
388[ 0.358043] initcall setup_vcpu_hotplug_event+0x0/0x34 returned -19 after 0 usecs
389[ 0.358756] calling register_xen_platform_notifier+0x0/0x8 @ 1
390[ 0.359354] initcall register_xen_platform_notifier+0x0/0x8 returned 0 after 0 usecs
391[ 0.360091] calling register_xen_amba_notifier+0x0/0x8 @ 1
392[ 0.360643] initcall register_xen_amba_notifier+0x0/0x8 returned 0 after 0 usecs
393[ 0.361349] calling register_xen_pci_notifier+0x0/0x44 @ 1
394[ 0.361891] initcall register_xen_pci_notifier+0x0/0x44 returned 0 after 0 usecs
395[ 0.362593] calling pl011_init+0x0/0x54 @ 1
396[ 0.363017] Serial: AMBA PL011 UART driver
397[ 0.363452] initcall pl011_init+0x0/0x54 returned 0 after 0 usecs
398[ 0.364056] calling cdns_uart_init+0x0/0x20 @ 1
399[ 0.364515] initcall cdns_uart_init+0x0/0x20 returned 0 after 0 usecs
400[ 0.365152] calling iommu_dma_init+0x0/0x18 @ 1
401[ 0.365616] initcall iommu_dma_init+0x0/0x18 returned 0 after 0 usecs
402[ 0.366251] calling dmi_id_init+0x0/0x350 @ 1
403[ 0.366679] initcall dmi_id_init+0x0/0x350 returned -19 after 0 usecs
404[ 0.367321] calling of_platform_default_populate_init+0x0/0xd0 @ 1
405[ 0.378976] probe of ff310000.power-management:power-controller returned 1 after 2000 usecs
406[ 0.394396] probe of pinctrl returned 1 after 10000 usecs
407[ 0.396816] initcall of_platform_default_populate_init+0x0/0xd0 returned 0 after 27343 usecs
408[ 0.398809] calling topology_init+0x0/0xb4 @ 1
409[ 0.399859] initcall topology_init+0x0/0xb4 returned 0 after 976 usecs
410[ 0.400483] calling uid_cache_init+0x0/0xa8 @ 1
411[ 0.400997] initcall uid_cache_init+0x0/0xa8 returned 0 after 0 usecs
412[ 0.401614] calling param_sysfs_init+0x0/0x1e0 @ 1
413[ 0.416883] initcall param_sysfs_init+0x0/0x1e0 returned 0 after 13671 usecs
414[ 0.417661] calling user_namespace_sysctl_init+0x0/0x4c @ 1
415[ 0.418254] initcall user_namespace_sysctl_init+0x0/0x4c returned 0 after 0 usecs
416[ 0.418993] calling pm_sysrq_init+0x0/0x24 @ 1
417[ 0.419921] initcall pm_sysrq_init+0x0/0x24 returned 0 after 0 usecs
418[ 0.420540] calling create_proc_profile+0x0/0xf0 @ 1
419[ 0.421069] initcall create_proc_profile+0x0/0xf0 returned 0 after 0 usecs
420[ 0.421725] calling cgroup_sysfs_init+0x0/0x28 @ 1
421[ 0.422258] initcall cgroup_sysfs_init+0x0/0x28 returned 0 after 0 usecs
422[ 0.422897] calling cgroup_namespaces_init+0x0/0x8 @ 1
423[ 0.423446] initcall cgroup_namespaces_init+0x0/0x8 returned 0 after 0 usecs
424[ 0.424121] calling user_namespaces_init+0x0/0x38 @ 1
425[ 0.424696] initcall user_namespaces_init+0x0/0x38 returned 0 after 0 usecs
426[ 0.425362] calling hung_task_init+0x0/0x70 @ 1
427[ 0.426856] initcall hung_task_init+0x0/0x70 returned 0 after 976 usecs
428[ 0.427489] calling oom_init+0x0/0x3c @ 1
429[ 0.428063] initcall oom_init+0x0/0x3c returned 0 after 0 usecs
430[ 0.428631] calling default_bdi_init+0x0/0xa0 @ 1
431[ 0.429450] initcall default_bdi_init+0x0/0xa0 returned 0 after 976 usecs
432[ 0.430113] calling cgwb_init+0x0/0x3c @ 1
433[ 0.430662] initcall cgwb_init+0x0/0x3c returned 0 after 0 usecs
434[ 0.431248] calling percpu_enable_async+0x0/0x14 @ 1
435[ 0.431735] initcall percpu_enable_async+0x0/0x14 returned 0 after 0 usecs
436[ 0.432402] calling kcompactd_init+0x0/0x64 @ 1
437[ 0.433623] initcall kcompactd_init+0x0/0x64 returned 0 after 976 usecs
438[ 0.434256] calling init_user_reserve+0x0/0x30 @ 1
439[ 0.434734] initcall init_user_reserve+0x0/0x30 returned 0 after 0 usecs
440[ 0.435373] calling init_admin_reserve+0x0/0x30 @ 1
441[ 0.435872] initcall init_admin_reserve+0x0/0x30 returned 0 after 0 usecs
442[ 0.436521] calling init_reserve_notifier+0x0/0x8 @ 1
443[ 0.437021] initcall init_reserve_notifier+0x0/0x8 returned 0 after 0 usecs
444[ 0.437684] calling swap_init_sysfs+0x0/0x74 @ 1
445[ 0.438157] initcall swap_init_sysfs+0x0/0x74 returned 0 after 0 usecs
446[ 0.438778] calling swapfile_init+0x0/0x50 @ 1
447[ 0.439221] initcall swapfile_init+0x0/0x50 returned 0 after 0 usecs
448[ 0.439824] calling hugetlb_init+0x0/0x500 @ 1
449[ 0.440278] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
450[ 0.440916] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
451[ 0.441561] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
452[ 0.442199] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
453[ 0.442952] initcall hugetlb_init+0x0/0x500 returned 0 after 2929 usecs
454[ 0.443582] calling ksm_init+0x0/0x188 @ 1
455[ 0.444907] initcall ksm_init+0x0/0x188 returned 0 after 976 usecs
456[ 0.445520] calling hugepage_init+0x0/0x160 @ 1
457[ 0.447066] initcall hugepage_init+0x0/0x160 returned 0 after 976 usecs
458[ 0.447716] calling mem_cgroup_init+0x0/0x110 @ 1
459[ 0.448416] initcall mem_cgroup_init+0x0/0x110 returned 0 after 0 usecs
460[ 0.449060] calling mem_cgroup_swap_init+0x0/0x74 @ 1
461[ 0.449565] initcall mem_cgroup_swap_init+0x0/0x74 returned 0 after 0 usecs
462[ 0.450235] calling sel_ib_pkey_init+0x0/0x44 @ 1
463[ 0.450694] initcall sel_ib_pkey_init+0x0/0x44 returned 0 after 0 usecs
464[ 0.451329] calling seqiv_module_init+0x0/0x1c @ 1
465[ 0.451796] initcall seqiv_module_init+0x0/0x1c returned 0 after 0 usecs
466[ 0.452442] calling echainiv_module_init+0x0/0x1c @ 1
467[ 0.452934] initcall echainiv_module_init+0x0/0x1c returned 0 after 0 usecs
468[ 0.453605] calling dh_init+0x0/0x20 @ 1
469[ 0.462963] initcall dh_init+0x0/0x20 returned 0 after 8789 usecs
470[ 0.463547] calling rsa_init+0x0/0x60 @ 1
471[ 0.468110] initcall rsa_init+0x0/0x60 returned 0 after 3906 usecs
472[ 0.468734] calling crypto_cmac_module_init+0x0/0x1c @ 1
473[ 0.469251] initcall crypto_cmac_module_init+0x0/0x1c returned 0 after 0 usecs
474[ 0.469944] calling hmac_module_init+0x0/0x1c @ 1
475[ 0.470404] initcall hmac_module_init+0x0/0x1c returned 0 after 0 usecs
476[ 0.471039] calling vmac_module_init+0x0/0x1c @ 1
477[ 0.471498] initcall vmac_module_init+0x0/0x1c returned 0 after 0 usecs
478[ 0.472147] calling crypto_xcbc_module_init+0x0/0x20 @ 1
479[ 0.472664] initcall crypto_xcbc_module_init+0x0/0x20 returned 0 after 0 usecs
480[ 0.473360] calling crypto_null_mod_init+0x0/0x88 @ 1
481[ 0.477221] initcall crypto_null_mod_init+0x0/0x88 returned 0 after 2929 usecs
482[ 0.477971] calling md4_mod_init+0x0/0x1c @ 1
483[ 0.479290] initcall md4_mod_init+0x0/0x1c returned 0 after 0 usecs
484[ 0.479931] calling md5_mod_init+0x0/0x1c @ 1
485[ 0.493373] initcall md5_mod_init+0x0/0x1c returned 0 after 11718 usecs
486[ 0.494008] calling rmd128_mod_init+0x0/0x1c @ 1
487[ 0.502045] initcall rmd128_mod_init+0x0/0x1c returned 0 after 7812 usecs
488[ 0.502702] calling rmd160_mod_init+0x0/0x1c @ 1
489[ 0.507950] initcall rmd160_mod_init+0x0/0x1c returned 0 after 3906 usecs
490[ 0.508597] calling rmd256_mod_init+0x0/0x1c @ 1
491[ 0.514980] initcall rmd256_mod_init+0x0/0x1c returned 0 after 4882 usecs
492[ 0.515628] calling rmd320_mod_init+0x0/0x1c @ 1
493[ 0.521877] initcall rmd320_mod_init+0x0/0x1c returned 0 after 5859 usecs
494[ 0.522542] calling sha1_generic_mod_init+0x0/0x1c @ 1
495[ 0.533384] initcall sha1_generic_mod_init+0x0/0x1c returned 0 after 9765 usecs
496[ 0.534101] calling sha256_generic_mod_init+0x0/0x20 @ 1
497[ 0.545939] initcall sha256_generic_mod_init+0x0/0x20 returned 0 after 10742 usecs
498[ 0.546676] calling sha512_generic_mod_init+0x0/0x20 @ 1
499[ 0.558060] initcall sha512_generic_mod_init+0x0/0x20 returned 0 after 9765 usecs
500[ 0.558788] calling sha3_generic_mod_init+0x0/0x20 @ 1
501[ 0.577554] initcall sha3_generic_mod_init+0x0/0x20 returned 0 after 16601 usecs
502[ 0.578283] calling wp512_mod_init+0x0/0x20 @ 1
503[ 0.582255] initcall wp512_mod_init+0x0/0x20 returned 0 after 2929 usecs
504[ 0.582907] calling tgr192_mod_init+0x0/0x20 @ 1
505[ 0.590735] initcall tgr192_mod_init+0x0/0x20 returned 0 after 6835 usecs
506[ 0.591398] calling crypto_ecb_module_init+0x0/0x1c @ 1
507[ 0.591924] initcall crypto_ecb_module_init+0x0/0x1c returned 0 after 976 usecs
508[ 0.592632] calling crypto_cbc_module_init+0x0/0x1c @ 1
509[ 0.593142] initcall crypto_cbc_module_init+0x0/0x1c returned 0 after 0 usecs
510[ 0.593831] calling crypto_pcbc_module_init+0x0/0x1c @ 1
511[ 0.594352] initcall crypto_pcbc_module_init+0x0/0x1c returned 0 after 0 usecs
512[ 0.595048] calling crypto_module_init+0x0/0x1c @ 1
513[ 0.595523] initcall crypto_module_init+0x0/0x1c returned 0 after 0 usecs
514[ 0.596174] calling crypto_ctr_module_init+0x0/0x20 @ 1
515[ 0.596686] initcall crypto_ctr_module_init+0x0/0x20 returned 0 after 0 usecs
516[ 0.597370] calling crypto_kw_init+0x0/0x1c @ 1
517[ 0.597814] initcall crypto_kw_init+0x0/0x1c returned 0 after 0 usecs
518[ 0.598444] calling crypto_gcm_module_init+0x0/0x74 @ 1
519[ 0.598960] initcall crypto_gcm_module_init+0x0/0x74 returned 0 after 0 usecs
520[ 0.599645] calling crypto_ccm_module_init+0x0/0x20 @ 1
521[ 0.600157] initcall crypto_ccm_module_init+0x0/0x20 returned 0 after 0 usecs
522[ 0.600844] calling chacha20poly1305_module_init+0x0/0x20 @ 1
523[ 0.601402] initcall chacha20poly1305_module_init+0x0/0x20 returned 0 after 0 usecs
524[ 0.602138] calling pcrypt_init+0x0/0xcc @ 1
525[ 0.604806] initcall pcrypt_init+0x0/0xcc returned 0 after 1953 usecs
526[ 0.605462] calling cryptd_init+0x0/0x128 @ 1
527[ 0.607649] cryptd: max_cpu_qlen set to 1000
528[ 0.608062] initcall cryptd_init+0x0/0x128 returned 0 after 1953 usecs
529[ 0.608694] calling des_generic_mod_init+0x0/0x20 @ 1
530[ 0.610171] initcall des_generic_mod_init+0x0/0x20 returned 0 after 976 usecs
531[ 0.610916] calling fcrypt_mod_init+0x0/0x1c @ 1
532[ 0.611689] initcall fcrypt_mod_init+0x0/0x1c returned 0 after 0 usecs
533[ 0.612348] calling blowfish_mod_init+0x0/0x1c @ 1
534[ 0.613089] initcall blowfish_mod_init+0x0/0x1c returned 0 after 0 usecs
535[ 0.613762] calling twofish_mod_init+0x0/0x1c @ 1
536[ 0.614433] initcall twofish_mod_init+0x0/0x1c returned 0 after 0 usecs
537[ 0.615091] calling serpent_mod_init+0x0/0x20 @ 1
538[ 0.615993] initcall serpent_mod_init+0x0/0x20 returned 0 after 0 usecs
539[ 0.616649] calling aes_init+0x0/0x1c @ 1
540[ 0.617250] initcall aes_init+0x0/0x1c returned 0 after 0 usecs
541[ 0.617851] calling camellia_init+0x0/0x1c @ 1
542[ 0.618557] initcall camellia_init+0x0/0x1c returned 0 after 0 usecs
543[ 0.619188] calling cast5_mod_init+0x0/0x1c @ 1
544[ 0.622937] initcall cast5_mod_init+0x0/0x1c returned 0 after 2929 usecs
545[ 0.623606] calling cast6_mod_init+0x0/0x1c @ 1
546[ 0.624574] initcall cast6_mod_init+0x0/0x1c returned 0 after 0 usecs
547[ 0.625218] calling tea_mod_init+0x0/0x20 @ 1
548[ 0.626402] initcall tea_mod_init+0x0/0x20 returned 0 after 976 usecs
549[ 0.627023] calling khazad_mod_init+0x0/0x1c @ 1
550[ 0.627814] initcall khazad_mod_init+0x0/0x1c returned 0 after 0 usecs
551[ 0.628437] calling anubis_mod_init+0x0/0x1c @ 1
552[ 0.629148] initcall anubis_mod_init+0x0/0x1c returned 0 after 0 usecs
553[ 0.629771] calling seed_init+0x0/0x1c @ 1
554[ 0.630472] initcall seed_init+0x0/0x1c returned 0 after 0 usecs
555[ 0.631049] calling salsa20_generic_mod_init+0x0/0x1c @ 1
556[ 0.631893] initcall salsa20_generic_mod_init+0x0/0x1c returned 0 after 0 usecs
557[ 0.632624] calling chacha_generic_mod_init+0x0/0x20 @ 1
558[ 0.633886] initcall chacha_generic_mod_init+0x0/0x20 returned 0 after 976 usecs
559[ 0.634594] calling poly1305_mod_init+0x0/0x1c @ 1
560[ 0.635318] initcall poly1305_mod_init+0x0/0x1c returned 0 after 0 usecs
561[ 0.635957] calling deflate_mod_init+0x0/0x50 @ 1
562[ 0.637176] initcall deflate_mod_init+0x0/0x50 returned 0 after 0 usecs
563[ 0.637846] calling michael_mic_init+0x0/0x1c @ 1
564[ 0.638534] initcall michael_mic_init+0x0/0x1c returned 0 after 0 usecs
565[ 0.639190] calling crc32c_mod_init+0x0/0x1c @ 1
566[ 0.639887] initcall crc32c_mod_init+0x0/0x1c returned 0 after 0 usecs
567[ 0.640537] calling crc32_mod_init+0x0/0x1c @ 1
568[ 0.641272] initcall crc32_mod_init+0x0/0x1c returned 0 after 0 usecs
569[ 0.641917] calling crct10dif_mod_init+0x0/0x1c @ 1
570[ 0.642603] initcall crct10dif_mod_init+0x0/0x1c returned 0 after 0 usecs
571[ 0.643291] calling crypto_authenc_module_init+0x0/0x1c @ 1
572[ 0.643839] initcall crypto_authenc_module_init+0x0/0x1c returned 0 after 0 usecs
573[ 0.644576] calling crypto_authenc_esn_module_init+0x0/0x1c @ 1
574[ 0.645153] initcall crypto_authenc_esn_module_init+0x0/0x1c returned 0 after 0 usecs
575[ 0.645918] calling lzo_mod_init+0x0/0x4c @ 1
576[ 0.646851] initcall lzo_mod_init+0x0/0x4c returned 0 after 0 usecs
577[ 0.647477] calling lzorle_mod_init+0x0/0x4c @ 1
578[ 0.648377] initcall lzorle_mod_init+0x0/0x4c returned 0 after 0 usecs
579[ 0.649036] calling lz4_mod_init+0x0/0x4c @ 1
580[ 0.649863] initcall lz4_mod_init+0x0/0x4c returned 0 after 0 usecs
581[ 0.650489] calling lz4hc_mod_init+0x0/0x4c @ 1
582[ 0.651396] initcall lz4hc_mod_init+0x0/0x4c returned 0 after 0 usecs
583[ 0.652034] calling crypto842_mod_init+0x0/0x4c @ 1
584[ 0.653021] initcall crypto842_mod_init+0x0/0x4c returned 0 after 0 usecs
585[ 0.653692] calling prng_mod_init+0x0/0x20 @ 1
586[ 0.654474] initcall prng_mod_init+0x0/0x20 returned 0 after 0 usecs
587[ 0.655111] calling drbg_init+0x0/0xec @ 1
588[ 0.657591] initcall drbg_init+0x0/0xec returned 0 after 1953 usecs
589[ 0.658280] calling ghash_mod_init+0x0/0x1c @ 1
590[ 0.658944] initcall ghash_mod_init+0x0/0x1c returned 0 after 0 usecs
591[ 0.659607] calling ecdh_init+0x0/0x20 @ 1
592[ 0.660289] initcall ecdh_init+0x0/0x20 returned 0 after 0 usecs
593[ 0.660886] calling init_bio+0x0/0xf0 @ 1
594[ 0.661842] initcall init_bio+0x0/0xf0 returned 0 after 0 usecs
595[ 0.662468] calling blk_settings_init+0x0/0x30 @ 1
596[ 0.662934] initcall blk_settings_init+0x0/0x30 returned 0 after 0 usecs
597[ 0.663600] calling blk_ioc_init+0x0/0x38 @ 1
598[ 0.664040] initcall blk_ioc_init+0x0/0x38 returned 0 after 0 usecs
599[ 0.664663] calling blk_softirq_init+0x0/0xa8 @ 1
600[ 0.665131] initcall blk_softirq_init+0x0/0xa8 returned 0 after 0 usecs
601[ 0.665820] calling blk_mq_init+0x0/0x38 @ 1
602[ 0.666238] initcall blk_mq_init+0x0/0x38 returned 0 after 0 usecs
603[ 0.666850] calling genhd_device_init+0x0/0x90 @ 1
604[ 0.669008] initcall genhd_device_init+0x0/0x90 returned 0 after 1953 usecs
605[ 0.669670] calling blkcg_init+0x0/0x3c @ 1
606[ 0.670441] initcall blkcg_init+0x0/0x3c returned 0 after 0 usecs
607[ 0.671024] calling raid6_select_algo+0x0/0x39c @ 1
608[ 0.688880] raid6: neonx8 gen() 1113 MB/s
609[ 0.706257] raid6: neonx8 xor() 1041 MB/s
610[ 0.723601] raid6: neonx4 gen() 1023 MB/s
611[ 0.740919] raid6: neonx4 xor() 978 MB/s
612[ 0.758263] raid6: neonx2 gen() 785 MB/s
613[ 0.775635] raid6: neonx2 xor() 816 MB/s
614[ 0.793021] raid6: neonx1 gen() 492 MB/s
615[ 0.810371] raid6: neonx1 xor() 574 MB/s
616[ 0.827764] raid6: int64x8 gen() 667 MB/s
617[ 0.845064] raid6: int64x8 xor() 507 MB/s
618[ 0.862428] raid6: int64x4 gen() 703 MB/s
619[ 0.879801] raid6: int64x4 xor() 503 MB/s
620[ 0.897115] raid6: int64x2 gen() 445 MB/s
621[ 0.914494] raid6: int64x2 xor() 406 MB/s
622[ 0.931946] raid6: int64x1 gen() 285 MB/s
623[ 0.949192] raid6: int64x1 xor() 312 MB/s
624[ 0.949599] raid6: using algorithm neonx8 gen() 1113 MB/s
625[ 0.950112] raid6: .... xor() 1041 MB/s, rmw enabled
626[ 0.950604] raid6: using neon recovery algorithm
627[ 0.951121] initcall raid6_select_algo+0x0/0x39c returned 0 after 266601 usecs
628[ 0.951815] calling irq_poll_setup+0x0/0xa8 @ 1
629[ 0.952264] initcall irq_poll_setup+0x0/0xa8 returned 0 after 0 usecs
630[ 0.952899] calling gpiolib_debugfs_init+0x0/0x38 @ 1
631[ 0.953446] initcall gpiolib_debugfs_init+0x0/0x38 returned 0 after 0 usecs
632[ 0.954130] calling pca953x_init+0x0/0x20 @ 1
633[ 0.954606] initcall pca953x_init+0x0/0x20 returned 0 after 0 usecs
634[ 0.955238] calling pwm_debugfs_init+0x0/0x34 @ 1
635[ 0.955703] initcall pwm_debugfs_init+0x0/0x34 returned 0 after 0 usecs
636[ 0.956356] calling pwm_sysfs_init+0x0/0x28 @ 1
637[ 0.956821] initcall pwm_sysfs_init+0x0/0x28 returned 0 after 0 usecs
638[ 0.957461] calling pci_slot_init+0x0/0x58 @ 1
639[ 0.957905] initcall pci_slot_init+0x0/0x58 returned 0 after 0 usecs
640[ 0.958533] calling xgene_pcie_msi_init+0x0/0x20 @ 1
641[ 0.959315] initcall xgene_pcie_msi_init+0x0/0x20 returned 0 after 0 usecs
642[ 0.960000] calling fbmem_init+0x0/0x100 @ 1
643[ 0.960612] initcall fbmem_init+0x0/0x100 returned 0 after 0 usecs
644[ 0.961230] calling s2mps11_clk_init+0x0/0x20 @ 1
645[ 0.961783] initcall s2mps11_clk_init+0x0/0x20 returned 0 after 0 usecs
646[ 0.962439] calling balloon_init+0x0/0x6c @ 1
647[ 0.962866] initcall balloon_init+0x0/0x6c returned -19 after 0 usecs
648[ 0.963503] calling xen_setup_shutdown_event+0x0/0x48 @ 1
649[ 0.964028] initcall xen_setup_shutdown_event+0x0/0x48 returned -19 after 0 usecs
650[ 0.964765] calling xenbus_probe_backend_init+0x0/0x3c @ 1
651[ 0.965329] initcall xenbus_probe_backend_init+0x0/0x3c returned 0 after 0 usecs
652[ 0.966054] calling xenbus_probe_frontend_init+0x0/0x3c @ 1
653[ 0.966630] initcall xenbus_probe_frontend_init+0x0/0x3c returned 0 after 0 usecs
654[ 0.967362] calling regulator_fixed_voltage_init+0x0/0x20 @ 1
655[ 1.073565] probe of vcc-lcd-en-regulator returned 1 after 104000 usecs
656[ 1.074484] probe of vcc12v-dcin returned 1 after 1000 usecs
657[ 1.075248] probe of vcc1v8-s3 returned 1 after 0 usecs
658[ 1.076007] probe of vcc-phy-regulator returned 1 after 0 usecs
659[ 1.076839] probe of vcc3v3-sys returned 1 after 0 usecs
660[ 1.077540] vcc5v0_usb: supplied by vcc12v_dcin
661[ 1.078200] probe of vcc5v0-usb returned 1 after 1000 usecs
662[ 1.078943] vcc5v0_host: supplied by vcc5v0_usb
663[ 1.079590] probe of vcc5v0-host-regulator returned 1 after 1000 usecs
664[ 1.080358] vcc5v0_typec: supplied by vcc5v0_usb
665[ 1.081014] probe of vcc5v0-typec-regulator returned 1 after 1000 usecs
666[ 1.081731] vcc5v0_sys: supplied by vcc12v_dcin
667[ 1.082378] probe of vcc5v0-sys returned 1 after 1000 usecs
668[ 1.083060] vcc3v0_sd: supplied by vcc5v0_usb
669[ 1.083675] vcc3v3_sys: supplied by vcc5v0_sys
670[ 1.084162] probe of vcc3v0-sdio returned 1 after 1000 usecs
671[ 1.084768] initcall regulator_fixed_voltage_init+0x0/0x20 returned 0 after 110351 usecs
672[ 1.085539] calling gpio_regulator_init+0x0/0x20 @ 1
673[ 1.086286] initcall gpio_regulator_init+0x0/0x20 returned 0 after 0 usecs
674[ 1.086942] calling misc_init+0x0/0xe8 @ 1
675[ 1.087461] initcall misc_init+0x0/0xe8 returned 0 after 0 usecs
676[ 1.088035] calling iommu_subsys_init+0x0/0x78 @ 1
677[ 1.088518] iommu: Default domain type: Translated
678[ 1.088984] initcall iommu_subsys_init+0x0/0x78 returned 0 after 0 usecs
679[ 1.089642] calling rk_iommu_init+0x0/0x20 @ 1
680[ 1.091529] probe of ff650800.iommu returned 1 after 1000 usecs
681[ 1.092499] probe of ff8f3f00.iommu returned 1 after 0 usecs
682[ 1.093414] probe of ff903f00.iommu returned 1 after 1000 usecs
683[ 1.094303] probe of ff914000.iommu returned 1 after 1000 usecs
684[ 1.095126] probe of ff924000.iommu returned 1 after 0 usecs
685[ 1.095746] initcall rk_iommu_init+0x0/0x20 returned 0 after 4882 usecs
686[ 1.096378] calling vga_arb_device_init+0x0/0x1cc @ 1
687[ 1.097512] vgaarb: loaded
688[ 1.097777] initcall vga_arb_device_init+0x0/0x1cc returned 0 after 0 usecs
689[ 1.098503] calling register_cpu_capacity_sysctl+0x0/0x98 @ 1
690[ 1.099107] initcall register_cpu_capacity_sysctl+0x0/0x98 returned 0 after 0 usecs
691[ 1.099867] calling sec_pmic_init+0x0/0x20 @ 1
692[ 1.100332] initcall sec_pmic_init+0x0/0x20 returned 0 after 0 usecs
693[ 1.100951] calling dma_buf_init+0x0/0xac @ 1
694[ 1.101659] initcall dma_buf_init+0x0/0xac returned 0 after 0 usecs
695[ 1.102289] calling init_scsi+0x0/0x88 @ 1
696[ 1.102978] SCSI subsystem initialized
697[ 1.103372] initcall init_scsi+0x0/0x88 returned 0 after 976 usecs
698[ 1.103961] calling ata_init+0x0/0x35c @ 1
699[ 1.106555] libata version 3.00 loaded.
700[ 1.106926] initcall ata_init+0x0/0x35c returned 0 after 2929 usecs
701[ 1.107544] calling pl022_init+0x0/0x1c @ 1
702[ 1.107983] initcall pl022_init+0x0/0x1c returned 0 after 0 usecs
703[ 1.108587] calling phy_init+0x0/0x4b0 @ 1
704[ 1.109067] initcall phy_init+0x0/0x4b0 returned 0 after 0 usecs
705[ 1.109663] calling hnae_init+0x0/0x40 @ 1
706[ 1.110077] initcall hnae_init+0x0/0x40 returned 0 after 0 usecs
707[ 1.110650] calling usb_common_init+0x0/0x2c @ 1
708[ 1.111161] initcall usb_common_init+0x0/0x2c returned 0 after 0 usecs
709[ 1.111784] calling ulpi_init+0x0/0x1c @ 1
710[ 1.112226] initcall ulpi_init+0x0/0x1c returned 0 after 0 usecs
711[ 1.112800] calling usb_init+0x0/0x158 @ 1
712[ 1.113328] usbcore: registered new interface driver usbfs
713[ 1.113892] usbcore: registered new interface driver hub
714[ 1.114642] usbcore: registered new device driver usb
715[ 1.115131] initcall usb_init+0x0/0x158 returned 0 after 976 usecs
716[ 1.115743] calling usb_udc_init+0x0/0x64 @ 1
717[ 1.116183] initcall usb_udc_init+0x0/0x64 returned 0 after 0 usecs
718[ 1.116802] calling typec_init+0x0/0xa0 @ 1
719[ 1.117262] initcall typec_init+0x0/0xa0 returned 0 after 0 usecs
720[ 1.117869] calling usb_roles_init+0x0/0x40 @ 1
721[ 1.118323] initcall usb_roles_init+0x0/0x40 returned 0 after 0 usecs
722[ 1.118956] calling serio_init+0x0/0x44 @ 1
723[ 1.119393] initcall serio_init+0x0/0x44 returned 0 after 0 usecs
724[ 1.119994] calling gameport_init+0x0/0x44 @ 1
725[ 1.120453] initcall gameport_init+0x0/0x44 returned 0 after 0 usecs
726[ 1.121083] calling input_init+0x0/0x124 @ 1
727[ 1.121537] initcall input_init+0x0/0x124 returned 0 after 0 usecs
728[ 1.122151] calling rtc_init+0x0/0x68 @ 1
729[ 1.122607] initcall rtc_init+0x0/0x68 returned 0 after 0 usecs
730[ 1.123197] calling dw_i2c_init_driver+0x0/0x20 @ 1
731[ 1.123964] initcall dw_i2c_init_driver+0x0/0x20 returned 0 after 0 usecs
732[ 1.124643] calling cec_devnode_init+0x0/0xc4 @ 1
733[ 1.125167] initcall cec_devnode_init+0x0/0xc4 returned 0 after 0 usecs
734[ 1.125822] calling pps_init+0x0/0xcc @ 1
735[ 1.126225] pps_core: LinuxPPS API ver. 1 registered
736[ 1.126695] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
737[ 1.127585] initcall pps_init+0x0/0xcc returned 0 after 976 usecs
738[ 1.128166] calling ptp_init+0x0/0xb0 @ 1
739[ 1.128568] PTP clock support registered
740[ 1.128980] initcall ptp_init+0x0/0xb0 returned 0 after 976 usecs
741[ 1.129562] calling brcmstb_reboot_init+0x0/0x28 @ 1
742[ 1.130287] initcall brcmstb_reboot_init+0x0/0x28 returned -19 after 0 usecs
743[ 1.130957] calling power_supply_class_init+0x0/0x5c @ 1
744[ 1.131511] initcall power_supply_class_init+0x0/0x5c returned 0 after 0 usecs
745[ 1.132197] calling hwmon_init+0x0/0x48 @ 1
746[ 1.132643] initcall hwmon_init+0x0/0x48 returned 0 after 0 usecs
747[ 1.133225] calling mmc_init+0x0/0x48 @ 1
748[ 1.133707] initcall mmc_init+0x0/0x48 returned 0 after 976 usecs
749[ 1.134291] calling leds_init+0x0/0x5c @ 1
750[ 1.134730] initcall leds_init+0x0/0x5c returned 0 after 0 usecs
751[ 1.135302] calling dmi_init+0x0/0x11c @ 1
752[ 1.135705] initcall dmi_init+0x0/0x11c returned 0 after 0 usecs
753[ 1.136297] calling efisubsys_init+0x0/0x178 @ 1
754[ 1.136749] initcall efisubsys_init+0x0/0x178 returned 0 after 0 usecs
755[ 1.137389] calling register_gop_device+0x0/0xa0 @ 1
756[ 1.137873] initcall register_gop_device+0x0/0xa0 returned 0 after 0 usecs
757[ 1.138551] calling devfreq_init+0x0/0xc0 @ 1
758[ 1.139497] initcall devfreq_init+0x0/0xc0 returned 0 after 0 usecs
759[ 1.140125] calling devfreq_event_init+0x0/0x74 @ 1
760[ 1.140614] initcall devfreq_event_init+0x0/0x74 returned 0 after 0 usecs
761[ 1.141283] calling devfreq_simple_ondemand_init+0x0/0x1c @ 1
762[ 1.141843] initcall devfreq_simple_ondemand_init+0x0/0x1c returned 0 after 0 usecs
763[ 1.142592] calling devfreq_performance_init+0x0/0x1c @ 1
764[ 1.143117] initcall devfreq_performance_init+0x0/0x1c returned 0 after 0 usecs
765[ 1.143821] calling devfreq_powersave_init+0x0/0x1c @ 1
766[ 1.144331] initcall devfreq_powersave_init+0x0/0x1c returned 0 after 0 usecs
767[ 1.145040] calling devfreq_userspace_init+0x0/0x1c @ 1
768[ 1.145552] initcall devfreq_userspace_init+0x0/0x1c returned 0 after 0 usecs
769[ 1.146251] calling devfreq_passive_init+0x0/0x1c @ 1
770[ 1.146745] initcall devfreq_passive_init+0x0/0x1c returned 0 after 0 usecs
771[ 1.147428] calling iio_init+0x0/0xa4 @ 1
772[ 1.147864] initcall iio_init+0x0/0xa4 returned 0 after 0 usecs
773[ 1.148454] calling arm_pmu_hp_init+0x0/0x60 @ 1
774[ 1.148914] initcall arm_pmu_hp_init+0x0/0x60 returned 0 after 0 usecs
775[ 1.149557] calling nvmem_init+0x0/0x20 @ 1
776[ 1.150004] initcall nvmem_init+0x0/0x20 returned 0 after 0 usecs
777[ 1.150611] calling init_soundcore+0x0/0x5c @ 1
778[ 1.151069] initcall init_soundcore+0x0/0x5c returned 0 after 0 usecs
779[ 1.151706] calling alsa_sound_init+0x0/0xb4 @ 1
780[ 1.152179] Advanced Linux Sound Architecture Driver Initialized.
781[ 1.152782] initcall alsa_sound_init+0x0/0xb4 returned 0 after 976 usecs
782[ 1.153420] calling proto_init+0x0/0x1c @ 1
783[ 1.153856] initcalng neigh_init+0x0/0xa4 @ 1
784[ 1.156426] initcall neigh_init+0x0/0xa4 returned 0 after 0 usecs
785[ 1.157028] calling fib_notifier_init+0x0/0x1c @ 1
786[ 1.157543] initcall fib_notifier_init+0x0/0x1c returned 0 after 0 usecs
787[ 1.158210] calling init_flow_indr_rhashtable+0x0/0x24 @ 1
788[ 1.158749] initcall init_flow_indr_rhashtable+0x0/0x24 returned 0 after 0 usecs
789[ 1.159471] calling fib_rules_init+0x0/0xd0 @ 1
790[ 1.159923] initcall fib_rules_init+0x0/0xd0 returned 0 after 0 usecs
791[ 1.160555] calling init_cgroup_netprio+0x0/0x20 @ 1
792[ 1.161040] initcall init_cgroup_netprio+0x0/0x20 returned 0 after 0 usecs
793[ 1.161713] calling pktsched_init+0x0/0x134 @ 1
794[ 1.162166] initcall pktsched_init+0x0/0x134 returned 0 after 0 usecs
795[ 1.162805] calling tc_filter_init+0x0/0x12c @ 1
796[ 1.163287] initcall tc_filter_init+0x0/0x12c returned 0 after 0 usecs
797[ 1.163936] calling genl_init+0x0/0x4c @ 1
798[ 1.164403] initcall genl_init+0x0/0x4c returned 0 after 0 usecs
799[ 1.165001] calling nexthop_init+0x0/0xf4 @ 1
800[ 1.165437] initcall nexthop_init+0x0/0xf4 returned 0 after 0 usecs
801[ 1.166053] calling cipso_v4_init+0x0/0x64 @ 1
802[ 1.166490] initcall cipso_v4_init+0x0/0x64 returned 0 after 0 usecs
803[ 1.167116] calling bt_init+0x0/0xc4 @ 1
804[ 1.167504] Bluetooth: Core ver 2.22
805[ 1.167883] NET: Registered protocol family 31
806[ 1.168326] Bluetooth: HCI device and connection manager initialized
807[ 1.168940] Bluetooth: HCI socket layer initialized
808[ 1.169431] Bluetooth: L2CAP socket layer initialized
809[ 1.169925] Bluetooth: SCO socket layer initialized
810[ 1.170403] initcall bt_init+0x0/0xc4 returned 0 after 1953 usecs
811[ 1.171008] calling wireless_nlevent_init+0x0/0x4c @ 1
812[ 1.171523] initcall wireless_nlevent_init+0x0/0x4c returned 0 after 0 usecs
813[ 1.172201] calling ieee80211_init+0x0/0x38 @ 1
814[ 1.172658] initcall ieee80211_init+0x0/0x38 returned 0 after 0 usecs
815[ 1.173317] calling netlbl_init+0x0/0x80 @ 1
816[ 1.173730] NetLabel: Initializing
817[ 1.174053] NetLabel: domain hash size = 128
818[ 1.174483] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
819[ 1.175093] NetLabel: unlabeled traffic allowed by default
820[ 1.175650] initcall netlbl_init+0x0/0x80 returned 0 after 1953 usecs
821[ 1.176264] calling rfkill_init+0x0/0x130 @ 1
822[ 1.177194] initcall rfkill_init+0x0/0x130 returned 0 after 0 usecs
823[ 1.177827] calling watchdog_init+0x0/0x90 @ 1
824[ 1.178960] initcall watchdog_init+0x0/0x90 returned 0 after 976 usecs
825[ 1.180730] calling create_debug_debugfs_entry+0x0/0x30 @ 1
826[ 1.181319] initcall create_debug_debugfs_entry+0x0/0x30 returned 0 after 0 usecs
827[ 1.182036] calling sugov_register+0x0/0x1c @ 1
828[ 1.182505] initcall sugov_register+0x0/0x1c returned 0 after 0 usecs
829[ 1.183121] calling clocksource_done_booting+0x0/0x58 @ 1
830[ 1.184930] clocksource: Switched to clocksource arch_sys_counter
831[ 1.185522] initcall clocksource_done_booting+0x0/0x58 returned 0 after 902 usecs
832[ 1.186233] calling tracer_init_tracefs+0x0/0x1cc @ 1
833[ 2.133527] initcall tracer_init_tracefs+0x0/0x1cc returned 0 after 924412 usecs
834[ 2.134409] calling init_trace_printk_function_export+0x0/0x40 @ 1
835[ 2.135058] initcall init_trace_printk_function_export+0x0/0x40 returned 0 after 21 usecs
836[ 2.135857] calling init_dynamic_event+0x0/0x50 @ 1
837[ 2.136348] initcall init_dynamic_event+0x0/0x50 returned 0 after 10 usecs
838[ 2.137020] calling init_uprobe_trace+0x0/0x88 @ 1
839[ 2.137686] initcall init_uprobe_trace+0x0/0x88 returned 0 after 191 usecs
840[ 2.138349] calling init_pipe_fs+0x0/0x58 @ 1
841[ 2.139218] initcall init_pipe_fs+0x0/0x58 returned 0 after 418 usecs
842[ 2.139851] calling cgroup_writeback_init+0x0/0x3c @ 1
843[ 2.140624] initcall cgroup_writeback_init+0x0/0x3c returned 0 after 241 usecs
844[ 2.141312] calling inotify_user_setup+0x0/0x5c @ 1
845[ 2.141922] initcall inotify_user_setup+0x0/0x5c returned 0 after 99 usecs
846[ 2.142577] calling eventpoll_init+0x0/0xd8 @ 1
847[ 2.143086] initcall eventpoll_init+0x0/0xd8 returned 0 after 54 usecs
848[ 2.143721] calling anon_inode_init+0x0/0x68 @ 1
849[ 2.144217] initcall anon_inode_init+0x0/0x68 returned 0 after 40 usecs
850[ 2.144863] calling proc_locks_init+0x0/0x3c @ 1
851[ 2.145341] initcall proc_locks_init+0x0/0x3c returned 0 after 23 usecs
852[ 2.145980] calling dquot_init+0x0/0x134 @ 1
853[ 2.146397] VFS: Disk quotas dquot_6.6.0
854[ 2.146869] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
855[ 2.147529] initcall dquot_init+0x0/0x134 returned 0 after 1104 usecs
856[ 2.148161] calling proc_cmdline_init+0x0/0x34 @ 1
857[ 2.148653] initcall proc_cmdline_init+0x0/0x34 returned 0 after 7 usecs
858[ 2.149292] calling proc_consoles_init+0x0/0x38 @ 1
859[ 2.149789] initcall proc_consoles_init+0x0/0x38 returned 0 after 9 usecs
860[ 2.150435] calling proc_cpuinfo_init+0x0/0x30 @ 1
861[ 2.150917] initcall proc_cpuinfo_init+0x0/0x30 returned 0 after 3 usecs
862[ 2.151556] calling proc_devices_init+0x0/0x38 @ 1
863[ 2.152038] initcall proc_devices_init+0x0/0x38 returned 0 after 3 usecs
864[ 2.152687] calling proc_interrupts_init+0x0/0x38 @ 1
865[ 2.153186] initcall proc_interrupts_init+0x0/0x38 returned 0 after 6 usecs
866[ 2.153861] calling proc_loadavg_init+0x0/0x34 @ 1
867[ 2.154337] initcall proc_loadavg_init+0x0/0x34 returned 0 after 6 usecs
868[ 2.154986] calling proc_meminfo_init+0x0/0x34 @ 1
869[ 2.155458] initcall proc_meminfo_init+0x0/0x34 returned 0 after 3 usecs
870[ 2.156108] calling proc_stat_init+0x0/0x30 @ 1
871[ 2.156555] initcall proc_stat_init+0x0/0x30 returned 0 after 3 usecs
872[ 2.157181] calling proc_uptime_init+0x0/0x34 @ 1
873[ 2.157655] initcall proc_uptime_init+0x0/0x34 returned 0 after 3 usecs
874[ 2.158286] calling proc_version_init+0x0/0x34 @ 1
875[ 2.158767] initcall proc_version_init+0x0/0x34 returned 0 after 3 usecs
876[ 2.159407] calling proc_softirqs_init+0x0/0x34 @ 1
877[ 2.159896] initcall proc_softirqs_init+0x0/0x34 returned 0 after 2 usecs
878[ 2.160541] calling proc_kmsg_init+0x0/0x30 @ 1
879[ 2.160998] initcall proc_kmsg_init+0x0/0x30 returned 0 after 3 usecs
880[ 2.161621] calling proc_page_init+0x0/0x6c @ 1
881[ 2.162073] initcall proc_page_init+0x0/0x6c returned 0 after 9 usecs
882[ 2.162703] calling init_ramfs_fs+0x0/0x1c @ 1
883[ 2.163141] initcall init_ramfs_fs+0x0/0x1c returned 0 after 3 usecs
884[ 2.163755] calling init_hugetlbfs_fs+0x0/0x14c @ 1
885[ 2.164427] initcall init_hugetlbfs_fs+0x0/0x14c returned 0 after 189 usecs
886[ 2.165111] calling blk_scsi_ioctl_init+0x0/0x9c @ 1
887[ 2.165595] initcall blk_scsi_ioctl_init+0x0/0x9c returned 0 after 0 usecs
888[ 2.166265] calling chr_dev_init+0x0/0xd0 @ 1
889[ 2.173984] initcall chr_dev_init+0x0/0xd0 returned 0 after 7062 usecs
890[ 2.174709] calling firmware_class_init+0x0/0xe0 @ 1
891[ 2.175258] initcall firmware_class_init+0x0/0xe0 returned 0 after 57 usecs
892[ 2.175937] calling thermal_init+0x0/0x19c @ 1
893[ 2.176387] thermal_sys: Registered thermal governor 'step_wise'
894[ 2.176394] thermal_sys: Registered thermal governor 'power_allocator'
895[ 2.177720] initcall thermal_init+0x0/0x19c returned 0 after 1309 usecs
896[ 2.178990] calling cpufreq_gov_performance_init+0x0/0x1c @ 1
897[ 2.179550] initcall cpufreq_gov_performance_init+0x0/0x1c returned 0 after 1 usecs
898[ 2.180289] calling cpufreq_gov_dbs_init+0x0/0x20 @ 1
899[ 2.180797] initcall cpufreq_gov_dbs_init+0x0/0x20 returned 0 after 1 usecs
900[ 2.181461] calling sysctl_core_init+0x0/0x40 @ 1
901[ 2.181989] initcall sysctl_core_init+0x0/0x40 returned 0 after 56 usecs
902[ 2.182637] calling eth_offload_init+0x0/0x20 @ 1
903[ 2.183099] initcall eth_offload_init+0x0/0x20 returned 0 after 1 usecs
904[ 2.183744] calling ipv4_offload_init+0x0/0x80 @ 1
905[ 2.184213] initcall ipv4_offload_init+0x0/0x80 returned 0 after 2 usecs
906[ 2.184860] calling inet_init+0x0/0x264 @ 1
907[ 2.185397] NET: Registered protocol family 2
908[ 2.187059] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
909[ 2.188067] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
910[ 2.189140] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
911[ 2.190426] TCP: Hash tables configured (established 32768 bind 32768)
912[ 2.191575] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
913[ 2.192356] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
914[ 2.193387] initcall inet_init+0x0/0x264 returned 0 after 7898 usecs
915[ 2.194024] calling af_unix_init+0x0/0x68 @ 1
916[ 2.194470] NET: Registered protocol family 1
917[ 2.194924] initcall af_unix_init+0x0/0x68 returned 0 after 458 usecs
918[ 2.195539] calling ipv6_offload_init+0x0/0x84 @ 1
919[ 2.196023] initcall ipv6_offload_init+0x0/0x84 returned 0 after 3 usecs
920[ 2.196678] calling init_sunrpc+0x0/0x78 @ 1
921[ 2.200675] RPC: Registered named UNIX socket transport module.
922[ 2.201238] RPC: Registered udp transport module.
923[ 2.201742] RPC: Registered tcp transport module.
924[ 2.202188] RPC: Registered tcp NFSv4.1 backchannel transport module.
925[ 2.202823] initcall init_sunrpc+0x0/0x78 returned 0 after 5588 usecs
926[ 2.203438] calling vlan_offload_init+0x0/0x34 @ 1
927[ 2.203917] initcall vlan_offload_init+0x0/0x34 returned 0 after 1 usecs
928[ 2.204555] calling cfg80211_init+0x0/0xdc @ 1
929[ 2.205864] initcall cfg80211_init+0x0/0xdc returned 0 after 831 usecs
930[ 2.206492] calling pci_apply_final_quirks+0x0/0x160 @ 1
931[ 2.207038] PCI: CLS 0 bytes, default 64
932[ 2.207415] initcall pci_apply_final_quirks+0x0/0x160 returned 0 after 373 usecs
933[ 2.208133] calling populate_rootfs+0x0/0x144 @ 1
934[ 2.209218] initcall populate_rootfs+0x0/0x144 returned 0 after 610 usecs
935[ 2.211041] calling register_kernel_offset_dumper+0x0/0x28 @ 1
936[ 2.211629] initcall register_kernel_offset_dumper+0x0/0x28 returned 0 after 5 usecs
937[ 2.212367] calling cpuinfo_regs_init+0x0/0xd0 @ 1
938[ 2.219619] initcall cpuinfo_regs_init+0x0/0xd0 returned 0 after 6614 usecs
939[ 2.220286] calling register_cpu_hwcaps_dumper+0x0/0x2c @ 1
940[ 2.220992] initcall register_cpu_hwcaps_dumper+0x0/0x2c returned 0 after 5 usecs
941[ 2.221718] calling armv8_pmu_driver_init+0x0/0x20 @ 1
942[ 2.224470] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
943[ 2.225353] probe of pmu_a53 returned 1 after 3007 usecs
944[ 2.228379] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
945[ 2.229324] probe of pmu_a72 returned 1 after 3441 usecs
946[ 2.230305] initcall armv8_pmu_driver_init+0x0/0x20 returned 0 after 7893 usecs
947[ 2.231023] calling arch_init_uprobes+0x0/0x34 @ 1
948[ 2.231504] initcall arch_init_uprobes+0x0/0x34 returned 0 after 13 usecs
949[ 2.232162] calling register_mem_limit_dumper+0x0/0x2c @ 1
950[ 2.232713] initcall register_mem_limit_dumper+0x0/0x2c returned 0 after 6 usecs
951[ 2.233421] calling arm_init+0x0/0x28 @ 1
952[ 2.234153] kvm [1]: IPA Size Limit: 40bits
953[ 2.235942] kvm [1]: vgic-v2@fff20000
954[ 2.236460] kvm [1]: GIC system register CPU interface enabled
955[ 2.239497] kvm [1]: vgic interrupt IRQ10
956[ 2.244169] kvm [1]: Hyp mode initialized successfully
957[ 2.246141] initcall arm_init+0x0/0x28 returned 0 after 12017 usecs
958[ 2.246865] calling cpu_feature_match_SHA1_init+0x0/0x3c @ 1
959[ 2.253199] initcall cpu_feature_match_SHA1_init+0x0/0x3c returned 0 after 5641 usecs
960[ 2.254086] calling cpu_feature_match_SHA2_init+0x0/0x40 @ 1
961[ 2.258370] initcall cpu_feature_match_SHA2_init+0x0/0x40 returned 0 after 3612 usecs
962[ 2.259167] calling ghash_ce_mod_init+0x0/0x9c @ 1
963[ 2.263250] initcall ghash_ce_mod_init+0x0/0x9c returned 0 after 3515 usecs
964[ 2.263980] calling cpu_feature_match_AES_init+0x0/0x3c @ 1
965[ 2.265020] initcall cpu_feature_match_AES_init+0x0/0x3c returned 0 after 481 usecs
966[ 2.265826] calling aes_mod_init+0x0/0x34 @ 1
967[ 2.266995] initcall aes_mod_init+0x0/0x34 returned 0 after 717 usecs
968[ 2.267641] calling cpu_feature_match_AES_init+0x0/0xd0 @ 1
969[ 2.309918] initcall cpu_feature_match_AES_init+0x0/0xd0 returned 0 after 40631 usecs
970[ 2.310762] calling sha256_mod_init+0x0/0x74 @ 1
971[ 2.318897] initcall sha256_mod_init+0x0/0x74 returned 0 after 7451 usecs
972[ 2.319578] calling aes_init+0x0/0x6cc8 @ 1
973[ 2.320860] initcall aes_init+0x0/0x6cc8 returned 0 after 802 usecs
974[ 2.321461] calling proc_execdomains_init+0x0/0x34 @ 1
975[ 2.322129] initcall proc_execdomains_init+0x0/0x34 returned 0 after 103 usecs
976[ 2.322876] calling register_warn_debugfs+0x0/0x34 @ 1
977[ 2.323555] initcall register_warn_debugfs+0x0/0x34 returned 0 after 170 usecs
978[ 2.324304] calling cpuhp_sysfs_init+0x0/0xb4 @ 1
979[ 2.325225] initcall cpuhp_sysfs_init+0x0/0xb4 returned 0 after 385 usecs
980[ 2.325933] calling ioresources_init+0x0/0x6c @ 1
981[ 2.326412] initcall ioresources_init+0x0/0x6c returned 0 after 17 usecs
982[ 2.327115] calling snapshot_device_init+0x0/0x1c @ 1
983[ 2.327948] initcall snapshot_device_init+0x0/0x1c returned 0 after 317 usecs
984[ 2.328667] calling irq_gc_init_ops+0x0/0x20 @ 1
985[ 2.329122] initcall irq_gc_init_ops+0x0/0x20 returned 0 after 1 usecs
986[ 2.329826] calling irq_pm_init_ops+0x0/0x20 @ 1
987[ 2.330280] initcall irq_pm_init_ops+0x0/0x20 returned 0 after 4 usecs
988[ 2.330958] calling timekeeping_init_ops+0x0/0x24 @ 1
989[ 2.331456] initcall timekeeping_init_ops+0x0/0x24 returned 0 after 6 usecs
990[ 2.332155] calling init_clocksource_sysfs+0x0/0x38 @ 1
991[ 2.332826] initcall init_clocksource_sysfs+0x0/0x38 returned 0 after 150 usecs
992[ 2.333529] calling init_timer_list_procfs+0x0/0x40 @ 1
993[ 2.334054] initcall init_timer_list_procfs+0x0/0x40 returned 0 after 6 usecs
994[ 2.334751] calling alarmtimer_init+0x0/0x128 @ 1
995[ 2.335495] probe of alarmtimer returned 1 after 35 usecs
996[ 2.336071] initcall alarmtimer_init+0x0/0x128 returned 0 after 840 usecs
997[ 2.336725] calling init_posix_timers+0x0/0x38 @ 1
998[ 2.337259] initcall init_posix_timers+0x0/0x38 returned 0 after 55 usecs
999[ 2.337918] calling clockevents_init_sysfs+0x0/0xf0 @ 1
1000[ 2.338872] initcall clockevents_init_sysfs+0x0/0xf0 returned 0 after 433 usecs
1001[ 2.339567] calling sched_clock_syscore_init+0x0/0x24 @ 1
1002[ 2.340140] initcall sched_clock_syscore_init+0x0/0x24 returned 0 after 5 usecs
1003[ 2.340870] calling modules_wq_init+0x0/0x30 @ 1
1004[ 2.341325] initcall modules_wq_init+0x0/0x30 returned 0 after 4 usecs
1005[ 2.341979] calling proc_modules_init+0x0/0x34 @ 1
1006[ 2.342454] initcall proc_modules_init+0x0/0x34 returned 0 after 8 usecs
1007[ 2.343099] calling kallsyms_init+0x0/0x30 @ 1
1008[ 2.343541] initcall kallsyms_init+0x0/0x30 returned 0 after 7 usecs
1009[ 2.344187] calling pid_namespaces_init+0x0/0x38 @ 1
1010[ 2.344835] initcall pid_namespaces_init+0x0/0x38 returned 0 after 150 usecs
1011[ 2.345507] calling ikconfig_init+0x0/0x54 @ 1
1012[ 2.345985] initcall ikconfig_init+0x0/0x54 returned 0 after 3 usecs
1013[ 2.346592] calling audit_watch_init+0x0/0x40 @ 1
1014[ 2.347061] initcall audit_watch_init+0x0/0x40 returned 0 after 1 usecs
1015[ 2.347697] calling audit_fsnotify_init+0x0/0x40 @ 1
1016[ 2.348187] initcall audit_fsnotify_init+0x0/0x40 returned 0 after 0 usecs
1017[ 2.348878] calling audit_tree_init+0x0/0x8c @ 1
1018[ 2.349349] initcall audit_tree_init+0x0/0x8c returned 0 after 16 usecs
1019[ 2.350017] calling seccomp_sysctl_init+0x0/0x34 @ 1
1020[ 2.350526] initcall seccomp_sysctl_init+0x0/0x34 returned 0 after 19 usecs
1021[ 2.351197] calling utsname_sysctl_init+0x0/0x20 @ 1
1022[ 2.351704] initcall utsname_sysctl_init+0x0/0x20 returned 0 after 15 usecs
1023[ 2.352366] calling init_tracepoints+0x0/0x40 @ 1
1024[ 2.352872] initcall init_tracepoints+0x0/0x40 returned 0 after 9 usecs
1025[ 2.353504] calling perf_event_sysfs_init+0x0/0xac @ 1
1026[ 2.354491] initcall perf_event_sysfs_init+0x0/0xac returned 0 after 435 usecs
1027[ 2.355198] calling padata_driver_init+0x0/0x48 @ 1
1028[ 2.355698] initcall padata_driver_init+0x0/0x48 returned 0 after 15 usecs
1029[ 2.356353] calling kswapd_init+0x0/0x4c @ 1
1030[ 2.358721] initcall kswapd_init+0x0/0x4c returned 0 after 1847 usecs
1031[ 2.359334] calling extfrag_debug_init+0x0/0x70 @ 1
1032[ 2.360000] initcall extfrag_debug_init+0x0/0x70 returned 0 after 142 usecs
1033[ 2.360669] calling mm_compute_batch_init+0x0/0x68 @ 1
1034[ 2.361178] initcall mm_compute_batch_init+0x0/0x68 returned 0 after 5 usecs
1035[ 2.361892] calling slab_proc_init+0x0/0x34 @ 1
1036[ 2.362342] initcall slab_proc_init+0x0/0x34 returned 0 after 8 usecs
1037[ 2.362963] calling workingset_init+0x0/0xb4 @ 1
1038[ 2.363415] workingset: timestamp_bits=46 max_order=20 bucket_order=0
1039[ 2.364079] initcall workingset_init+0x0/0xb4 returned 0 after 649 usecs
1040[ 2.364724] calling proc_vmalloc_init+0x0/0x38 @ 1
1041[ 2.365205] initcall proc_vmalloc_init+0x0/0x38 returned 0 after 7 usecs
1042[ 2.365882] calling memblock_init_debugfs+0x0/0x84 @ 1
1043[ 2.366416] initcall memblock_init_debugfs+0x0/0x84 returned 0 after 29 usecs
1044[ 2.367104] calling procswaps_init+0x0/0x34 @ 1
1045[ 2.367549] initcall procswaps_init+0x0/0x34 returned 0 after 3 usecs
1046[ 2.368195] calling init_frontswap+0x0/0xa4 @ 1
1047[ 2.368680] initcall init_frontswap+0x0/0xa4 returned 0 after 33 usecs
1048[ 2.369303] calling slab_sysfs_init+0x0/0x124 @ 1
1049[ 2.375926] initcall slab_sysfs_init+0x0/0x124 returned 0 after 5921 usecs
1050[ 2.376622] calling init_zbud+0x0/0x2c @ 1
1051[ 2.377026] zbud: loaded
1052[ 2.377271] initcall init_zbud+0x0/0x2c returned 0 after 234 usecs
1053[ 2.377898] calling zs_init+0x0/0xcc @ 1
1054[ 2.378853] initcall zs_init+0x0/0xcc returned 0 after 548 usecs
1055[ 2.379428] calling fcntl_init+0x0/0x38 @ 1
1056[ 2.379892] initcall fcntl_init+0x0/0x38 returned 0 after 18 usecs
1057[ 2.380484] calling proc_filesystems_init+0x0/0x34 @ 1
1058[ 2.381025] initcall proc_filesystems_init+0x0/0x34 returned 0 after 27 usecs
1059[ 2.381714] calling start_dirtytime_writeback+0x0/0x3c @ 1
1060[ 2.382291] initcall start_dirtytime_writeback+0x0/0x3c returned 0 after 43 usecs
1061[ 2.383015] calling blkdev_init+0x0/0x28 @ 1
1062[ 2.383463] initcall blkdev_init+0x0/0x28 returned 0 after 29 usecs
1063[ 2.384078] calling dio_init+0x0/0x38 @ 1
1064[ 2.384591] initcall dio_init+0x0/0x38 returned 0 after 113 usecs
1065[ 2.385186] calling dnotify_init+0x0/0x88 @ 1
1066[ 2.385732] initcall dnotify_init+0x0/0x88 returned 0 after 100 usecs
1067[ 2.386347] calling fanotify_user_setup+0x0/0x84 @ 1
1068[ 2.386952] initcall fanotify_user_setup+0x0/0x84 returned 0 after 106 usecs
1069[ 2.387634] calling aio_setup+0x0/0x90 @ 1
1070[ 2.388109] initcall aio_setup+0x0/0x90 returned 0 after 68 usecs
1071[ 2.388702] calling io_uring_init+0x0/0x3c @ 1
1072[ 2.389147] initcall io_uring_init+0x0/0x3c returned 0 after 8 usecs
1073[ 2.389764] calling init_sys32_ioctl+0x0/0x34 @ 1
1074[ 2.390385] initcall init_sys32_ioctl+0x0/0x34 returned 0 after 156 usecs
1075[ 2.391038] calling mbcache_init+0x0/0x44 @ 1
1076[ 2.391563] initcall mbcache_init+0x0/0x44 returned 0 after 93 usecs
1077[ 2.392180] calling init_grace+0x0/0x1c @ 1
1078[ 2.392595] initcall init_grace+0x0/0x1c returned 0 after 5 usecs
1079[ 2.393187] calling init_v1_quota_format+0x0/0x1c @ 1
1080[ 2.393691] initcall init_v1_quota_format+0x0/0x1c returned 0 after 1 usecs
1081[ 2.394353] calling init_v2_quota_format+0x0/0x34 @ 1
1082[ 2.394853] initcall init_v2_quota_format+0x0/0x34 returned 0 after 0 usecs
1083[ 2.395513] calling init_devpts_fs+0x0/0x3c @ 1
1084[ 2.396018] initcall init_devpts_fs+0x0/0x3c returned 0 after 52 usecs
1085[ 2.396650] calling ext4_init_fs+0x0/0x194 @ 1
1086[ 2.397753] initcall ext4_init_fs+0x0/0x194 returned 0 after 651 usecs
1087[ 2.398377] calling init_ext2_fs+0x0/0x78 @ 1
1088[ 2.398897] initcall init_ext2_fs+0x0/0x78 returned 0 after 76 usecs
1089[ 2.399504] calling journal_init+0x0/0x12c @ 1
1090[ 2.400239] initcall journal_init+0x0/0x12c returned 0 after 276 usecs
1091[ 2.400878] calling init_squashfs_fs+0x0/0x84 @ 1
1092[ 2.401411] squashfs: version 4.0 (2009/01/31) Phillip Lougher
1093[ 2.401979] initcall init_squashfs_fs+0x0/0x84 returned 0 after 626 usecs
1094[ 2.402637] calling init_fat_fs+0x0/0x5c @ 1
1095[ 2.403205] initcall init_fat_fs+0x0/0x5c returned 0 after 144 usecs
1096[ 2.403823] calling init_vfat_fs+0x0/0x1c @ 1
1097[ 2.404255] initcall init_vfat_fs+0x0/0x1c returned 0 after 4 usecs
1098[ 2.404863] calling init_nfs_fs+0x0/0x14c @ 1
1099[ 2.407923] initcall init_nfs_fs+0x0/0x14c returned 0 after 2565 usecs
1100[ 2.408546] calling init_nfs_v2+0x0/0x20 @ 1
1101[ 2.409011] initcall init_nfs_v2+0x0/0x20 returned 0 after 1 usecs
1102[ 2.409613] calling init_nfs_v3+0x0/0x20 @ 1
1103[ 2.410035] initcall init_nfs_v3+0x0/0x20 returned 0 after 0 usecs
1104[ 2.410634] calling init_nfs_v4+0x0/0x48 @ 1
1105[ 2.411048] NFS: Registering the id_resolver key type
1106[ 2.411629] Key type id_resolver registered
1107[ 2.412027] Key type id_legacy registered
1108[ 2.412423] initcall init_nfs_v4+0x0/0x48 returned 0 after 1338 usecs
1109[ 2.413053] calling nfs4filelayout_init+0x0/0x34 @ 1
1110[ 2.413534] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
1111[ 2.414187] initcall nfs4filelayout_init+0x0/0x34 returned 0 after 633 usecs
1112[ 2.414867] calling nfs4blocklayout_init+0x0/0x68 @ 1
1113[ 2.415373] initcall nfs4blocklayout_init+0x0/0x68 returned 0 after 14 usecs
1114[ 2.416054] calling init_nfsd+0x0/0x118 @ 1
1115[ 2.416461] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
1116[ 2.418085] initcall init_nfsd+0x0/0x118 returned 0 after 1578 usecs
1117[ 2.418707] calling init_nlm+0x0/0x84 @ 1
1118[ 2.419129] initcall init_nlm+0x0/0x84 returned 0 after 25 usecs
1119[ 2.419714] calling init_nls_cp437+0x0/0x20 @ 1
1120[ 2.420161] initcall init_nls_cp437+0x0/0x20 returned 0 after 1 usecs
1121[ 2.420790] calling init_nls_ascii+0x0/0x20 @ 1
1122[ 2.421232] initcall init_nls_ascii+0x0/0x20 returned 0 after 0 usecs
1123[ 2.421856] calling init_nls_iso8859_1+0x0/0x20 @ 1
1124[ 2.422333] initcall init_nls_iso8859_1+0x0/0x20 returned 0 after 0 usecs
1125[ 2.422989] calling init_nls_utf8+0x0/0x3c @ 1
1126[ 2.423424] initcall init_nls_utf8+0x0/0x3c returned 0 after 1 usecs
1127[ 2.424039] calling init_autofs_fs+0x0/0x38 @ 1
1128[ 2.424966] initcall init_autofs_fs+0x0/0x38 returned 0 after 467 usecs
1129[ 2.425653] calling fuse_init+0x0/0x1a4 @ 1
1130[ 2.426062] fuse: init (API version 7.31)
1131[ 2.426764] initcall fuse_init+0x0/0x1a4 returned 0 after 680 usecs
1132[ 2.427365] calling cuse_init+0x0/0xcc @ 1
1133[ 2.427904] initcall cuse_init+0x0/0xcc returned 0 after 115 usecs
1134[ 2.428494] calling ovl_init+0x0/0x6c @ 1
1135[ 2.428988] initcall ovl_init+0x0/0x6c returned 0 after 78 usecs
1136[ 2.429564] calling init_v9fs+0x0/0xfc @ 1
1137[ 2.429971] 9p: Installing v9fs 9p2000 file system support
1138[ 2.430591] initcall init_v9fs+0x0/0xfc returned 0 after 598 usecs
1139[ 2.431202] calling init_f2fs_fs+0x0/0x108 @ 1
1140[ 2.432387] initcall init_f2fs_fs+0x0/0x108 returned 0 after 719 usecs
1141[ 2.433027] calling efivarfs_init+0x0/0x48 @ 1
1142[ 2.433462] initcall efivarfs_init+0x0/0x48 returned -19 after 0 usecs
1143[ 2.434095] calling ipc_init+0x0/0x30 @ 1
1144[ 2.434535] initcall ipc_init+0x0/0x30 returned 0 after 44 usecs
1145[ 2.435128] calling ipc_sysctl_init+0x0/0x20 @ 1
1146[ 2.435620] initcall ipc_sysctl_init+0x0/0x20 returned 0 after 40 usecs
1147[ 2.436253] calling init_mqueue_fs+0x0/0xf0 @ 1
1148[ 2.436886] initcall init_mqueue_fs+0x0/0xf0 returned 0 after 173 usecs
1149[ 2.437518] calling key_proc_init+0x0/0x84 @ 1
1150[ 2.437977] initcall key_proc_init+0x0/0x84 returned 0 after 7 usecs
1151[ 2.438583] calling selinux_nf_ip_init+0x0/0x4c @ 1
1152[ 2.439084] initcall selinux_nf_ip_init+0x0/0x4c returned 0 after 0 usecs
1153[ 2.439743] calling init_sel_fs+0x0/0x12c @ 1
1154[ 2.440169] initcall init_sel_fs+0x0/0x12c returned 0 after 0 usecs
1155[ 2.440780] calling selnl_init+0x0/0x88 @ 1
1156[ 2.441246] initcall selnl_init+0x0/0x88 returned 0 after 54 usecs
1157[ 2.441847] calling sel_netif_init+0x0/0x58 @ 1
1158[ 2.442290] initcall sel_netif_init+0x0/0x58 returned 0 after 0 usecs
1159[ 2.442913] calling sel_netnode_init+0x0/0x44 @ 1
1160[ 2.443371] initcall sel_netnode_init+0x0/0x44 returned 0 after 0 usecs
1161[ 2.444009] calling sel_netport_init+0x0/0x44 @ 1
1162[ 2.444468] initcall sel_netport_init+0x0/0x44 returned 0 after 0 usecs
1163[ 2.445106] calling aurule_init+0x0/0x34 @ 1
1164[ 2.445527] initcall aurule_init+0x0/0x34 returned 0 after 1 usecs
1165[ 2.446125] calling init_smk_fs+0x0/0x134 @ 1
1166[ 2.446552] initcall init_smk_fs+0x0/0x134 returned 0 after 0 usecs
1167[ 2.447159] calling smack_nf_ip_init+0x0/0x38 @ 1
1168[ 2.447628] initcall smack_nf_ip_init+0x0/0x38 returned 0 after 0 usecs
1169[ 2.448259] calling crypto_algapi_init+0x0/0x18 @ 1
1170[ 2.448748] initcall crypto_algapi_init+0x0/0x18 returned 0 after 3 usecs
1171[ 2.449394] calling crypto_user_init+0x0/0x1c @ 1
1172[ 2.449885] initcall crypto_user_init+0x0/0x1c returned 0 after 16 usecs
1173[ 2.450522] calling aes_init+0x0/0x1c @ 1
1174[ 2.453945] initcall aes_init+0x0/0x1c returned 0 after 2940 usecs
1175[ 2.454545] calling jent_mod_init+0x0/0x3c @ 1
1176[ 2.474543] initcall jent_mod_init+0x0/0x3c returned 0 after 19077 usecs
1177[ 2.475198] calling af_alg_init+0x0/0x5c @ 1
1178[ 2.475629] NET: Registered protocol family 38
1179[ 2.476057] initcall af_alg_init+0x0/0x5c returned 0 after 422 usecs
1180[ 2.476673] calling algif_hash_init+0x0/0x1c @ 1
1181[ 2.477130] initcall algif_hash_init+0x0/0x1c returned 0 after 1 usecs
1182[ 2.477777] calling algif_skcipher_init+0x0/0x1c @ 1
1183[ 2.478267] initcall algif_skcipher_init+0x0/0x1c returned 0 after 4 usecs
1184[ 2.478933] calling rng_init+0x0/0x1c @ 1
1185[ 2.479329] initcall rng_init+0x0/0x1c returned 0 after 1 usecs
1186[ 2.479903] calling algif_aead_init+0x0/0x1c @ 1
1187[ 2.480355] initcall algif_aead_init+0x0/0x1c returned 0 after 1 usecs
1188[ 2.480988] calling asymmetric_key_init+0x0/0x1c @ 1
1189[ 2.481473] Key type asymmetric registered
1190[ 2.481876] initcall asymmetric_key_init+0x0/0x1c returned 0 after 392 usecs
1191[ 2.482547] calling x509_key_init+0x0/0x1c @ 1
1192[ 2.482988] Asymmetric key parser 'x509' registered
1193[ 2.483455] initcall x509_key_init+0x0/0x1c returned 0 after 455 usecs
1194[ 2.484085] calling proc_genhd_init+0x0/0x64 @ 1
1195[ 2.484595] initcall proc_genhd_init+0x0/0x64 returned 0 after 57 usecs
1196[ 2.485236] calling bsg_init+0x0/0x12c @ 1
1197[ 2.485787] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
1198[ 2.486492] initcall bsg_init+0x0/0x12c returned 0 after 826 usecs
1199[ 2.487087] calling deadline_init+0x0/0x1c @ 1
1200[ 2.487519] io scheduler mq-deadline registered
1201[ 2.487964] initcall deadline_init+0x0/0x1c returned 0 after 432 usecs
1202[ 2.488584] calling kyber_init+0x0/0x1c @ 1
1203[ 2.489003] io scheduler kyber registered
1204[ 2.489390] initcall kyber_init+0x0/0x1c returned 0 after 375 usecs
1205[ 2.489991] calling crc_t10dif_mod_init+0x0/0x5c @ 1
1206[ 2.490510] initcall crc_t10dif_mod_init+0x0/0x5c returned 0 after 33 usecs
1207[ 2.491179] calling libcrc32c_mod_init+0x0/0x38 @ 1
1208[ 2.491676] initcall libcrc32c_mod_init+0x0/0x38 returned 0 after 14 usecs
1209[ 2.492331] calling sw842_init+0x0/0x13c @ 1
1210[ 2.492757] initcall sw842_init+0x0/0x13c returned 0 after 0 usecs
1211[ 2.493343] calling sw842_init+0x0/0x13c @ 1
1212[ 2.493771] initcall sw842_init+0x0/0x13c returned 0 after 4 usecs
1213[ 2.494361] calling init_kmp+0x0/0x1c @ 1
1214[ 2.494763] initcall init_kmp+0x0/0x1c returned 0 after 1 usecs
1215[ 2.495328] calling init_bm+0x0/0x1c @ 1
1216[ 2.495721] initcall init_bm+0x0/0x1c returned 0 after 1 usecs
1217[ 2.496278] calling init_fsm+0x0/0x1c @ 1
1218[ 2.496685] initcall init_fsm+0x0/0x1c returned 0 after 4 usecs
1219[ 2.497247] calling percpu_counter_startup+0x0/0x6c @ 1
1220[ 2.499386] initcall percpu_counter_startup+0x0/0x6c returned 0 after 1579 usecs
1221[ 2.500121] calling audit_classes_init+0x0/0xb0 @ 1
1222[ 2.500621] initcall audit_classes_init+0x0/0xb0 returned 0 after 23 usecs
1223[ 2.501274] calling sg_pool_init+0x0/0xfc @ 1
1224[ 2.501866] initcall sg_pool_init+0x0/0xfc returned 0 after 154 usecs
1225[ 2.502478] calling brcm_gisb_driver_init+0x0/0x28 @ 1
1226[ 2.503540] initcall brcm_gisb_driver_init+0x0/0x28 returned -19 after 536 usecs
1227[ 2.504260] calling phy_core_init+0x0/0x68 @ 1
1228[ 2.504741] initcall phy_core_init+0x0/0x68 returned 0 after 27 usecs
1229[ 2.505357] calling xgene_phy_driver_init+0x0/0x20 @ 1
1230[ 2.506029] initcall xgene_phy_driver_init+0x0/0x20 returned 0 after 153 usecs
1231[ 2.506727] calling rockchip_dp_phy_driver_init+0x0/0x20 @ 1
1232[ 2.507414] initcall rockchip_dp_phy_driver_init+0x0/0x20 returned 0 after 134 usecs
1233[ 2.508158] calling rockchip_emmc_driver_init+0x0/0x20 @ 1
1234[ 2.509061] probe of ff770000.syscon:phy@f780 returned 1 after 268 usecs
1235[ 2.509772] initcall rockchip_emmc_driver_init+0x0/0x20 returned 0 after 1047 usecs
1236[ 2.510499] calling inno_hdmi_phy_driver_init+0x0/0x20 @ 1
1237[ 2.511215] initcall inno_hdmi_phy_driver_init+0x0/0x20 returned 0 after 170 usecs
1238[ 2.511944] calling rockchip_usb2phy_driver_init+0x0/0x20 @ 1
1239[ 2.516201] probe of ff770000.syscon:usb2-phy@e450 returned 1 after 3460 usecs
1240[ 2.518541] probe of ff770000.syscon:usb2-phy@e460 returned 1 after 1485 usecs
1241[ 2.519570] initcall rockchip_usb2phy_driver_init+0x0/0x20 returned 0 after 6893 usecs
1242[ 2.520365] calling rockchip_typec_phy_driver_init+0x0/0x20 @ 1
1243[ 2.522030] probe of ff7c0000.phy returned 0 after 889 usecs
1244[ 2.523255] probe of ff800000.phy returned 1 after 654 usecs
1245[ 2.523959] initcall rockchip_typec_phy_driver_init+0x0/0x20 returned 0 after 2929 usecs
1246[ 2.524748] calling rockchip_usb_driver_init+0x0/0x20 @ 1
1247[ 2.525570] initcall rockchip_usb_driver_init+0x0/0x20 returned 0 after 288 usecs
1248[ 2.526304] calling samsung_usb2_phy_driver_init+0x0/0x20 @ 1
1249[ 2.526969] initcall samsung_usb2_phy_driver_init+0x0/0x20 returned 0 after 86 usecs
1250[ 2.527723] calling max77620_pinctrl_driver_init+0x0/0x20 @ 1
1251[ 2.528358] initcall max77620_pinctrl_driver_init+0x0/0x20 returned 0 after 73 usecs
1252[ 2.529111] calling pcs_driver_init+0x0/0x20 @ 1
1253[ 2.529884] initcall pcs_driver_init+0x0/0x20 returned 0 after 309 usecs
1254[ 2.530523] calling rk805_pinctrl_driver_init+0x0/0x20 @ 1
1255[ 2.531148] initcall rk805_pinctrl_driver_init+0x0/0x20 returned 0 after 79 usecs
1256[ 2.531877] calling bgpio_driver_init+0x0/0x20 @ 1
1257[ 2.532533] initcall bgpio_driver_init+0x0/0x20 returned 0 after 182 usecs
1258[ 2.533212] calling dwapb_gpio_driver_init+0x0/0x20 @ 1
1259[ 2.533888] initcall dwapb_gpio_driver_init+0x0/0x20 returned 0 after 153 usecs
1260[ 2.534585] calling max77620_gpio_driver_init+0x0/0x20 @ 1
1261[ 2.535195] initcall max77620_gpio_driver_init+0x0/0x20 returned 0 after 62 usecs
1262[ 2.535922] calling pl061_gpio_init+0x0/0x1c @ 1
1263[ 2.536411] initcall pl061_gpio_init+0x0/0x1c returned 0 after 37 usecs
1264[ 2.537052] calling xgene_gpio_driver_init+0x0/0x20 @ 1
1265[ 2.537695] initcall xgene_gpio_driver_init+0x0/0x20 returned 0 after 130 usecs
1266[ 2.538393] calling cros_ec_pwm_driver_init+0x0/0x20 @ 1
1267[ 2.539046] initcall cros_ec_pwm_driver_init+0x0/0x20 returned 0 after 115 usecs
1268[ 2.539761] calling rockchip_pwm_driver_init+0x0/0x20 @ 1
1269[ 2.540829] probe of ff420000.pwm returned 1 after 406 usecs
1270[ 2.541623] probe of ff420020.pwm returned 1 after 244 usecs
1271[ 2.542290] initcall rockchip_pwm_driver_init+0x0/0x20 returned 0 after 1949 usecs
1272[ 2.543027] calling pci_proc_init+0x0/0x8c @ 1
1273[ 2.543498] initcall pci_proc_init+0x0/0x8c returned 0 after 32 usecs
1274[ 2.544129] calling pci_hotplug_init+0x0/0x8 @ 1
1275[ 2.544581] initcall pci_hotplug_init+0x0/0x8 returned 0 after 0 usecs
1276[ 2.545217] calling pci_ep_cfs_init+0x0/0xfc @ 1
1277[ 2.546004] initcall pci_ep_cfs_init+0x0/0xfc returned 0 after 314 usecs
1278[ 2.546664] calling pci_epc_init+0x0/0x5c @ 1
1279[ 2.547124] initcall pci_epc_init+0x0/0x5c returned 0 after 33 usecs
1280[ 2.547743] calling pci_epf_init+0x0/0x44 @ 1
1281[ 2.548206] initcall pci_epf_init+0x0/0x44 returned 0 after 35 usecs
1282[ 2.548831] calling gen_pci_driver_init+0x0/0x20 @ 1
1283[ 2.549572] initcall gen_pci_driver_init+0x0/0x20 returned 0 after 249 usecs
1284[ 2.550254] calling rockchip_pcie_ep_driver_init+0x0/0x20 @ 1
1285[ 2.550965] initcall rockchip_pcie_ep_driver_init+0x0/0x20 returned 0 after 133 usecs
1286[ 2.551721] calling hisi_pcie_driver_init+0x0/0x20 @ 1
1287[ 2.552370] initcall hisi_pcie_driver_init+0x0/0x20 returned 0 after 143 usecs
1288[ 2.553071] calling hisi_pcie_almost_ecam_driver_init+0x0/0x24 @ 1
1289[ 2.553827] initcall hisi_pcie_almost_ecam_driver_init+0x0/0x24 returned 0 after 143 usecs
1290[ 2.554674] calling xgene_pcie_driver_init+0x0/0x20 @ 1
1291[ 2.555297] initcall xgene_pcie_driver_init+0x0/0x20 returned 0 after 112 usecs
1292[ 2.556005] calling genericbl_driver_init+0x0/0x20 @ 1
1293[ 2.556568] initcall genericbl_driver_init+0x0/0x20 returned 0 after 59 usecs
1294[ 2.557260] calling lp855x_driver_init+0x0/0x20 @ 1
1295[ 2.557774] initcall lp855x_driver_init+0x0/0x20 returned 0 after 28 usecs
1296[ 2.558427] calling pwm_backlight_driver_init+0x0/0x20 @ 1
1297[ 2.559187] probe of edp-backlight returned 0 after 120 usecs
1298[ 2.559791] initcall pwm_backlight_driver_init+0x0/0x20 returned 0 after 798 usecs
1299[ 2.560512] calling amba_clcdfb_init+0x0/0x38 @ 1
1300[ 2.561021] initcall amba_clcdfb_init+0x0/0x38 returned 0 after 32 usecs
1301[ 2.561676] calling xenfb_init+0x0/0x4c @ 1
1302[ 2.562087] initcall xenfb_init+0x0/0x4c returned -19 after 0 usecs
1303[ 2.562698] calling of_fixed_factor_clk_driver_init+0x0/0x20 @ 1
1304[ 2.563400] initcall of_fixed_factor_clk_driver_init+0x0/0x20 returned 0 after 117 usecs
1305[ 2.564181] calling of_fixed_clk_driver_init+0x0/0x20 @ 1
1306[ 2.564834] initcall of_fixed_clk_driver_init+0x0/0x20 returned 0 after 116 usecs
1307[ 2.565546] calling gpio_clk_driver_init+0x0/0x20 @ 1
1308[ 2.566200] initcall gpio_clk_driver_init+0x0/0x20 returned 0 after 148 usecs
1309[ 2.566892] calling cs2000_driver_init+0x0/0x20 @ 1
1310[ 2.567392] initcall cs2000_driver_init+0x0/0x20 returned 0 after 20 usecs
1311[ 2.568057] calling clk_pwm_driver_init+0x0/0x20 @ 1
1312[ 2.568676] initcall clk_pwm_driver_init+0x0/0x20 returned 0 after 131 usecs
1313[ 2.569347] calling rk808_clkout_driver_init+0x0/0x20 @ 1
1314[ 2.569952] initcall rk808_clkout_driver_init+0x0/0x20 returned 0 after 67 usecs
1315[ 2.570669] calling scpi_clocks_driver_init+0x0/0x20 @ 1
1316[ 2.571307] initcall scpi_clocks_driver_init+0x0/0x20 returned 0 after 117 usecs
1317[ 2.572021] calling mv_xor_v2_driver_init+0x0/0x20 @ 1
1318[ 2.572654] initcall mv_xor_v2_driver_init+0x0/0x20 returned 0 after 127 usecs
1319[ 2.573341] calling pl330_driver_init+0x0/0x1c @ 1
1320[ 2.575231] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
1321[ 2.575967] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
1322[ 2.576925] probe of ff6d0000.dma-controller returned 1 after 3091 usecs
1323[ 2.579425] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
1324[ 2.580162] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
1325[ 2.581091] probe of ff6e0000.dma-controller returned 1 after 3034 usecs
1326[ 2.581865] initcall pl330_driver_init+0x0/0x1c returned 0 after 7854 usecs
1327[ 2.582531] calling hidma_mgmt_init+0x0/0x1dc @ 1
1328[ 2.583571] initcall hidma_mgmt_init+0x0/0x1dc returned 0 after 540 usecs
1329[ 2.584245] calling hidma_driver_init+0x0/0x20 @ 1
1330[ 2.584916] initcall hidma_driver_init+0x0/0x20 returned 0 after 185 usecs
1331[ 2.585572] calling virtio_mmio_init+0x0/0x20 @ 1
1332[ 2.586202] initcall virtio_mmio_init+0x0/0x20 returned 0 after 143 usecs
1333[ 2.586873] calling virtio_pci_driver_init+0x0/0x28 @ 1
1334[ 2.587448] initcall virtio_pci_driver_init+0x0/0x28 returned 0 after 64 usecs
1335[ 2.588153] calling virtio_balloon_driver_init+0x0/0x1c @ 1
1336[ 2.588730] initcall virtio_balloon_driver_init+0x0/0x1c returned 0 after 25 usecs
1337[ 2.589450] calling xenbus_probe_initcall+0x0/0x64 @ 1
1338[ 2.589960] initcall xenbus_probe_initcall+0x0/0x64 returned -19 after 0 usecs
1339[ 2.590667] calling xenbus_init+0x0/0x50 @ 1
1340[ 2.591086] initcall xenbus_init+0x0/0x50 returned -19 after 0 usecs
1341[ 2.591708] calling xenbus_backend_init+0x0/0x5c @ 1
1342[ 2.592192] initcall xenbus_backend_init+0x0/0x5c returned -19 after 0 usecs
1343[ 2.592875] calling evtchn_init+0x0/0x60 @ 1
1344[ 2.593295] initcall evtchn_init+0x0/0x60 returned -19 after 0 usecs
1345[ 2.593907] calling gntdev_init+0x0/0x68 @ 1
1346[ 2.594327] initcall gntdev_init+0x0/0x68 returned -19 after 0 usecs
1347[ 2.594946] calling gntalloc_init+0x0/0x50 @ 1
1348[ 2.595384] initcall gntalloc_init+0x0/0x50 returned -19 after 0 usecs
1349[ 2.596015] calling xenfs_init+0x0/0x30 @ 1
1350[ 2.596425] initcall xenfs_init+0x0/0x30 returned 0 after 0 usecs
1351[ 2.597017] calling hyper_sysfs_init+0x0/0x12c @ 1
1352[ 2.597485] initcall hyper_sysfs_init+0x0/0x12c returned -19 after 0 usecs
1353[ 2.598150] calling hypervisor_subsys_init+0x0/0x30 @ 1
1354[ 2.598667] initcall hypervisor_subsys_init+0x0/0x30 returned -19 after 0 usecs
1355[ 2.599364] calling privcmd_init+0x0/0x80 @ 1
1356[ 2.599800] initcall privcmd_init+0x0/0x80 returned -19 after 0 usecs
1357[ 2.600415] calling fan53555_regulator_driver_init+0x0/0x20 @ 1
1358[ 2.601021] initcall fan53555_regulator_driver_init+0x0/0x20 returned 0 after 24 usecs
1359[ 2.601874] calling pwm_regulator_driver_init+0x0/0x20 @ 1
1360[ 2.602696] pwm-regulator: supplied by regulator-dummy
1361[ 2.603513] probe of vdd-log returned 1 after 1002 usecs
1362[ 2.604069] initcall pwm_regulator_driver_init+0x0/0x20 returned 0 after 1621 usecs
1363[ 2.604814] calling rk808_regulator_driver_init+0x0/0x20 @ 1
1364[ 2.605430] initcall rk808_regulator_driver_init+0x0/0x20 returned 0 after 64 usecs
1365[ 2.606223] calling vctrl_driver_init+0x0/0x20 @ 1
1366[ 2.606839] initcall vctrl_driver_init+0x0/0x20 returned 0 after 121 usecs
1367[ 2.607495] calling n_null_init+0x0/0x28 @ 1
1368[ 2.607936] initcall n_null_init+0x0/0x28 returned 0 after 1 usecs
1369[ 2.608526] calling pty_init+0x0/0x388 @ 1
1370[ 2.612542] initcall pty_init+0x0/0x388 returned 0 after 3493 usecs
1371[ 2.613205] calling sysrq_init+0x0/0x180 @ 1
1372[ 2.613795] initcall sysrq_init+0x0/0x180 returned 0 after 149 usecs
1373[ 2.614404] calling xen_hvc_init+0x0/0x28c @ 1
1374[ 2.614861] initcall xen_hvc_init+0x0/0x28c returned -19 after 0 usecs
1375[ 2.615484] calling serial8250_init+0x0/0x164 @ 1
1376[ 2.615962] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
1377[ 2.617862] probe of serial8250 returned 1 after 42 usecs
1378[ 2.618403] initcall serial8250_init+0x0/0x164 returned 0 after 2382 usecs
1379[ 2.619078] calling serial_pci_driver_init+0x0/0x28 @ 1
1380[ 2.619688] initcall serial_pci_driver_init+0x0/0x28 returned 0 after 98 usecs
1381[ 2.620376] calling exar_pci_driver_init+0x0/0x28 @ 1
1382[ 2.620915] initcall exar_pci_driver_init+0x0/0x28 returned 0 after 34 usecs
1383[ 2.621585] calling dw8250_platform_driver_init+0x0/0x20 @ 1
1384[ 2.623204] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 39, base_baud = 1500000) is a 16550A
1385[ 2.624465] probe of ff180000.serial returned 1 after 2230 usecs
1386[ 2.625806] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 40, base_baud = 1500000) is a 16550A
1387[ 2.626949] printk: console [ttyS2] enabled
1388[ 2.626949] printk: console [ttyS2] enabled
1389[ 2.627732] printk: bootconsole [uart8250] disabled
1390[ 2.627732] printk: bootconsole [uart8250] disabled
1391[ 2.629047] probe of ff1a0000.serial returned 1 after 3788 usecs
1392[ 2.629885] initcall dw8250_platform_driver_init+0x0/0x20 returned 0 after 7554 usecs
1393[ 2.630578] calling of_platform_serial_driver_init+0x0/0x20 @ 1
1394[ 2.631819] initcall of_platform_serial_driver_init+0x0/0x20 returned 0 after 676 usecs
1395[ 2.632524] calling init+0x0/0x11c @ 1
1396[ 2.633106] initcall init+0x0/0x11c returned 0 after 220 usecs
1397[ 2.633647] calling arm_smmu_driver_init+0x0/0x20 @ 1
1398[ 2.634417] initcall arm_smmu_driver_init+0x0/0x20 returned 0 after 305 usecs
1399[ 2.635061] calling arm_smmu_driver_init+0x0/0x24 @ 1
1400[ 2.635656] initcall arm_smmu_driver_init+0x0/0x24 returned 0 after 134 usecs
1401[ 2.636285] calling drm_kms_helper_init+0x0/0x1c @ 1
1402[ 2.636751] initcall drm_kms_helper_init+0x0/0x1c returned 0 after 0 usecs
1403[ 2.637356] calling drm_core_init+0x0/0xc0 @ 1
1404[ 2.637878] initcall drm_core_init+0x0/0xc0 returned 0 after 106 usecs
1405[ 2.638454] calling rockchip_drm_init+0x0/0xb8 @ 1
1406[ 2.639485] rockchip-vop ff8f0000.vop: Adding to iommu group 1
1407[ 2.640573] probe of ff8f0000.vop returned 1 after 1225 usecs
1408[ 2.641295] rockchip-vop ff900000.vop: Adding to iommu group 2
1409[ 2.642144] probe of ff900000.vop returned 1 after 958 usecs
1410[ 2.643454] probe of ff970000.edp returned 0 after 296 usecs
1411[ 2.644264] probe of fec00000.dp returned 0 after 158 usecs
1412[ 2.647142] probe of display-subsystem returned 1 after 1642 usecs
1413[ 2.647834] initcall rockchip_drm_init+0x0/0xb8 returned 0 after 8722 usecs
1414[ 2.648449] calling rcar_lvds_platform_driver_init+0x0/0x20 @ 1
1415[ 2.649508] initcall rcar_lvds_platform_driver_init+0x0/0x20 returned 0 after 497 usecs
1416[ 2.650229] calling panel_simple_init+0x0/0x44 @ 1
1417[ 2.654041] initcall panel_simple_init+0x0/0x44 returned 0 after 3277 usecs
1418[ 2.654167] probe of edp-panel returned 0 after 571 usecs
1419[ 2.654682] calling adv7511_init+0x0/0x38 @ 1
1420[ 2.655589] initcall adv7511_init+0x0/0x38 returned 0 after 47 usecs
1421[ 2.656170] calling snd_dw_hdmi_driver_init+0x0/0x20 @ 1
1422[ 2.656729] initcall snd_dw_hdmi_driver_init+0x0/0x20 returned 0 after 64 usecs
1423[ 2.657372] calling dw_hdmi_cec_driver_init+0x0/0x20 @ 1
1424[ 2.657930] initcall dw_hdmi_cec_driver_init+0x0/0x20 returned 0 after 64 usecs
1425[ 2.658575] calling _nvm_misc_init+0x0/0x20 @ 1
1426[ 2.659750] initcall _nvm_misc_init+0x0/0x20 returned 0 after 734 usecs
1427[ 2.660337] calling topology_sysfs_init+0x0/0x38 @ 1
1428[ 2.661183] initcall topology_sysfs_init+0x0/0x38 returned 0 after 322 usecs
1429[ 2.661826] calling cacheinfo_sysfs_init+0x0/0x38 @ 1
1430[ 2.662366] cacheinfo: Unable to detect cache hierarchy for CPU 0
1431[ 2.662949] initcall cacheinfo_sysfs_init+0x0/0x38 returned -2 after 649 usecs
1432[ 2.663585] calling devcoredump_init+0x0/0x28 @ 1
1433[ 2.664100] initcall devcoredump_init+0x0/0x28 returned 0 after 48 usecs
1434[ 2.664701] calling brd_init+0x0/0x184 @ 1
1435[ 2.673776] brd: module loaded
1436[ 2.674185] initcall brd_init+0x0/0x184 returned 0 after 8881 usecs
1437[ 2.674763] calling loop_init+0x0/0x190 @ 1
1438[ 2.685623] loop: module loaded
1439[ 2.686121] initcall loop_init+0x0/0x190 returned 0 after 10695 usecs
1440[ 2.686715] calling init_cryptoloop+0x0/0x3c @ 1
1441[ 2.687136] initcall init_cryptoloop+0x0/0x3c returned 0 after 0 usecs
1442[ 2.687734] calling init+0x0/0x9c @ 1
1443[ 2.688305] initcall init+0x0/0x9c returned 0 after 229 usecs
1444[ 2.688849] calling xlblk_init+0x0/0x158 @ 1
1445[ 2.689239] initcall xlblk_init+0x0/0x158 returned -19 after 0 usecs
1446[ 2.689833] calling at25_driver_init+0x0/0x20 @ 1
1447[ 2.690287] initcall at25_driver_init+0x0/0x20 returned 0 after 26 usecs
1448[ 2.690888] calling cros_ec_dev_init+0x0/0x84 @ 1
1449[ 2.691537] initcall cros_ec_dev_init+0x0/0x84 returned 0 after 210 usecs
1450[ 2.692153] calling max77620_driver_init+0x0/0x20 @ 1
1451[ 2.692655] initcall max77620_driver_init+0x0/0x20 returned 0 after 28 usecs
1452[ 2.693276] calling rk808_i2c_driver_init+0x0/0x20 @ 1
1453[ 2.693780] initcall rk808_i2c_driver_init+0x0/0x20 returned 0 after 25 usecs
1454[ 2.694410] calling sas_transport_init+0x0/0xc4 @ 1
1455[ 2.694941] initcall sas_transport_init+0x0/0xc4 returned 0 after 76 usecs
1456[ 2.695548] calling sas_class_init+0x0/0x84 @ 1
1457[ 2.696042] initcall sas_class_init+0x0/0x84 returned 0 after 69 usecs
1458[ 2.696629] calling init_sd+0x0/0x1c0 @ 1
1459[ 2.697140] initcall init_sd+0x0/0x1c0 returned 0 after 139 usecs
1460[ 2.697695] calling hisi_sas_init+0x0/0x68 @ 1
1461[ 2.698111] initcall hisi_sas_init+0x0/0x68 returned 0 after 10 usecs
1462[ 2.698692] calling hisi_sas_v1_driver_init+0x0/0x20 @ 1
1463[ 2.699423] initcall hisi_sas_v1_driver_init+0x0/0x20 returned 0 after 241 usecs
1464[ 2.700091] calling hisi_sas_v2_driver_init+0x0/0x20 @ 1
1465[ 2.700747] initcall hisi_sas_v2_driver_init+0x0/0x20 returned 0 after 171 usecs
1466[ 2.701399] calling ahci_pci_driver_init+0x0/0x28 @ 1
1467[ 2.701931] initcall ahci_pci_driver_init+0x0/0x28 returned 0 after 62 usecs
1468[ 2.702552] calling ahci_driver_init+0x0/0x20 @ 1
1469[ 2.703272] initcall ahci_driver_init+0x0/0x20 returned 0 after 272 usecs
1470[ 2.703890] calling sil24_pci_driver_init+0x0/0x28 @ 1
1471[ 2.704424] initcall sil24_pci_driver_init+0x0/0x28 returned 0 after 66 usecs
1472[ 2.705068] calling ceva_ahci_driver_init+0x0/0x20 @ 1
1473[ 2.705680] initcall ceva_ahci_driver_init+0x0/0x20 returned 0 after 142 usecs
1474[ 2.706318] calling xgene_ahci_driver_init+0x0/0x20 @ 1
1475[ 2.706958] initcall xgene_ahci_driver_init+0x0/0x20 returned 0 after 149 usecs
1476[ 2.707614] calling ahci_qoriq_driver_init+0x0/0x20 @ 1
1477[ 2.708411] initcall ahci_qoriq_driver_init+0x0/0x20 returned 0 after 316 usecs
1478[ 2.709066] calling pata_platform_driver_init+0x0/0x20 @ 1
1479[ 2.709642] initcall pata_platform_driver_init+0x0/0x20 returned 0 after 78 usecs
1480[ 2.710302] calling pata_of_platform_driver_init+0x0/0x20 @ 1
1481[ 2.710953] initcall pata_of_platform_driver_init+0x0/0x20 returned 0 after 119 usecs
1482[ 2.711653] calling init_mtd+0x0/0x130 @ 1
1483[ 2.712305] initcall init_mtd+0x0/0x130 returned 0 after 268 usecs
1484[ 2.712872] calling ofpart_parser_init+0x0/0x3c @ 1
1485[ 2.713315] initcall ofpart_parser_init+0x0/0x3c returned 0 after 1 usecs
1486[ 2.713928] calling init_mtdblock+0x0/0x1c @ 1
1487[ 2.714371] initcall init_mtdblock+0x0/0x1c returned 0 after 35 usecs
1488[ 2.714949] calling spi_nor_driver_init+0x0/0x20 @ 1
1489[ 2.715422] initcall spi_nor_driver_init+0x0/0x20 returned 0 after 22 usecs
1490[ 2.716046] calling spidev_init+0x0/0xcc @ 1
1491[ 2.716469] initcall spidev_init+0x0/0xcc returned 0 after 33 usecs
1492[ 2.717033] calling rockchip_spi_driver_init+0x0/0x20 @ 1
1493[ 2.723767] spi-nor spi0.0: gd25q128 (16384 Kbytes)
1494[ 2.731021] probe of spi0.0 returned 1 after 9726 usecs
1495[ 2.731627] rockchip-spi ff1d0000.spi: chipselect 0 already in use
1496[ 2.732178] spi_master spi0: spi_device register error /spi@ff1d0000/spi-flash@0
1497[ 2.732854] spi_master spi0: Failed to create SPI device for /spi@ff1d0000/spi-flash@0
1498[ 2.733665] probe of ff1d0000.spi returned 1 after 15982 usecs
1499[ 2.734650] initcall rockchip_spi_driver_init+0x0/0x20 returned 0 after 16714 usecs
1500[ 2.735327] calling ipvlan_init_module+0x0/0xf4 @ 1
1501[ 2.736020] initcall ipvlan_init_module+0x0/0xf4 returned 0 after 229 usecs
1502[ 2.736648] calling ipvtap_init+0x0/0xe0 @ 1
1503[ 2.737091] initcall ipvtap_init+0x0/0xe0 returned 0 after 53 usecs
1504[ 2.737711] calling dummy_init_module+0x0/0xf8 @ 1
1505[ 2.738713] initcall dummy_init_module+0x0/0xf8 returned 0 after 552 usecs
1506[ 2.739321] calling macvlan_init_module+0x0/0x98 @ 1
1507[ 2.739790] initcall macvlan_init_module+0x0/0x98 returned 0 after 3 usecs
1508[ 2.740399] calling macvtap_init+0x0/0xe0 @ 1
1509[ 2.740838] initcall macvtap_init+0x0/0xe0 returned 0 after 23 usecs
1510[ 2.741400] calling net_olddevs_init+0x0/0x90 @ 1
1511[ 2.741853] initcall net_olddevs_init+0x0/0x90 returned 0 after 12 usecs
1512[ 2.742445] calling blackhole_netdev_init+0x0/0x8c @ 1
1513[ 2.742945] initcall blackhole_netdev_init+0x0/0x8c returned 0 after 18 usecs
1514[ 2.743575] calling mdio_mux_mmioreg_driver_init+0x0/0x20 @ 1
1515[ 2.744402] initcall mdio_mux_mmioreg_driver_init+0x0/0x20 returned 0 after 281 usecs
1516[ 2.745108] calling phy_module_init+0x0/0x24 @ 1
1517[ 2.745640] initcall phy_module_init+0x0/0x24 returned 0 after 108 usecs
1518[ 2.746232] calling fixed_mdio_bus_init+0x0/0x114 @ 1
1519[ 2.746951] libphy: Fixed MDIO Bus: probed
1520[ 2.747320] initcall fixed_mdio_bus_init+0x0/0x114 returned 0 after 605 usecs
1521[ 2.747967] calling phy_module_init+0x0/0x24 @ 1
1522[ 2.748681] initcall phy_module_init+0x0/0x24 returned 0 after 286 usecs
1523[ 2.749273] calling phy_module_init+0x0/0x24 @ 1
1524[ 2.750006] initcall phy_module_init+0x0/0x24 returned 0 after 288 usecs
1525[ 2.750617] calling phy_module_init+0x0/0x24 @ 1
1526[ 2.751247] initcall phy_module_init+0x0/0x24 returned 0 after 205 usecs
1527[ 2.751857] calling phy_module_init+0x0/0x24 @ 1
1528[ 2.752300] initcall phy_module_init+0x0/0x24 returned 0 after 21 usecs
1529[ 2.752899] calling tun_init+0x0/0xc4 @ 1
1530[ 2.753260] tun: Universal TUN/TAP device driver, 1.6
1531[ 2.754301] initcall tun_init+0x0/0xc4 returned 0 after 1010 usecs
1532[ 2.754891] calling veth_init+0x0/0x1c @ 1
1533[ 2.755274] initcall veth_init+0x0/0x1c returned 0 after 3 usecs
1534[ 2.755821] calling virtio_net_driver_init+0x0/0xb0 @ 1
1535[ 2.756350] initcall virtio_net_driver_init+0x0/0xb0 returned 0 after 52 usecs
1536[ 2.757001] calling xgbe_mod_init+0x0/0x58 @ 1
1537[ 2.757708] initcall xgbe_mod_init+0x0/0x58 returned 0 after 293 usecs
1538[ 2.758285] calling macb_driver_init+0x0/0x20 @ 1
1539[ 2.759295] initcall macb_driver_init+0x0/0x20 returned 0 after 560 usecs
1540[ 2.759913] calling hns_mdio_driver_init+0x0/0x20 @ 1
1541[ 2.760543] initcall hns_mdio_driver_init+0x0/0x20 returned 0 after 167 usecs
1542[ 2.761184] calling g_dsaf_driver_init+0x0/0x20 @ 1
1543[ 2.761800] initcall g_dsaf_driver_init+0x0/0x20 returned 0 after 152 usecs
1544[ 2.762415] calling hns_nic_dev_driver_init+0x0/0x20 @ 1
1545[ 2.763065] initcall hns_nic_dev_driver_init+0x0/0x20 returned 0 after 152 usecs
1546[ 2.763729] calling e100_init_module+0x0/0x78 @ 1
1547[ 2.764152] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
1548[ 2.764695] e100: Copyright(c) 1999-2006 Intel Corporation
1549[ 2.765222] initcall e100_init_module+0x0/0x78 returned 0 after 1040 usecs
1550[ 2.765840] calling e1000_init_module+0x0/0x98 @ 1
1551[ 2.766271] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
1552[ 2.766895] e1000: Copyright (c) 1999-2006 Intel Corporation.
1553[ 2.767446] initcall e1000_init_module+0x0/0x98 returned 0 after 1142 usecs
1554[ 2.768077] calling e1000_init_module+0x0/0x48 @ 1
1555[ 2.768507] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
1556[ 2.769032] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
1557[ 2.769624] initcall e1000_init_module+0x0/0x48 returned 0 after 1083 usecs
1558[ 2.770239] calling igb_init_module+0x0/0x60 @ 1
1559[ 2.770665] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
1560[ 2.771274] igb: Copyright (c) 2007-2014 Intel Corporation.
1561[ 2.771817] initcall igb_init_module+0x0/0x60 returned 0 after 1120 usecs
1562[ 2.772415] calling igbvf_init_module+0x0/0x5c @ 1
1563[ 2.772856] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
1564[ 2.773540] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
1565[ 2.774109] initcall igbvf_init_module+0x0/0x5c returned 0 after 1219 usecs
1566[ 2.774733] calling ixgbe_init_module+0x0/0xc8 @ 1
1567[ 2.775162] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
1568[ 2.775841] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
1569[ 2.778506] initcall ixgbe_init_module+0x0/0xc8 returned 0 after 3259 usecs
1570[ 2.779187] calling orion_mdio_driver_init+0x0/0x20 @ 1
1571[ 2.779950] initcall orion_mdio_driver_init+0x0/0x20 returned 0 after 169 usecs
1572[ 2.780594] calling sky2_init_module+0x0/0x34 @ 1
1573[ 2.781027] sky2: driver version 1.30
1574[ 2.781394] initcall sky2_init_module+0x0/0x34 returned 0 after 352 usecs
1575[ 2.782005] calling emac_platform_driver_init+0x0/0x20 @ 1
1576[ 2.782655] initcall emac_platform_driver_init+0x0/0x20 returned 0 after 149 usecs
1577[ 2.783321] calling smc_driver_init+0x0/0x20 @ 1
1578[ 2.783910] initcall smc_driver_init+0x0/0x20 returned 0 after 152 usecs
1579[ 2.784502] calling smsc911x_init_module+0x0/0x20 @ 1
1580[ 2.785096] initcall smsc911x_init_module+0x0/0x20 returned 0 after 120 usecs
1581[ 2.785744] calling stmmac_init+0x0/0x3c @ 1
1582[ 2.786167] initcall stmmac_init+0x0/0x3c returned 0 after 31 usecs
1583[ 2.786732] calling rk_gmac_dwmac_driver_init+0x0/0x20 @ 1
1584[ 2.787681] initcall rk_gmac_dwmac_driver_init+0x0/0x20 returned 0 after 441 usecs
1585[ 2.788348] calling dwmac_generic_driver_init+0x0/0x20 @ 1
1586[ 2.789247] initcall dwmac_generic_driver_init+0x0/0x20 returned 0 after 380 usecs
1587[ 2.789925] calling brcmfmac_module_init+0x0/0xc0 @ 1
1588[ 2.790561] initcall brcmfmac_module_init+0x0/0xc0 returned 0 after 173 usecs
1589[ 2.791470] calling rtl_core_module_init+0x0/0x3c @ 1
1590[ 2.791945] initcall rtl_core_module_init+0x0/0x3c returned 0 after 2 usecs
1591[ 2.792560] calling rtl92ce_driver_init+0x0/0x28 @ 1
1592[ 2.793070] initcall rtl92ce_driver_init+0x0/0x28 returned 0 after 45 usecs
1593[ 2.793694] calling rtl92se_driver_init+0x0/0x28 @ 1
1594[ 2.794197] initcall rtl92se_driver_init+0x0/0x28 returned 0 after 48 usecs
1595[ 2.794825] calling rtl92de_module_init+0x0/0x74 @ 1
1596[ 2.795317] initcall rtl92de_module_init+0x0/0x74 returned 0 after 40 usecs
1597[ 2.795944] calling rtl8723e_driver_init+0x0/0x28 @ 1
1598[ 2.796442] initcall rtl8723e_driver_init+0x0/0x28 returned 0 after 40 usecs
1599[ 2.797076] calling rtl88ee_driver_init+0x0/0x28 @ 1
1600[ 2.797574] initcall rtl88ee_driver_init+0x0/0x28 returned 0 after 47 usecs
1601[ 2.798204] calling rtl_btcoexist_module_init+0x0/0x8 @ 1
1602[ 2.798701] initcall rtl_btcoexist_module_init+0x0/0x8 returned 0 after 0 usecs
1603[ 2.799346] calling rtl8821ae_driver_init+0x0/0x28 @ 1
1604[ 2.799866] initcall rtl8821ae_driver_init+0x0/0x28 returned 0 after 44 usecs
1605[ 2.800496] calling rtl92ee_driver_init+0x0/0x28 @ 1
1606[ 2.801003] initcall rtl92ee_driver_init+0x0/0x28 returned 0 after 41 usecs
1607[ 2.801628] calling wl1271_init+0x0/0x1c @ 1
1608[ 2.802038] initcall wl1271_init+0x0/0x1c returned 0 after 19 usecs
1609[ 2.802591] calling wl18xx_driver_init+0x0/0x20 @ 1
1610[ 2.803128] initcall wl18xx_driver_init+0x0/0x20 returned 0 after 80 usecs
1611[ 2.803747] calling netif_init+0x0/0x70 @ 1
1612[ 2.804130] initcall netif_init+0x0/0x70 returned -19 after 0 usecs
1613[ 2.804694] calling pegasus_init+0x0/0x1bc @ 1
1614[ 2.805094] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
1615[ 2.805815] usbcore: registered new interface driver pegasus
1616[ 2.806318] initcall pegasus_init+0x0/0x1bc returned 0 after 1190 usecs
1617[ 2.806918] calling rtl8150_driver_init+0x0/0x28 @ 1
1618[ 2.807397] usbcore: registered new interface driver rtl8150
1619[ 2.807911] initcall rtl8150_driver_init+0x0/0x28 returned 0 after 528 usecs
1620[ 2.808533] calling rtl8152_driver_init+0x0/0x28 @ 1
1621[ 2.809023] usbcore: registered new interface driver r8152
1622[ 2.809512] initcall rtl8152_driver_init+0x0/0x28 returned 0 after 506 usecs
1623[ 2.810145] calling asix_driver_init+0x0/0x28 @ 1
1624[ 2.810789] usbcore: registered new interface driver asix
1625[ 2.811272] initcall asix_driver_init+0x0/0x28 returned 0 after 682 usecs
1626[ 2.811883] calling ax88179_178a_driver_init+0x0/0x28 @ 1
1627[ 2.812400] usbcore: registered new interface driver ax88179_178a
1628[ 2.812952] initcall ax88179_178a_driver_init+0x0/0x28 returned 0 after 567 usecs
1629[ 2.813621] calling cdc_driver_init+0x0/0x28 @ 1
1630[ 2.814069] usbcore: registered new interface driver cdc_ether
1631[ 2.814586] initcall cdc_driver_init+0x0/0x28 returned 0 after 532 usecs
1632[ 2.815196] calling dm9601_driver_init+0x0/0x28 @ 1
1633[ 2.815675] usbcore: registered new interface driver dm9601
1634[ 2.816172] initcall dm9601_driver_init+0x0/0x28 returned 0 after 512 usecs
1635[ 2.816797] calling sr_driver_init+0x0/0x28 @ 1
1636[ 2.817242] usbcore: registered new interface driver CoreChips
1637[ 2.817771] initcall sr_driver_init+0x0/0x28 returned 0 after 547 usecs
1638[ 2.818355] calling smsc75xx_driver_init+0x0/0x28 @ 1
1639[ 2.818861] usbcore: registered new interface driver smsc75xx
1640[ 2.819373] initcall smsc75xx_driver_init+0x0/0x28 returned 0 after 538 usecs
1641[ 2.820014] calling smsc95xx_driver_init+0x0/0x28 @ 1
1642[ 2.820507] usbcore: registered new interface driver smsc95xx
1643[ 2.821029] initcall smsc95xx_driver_init+0x0/0x28 returned 0 after 544 usecs
1644[ 2.821669] calling net1080_driver_init+0x0/0x28 @ 1
1645[ 2.822147] usbcore: registered new interface driver net1080
1646[ 2.822661] initcall net1080_driver_init+0x0/0x28 returned 0 after 528 usecs
1647[ 2.823283] calling plusb_driver_init+0x0/0x28 @ 1
1648[ 2.823762] usbcore: registered new interface driver plusb
1649[ 2.824250] initcall plusb_driver_init+0x0/0x28 returned 0 after 503 usecs
1650[ 2.824867] calling cdc_subset_driver_init+0x0/0x28 @ 1
1651[ 2.825371] usbcore: registered new interface driver cdc_subset
1652[ 2.825908] initcall cdc_subset_driver_init+0x0/0x28 returned 0 after 554 usecs
1653[ 2.826552] calling mcs7830_driver_init+0x0/0x28 @ 1
1654[ 2.827040] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
1655[ 2.827704] initcall mcs7830_driver_init+0x0/0x28 returned 0 after 676 usecs
1656[ 2.828326] calling usbnet_init+0x0/0x3c @ 1
1657[ 2.828766] initcall usbnet_init+0x0/0x3c returned 0 after 41 usecs
1658[ 2.829320] calling cdc_ncm_driver_init+0x0/0x28 @ 1
1659[ 2.829817] usbcore: registered new interface driver cdc_ncm
1660[ 2.830321] initcall cdc_ncm_driver_init+0x0/0x28 returned 0 after 529 usecs
1661[ 2.830954] calling net_failover_init+0x0/0x8 @ 1
1662[ 2.831381] initcall net_failover_init+0x0/0x8 returned 0 after 0 usecs
1663[ 2.831974] calling vfio_init+0x0/0x174 @ 1
1664[ 2.833021] VFIO - User Level meta-driver version: 0.3
1665[ 2.833480] initcall vfio_init+0x0/0x174 returned 0 after 1097 usecs
1666[ 2.834068] calling vfio_virqfd_init+0x0/0x48 @ 1
1667[ 2.835394] initcall vfio_virqfd_init+0x0/0x48 returned 0 after 875 usecs
1668[ 2.836012] calling vfio_iommu_type1_init+0x0/0x1c @ 1
1669[ 2.836478] initcall vfio_iommu_type1_init+0x0/0x1c returned 0 after 1 usecs
1670[ 2.837108] calling vfio_pci_init+0x0/0x164 @ 1
1671[ 2.837579] initcall vfio_pci_init+0x0/0x164 returned 0 after 56 usecs
1672[ 2.838170] calling dwc3_driver_init+0x0/0x20 @ 1
1673[ 2.838856] initcall dwc3_driver_init+0x0/0x20 returned 0 after 252 usecs
1674[ 2.839458] calling dwc3_haps_driver_init+0x0/0x28 @ 1
1675[ 2.839979] initcall dwc3_haps_driver_init+0x0/0x28 returned 0 after 45 usecs
1676[ 2.840623] calling dwc3_of_simple_driver_init+0x0/0x20 @ 1
1677[ 2.843217] probe of fe800000.dwc3 returned 0 after 1042 usecs
1678[ 2.843840] probe of usb@fe800000 returned 1 after 2610 usecs
1679[ 2.850370] probe of fe900000.dwc3 returned 1 after 5363 usecs
1680[ 2.850969] probe of usb@fe900000 returned 1 after 6613 usecs
1681[ 2.851886] initcall dwc3_of_simple_driver_init+0x0/0x20 returned 0 after 10501 usecs
1682[ 2.852580] calling dwc2_platform_driver_init+0x0/0x20 @ 1
1683[ 2.853806] initcall dwc2_platform_driver_init+0x0/0x20 returned 0 after 689 usecs
1684[ 2.854472] calling isp1760_init+0x0/0x6c @ 1
1685[ 2.855436] initcall isp1760_init+0x0/0x6c returned 0 after 542 usecs
1686[ 2.856041] calling ehci_hcd_init+0x0/0x74 @ 1
1687[ 2.856445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
1688[ 2.857037] initcall ehci_hcd_init+0x0/0x74 returned 0 after 578 usecs
1689[ 2.857628] calling ehci_pci_init+0x0/0x8c @ 1
1690[ 2.858027] ehci-pci: EHCI PCI platform driver
1691[ 2.858463] initcall ehci_pci_init+0x0/0x8c returned 0 after 422 usecs
1692[ 2.859057] calling ehci_platform_init+0x0/0x64 @ 1
1693[ 2.859494] ehci-platform: EHCI generic platform driver
1694[ 2.862568] ehci-platform fe380000.usb: EHCI Host Controller
1695[ 2.863155] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
1696[ 2.864170] ehci-platform fe380000.usb: irq 30, io mem 0xfe380000
1697[ 2.871720] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
1698[ 2.873814] hub 1-0:1.0: USB hub found
1699[ 2.874172] hub 1-0:1.0: 1 port detected
1700[ 2.874992] probe of 1-0:1.0 returned 1 after 1192 usecs
1701[ 2.875534] probe of usb1 returned 1 after 1868 usecs
1702[ 2.876088] probe of fe380000.usb returned 1 after 16061 usecs
1703[ 2.878917] ehci-platform fe3c0000.usb: EHCI Host Controller
1704[ 2.879445] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
1705[ 2.880373] ehci-platform fe3c0000.usb: irq 32, io mem 0xfe3c0000
1706[ 2.887657] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
1707[ 2.888964] hub 2-0:1.0: USB hub found
1708[ 2.889320] hub 2-0:1.0: 1 port detected
1709[ 2.889951] probe of 2-0:1.0 returned 1 after 1003 usecs
1710[ 2.890492] probe of usb2 returned 1 after 1657 usecs
1711[ 2.891025] probe of fe3c0000.usb returned 1 after 14394 usecs
1712[ 2.891877] initcall ehci_platform_init+0x0/0x64 returned 0 after 31611 usecs
1713[ 2.892506] calling ohci_hcd_mod_init+0x0/0x7c @ 1
1714[ 2.892953] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
1715[ 2.893573] initcall ohci_hcd_mod_init+0x0/0x7c returned 0 after 599 usecs
1716[ 2.894198] calling ohci_pci_init+0x0/0x8c @ 1
1717[ 2.894608] ohci-pci: OHCI PCI platform driver
1718[ 2.895097] initcall ohci_pci_init+0x0/0x8c returned 0 after 469 usecs
1719[ 2.895706] calling ohci_platform_init+0x0/0x64 @ 1
1720[ 2.896143] ohci-platform: OHCI generic platform driver
1721[ 2.896978] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
1722[ 2.897592] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
1723[ 2.898499] ohci-platform fe3a0000.usb: irq 31, io mem 0xfe3a0000
1724[ 2.955401] hub 3-0:1.0: USB hub found
1725[ 2.955829] hub 3-0:1.0: 1 port detected
1726[ 2.956465] probe of 3-0:1.0 returned 1 after 1079 usecs
1727[ 2.957028] probe of usb3 returned 1 after 1756 usecs
1728[ 2.957543] probe of fe3a0000.usb returned 1 after 60842 usecs
1729[ 2.958281] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
1730[ 2.958895] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
1731[ 2.959724] ohci-platform fe3e0000.usb: irq 33, io mem 0xfe3e0000
1732[ 3.016258] hub 4-0:1.0: USB hub found
1733[ 3.016632] hub 4-0:1.0: 1 port detected
1734[ 3.017188] probe of 4-0:1.0 returned 1 after 950 usecs
1735[ 3.017738] probe of usb4 returned 1 after 1612 usecs
1736[ 3.018259] probe of fe3e0000.usb returned 1 after 60177 usecs
1737[ 3.019075] initcall ohci_platform_init+0x0/0x64 returned 0 after 120038 usecs
1738[ 3.019729] calling xhci_hcd_init+0x0/0x34 @ 1
1739[ 3.020162] initcall xhci_hcd_init+0x0/0x34 returned 0 after 28 usecs
1740[ 3.020739] calling xhci_pci_init+0x0/0x5c @ 1
1741[ 3.021237] initcall xhci_pci_init+0x0/0x5c returned 0 after 88 usecs
1742[ 3.021817] calling xhci_plat_init+0x0/0x34 @ 1
1743[ 3.023010] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
1744[ 3.023516] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
1745[ 3.024485] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
1746[ 3.025447] xhci-hcd xhci-hcd.0.auto: irq 227, io mem 0xfe900000
1747[ 3.027245] hub 5-0:1.0: USB hub found
1748[ 3.027694] hub 5-0:1.0: 1 port detected
1749[ 3.028408] probe of 5-0:1.0 returned 1 after 1173 usecs
1750[ 3.028978] probe of usb5 returned 1 after 1908 usecs
1751[ 3.029471] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
1752[ 3.029984] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
1753[ 3.030679] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
1754[ 3.031312] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
1755[ 3.032571] hub 6-0:1.0: USB hub found
1756[ 3.032951] hub 6-0:1.0: 1 port detected
1757[ 3.033494] probe of 6-0:1.0 returned 1 after 933 usecs
1758[ 3.034062] probe of usb6 returned 1 after 1620 usecs
1759[ 3.034568] probe of xhci-hcd.0.auto returned 1 after 11771 usecs
1760[ 3.035148] initcall xhci_plat_init+0x0/0x34 returned 0 after 12612 usecs
1761[ 3.035756] calling usb_storage_driver_init+0x0/0x48 @ 1
1762[ 3.036417] usbcore: registered new interface driver usb-storage
1763[ 3.036967] initcall usb_storage_driver_init+0x0/0x48 returned 0 after 712 usecs
1764[ 3.037627] calling usb3503_init+0x0/0x68 @ 1
1765[ 3.038370] initcall usb3503_init+0x0/0x68 returned 0 after 336 usecs
1766[ 3.038954] calling ci_hdrc_platform_register+0x0/0x28 @ 1
1767[ 3.039549] initcall ci_hdrc_platform_register+0x0/0x28 returned 0 after 95 usecs
1768[ 3.040218] calling ci_hdrc_usb2_driver_init+0x0/0x20 @ 1
1769[ 3.040901] initcall ci_hdrc_usb2_driver_init+0x0/0x20 returned 0 after 178 usecs
1770[ 3.041560] calling ci_hdrc_msm_driver_init+0x0/0x20 @ 1
1771[ 3.042194] initcall ci_hdrc_msm_driver_init+0x0/0x20 returned 0 after 138 usecs
1772[ 3.042858] calling ci_hdrc_zevio_driver_init+0x0/0x20 @ 1
1773[ 3.043491] initcall ci_hdrc_zevio_driver_init+0x0/0x20 returned 0 after 131 usecs
1774[ 3.044171] calling usbmisc_imx_driver_init+0x0/0x20 @ 1
1775[ 3.045084] initcall usbmisc_imx_driver_init+0x0/0x20 returned 0 after 414 usecs
1776[ 3.045746] calling ci_hdrc_imx_driver_init+0x0/0x20 @ 1
1777[ 3.046589] initcall ci_hdrc_imx_driver_init+0x0/0x20 returned 0 after 354 usecs
1778[ 3.047249] calling tegra_udc_driver_init+0x0/0x20 @ 1
1779[ 3.047939] initcall tegra_udc_driver_init+0x0/0x20 returned 0 after 213 usecs
1780[ 3.048575] calling udc_plat_driver_init+0x0/0x20 @ 1
1781[ 3.049227] initcall udc_plat_driver_init+0x0/0x20 returned 0 after 182 usecs
1782[ 3.049866] calling bdc_driver_init+0x0/0x20 @ 1
1783[ 3.050451] initcall bdc_driver_init+0x0/0x20 returned 0 after 158 usecs
1784[ 3.051050] calling bdc_pci_driver_init+0x0/0x28 @ 1
1785[ 3.051581] initcall bdc_pci_driver_init+0x0/0x28 returned 0 after 80 usecs
1786[ 3.052203] calling fusb302_driver_init+0x0/0x20 @ 1
1787[ 3.052684] initcall fusb302_driver_init+0x0/0x20 returned 0 after 23 usecs
1788[ 3.053296] calling ambakmi_driver_init+0x0/0x1c @ 1
1789[ 3.053786] initcall ambakmi_driver_init+0x0/0x1c returned 0 after 27 usecs
1790[ 3.054399] calling input_leds_init+0x0/0x1c @ 1
1791[ 3.054839] initcall input_leds_init+0x0/0x1c returned 0 after 11 usecs
1792[ 3.055425] calling joydev_init+0x0/0x1c @ 1
1793[ 3.055820] initcall joydev_init+0x0/0x1c returned 0 after 0 usecs
1794[ 3.056365] calling evdev_init+0x0/0x1c @ 1
1795[ 3.056752] initcall evdev_init+0x0/0x1c returned 0 after 0 usecs
1796[ 3.057290] calling adc_keys_driver_init+0x0/0x20 @ 1
1797[ 3.057888] initcall adc_keys_driver_init+0x0/0x20 returned 0 after 131 usecs
1798[ 3.058517] calling atkbd_init+0x0/0x34 @ 1
1799[ 3.059065] initcall atkbd_init+0x0/0x34 returned 0 after 108 usecs
1800[ 3.059671] calling cros_ec_keyb_driver_init+0x0/0x20 @ 1
1801[ 3.060307] initcall cros_ec_keyb_driver_init+0x0/0x20 returned 0 after 144 usecs
1802[ 3.060984] calling psmouse_init+0x0/0x94 @ 1
1803[ 3.061575] initcall psmouse_init+0x0/0x94 returned 0 after 188 usecs
1804[ 3.062182] calling a3d_drv_init+0x0/0x28 @ 1
1805[ 3.062657] initcall a3d_drv_init+0x0/0x28 returned 0 after 71 usecs
1806[ 3.063217] calling adi_drv_init+0x0/0x28 @ 1
1807[ 3.063670] initcall adi_drv_init+0x0/0x28 returned 0 after 45 usecs
1808[ 3.064230] calling as5011_driver_init+0x0/0x20 @ 1
1809[ 3.064717] initcall as5011_driver_init+0x0/0x20 returned 0 after 21 usecs
1810[ 3.065322] calling analog_init+0x0/0x168 @ 1
1811[ 3.065792] initcall analog_init+0x0/0x168 returned 0 after 60 usecs
1812[ 3.066355] calling cobra_drv_init+0x0/0x28 @ 1
1813[ 3.066835] initcall cobra_drv_init+0x0/0x28 returned 0 after 53 usecs
1814[ 3.067411] calling fsia6b_serio_drv_init+0x0/0x28 @ 1
1815[ 3.067944] initcall fsia6b_serio_drv_init+0x0/0x28 returned 0 after 54 usecs
1816[ 3.068573] calling gf2k_drv_init+0x0/0x28 @ 1
1817[ 3.069036] initcall gf2k_drv_init+0x0/0x28 returned 0 after 45 usecs
1818[ 3.069616] calling grip_drv_init+0x0/0x28 @ 1
1819[ 3.070066] initcall grip_drv_init+0x0/0x28 returned 0 after 44 usecs
1820[ 3.070645] calling grip_drv_init+0x0/0x28 @ 1
1821[ 3.071105] initcall grip_drv_init+0x0/0x28 returned 0 after 51 usecs
1822[ 3.071686] calling guillemot_drv_init+0x0/0x28 @ 1
1823[ 3.072177] initcall guillemot_drv_init+0x0/0x28 returned 0 after 47 usecs
1824[ 3.072794] calling iforce_serio_drv_init+0x0/0x28 @ 1
1825[ 3.073314] initcall iforce_serio_drv_init+0x0/0x28 returned 0 after 52 usecs
1826[ 3.073953] calling iforce_usb_driver_init+0x0/0x28 @ 1
1827[ 3.074472] usbcore: registered new interface driver iforce
1828[ 3.074986] initcall iforce_usb_driver_init+0x0/0x28 returned 0 after 546 usecs
1829[ 3.075642] calling interact_drv_init+0x0/0x28 @ 1
1830[ 3.076126] initcall interact_drv_init+0x0/0x28 returned 0 after 47 usecs
1831[ 3.076735] calling joydump_drv_init+0x0/0x28 @ 1
1832[ 3.077208] initcall joydump_drv_init+0x0/0x28 returned 0 after 44 usecs
1833[ 3.077811] calling magellan_drv_init+0x0/0x28 @ 1
1834[ 3.078292] initcall magellan_drv_init+0x0/0x28 returned 0 after 46 usecs
1835[ 3.078904] calling psxpad_spi_driver_init+0x0/0x20 @ 1
1836[ 3.079421] initcall psxpad_spi_driver_init+0x0/0x20 returned 0 after 44 usecs
1837[ 3.080070] calling pxrc_driver_init+0x0/0x28 @ 1
1838[ 3.080535] usbcore: registered new interface driver pxrc
1839[ 3.081026] initcall pxrc_driver_init+0x0/0x28 returned 0 after 516 usecs
1840[ 3.081633] calling sw_drv_init+0x0/0x28 @ 1
1841[ 3.082071] initcall sw_drv_init+0x0/0x28 returned 0 after 46 usecs
1842[ 3.082634] calling spaceball_drv_init+0x0/0x28 @ 1
1843[ 3.083126] initcall spaceball_drv_init+0x0/0x28 returned 0 after 48 usecs
1844[ 3.083745] calling spaceorb_drv_init+0x0/0x28 @ 1
1845[ 3.084228] initcall spaceorb_drv_init+0x0/0x28 returned 0 after 46 usecs
1846[ 3.084852] calling stinger_drv_init+0x0/0x28 @ 1
1847[ 3.085344] initcall stinger_drv_init+0x0/0x28 returned 0 after 62 usecs
1848[ 3.085960] calling tmdc_drv_init+0x0/0x28 @ 1
1849[ 3.086414] initcall tmdc_drv_init+0x0/0x28 returned 0 after 45 usecs
1850[ 3.087040] calling twidjoy_drv_init+0x0/0x28 @ 1
1851[ 3.087528] initcall twidjoy_drv_init+0x0/0x28 returned 0 after 55 usecs
1852[ 3.088157] calling warrior_drv_init+0x0/0x28 @ 1
1853[ 3.088653] initcall warrior_drv_init+0x0/0x28 returned 0 after 66 usecs
1854[ 3.089244] calling xpad_driver_init+0x0/0x28 @ 1
1855[ 3.089751] usbcore: registered new interface driver xpad
1856[ 3.090235] initcall xpad_driver_init+0x0/0x28 returned 0 after 537 usecs
1857[ 3.090844] calling zhenhua_drv_init+0x0/0x28 @ 1
1858[ 3.091335] initcall zhenhua_drv_init+0x0/0x28 returned 0 after 61 usecs
1859[ 3.091951] calling rk805_pwrkey_driver_init+0x0/0x20 @ 1
1860[ 3.092548] initcall rk805_pwrkey_driver_init+0x0/0x20 returned 0 after 107 usecs
1861[ 3.093226] calling xenkbd_init+0x0/0x48 @ 1
1862[ 3.093624] initcall xenkbd_init+0x0/0x48 returned -19 after 0 usecs
1863[ 3.094184] calling rmi_bus_init+0x0/0x128 @ 1
1864[ 3.094826] initcall rmi_bus_init+0x0/0x128 returned 0 after 232 usecs
1865[ 3.095407] calling rtc_init+0x0/0x4c @ 1
1866[ 3.095790] initcall rtc_init+0x0/0x4c returned 0 after 0 usecs
1867[ 3.096313] calling ds323x_init+0x0/0x78 @ 1
1868[ 3.096760] initcall ds323x_init+0x0/0x78 returned 0 after 48 usecs
1869[ 3.097314] calling efi_rtc_driver_init+0x0/0x28 @ 1
1870[ 3.097937] initcall efi_rtc_driver_init+0x0/0x28 returned -19 after 158 usecs
1871[ 3.098574] calling max77686_rtc_driver_init+0x0/0x20 @ 1
1872[ 3.099158] initcall max77686_rtc_driver_init+0x0/0x20 returned 0 after 81 usecs
1873[ 3.099828] calling pl031_driver_init+0x0/0x1c @ 1
1874[ 3.100307] initcall pl031_driver_init+0x0/0x1c returned 0 after 43 usecs
1875[ 3.100917] calling rk808_rtc_driver_init+0x0/0x20 @ 1
1876[ 3.101450] initcall rk808_rtc_driver_init+0x0/0x20 returned 0 after 66 usecs
1877[ 3.102096] calling s5m_rtc_driver_init+0x0/0x20 @ 1
1878[ 3.102637] initcall s5m_rtc_driver_init+0x0/0x20 returned 0 after 87 usecs
1879[ 3.103250] calling i2c_dev_init+0x0/0xdc @ 1
1880[ 3.103652] i2c /dev entries driver
1881[ 3.104008] initcall i2c_dev_init+0x0/0xdc returned 0 after 343 usecs
1882[ 3.104576] calling rk3x_i2c_driver_init+0x0/0x20 @ 1
1883[ 3.107521] rk808 0-001b: chip id: 0x0
1884[ 3.113514] probe of rk808-clkout returned 1 after 933 usecs
1885[ 3.114439] rk808-regulator rk808-regulator: there is no dvs0 gpio
1886[ 3.115039] rk808-regulator rk808-regulator: there is no dvs1 gpio
1887[ 3.115657] DCDC_REG1: supplied by vcc5v0_sys
1888[ 3.117140] DCDC_REG2: supplied by vcc5v0_sys
1889[ 3.118012] DCDC_REG3: supplied by vcc5v0_sys
1890[ 3.118649] DCDC_REG4: supplied by vcc5v0_sys
1891[ 3.119549] LDO_REG1: supplied by vcc5v0_sys
1892[ 3.121154] LDO_REG2: supplied by vcc5v0_sys
1893[ 3.122414] LDO_REG3: supplied by vcc5v0_sys
1894[ 3.123943] LDO_REG4: supplied by vcc5v0_sys
1895[ 3.124496] vcc_sdio: Bringing 3300000uV into 3000000-3000000uV
1896[ 3.126088] LDO_REG5: supplied by vcc5v0_sys
1897[ 3.127352] LDO_REG6: supplied by vcc5v0_sys
1898[ 3.128799] LDO_REG7: supplied by vcc5v0_sys
1899[ 3.130070] LDO_REG8: supplied by vcc5v0_sys
1900[ 3.131529] SWITCH_REG1: supplied by vcc3v3_sys
1901[ 3.132192] SWITCH_REG2: supplied by vcc3v3_sys
1902[ 3.132813] probe of rk808-regulator returned 1 after 18438 usecs
1903[ 3.135612] random: fast init done
1904[ 3.137135] rk808-rtc rk808-rtc: registered as rtc0
1905[ 3.137581] probe of rk808-rtc returned 1 after 3992 usecs
1906[ 3.138127] probe of 0-001b returned 1 after 31252 usecs
1907[ 3.139383] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
1908[ 3.140033] fan53555-reg: supplied by vcc5v0_sys
1909[ 3.141429] vcc_lcd_en: supplied by vcc3v3_s0
1910[ 3.141913] vcc1v8_s3: supplied by vcc_1v8
1911[ 3.142357] probe of 0-0040 returned 1 after 3555 usecs
1912[ 3.143090] regulator: mapping for mode 1 not defined
1913[ 3.143883] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
1914[ 3.144500] fan53555-reg: supplied by vcc5v0_sys
1915[ 3.146371] probe of 0-0041 returned 1 after 3404 usecs
1916[ 3.146901] probe of ff3c0000.i2c returned 1 after 41745 usecs
1917[ 3.148964] probe of ff110000.i2c returned 1 after 1520 usecs
1918[ 3.153270] OF: graph: no port node found in /i2c@ff3d0000/fusb30x@22
1919[ 3.154430] OF: graph: no port node found in /i2c@ff3d0000/fusb30x@22/connector
1920[ 3.155093] OF: graph: no port node found in /i2c@ff3d0000/fusb30x@22/connector
1921[ 3.166007] probe of 4-0022 returned 1 after 15812 usecs
1922[ 3.166589] probe of ff3d0000.i2c returned 1 after 17077 usecs
1923[ 3.167550] initcall rk3x_i2c_driver_init+0x0/0x20 returned 0 after 61024 usecs
1924[ 3.168228] calling ec_i2c_tunnel_driver_init+0x0/0x20 @ 1
1925[ 3.169027] initcall ec_i2c_tunnel_driver_init+0x0/0x20 returned 0 after 281 usecs
1926[ 3.169723] calling i2c_demux_pinctrl_driver_init+0x0/0x20 @ 1
1927[ 3.170455] initcall i2c_demux_pinctrl_driver_init+0x0/0x20 returned 0 after 201 usecs
1928[ 3.171170] calling pca954x_driver_init+0x0/0x20 @ 1
1929[ 3.171718] initcall pca954x_driver_init+0x0/0x20 returned 0 after 80 usecs
1930[ 3.172337] calling i2c_mux_pinctrl_driver_init+0x0/0x20 @ 1
1931[ 3.173023] initcall i2c_mux_pinctrl_driver_init+0x0/0x20 returned 0 after 139 usecs
1932[ 3.173728] calling rockchip_iodomain_driver_init+0x0/0x20 @ 1
1933[ 3.174833] probe of ff320000.syscon:io-domains returned 1 after 433 usecs
1934[ 3.176017] probe of ff770000.syscon:io-domains returned 1 after 340 usecs
1935[ 3.176896] initcall rockchip_iodomain_driver_init+0x0/0x20 returned 0 after 2570 usecs
1936[ 3.177617] calling vexpress_reset_init+0x0/0x20 @ 1
1937[ 3.178301] initcall vexpress_reset_init+0x0/0x20 returned 0 after 226 usecs
1938[ 3.178941] calling xgene_reboot_init+0x0/0x20 @ 1
1939[ 3.179525] initcall xgene_reboot_init+0x0/0x20 returned 0 after 138 usecs
1940[ 3.180153] calling syscon_reboot_driver_init+0x0/0x20 @ 1
1941[ 3.180815] initcall syscon_reboot_driver_init+0x0/0x20 returned 0 after 153 usecs
1942[ 3.181481] calling cw_bat_init+0x0/0x20 @ 1
1943[ 3.181927] initcall cw_bat_init+0x0/0x20 returned 0 after 33 usecs
1944[ 3.182481] calling bq27xxx_battery_i2c_driver_init+0x0/0x20 @ 1
1945[ 3.183129] initcall bq27xxx_battery_i2c_driver_init+0x0/0x20 returned 0 after 90 usecs
1946[ 3.183847] calling scpi_hwmon_platdrv_init+0x0/0x20 @ 1
1947[ 3.184507] initcall scpi_hwmon_platdrv_init+0x0/0x20 returned 0 after 171 usecs
1948[ 3.185171] calling ina2xx_driver_init+0x0/0x20 @ 1
1949[ 3.185669] initcall ina2xx_driver_init+0x0/0x20 returned 0 after 41 usecs
1950[ 3.186276] calling lm90_driver_init+0x0/0x20 @ 1
1951[ 3.186798] initcall lm90_driver_init+0x0/0x20 returned 0 after 78 usecs
1952[ 3.187390] calling pwm_fan_driver_init+0x0/0x20 @ 1
1953[ 3.187986] initcall pwm_fan_driver_init+0x0/0x20 returned 0 after 128 usecs
1954[ 3.188623] calling rockchip_thermal_driver_init+0x0/0x20 @ 1
1955[ 3.192072] probe of ff260000.tsadc returned 1 after 2771 usecs
1956[ 3.193016] initcall rockchip_thermal_driver_init+0x0/0x20 returned 0 after 3772 usecs
1957[ 3.193736] calling dm_init+0x0/0x78 @ 1
1958[ 3.194404] device-mapper: uevent: version 1.0.3
1959[ 3.195917] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
1960[ 3.196715] initcall dm_init+0x0/0x78 returned 0 after 2550 usecs
1961[ 3.197254] calling hci_uart_init+0x0/0xe8 @ 1
1962[ 3.197669] Bluetooth: HCI UART driver ver 2.3
1963[ 3.198066] Bluetooth: HCI UART protocol H4 registered
1964[ 3.198556] Bluetooth: HCI UART protocol LL registered
1965[ 3.199198] Bluetooth: HCI UART protocol Broadcom registered
1966[ 3.199724] initcall hci_uart_init+0x0/0xe8 returned 0 after 2005 usecs
1967[ 3.200307] calling btusb_driver_init+0x0/0x28 @ 1
1968[ 3.200863] usbcore: registered new interface driver btusb
1969[ 3.201352] initcall btusb_driver_init+0x0/0x28 returned 0 after 583 usecs
1970[ 3.201978] calling cpufreq_gov_powersave_init+0x0/0x1c @ 1
1971[ 3.202482] initcall cpufreq_gov_powersave_init+0x0/0x1c returned 0 after 2 usecs
1972[ 3.203152] calling cpufreq_gov_dbs_init+0x0/0x1c @ 1
1973[ 3.203624] initcall cpufreq_gov_dbs_init+0x0/0x1c returned 0 after 4 usecs
1974[ 3.204238] calling dt_cpufreq_platdrv_init+0x0/0x20 @ 1
1975[ 3.204839] initcall dt_cpufreq_platdrv_init+0x0/0x20 returned 0 after 103 usecs
1976[ 3.205491] calling cpufreq_dt_platdev_init+0x0/0x148 @ 1
1977[ 3.210536] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 12000 KHz
1978[ 3.212326] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 408000 KHz
1979[ 3.212620] usb 2-1: new high-speed USB device number 2 using ehci-platform
1980[ 3.213243] probe of cpufreq-dt returned 1 after 6983 usecs
1981[ 3.214178] initcall cpufreq_dt_platdev_init+0x0/0x148 returned 0 after 7991 usecs
1982[ 3.214847] calling scpi_cpufreq_platdrv_init+0x0/0x20 @ 1
1983[ 3.215484] initcall scpi_cpufreq_platdrv_init+0x0/0x20 returned 0 after 140 usecs
1984[ 3.216154] calling arm_idle_init+0x0/0x190 @ 1
1985[ 3.216582] initcall arm_idle_init+0x0/0x190 returned -95 after 20 usecs
1986[ 3.217176] calling mmc_pwrseq_simple_driver_init+0x0/0x20 @ 1
1987[ 3.218022] probe of sdio-pwrseq returned 1 after 184 usecs
1988[ 3.218550] initcall mmc_pwrseq_simple_driver_init+0x0/0x20 returned 0 after 828 usecs
1989[ 3.219354] calling mmc_pwrseq_emmc_driver_init+0x0/0x20 @ 1
1990[ 3.220024] initcall mmc_pwrseq_emmc_driver_init+0x0/0x20 returned 0 after 150 usecs
1991[ 3.220714] calling mmc_blk_init+0x0/0x114 @ 1
1992[ 3.221150] initcall mmc_blk_init+0x0/0x114 returned 0 after 36 usecs
1993[ 3.221722] calling sdio_uart_init+0x0/0xf8 @ 1
1994[ 3.222161] initcall sdio_uart_init+0x0/0xf8 returned 0 after 30 usecs
1995[ 3.222739] calling mmci_driver_init+0x0/0x20 @ 1
1996[ 3.223180] initcall mmci_driver_init+0x0/0x20 returned 0 after 18 usecs
1997[ 3.223772] calling sdhci_drv_init+0x0/0x2c @ 1
1998[ 3.224176] sdhci: Secure Digital Host Controller Interface driver
1999[ 3.224720] sdhci: Copyright(c) Pierre Ossman
2000[ 3.225105] initcall sdhci_drv_init+0x0/0x2c returned 0 after 903 usecs
2001[ 3.225689] calling mmc_spi_driver_init+0x0/0x20 @ 1
2002[ 3.226153] initcall mmc_spi_driver_init+0x0/0x20 returned 0 after 19 usecs
2003[ 3.226767] calling dw_mci_init+0x0/0x20 @ 1
2004[ 3.227149] Synopsys Designware Multimedia Card Interface Driver
2005[ 3.227681] initcall dw_mci_init+0x0/0x20 returned 0 after 516 usecs
2006[ 3.228238] calling dw_mci_pltfm_driver_init+0x0/0x20 @ 1
2007[ 3.228863] initcall dw_mci_pltfm_driver_init+0x0/0x20 returned 0 after 134 usecs
2008[ 3.229519] calling dw_mci_exynos_pltfm_driver_init+0x0/0x20 @ 1
2009[ 3.230319] initcall dw_mci_exynos_pltfm_driver_init+0x0/0x20 returned 0 after 246 usecs
2010[ 3.231035] calling dw_mci_k3_pltfm_driver_init+0x0/0x20 @ 1
2011[ 3.231659] initcall dw_mci_k3_pltfm_driver_init+0x0/0x20 returned 0 after 116 usecs
2012[ 3.232336] calling dw_mci_rockchip_pltfm_driver_init+0x0/0x20 @ 1
2013[ 3.233320] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
2014[ 3.233984] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
2015[ 3.234583] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
2016[ 3.235128] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 27,32 bit host data width,256 deep fifo
2017[ 3.236130] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
2018[ 3.236662] mmc_host mmc0: card is non-removable.
2019[ 3.250078] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
2020[ 3.263811] probe of fe310000.dwmmc returned 1 after 30896 usecs
2021[ 3.265344] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
2022[ 3.266083] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
2023[ 3.266723] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
2024[ 3.267352] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
2025[ 3.281473] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
2026[ 3.295099] probe of fe320000.dwmmc returned 1 after 30731 usecs
2027[ 3.296133] initcall dw_mci_rockchip_pltfm_driver_init+0x0/0x20 returned 0 after 61733 usecs
2028[ 3.296945] calling sdhci_pltfm_drv_init+0x0/0x20 @ 1
2029[ 3.297404] sdhci-pltfm: SDHCI platform and OF driver helper
2030[ 3.297928] initcall sdhci_pltfm_drv_init+0x0/0x20 returned 0 after 501 usecs
2031[ 3.297963] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
2032[ 3.298564] calling sdhci_cdns_driver_init+0x0/0x20 @ 1
2033[ 3.298918] initcall sdhci_cdns_driver_init+0x0/0x20 returned 0 after 327 usecs
2034[ 3.300189] calling sdhci_arasan_driver_init+0x0/0x20 @ 1
2035[ 3.300677] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
2036[ 3.302279] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
2037[ 3.302370] mmc2: CQHCI version 5.10
2038[ 3.305642] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
2039[ 3.309491] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)
2040[ 3.328996] mmc2: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
2041[ 3.329778] probe of fe330000.sdhci returned 1 after 28537 usecs
2042[ 3.330834] initcall sdhci_arasan_driver_init+0x0/0x20 returned 0 after 28953 usecs
2043[ 3.331521] calling sdhci_xenon_driver_init+0x0/0x20 @ 1
2044[ 3.332406] initcall sdhci_xenon_driver_init+0x0/0x20 returned 0 after 362 usecs
2045[ 3.333084] calling gpio_led_driver_init+0x0/0x20 @ 1
2046[ 3.334183] probe of leds returned 1 after 382 usecs
2047[ 3.334751] initcall gpio_led_driver_init+0x0/0x20 returned 0 after 1160 usecs
2048[ 3.335422] calling led_pwm_driver_init+0x0/0x20 @ 1
2049[ 3.336317] initcall led_pwm_driver_init+0x0/0x20 returned 0 after 389 usecs
2050[ 3.337015] calling syscon_led_driver_init+0x0/0x20 @ 1
2051[ 3.337855] initcall syscon_led_driver_init+0x0/0x20 returned 0 after 340 usecs
2052[ 3.338813] calling timer_led_trigger_init+0x0/0x1c @ 1
2053[ 3.339289] initcall timer_led_trigger_init+0x0/0x1c returned 0 after 7 usecs
2054[ 3.339923] calling oneshot_led_trigger_init+0x0/0x1c @ 1
2055[ 3.340414] initcall oneshot_led_trigger_init+0x0/0x1c returned 0 after 6 usecs
2056[ 3.341091] calling ledtrig_disk_init+0x0/0x64 @ 1
2057[ 3.341535] initcall ledtrig_disk_init+0x0/0x64 returned 0 after 12 usecs
2058[ 3.342133] calling heartbeat_trig_init+0x0/0x4c @ 1
2059[ 3.342580] initcall heartbeat_trig_init+0x0/0x4c returned 0 after 3 usecs
2060[ 3.343184] calling bl_led_trigger_init+0x0/0x1c @ 1
2061[ 3.343637] initcall bl_led_trigger_init+0x0/0x1c returned 0 after 1 usecs
2062[ 3.344238] calling gpio_led_trigger_init+0x0/0x1c @ 1
2063[ 3.344354] hub 2-1:1.0: USB hub found
2064[ 3.344701] initcall gpio_led_trigger_init+0x0/0x1c returned 0 after 1 usecs
2065[ 3.344704] calling ledtrig_cpu_init+0x0/0x114 @ 1
2066[ 3.346315] ledtrig-cpu: registered to indicate activity on CPUs
2067[ 3.346877] hub 2-1:1.0: 4 ports detected
2068[ 3.347269] initcall ledtrig_cpu_init+0x0/0x114 returned 0 after 2488 usecs
2069[ 3.347928] calling activity_init+0x0/0x4c @ 1
2070[ 3.348669] initcall activity_init+0x0/0x4c returned 0 after 319 usecs
2071[ 3.349278] calling defon_led_trigger_init+0x0/0x1c @ 1
2072[ 3.349800] initcall defon_led_trigger_init+0x0/0x1c returned 0 after 23 usecs
2073[ 3.350463] calling scpi_driver_init+0x0/0x20 @ 1
2074[ 3.350948] probe of 2-1:1.0 returned 1 after 6627 usecs
2075[ 3.351514] probe of 2-1 returned 1 after 7716 usecs
2076[ 3.352401] initcall scpi_driver_init+0x0/0x20 returned 0 after 1454 usecs
2077[ 3.353029] calling scpi_power_domain_driver_init+0x0/0x20 @ 1
2078[ 3.353780] initcall scpi_power_domain_driver_init+0x0/0x20 returned 0 after 213 usecs
2079[ 3.354479] calling esrt_sysfs_init+0x0/0x2a8 @ 1
2080[ 3.354923] initcall esrt_sysfs_init+0x0/0x2a8 returned -38 after 1 usecs
2081[ 3.355524] calling efi_capsule_loader_init+0x0/0x58 @ 1
2082[ 3.356017] initcall efi_capsule_loader_init+0x0/0x58 returned -19 after 0 usecs
2083[ 3.356681] calling hid_init+0x0/0x5c @ 1
2084[ 3.357081] initcall hid_init+0x0/0x5c returned 0 after 35 usecs
2085[ 3.357612] calling hid_generic_init+0x0/0x28 @ 1
2086[ 3.358086] initcall hid_generic_init+0x0/0x28 returned 0 after 52 usecs
2087[ 3.358679] calling a4_driver_init+0x0/0x28 @ 1
2088[ 3.359107] initcall a4_driver_init+0x0/0x28 returned 0 after 20 usecs
2089[ 3.359683] calling accutouch_driver_init+0x0/0x28 @ 1
2090[ 3.360162] initcall accutouch_driver_init+0x0/0x28 returned 0 after 20 usecs
2091[ 3.360791] calling alps_driver_init+0x0/0x28 @ 1
2092[ 3.361230] initcall alps_driver_init+0x0/0x28 returned 0 after 17 usecs
2093[ 3.361822] calling ax_driver_init+0x0/0x28 @ 1
2094[ 3.362169] mmc_host mmc0: Bus speed (slot 0) = 84500000Hz (slot req 90000000Hz, actual 84500000HZ div = 0)
2095[ 3.362246] initcall ax_driver_init+0x0/0x28 returned 0 after 17 usecs
2096[ 3.363649] calling apple_driver_init+0x0/0x28 @ 1
2097[ 3.364111] initcall apple_driver_init+0x0/0x28 returned 0 after 32 usecs
2098[ 3.364711] calling appleir_driver_init+0x0/0x28 @ 1
2099[ 3.365175] initcall appleir_driver_init+0x0/0x28 returned 0 after 19 usecs
2100[ 3.365624] usb 3-1: new low-speed USB device number 2 using ohci-platform
2101[ 3.365788] calling creative_sb0540_driver_init+0x0/0x28 @ 1
2102[ 3.365816] initcall creative_sb0540_driver_init+0x0/0x28 returned 0 after 21 usecs
2103[ 3.367558] calling asus_driver_init+0x0/0x28 @ 1
2104[ 3.368003] initcall asus_driver_init+0x0/0x28 returned 0 after 19 usecs
2105[ 3.368589] calling aureal_driver_init+0x0/0x28 @ 1
2106[ 3.369050] initcall aureal_driver_init+0x0/0x28 returned 0 after 19 usecs
2107[ 3.369656] calling belkin_driver_init+0x0/0x28 @ 1
2108[ 3.370111] initcall belkin_driver_init+0x0/0x28 returned 0 after 18 usecs
2109[ 3.370721] calling betop_driver_init+0x0/0x28 @ 1
2110[ 3.371169] initcall betop_driver_init+0x0/0x28 returned 0 after 18 usecs
2111[ 3.371771] calling bigben_driver_init+0x0/0x28 @ 1
2112[ 3.372226] initcall bigben_driver_init+0x0/0x28 returned 0 after 18 usecs
2113[ 3.372831] calling ch_driver_init+0x0/0x28 @ 1
2114[ 3.373260] initcall ch_driver_init+0x0/0x28 returned 0 after 22 usecs
2115[ 3.373837] calling ch_driver_init+0x0/0x28 @ 1
2116[ 3.374263] initcall ch_driver_init+0x0/0x28 returned 0 after 19 usecs
2117[ 3.374841] calling cmhid_driver_init+0x0/0x28 @ 1
2118[ 3.375291] initcall cmhid_driver_init+0x0/0x28 returned 0 after 19 usecs
2119[ 3.375890] calling corsair_driver_init+0x0/0x2c @ 1
2120[ 3.376362] initcall corsair_driver_init+0x0/0x2c returned 0 after 27 usecs
2121[ 3.376992] calling cougar_driver_init+0x0/0x2c @ 1
2122[ 3.377455] initcall cougar_driver_init+0x0/0x2c returned 0 after 26 usecs
2123[ 3.378062] calling cp_driver_init+0x0/0x28 @ 1
2124[ 3.378491] initcall cp_driver_init+0x0/0x28 returned 0 after 22 usecs
2125[ 3.379072] calling dr_driver_init+0x0/0x2c @ 1
2126[ 3.379499] initcall dr_driver_init+0x0/0x2c returned 0 after 20 usecs
2127[ 3.380076] calling ems_driver_init+0x0/0x28 @ 1
2128[ 3.380510] initcall ems_driver_init+0x0/0x28 returned 0 after 19 usecs
2129[ 3.381094] calling elan_driver_init+0x0/0x28 @ 1
2130[ 3.381537] initcall elan_driver_init+0x0/0x28 returned 0 after 19 usecs
2131[ 3.382129] calling elecom_driver_init+0x0/0x28 @ 1
2132[ 3.382586] initcall elecom_driver_init+0x0/0x28 returned 0 after 20 usecs
2133[ 3.383194] calling elo_driver_init+0x0/0x78 @ 1
2134[ 3.383769] initcall elo_driver_init+0x0/0x78 returned 0 after 151 usecs
2135[ 3.384355] calling ez_driver_init+0x0/0x28 @ 1
2136[ 3.384793] initcall ez_driver_init+0x0/0x28 returned 0 after 21 usecs
2137[ 3.385365] calling gembird_driver_init+0x0/0x28 @ 1
2138[ 3.385836] initcall gembird_driver_init+0x0/0x28 returned 0 after 21 usecs
2139[ 3.386444] calling gfrm_driver_init+0x0/0x28 @ 1
2140[ 3.386893] initcall gfrm_driver_init+0x0/0x28 returned 0 after 21 usecs
2141[ 3.387479] calling hammer_init+0x0/0x68 @ 1
2142[ 3.388009] initcall hammer_init+0x0/0x68 returned 0 after 132 usecs
2143[ 3.388566] calling gt683r_led_driver_init+0x0/0x28 @ 1
2144[ 3.389063] initcall gt683r_led_driver_init+0x0/0x28 returned 0 after 24 usecs
2145[ 3.389701] calling gyration_driver_init+0x0/0x28 @ 1
2146[ 3.390175] initcall gyration_driver_init+0x0/0x28 returned 0 after 21 usecs
2147[ 3.390796] calling holtek_kbd_driver_init+0x0/0x2c @ 1
2148[ 3.391287] initcall holtek_kbd_driver_init+0x0/0x2c returned 0 after 23 usecs
2149[ 3.391923] calling holtek_mouse_driver_init+0x0/0x28 @ 1
2150[ 3.392428] initcall holtek_mouse_driver_init+0x0/0x28 returned 0 after 21 usecs
2151[ 3.393080] calling holtek_driver_init+0x0/0x28 @ 1
2152[ 3.393539] initcall holtek_driver_init+0x0/0x28 returned 0 after 21 usecs
2153[ 3.394146] calling icade_driver_init+0x0/0x28 @ 1
2154[ 3.394604] initcall icade_driver_init+0x0/0x28 returned 0 after 27 usecs
2155[ 3.395198] calling ite_driver_init+0x0/0x28 @ 1
2156[ 3.395643] initcall ite_driver_init+0x0/0x28 returned 0 after 25 usecs
2157[ 3.396221] calling jabra_driver_init+0x0/0x28 @ 1
2158[ 3.396679] initcall jabra_driver_init+0x0/0x28 returned 0 after 22 usecs
2159[ 3.397135] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
2160[ 3.397274] calling ks_driver_init+0x0/0x28 @ 1
2161[ 3.398175] mmc1: new high speed SDHC card at address 0001
2162[ 3.398565] initcall ks_driver_init+0x0/0x28 returned 0 after 33 usecs
2163[ 3.399530] mmcblk1: mmc1:0001 GB1QT 29.8 GiB
2164[ 3.399590] calling keytouch_driver_init+0x0/0x28 @ 1
2165[ 3.400465] initcall keytouch_driver_init+0x0/0x28 returned 0 after 42 usecs
2166[ 3.401087] calling kye_driver_init+0x0/0x28 @ 1
2167[ 3.401532] initcall kye_driver_init+0x0/0x28 returned 0 after 30 usecs
2168[ 3.402115] calling ts_driver_init+0x0/0x28 @ 1
2169[ 3.402507] mmcblk1: p1 p2
2170[ 3.402549] initcall ts_driver_init+0x0/0x28 returned 0 after 27 usecs
2171[ 3.403342] calling lenovo_driver_init+0x0/0x28 @ 1
2172[ 3.403418] probe of mmc1:0001 returned 1 after 4310 usecs
2173[ 3.403831] initcall lenovo_driver_init+0x0/0x28 returned 0 after 42 usecs
2174[ 3.404881] calling lg_driver_init+0x0/0x28 @ 1
2175[ 3.405321] initcall lg_driver_init+0x0/0x28 returned 0 after 33 usecs
2176[ 3.405897] calling hidpp_driver_init+0x0/0x28 @ 1
2177[ 3.406357] initcall hidpp_driver_init+0x0/0x28 returned 0 after 30 usecs
2178[ 3.406712] mmc2: CMDQ support disabled in kernel
2179[ 3.406959] calling macally_driver_init+0x0/0x28 @ 1
2180[ 3.407382] mmc2: new HS200 MMC card at address 0001
2181[ 3.407842] initcall macally_driver_init+0x0/0x28 returned 0 after 25 usecs
2182[ 3.408907] calling magicmouse_driver_init+0x0/0x2c @ 1
2183[ 3.409077] mmcblk2: mmc2:0001 DA4128 116 GiB
2184[ 3.409411] initcall magicmouse_driver_init+0x0/0x2c returned 0 after 34 usecs
2185[ 3.410173] mmcblk2boot0: mmc2:0001 DA4128 partition 1 4.00 MiB
2186[ 3.410413] calling maltron_driver_init+0x0/0x28 @ 1
2187[ 3.410449] initcall maltron_driver_init+0x0/0x28 returned 0 after 29 usecs
2188[ 3.411329] mmcblk2boot1: mmc2:0001 DA4128 partition 2 4.00 MiB
2189[ 3.411434] calling mf_driver_init+0x0/0x28 @ 1
2190[ 3.412191] mmcblk2rpmb: mmc2:0001 DA4128 partition 3 16.0 MiB, chardev (243:0)
2191[ 3.412558] initcall mf_driver_init+0x0/0x28 returned 0 after 28 usecs
2192[ 3.414155] calling ms_driver_init+0x0/0x28 @ 1
2193[ 3.414449] mmcblk2: p1 p2
2194[ 3.414591] initcall ms_driver_init+0x0/0x28 returned 0 after 28 usecs
2195[ 3.415378] calling mr_driver_init+0x0/0x28 @ 1
2196[ 3.415822] initcall mr_driver_init+0x0/0x28 returned 0 after 31 usecs
2197[ 3.416392] calling mt_driver_init+0x0/0x28 @ 1
2198[ 3.416837] initcall mt_driver_init+0x0/0x28 returned 0 after 29 usecs
2199[ 3.417409] calling nti_driver_init+0x0/0x28 @ 1
2200[ 3.417455] probe of mmc2:0001 returned 1 after 9014 usecs
2201[ 3.417859] initcall nti_driver_init+0x0/0x28 returned 0 after 27 usecs
2202[ 3.418913] calling ntrig_driver_init+0x0/0x28 @ 1
2203[ 3.419381] initcall ntrig_driver_init+0x0/0x28 returned 0 after 36 usecs
2204[ 3.419984] calling ortek_driver_init+0x0/0x28 @ 1
2205[ 3.420440] initcall ortek_driver_init+0x0/0x28 returned 0 after 26 usecs
2206[ 3.421042] calling pk_driver_init+0x0/0x28 @ 1
2207[ 3.421481] initcall pk_driver_init+0x0/0x28 returned 0 after 31 usecs
2208[ 3.422058] calling pl_driver_init+0x0/0x28 @ 1
2209[ 3.422492] initcall pl_driver_init+0x0/0x28 returned 0 after 26 usecs
2210[ 3.423070] calling penmount_driver_init+0x0/0x28 @ 1
2211[ 3.423551] initcall penmount_driver_init+0x0/0x28 returned 0 after 28 usecs
2212[ 3.424173] calling pl_driver_init+0x0/0x28 @ 1
2213[ 3.424616] initcall pl_driver_init+0x0/0x28 returned 0 after 35 usecs
2214[ 3.425186] calling picolcd_driver_init+0x0/0x28 @ 1
2215[ 3.425664] initcall picolcd_driver_init+0x0/0x28 returned 0 after 26 usecs
2216[ 3.426273] calling plantronics_driver_init+0x0/0x28 @ 1
2217[ 3.426780] initcall plantronics_driver_init+0x0/0x28 returned 0 after 27 usecs
2218[ 3.427418] calling px_driver_init+0x0/0x28 @ 1
2219[ 3.427858] initcall px_driver_init+0x0/0x28 returned 0 after 27 usecs
2220[ 3.428429] calling redragon_driver_init+0x0/0x28 @ 1
2221[ 3.428918] initcall redragon_driver_init+0x0/0x28 returned 0 after 27 usecs
2222[ 3.429534] calling retrode_driver_init+0x0/0x28 @ 1
2223[ 3.430026] initcall retrode_driver_init+0x0/0x28 returned 0 after 35 usecs
2224[ 3.430640] calling roccat_init+0x0/0xd8 @ 1
2225[ 3.431028] initcall roccat_init+0x0/0xd8 returned 0 after 4 usecs
2226[ 3.431569] calling arvo_init+0x0/0x80 @ 1
2227[ 3.431984] initcall arvo_init+0x0/0x80 returned 0 after 40 usecs
2228[ 3.432518] calling isku_init+0x0/0x80 @ 1
2229[ 3.432931] initcall isku_init+0x0/0x80 returned 0 after 36 usecs
2230[ 3.433465] calling kone_init+0x0/0x80 @ 1
2231[ 3.433874] initcall kone_init+0x0/0x80 returned 0 after 34 usecs
2232[ 3.434408] calling koneplus_init+0x0/0x80 @ 1
2233[ 3.434851] initcall koneplus_init+0x0/0x80 returned 0 after 37 usecs
2234[ 3.435415] calling konepure_init+0x0/0x80 @ 1
2235[ 3.435859] initcall konepure_init+0x0/0x80 returned 0 after 39 usecs
2236[ 3.436423] calling kovaplus_init+0x0/0x80 @ 1
2237[ 3.436864] initcall kovaplus_init+0x0/0x80 returned 0 after 35 usecs
2238[ 3.437428] calling lua_driver_init+0x0/0x28 @ 1
2239[ 3.437877] initcall lua_driver_init+0x0/0x28 returned 0 after 28 usecs
2240[ 3.438455] calling pyra_init+0x0/0x80 @ 1
2241[ 3.438868] initcall pyra_init+0x0/0x80 returned 0 after 36 usecs
2242[ 3.439402] calling ryos_init+0x0/0x80 @ 1
2243[ 3.439820] initcall ryos_init+0x0/0x80 returned 0 after 35 usecs
2244[ 3.440354] calling savu_init+0x0/0x80 @ 1
2245[ 3.440777] initcall savu_init+0x0/0x80 returned 0 after 42 usecs
2246[ 3.441311] calling rmi_driver_init+0x0/0x28 @ 1
2247[ 3.441764] initcall rmi_driver_init+0x0/0x28 returned 0 after 31 usecs
2248[ 3.442342] calling saitek_driver_init+0x0/0x28 @ 1
2249[ 3.442814] initcall saitek_driver_init+0x0/0x28 returned 0 after 29 usecs
2250[ 3.443416] calling samsung_driver_init+0x0/0x28 @ 1
2251[ 3.443897] initcall samsung_driver_init+0x0/0x28 returned 0 after 29 usecs
2252[ 3.444505] calling sjoy_driver_init+0x0/0x28 @ 1
2253[ 3.444963] initcall sjoy_driver_init+0x0/0x28 returned 0 after 29 usecs
2254[ 3.445549] calling sony_init+0x0/0x54 @ 1
2255[ 3.445953] initcall sony_init+0x0/0x54 returned 0 after 29 usecs
2256[ 3.446487] calling speedlink_driver_init+0x0/0x28 @ 1
2257[ 3.446982] initcall speedlink_driver_init+0x0/0x28 returned 0 after 29 usecs
2258[ 3.447612] calling steam_controller_driver_init+0x0/0x28 @ 1
2259[ 3.448165] initcall steam_controller_driver_init+0x0/0x28 returned 0 after 39 usecs
2260[ 3.448849] calling steelseries_srws1_driver_init+0x0/0x28 @ 1
2261[ 3.449399] initcall steelseries_srws1_driver_init+0x0/0x28 returned 0 after 30 usecs
2262[ 3.450090] calling sp_driver_init+0x0/0x28 @ 1
2263[ 3.450527] initcall sp_driver_init+0x0/0x28 returned 0 after 29 usecs
2264[ 3.451115] calling ga_driver_init+0x0/0x28 @ 1
2265[ 3.451553] initcall ga_driver_init+0x0/0x28 returned 0 after 30 usecs
2266[ 3.452131] calling tm_driver_init+0x0/0x28 @ 1
2267[ 3.452570] initcall tm_driver_init+0x0/0x28 returned 0 after 31 usecs
2268[ 3.453146] calling tivo_driver_init+0x0/0x28 @ 1
2269[ 3.453609] initcall tivo_driver_init+0x0/0x28 returned 0 after 39 usecs
2270[ 3.454196] calling ts_driver_init+0x0/0x28 @ 1
2271[ 3.454639] initcall ts_driver_init+0x0/0x28 returned 0 after 30 usecs
2272[ 3.455210] calling twinhan_driver_init+0x0/0x28 @ 1
2273[ 3.455692] initcall twinhan_driver_init+0x0/0x28 returned 0 after 30 usecs
2274[ 3.456300] calling uclogic_driver_init+0x0/0x28 @ 1
2275[ 3.456782] initcall uclogic_driver_init+0x0/0x28 returned 0 after 31 usecs
2276[ 3.457390] calling udraw_driver_init+0x0/0x28 @ 1
2277[ 3.457857] initcall udraw_driver_init+0x0/0x28 returned 0 after 31 usecs
2278[ 3.458451] calling hidled_driver_init+0x0/0x28 @ 1
2279[ 3.458945] initcall hidled_driver_init+0x0/0x28 returned 0 after 44 usecs
2280[ 3.459545] calling xinmo_driver_init+0x0/0x28 @ 1
2281[ 3.460012] initcall xinmo_driver_init+0x0/0x28 returned 0 after 32 usecs
2282[ 3.460612] calling zp_driver_init+0x0/0x28 @ 1
2283[ 3.461052] initcall zp_driver_init+0x0/0x28 returned 0 after 32 usecs
2284[ 3.461639] calling zc_driver_init+0x0/0x28 @ 1
2285[ 3.462080] initcall zc_driver_init+0x0/0x28 returned 0 after 32 usecs
2286[ 3.462657] calling viewsonic_driver_init+0x0/0x2c @ 1
2287[ 3.463149] initcall viewsonic_driver_init+0x0/0x2c returned 0 after 31 usecs
2288[ 3.463779] calling wacom_driver_init+0x0/0x2c @ 1
2289[ 3.464244] initcall wacom_driver_init+0x0/0x2c returned 0 after 34 usecs
2290[ 3.464844] calling waltop_driver_init+0x0/0x2c @ 1
2291[ 3.465319] initcall waltop_driver_init+0x0/0x2c returned 0 after 36 usecs
2292[ 3.465927] calling wiimote_hid_driver_init+0x0/0x28 @ 1
2293[ 3.466435] initcall wiimote_hid_driver_init+0x0/0x28 returned 0 after 32 usecs
2294[ 3.467080] calling sensor_hub_driver_init+0x0/0x28 @ 1
2295[ 3.467581] initcall sensor_hub_driver_init+0x0/0x28 returned 0 after 33 usecs
2296[ 3.468218] calling hid_init+0x0/0x70 @ 1
2297[ 3.468633] usbcore: registered new interface driver usbhid
2298[ 3.469119] usbhid: USB HID core driver
2299[ 3.469459] initcall hid_init+0x0/0x70 returned 0 after 858 usecs
2300[ 3.470000] calling fusb30x_driver_init+0x0/0x20 @ 1
2301[ 3.470486] initcall fusb30x_driver_init+0x0/0x20 returned 0 after 41 usecs
2302[ 3.471103] calling cros_ec_chardev_driver_init+0x0/0x20 @ 1
2303[ 3.471756] initcall cros_ec_chardev_driver_init+0x0/0x20 returned 0 after 139 usecs
2304[ 3.472433] calling cros_ec_lightbar_driver_init+0x0/0x20 @ 1
2305[ 3.473031] initcall cros_ec_lightbar_driver_init+0x0/0x20 returned 0 after 70 usecs
2306[ 3.473715] calling cros_ec_vbc_driver_init+0x0/0x20 @ 1
2307[ 3.474231] initcall cros_ec_vbc_driver_init+0x0/0x20 returned 0 after 40 usecs
2308[ 3.474877] calling cros_ec_debugfs_driver_init+0x0/0x20 @ 1
2309[ 3.475420] initcall cros_ec_debugfs_driver_init+0x0/0x20 returned 0 after 39 usecs
2310[ 3.476096] calling cros_ec_sysfs_driver_init+0x0/0x24 @ 1
2311[ 3.476629] initcall cros_ec_sysfs_driver_init+0x0/0x24 returned 0 after 43 usecs
2312[ 3.477282] calling arm_mhu_driver_init+0x0/0x1c @ 1
2313[ 3.477751] initcall arm_mhu_driver_init+0x0/0x1c returned 0 after 17 usecs
2314[ 3.478360] calling platform_mhu_driver_init+0x0/0x20 @ 1
2315[ 3.478987] initcall platform_mhu_driver_init+0x0/0x20 returned 0 after 135 usecs
2316[ 3.479648] calling rockchip_mbox_driver_init+0x0/0x20 @ 1
2317[ 3.480223] initcall rockchip_mbox_driver_init+0x0/0x20 returned 0 after 82 usecs
2318[ 3.480885] calling rk3399_dmcfreq_driver_init+0x0/0x20 @ 1
2319[ 3.481463] initcall rk3399_dmcfreq_driver_init+0x0/0x20 returned 0 after 79 usecs
2320[ 3.482132] calling rockchip_dfi_driver_init+0x0/0x20 @ 1
2321[ 3.482698] initcall rockchip_dfi_driver_init+0x0/0x20 returned 0 after 77 usecs
2322[ 3.483345] calling extcon_class_init+0x0/0x28 @ 1
2323[ 3.483792] initcall extcon_class_init+0x0/0x28 returned 0 after 7 usecs
2324[ 3.484378] calling usb_extcon_driver_init+0x0/0x20 @ 1
2325[ 3.484924] initcall usb_extcon_driver_init+0x0/0x20 returned 0 after 71 usecs
2326[ 3.485557] calling rockchip_saradc_driver_init+0x0/0x20 @ 1
2327[ 3.486284] rockchip-saradc ff100000.saradc: ff100000.saradc supply vref not found, using dummy regulator
2328[ 3.487365] probe of ff100000.saradc returned 1 after 1261 usecs
2329[ 3.488032] initcall rockchip_saradc_driver_init+0x0/0x20 returned 0 after 1916 usecs
2330[ 3.488728] calling rockchip_efuse_driver_init+0x0/0x20 @ 1
2331[ 3.489514] probe of ff690000.efuse returned 1 after 131 usecs
2332[ 3.490139] initcall rockchip_efuse_driver_init+0x0/0x20 returned 0 after 891 usecs
2333[ 3.490815] calling alsa_timer_init+0x0/0x204 @ 1
2334[ 3.491348] initcall alsa_timer_init+0x0/0x204 returned 0 after 107 usecs
2335[ 3.491952] calling alsa_pcm_init+0x0/0x7c @ 1
2336[ 3.492355] initcall alsa_pcm_init+0x0/0x7c returned 0 after 3 usecs
2337[ 3.492916] calling alsa_rawmidi_init+0x0/0x34 @ 1
2338[ 3.493346] initcall alsa_rawmidi_init+0x0/0x34 returned 0 after 0 usecs
2339[ 3.493952] calling snd_soc_init+0x0/0x88 @ 1
2340[ 3.494637] probe of snd-soc-dummy returned 1 after 53 usecs
2341[ 3.495194] initcall snd_soc_init+0x0/0x88 returned 0 after 830 usecs
2342[ 3.495766] calling ak4613_i2c_driver_init+0x0/0x20 @ 1
2343[ 3.496272] initcall ak4613_i2c_driver_init+0x0/0x20 returned 0 after 37 usecs
2344[ 3.496910] calling da7219_i2c_driver_init+0x0/0x20 @ 1
2345[ 3.497396] initcall da7219_i2c_driver_init+0x0/0x20 returned 0 after 18 usecs
2346[ 3.498035] calling dmic_driver_init+0x0/0x20 @ 1
2347[ 3.498561] initcall dmic_driver_init+0x0/0x20 returned 0 after 100 usecs
2348[ 3.499162] calling es8316_i2c_driver_init+0x0/0x20 @ 1
2349[ 3.499801] es8316 1-0011: Failed to get IRQ 0: -22
2350[ 3.500254] probe of 1-0011 returned 1 after 608 usecs
2351[ 3.500730] initcall es8316_i2c_driver_init+0x0/0x20 returned 0 after 1071 usecs
2352[ 3.501378] calling max98090_i2c_driver_init+0x0/0x20 @ 1
2353[ 3.501886] initcall max98090_i2c_driver_init+0x0/0x20 returned 0 after 20 usecs
2354[ 3.502533] calling max98357a_platform_driver_init+0x0/0x20 @ 1
2355[ 3.503169] initcall max98357a_platform_driver_init+0x0/0x20 returned 0 after 100 usecs
2356[ 3.503875] calling hdmi_codec_driver_init+0x0/0x20 @ 1
2357[ 3.504388] initcall hdmi_codec_driver_init+0x0/0x20 returned 0 after 44 usecs
2358[ 3.505045] calling rk3328_codec_driver_init+0x0/0x20 @ 1
2359[ 3.505629] initcall rk3328_codec_driver_init+0x0/0x20 returned 0 after 98 usecs
2360[ 3.506277] calling rt5514_i2c_driver_init+0x0/0x20 @ 1
2361[ 3.506773] initcall rt5514_i2c_driver_init+0x0/0x20 returned 0 after 20 usecs
2362[ 3.507404] calling rt5514_spi_driver_init+0x0/0x20 @ 1
2363[ 3.507896] initcall rt5514_spi_driver_init+0x0/0x20 returned 0 after 18 usecs
2364[ 3.508527] calling rt5645_i2c_driver_init+0x0/0x20 @ 1
2365[ 3.509020] initcall rt5645_i2c_driver_init+0x0/0x20 returned 0 after 19 usecs
2366[ 3.509657] calling spdif_dir_driver_init+0x0/0x20 @ 1
2367[ 3.510194] initcall spdif_dir_driver_init+0x0/0x20 returned 0 after 76 usecs
2368[ 3.510826] calling spdif_dit_driver_init+0x0/0x20 @ 1
2369[ 3.511361] initcall spdif_dit_driver_init+0x0/0x20 returned 0 after 73 usecs
2370[ 3.511992] calling ts3a227e_driver_init+0x0/0x20 @ 1
2371[ 3.512466] initcall ts3a227e_driver_init+0x0/0x20 returned 0 after 20 usecs
2372[ 3.513090] calling simple_amp_driver_init+0x0/0x20 @ 1
2373[ 3.513656] initcall simple_amp_driver_init+0x0/0x20 returned 0 after 96 usecs
2374[ 3.514289] calling asoc_simple_card_init+0x0/0x20 @ 1
2375[ 3.514863] initcall asoc_simple_card_init+0x0/0x20 returned 0 after 105 usecs
2376[ 3.515504] calling rockchip_i2s_driver_init+0x0/0x20 @ 1
2377[ 3.516381] probe of ff890000.i2s returned 1 after 274 usecs
2378[ 3.517039] probe of ff8a0000.i2s returned 1 after 144 usecs
2379[ 3.517597] initcall rockchip_i2s_driver_init+0x0/0x20 returned 0 after 1561 usecs
2380[ 3.518267] calling rockchip_pdm_driver_init+0x0/0x20 @ 1
2381[ 3.518948] initcall rockchip_pdm_driver_init+0x0/0x20 returned 0 after 187 usecs
2382[ 3.519611] calling rk_spdif_driver_init+0x0/0x20 @ 1
2383[ 3.520305] initcall rk_spdif_driver_init+0x0/0x20 returned 0 after 234 usecs
2384[ 3.520935] calling snd_rk_mc_driver_init+0x0/0x20 @ 1
2385[ 3.521473] initcall snd_rk_mc_driver_init+0x0/0x20 returned 0 after 78 usecs
2386[ 3.522104] calling snd_rk_mc_driver_init+0x0/0x20 @ 1
2387[ 3.522652] initcall snd_rk_mc_driver_init+0x0/0x20 returned 0 after 87 usecs
2388[ 3.523276] calling rockchip_sound_driver_init+0x0/0x20 @ 1
2389[ 3.523858] initcall rockchip_sound_driver_init+0x0/0x20 returned 0 after 77 usecs
2390[ 3.524519] calling sock_diag_init+0x0/0x44 @ 1
2391[ 3.525011] initcall sock_diag_init+0x0/0x44 returned 0 after 77 usecs
2392[ 3.525583] calling failover_init+0x0/0x24 @ 1
2393[ 3.525998] initcall failover_init+0x0/0x24 returned 0 after 9 usecs
2394[ 3.526554] calling llc_init+0x0/0x34 @ 1
2395[ 3.526933] initcall llc_init+0x0/0x34 returned 0 after 7 usecs
2396[ 3.527451] calling snap_init+0x0/0x44 @ 1
2397[ 3.527828] initcall snap_init+0x0/0x44 returned 0 after 1 usecs
2398[ 3.528354] calling blackhole_init+0x0/0x1c @ 1
2399[ 3.528766] initcall blackhole_init+0x0/0x1c returned 0 after 1 usecs
2400[ 3.529330] calling init_cgroup_cls+0x0/0x1c @ 1
2401[ 3.529749] initcall init_cgroup_cls+0x0/0x1c returned 0 after 1 usecs
2402[ 3.530320] calling nfnetlink_init+0x0/0x94 @ 1
2403[ 3.530742] initcall nfnetlink_init+0x0/0x94 returned 0 after 7 usecs
2404[ 3.531306] calling nfnl_acct_init+0x0/0x74 @ 1
2405[ 3.531719] initcall nfnl_acct_init+0x0/0x74 returned 0 after 1 usecs
2406[ 3.532282] calling nfnetlink_queue_init+0x0/0xb4 @ 1
2407[ 3.532754] initcall nfnetlink_queue_init+0x0/0xb4 returned 0 after 15 usecs
2408[ 3.533370] calling nfnetlink_log_init+0x0/0xbc @ 1
2409[ 3.533826] initcall nfnetlink_log_init+0x0/0xbc returned 0 after 6 usecs
2410[ 3.534420] calling nfnl_osf_init+0x0/0x64 @ 1
2411[ 3.534825] initcall nfnl_osf_init+0x0/0x64 returned 0 after 0 usecs
2412[ 3.535381] calling nf_conntrack_standalone_init+0x0/0xa0 @ 1
2413[ 3.536117] initcall nf_conntrack_standalone_init+0x0/0xa0 returned 0 after 214 usecs
2414[ 3.536808] calling ctnetlink_init+0x0/0xac @ 1
2415[ 3.537217] initcall ctnetlink_init+0x0/0xac returned 0 after 3 usecs
2416[ 3.537786] calling cttimeout_init+0x0/0x84 @ 1
2417[ 3.538193] initcall cttimeout_init+0x0/0x84 returned 0 after 1 usecs
2418[ 3.538762] calling nf_conntrack_amanda_init+0x0/0xbc @ 1
2419[ 3.539255] initcall nf_conntrack_amanda_init+0x0/0xbc returned 0 after 10 usecs
2420[ 3.539907] calling nf_conntrack_ftp_init+0x0/0x178 @ 1
2421[ 3.540383] initcall nf_conntrack_ftp_init+0x0/0x178 returned 0 after 9 usecs
2422[ 3.541012] calling nf_conntrack_h323_init+0x0/0xc0 @ 1
2423[ 3.541497] initcall nf_conntrack_h323_init+0x0/0xc0 returned 0 after 18 usecs
2424[ 3.542132] calling nf_conntrack_irc_init+0x0/0x154 @ 1
2425[ 3.542610] initcall nf_conntrack_irc_init+0x0/0x154 returned 0 after 6 usecs
2426[ 3.543234] calling nf_conntrack_netbios_ns_init+0x0/0x2c @ 1
2427[ 3.543752] initcall nf_conntrack_netbios_ns_init+0x0/0x2c returned 0 after 2 usecs
2428[ 3.544419] calling nf_conntrack_snmp_init+0x0/0x2c @ 1
2429[ 3.544893] initcall nf_conntrack_snmp_init+0x0/0x2c returned 0 after 3 usecs
2430[ 3.545516] calling nf_conntrack_pptp_init+0x0/0x1c @ 1
2431[ 3.545989] initcall nf_conntrack_pptp_init+0x0/0x1c returned 0 after 2 usecs
2432[ 3.546623] calling nf_conntrack_sane_init+0x0/0x170 @ 1
2433[ 3.547107] initcall nf_conntrack_sane_init+0x0/0x170 returned 0 after 9 usecs
2434[ 3.547754] calling nf_conntrack_sip_init+0x0/0x1ac @ 1
2435[ 3.548234] initcall nf_conntrack_sip_init+0x0/0x1ac returned 0 after 13 usecs
2436[ 3.548874] calling nf_conntrack_tftp_init+0x0/0x148 @ 1
2437[ 3.549356] initcall nf_conntrack_tftp_init+0x0/0x148 returned 0 after 7 usecs
2438[ 3.549997] calling nf_log_common_init+0x0/0x8 @ 1
2439[ 3.550425] initcall nf_log_common_init+0x0/0x8 returned 0 after 0 usecs
2440[ 3.551016] calling nf_nat_init+0x0/0x10c @ 1
2441[ 3.551433] initcall nf_nat_init+0x0/0x10c returned 0 after 25 usecs
2442[ 3.551995] calling nf_nat_amanda_init+0x0/0x44 @ 1
2443[ 3.552432] initcall nf_nat_amanda_init+0x0/0x44 returned 0 after 0 usecs
2444[ 3.553029] calling nf_nat_ftp_init+0x0/0x44 @ 1
2445[ 3.553443] initcall nf_nat_ftp_init+0x0/0x44 returned 0 after 0 usecs
2446[ 3.554019] calling nf_nat_irc_init+0x0/0x44 @ 1
2447[ 3.554434] initcall nf_nat_irc_init+0x0/0x44 returned 0 after 0 usecs
2448[ 3.555008] calling nf_nat_sip_init+0x0/0x50 @ 1
2449[ 3.555422] initcall nf_nat_sip_init+0x0/0x50 returned 0 after 0 usecs
2450[ 3.555998] calling nf_nat_tftp_init+0x0/0x44 @ 1
2451[ 3.556420] initcall nf_nat_tftp_init+0x0/0x44 returned 0 after 0 usecs
2452[ 3.557002] calling synproxy_core_init+0x0/0x58 @ 1
2453[ 3.557451] initcall synproxy_core_init+0x0/0x58 returned 0 after 12 usecs
2454[ 3.558067] calling nf_conncount_modinit+0x0/0xa0 @ 1
2455[ 3.558621] initcall nf_conncount_modinit+0x0/0xa0 returned 0 after 99 usecs
2456[ 3.559237] calling nf_tables_module_init+0x0/0xf4 @ 1
2457[ 3.559726] initcall nf_tables_module_init+0x0/0xf4 returned 0 after 20 usecs
2458[ 3.560350] calling nft_compat_module_init+0x0/0x84 @ 1
2459[ 3.560822] initcall nft_compat_module_init+0x0/0x84 returned 0 after 0 usecs
2460[ 3.561445] calling nft_ng_module_init+0x0/0x1c @ 1
2461[ 3.561887] initcall nft_ng_module_init+0x0/0x1c returned 0 after 0 usecs
2462[ 3.562480] calling nft_ct_module_init+0x0/0xb4 @ 1
2463[ 3.562922] initcall nft_ct_module_init+0x0/0xb4 returned 0 after 1 usecs
2464[ 3.563515] calling nft_limit_module_init+0x0/0x60 @ 1
2465[ 3.563978] initcall nft_limit_module_init+0x0/0x60 returned 0 after 0 usecs
2466[ 3.564592] calling nft_nat_module_init+0x0/0x4c @ 1
2467[ 3.565042] initcall nft_nat_module_init+0x0/0x4c returned 0 after 1 usecs
2468[ 3.565648] calling nft_objref_module_init+0x0/0x1c @ 1
2469[ 3.566114] initcall nft_objref_module_init+0x0/0x1c returned 0 after 0 usecs
2470[ 3.566741] calling nft_queue_module_init+0x0/0x1c @ 1
2471[ 3.567200] initcall nft_queue_module_init+0x0/0x1c returned 0 after 0 usecs
2472[ 3.567820] calling nft_quota_module_init+0x0/0x60 @ 1
2473[ 3.568279] initcall nft_quota_module_init+0x0/0x60 returned 0 after 0 usecs
2474[ 3.568899] calling nft_reject_inet_module_init+0x0/0x1c @ 1
2475[ 3.569403] initcall nft_reject_inet_module_init+0x0/0x1c returned 0 after 0 usecs
2476[ 3.570069] calling nft_counter_module_init+0x0/0xa8 @ 1
2477[ 3.570544] initcall nft_counter_module_init+0x0/0xa8 returned 0 after 0 usecs
2478[ 3.571178] calling nft_log_module_init+0x0/0x1c @ 1
2479[ 3.571628] initcall nft_log_module_init+0x0/0x1c returned 0 after 0 usecs
2480[ 3.572228] calling nft_masq_module_init+0x0/0x9c @ 1
2481[ 3.572690] initcall nft_masq_module_init+0x0/0x9c returned 0 after 5 usecs
2482[ 3.573298] calling nft_redir_module_init+0x0/0x7c @ 1
2483[ 3.573762] initcall nft_redir_module_init+0x0/0x7c returned 0 after 1 usecs
2484[ 3.574377] calling nft_hash_module_init+0x0/0x1c @ 1
2485[ 3.574833] initcall nft_hash_module_init+0x0/0x1c returned 0 after 0 usecs
2486[ 3.575441] calling nft_chain_nat_init+0x0/0x3c @ 1
2487[ 3.575882] initcall nft_chain_nat_init+0x0/0x3c returned 0 after 0 usecs
2488[ 3.576476] calling nft_dup_netdev_module_init+0x0/0x1c @ 1
2489[ 3.576978] initcall nft_dup_netdev_module_init+0x0/0x1c returned 0 after 0 usecs
2490[ 3.577637] calling nft_fwd_netdev_module_init+0x0/0x1c @ 1
2491[ 3.578133] initcall nft_fwd_netdev_module_init+0x0/0x1c returned 0 after 0 usecs
2492[ 3.578805] calling xt_init+0x0/0x134 @ 1
2493[ 3.579170] initcall xt_init+0x0/0x134 returned 0 after 3 usecs
2494[ 3.579698] calling tcpudp_mt_init+0x0/0x20 @ 1
2495[ 3.580107] initcall tcpudp_mt_init+0x0/0x20 returned 0 after 2 usecs
2496[ 3.580388] input: HAILUCK CO.,LTD USB KEYBOARD as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.0/0003:258A:001E.0001/input/input0
2497[ 3.580682] calling mark_mt_init+0x0/0x60 @ 1
2498[ 3.580687] initcall mark_mt_init+0x0/0x60 returned 0 after 0 usecs
2499[ 3.580691] calling connmark_mt_init+0x0/0x68 @ 1
2500[ 3.580696] initcall connmark_mt_init+0x0/0x68 returned 0 after 0 usecs
2501[ 3.583659] calling xt_nat_init+0x0/0x20 @ 1
2502[ 3.584043] initcall xt_nat_init+0x0/0x20 returned 0 after 0 usecs
2503[ 3.584584] calling audit_tg_init+0x0/0x20 @ 1
2504[ 3.584988] initcall audit_tg_init+0x0/0x20 returned 0 after 0 usecs
2505[ 3.585544] calling checksum_tg_init+0x0/0x1c @ 1
2506[ 3.585969] initcall checksum_tg_init+0x0/0x1c returned 0 after 0 usecs
2507[ 3.586547] calling classify_tg_init+0x0/0x20 @ 1
2508[ 3.586995] initcall classify_tg_init+0x0/0x20 returned 0 after 0 usecs
2509[ 3.587574] calling dscp_tg_init+0x0/0x20 @ 1
2510[ 3.587969] initcall dscp_tg_init+0x0/0x20 returned 0 after 0 usecs
2511[ 3.588517] calling hl_tg_init+0x0/0x20 @ 1
2512[ 3.588920] initcall hl_tg_init+0x0/0x20 returned 0 after 7 usecs
2513[ 3.589454] calling hmark_tg_init+0x0/0x20 @ 1
2514[ 3.589863] initcall hmark_tg_init+0x0/0x20 returned 0 after 0 usecs
2515[ 3.590418] calling led_tg_init+0x0/0x1c @ 1
2516[ 3.590808] initcall led_tg_init+0x0/0x1c returned 0 after 0 usecs
2517[ 3.591348] calling log_tg_init+0x0/0x20 @ 1
2518[ 3.591737] initcall log_tg_init+0x0/0x20 returned 0 after 0 usecs
2519[ 3.592277] calling netmap_tg_init+0x0/0x20 @ 1
2520[ 3.592693] initcall netmap_tg_init+0x0/0x20 returned 0 after 0 usecs
2521[ 3.593256] calling nflog_tg_init+0x0/0x1c @ 1
2522[ 3.593660] initcall nflog_tg_init+0x0/0x1c returned 0 after 0 usecs
2523[ 3.594216] calling nfqueue_tg_init+0x0/0x20 @ 1
2524[ 3.594636] initcall nfqueue_tg_init+0x0/0x20 returned 0 after 0 usecs
2525[ 3.595206] calling xt_rateest_tg_init+0x0/0x2c @ 1
2526[ 3.595652] initcall xt_rateest_tg_init+0x0/0x2c returned 0 after 5 usecs
2527[ 3.596245] calling redirect_tg_init+0x0/0x20 @ 1
2528[ 3.596676] initcall redirect_tg_init+0x0/0x20 returned 0 after 0 usecs
2529[ 3.597254] calling masquerade_tg_init+0x0/0x50 @ 1
2530[ 3.597697] initcall masquerade_tg_init+0x0/0x50 returned 0 after 0 usecs
2531[ 3.598291] calling secmark_tg_init+0x0/0x1c @ 1
2532[ 3.598710] initcall secmark_tg_init+0x0/0x1c returned 0 after 0 usecs
2533[ 3.599281] calling tproxy_tg_init+0x0/0x20 @ 1
2534[ 3.599704] initcall tproxy_tg_init+0x0/0x20 returned 0 after 6 usecs
2535[ 3.600268] calling tcpmss_tg_init+0x0/0x20 @ 1
2536[ 3.600683] initcall tcpmss_tg_init+0x0/0x20 returned 0 after 0 usecs
2537[ 3.601246] calling tcpoptstrip_tg_init+0x0/0x20 @ 1
2538[ 3.601698] initcall tcpoptstrip_tg_init+0x0/0x20 returned 0 after 0 usecs
2539[ 3.602298] calling tee_tg_init+0x0/0x8c @ 1
2540[ 3.602696] initcall tee_tg_init+0x0/0x8c returned 0 after 7 usecs
2541[ 3.603236] calling idletimer_tg_init+0x0/0xb0 @ 1
2542[ 3.603709] initcall idletimer_tg_init+0x0/0xb0 returned 0 after 36 usecs
2543[ 3.604303] calling addrtype_mt_init+0x0/0x20 @ 1
2544[ 3.604731] initcall addrtype_mt_init+0x0/0x20 returned 0 after 0 usecs
2545[ 3.605309] calling bpf_mt_init+0x0/0x20 @ 1
2546[ 3.605700] initcall bpf_mt_init+0x0/0x20 returned 0 after 0 usecs
2547[ 3.606240] calling xt_cluster_mt_init+0x0/0x1c @ 1
2548[ 3.606681] initcall xt_cluster_mt_init+0x0/0x1c returned 0 after 0 usecs
2549[ 3.607275] calling comment_mt_init+0x0/0x1c @ 1
2550[ 3.607694] initcall comment_mt_init+0x0/0x1c returned 0 after 0 usecs
2551[ 3.608264] calling connbytes_mt_init+0x0/0x1c @ 1
2552[ 3.608696] initcall connbytes_mt_init+0x0/0x1c returned 0 after 0 usecs
2553[ 3.609282] calling connlabel_mt_init+0x0/0x1c @ 1
2554[ 3.609727] initcall connlabel_mt_init+0x0/0x1c returned 0 after 6 usecs
2555[ 3.610313] calling connlimit_mt_init+0x0/0x1c @ 1
2556[ 3.610751] initcall connlimit_mt_init+0x0/0x1c returned 0 after 0 usecs
2557[ 3.611337] calling conntrack_mt_init+0x0/0x20 @ 1
2558[ 3.611772] initcall conntrack_mt_init+0x0/0x20 returned 0 after 0 usecs
2559[ 3.612358] calling cpu_mt_init+0x0/0x1c @ 1
2560[ 3.612747] initcall cpu_mt_init+0x0/0x1c returned 0 after 0 usecs
2561[ 3.613289] calling dccp_mt_init+0x0/0x64 @ 1
2562[ 3.613686] initcall dccp_mt_init+0x0/0x64 returned 0 after 0 usecs
2563[ 3.614233] calling devgroup_mt_init+0x0/0x1c @ 1
2564[ 3.614660] initcall devgroup_mt_init+0x0/0x1c returned 0 after 0 usecs
2565[ 3.615238] calling dscp_mt_init+0x0/0x20 @ 1
2566[ 3.615635] initcall dscp_mt_init+0x0/0x20 returned 0 after 1 usecs
2567[ 3.616183] calling ecn_mt_init+0x0/0x20 @ 1
2568[ 3.616567] initcall ecn_mt_init+0x0/0x20 returned 0 after 0 usecs
2569[ 3.617114] calling esp_mt_init+0x0/0x20 @ 1
2570[ 3.617498] initcall esp_mt_init+0x0/0x20 returned 0 after 0 usecs
2571[ 3.618043] calling hashlimit_mt_init+0x0/0xa4 @ 1
2572[ 3.618576] initcall hashlimit_mt_init+0x0/0xa4 returned 0 after 99 usecs
2573[ 3.619211] calling helper_mt_init+0x0/0x1c @ 1
2574[ 3.619633] initcall helper_mt_init+0x0/0x1c returned 0 after 0 usecs
2575[ 3.620197] calling hl_mt_init+0x0/0x20 @ 1
2576[ 3.620574] initcall hl_mt_init+0x0/0x20 returned 0 after 0 usecs
2577[ 3.621124] calling comp_mt_init+0x0/0x20 @ 1
2578[ 3.621515] initcall comp_mt_init+0x0/0x20 returned 0 after 0 usecs
2579[ 3.622070] calling iprange_mt_init+0x0/0x20 @ 1
2580[ 3.622484] initcall iprange_mt_init+0x0/0x20 returned 0 after 0 usecs
2581[ 3.623060] calling ipvs_mt_init+0x0/0x1c @ 1
2582[ 3.623451] initcall ipvs_mt_init+0x0/0x1c returned 0 after 0 usecs
2583[ 3.624005] calling l2tp_mt_init+0x0/0x20 @ 1
2584[ 3.624397] initcall l2tp_mt_init+0x0/0x20 returned 0 after 0 usecs
2585[ 3.624950] calling length_mt_init+0x0/0x20 @ 1
2586[ 3.625357] initcall length_mt_init+0x0/0x20 returned 0 after 0 usecs
2587[ 3.625925] calling limit_mt_init+0x0/0x1c @ 1
2588[ 3.626324] initcall limit_mt_init+0x0/0x1c returned 0 after 0 usecs
2589[ 3.626885] calling mac_mt_init+0x0/0x1c @ 1
2590[ 3.627269] initcall mac_mt_init+0x0/0x1c returned 0 after 0 usecs
2591[ 3.627619] usb 2-1.1: new high-speed USB device number 3 using ehci-platform
2592[ 3.627815] calling multiport_mt_init+0x0/0x20 @ 1
2593[ 3.628861] initcall multiport_mt_init+0x0/0x20 returned 0 after 0 usecs
2594[ 3.629447] calling nfacct_mt_init+0x0/0x20 @ 1
2595[ 3.629858] initcall nfacct_mt_init+0x0/0x20 returned 0 after 0 usecs
2596[ 3.630422] calling xt_osf_init+0x0/0x40 @ 1
2597[ 3.630811] initcall xt_osf_init+0x0/0x40 returned 0 after 0 usecs
2598[ 3.631352] calling owner_mt_init+0x0/0x1c @ 1
2599[ 3.631756] initcall owner_mt_init+0x0/0x1c returned 0 after 0 usecs
2600[ 3.632312] calling cgroup_mt_init+0x0/0x20 @ 1
2601[ 3.632724] initcall cgroup_mt_init+0x0/0x20 returned 0 after 0 usecs
2602[ 3.633287] calling pkttype_mt_init+0x0/0x1c @ 1
2603[ 3.633706] initcall pkttype_mt_init+0x0/0x1c returned 0 after 0 usecs
2604[ 3.633872] hid-generic 0003:258A:001E.0001: input: USB HID v1.10 Keyboard [HAILUCK CO.,LTD USB KEYBOARD] on usb-fe3a0000.usb-1/input0
2605[ 3.634279] calling policy_mt_init+0x0/0x20 @ 1
2606[ 3.635345] probe of 0003:258A:001E.0001 returned 1 after 55440 usecs
2607[ 3.635741] initcall policy_mt_init+0x0/0x20 returned 0 after 0 usecs
2608[ 3.635746] calling quota_mt_init+0x0/0x1c @ 1
2609[ 3.636329] probe of 3-1:1.0 returned 1 after 62553 usecs
2610[ 3.636871] initcall quota_mt_init+0x0/0x1c returned 0 after 0 usecs
2611[ 3.638290] calling xt_rateest_mt_init+0x0/0x1c @ 1
2612[ 3.638731] initcall xt_rateest_mt_init+0x0/0x1c returned 0 after 0 usecs
2613[ 3.639324] calling realm_mt_init+0x0/0x1c @ 1
2614[ 3.639727] initcall realm_mt_init+0x0/0x1c returned 0 after 0 usecs
2615[ 3.640283] calling recent_mt_init+0x0/0x94 @ 1
2616[ 3.640702] initcall recent_mt_init+0x0/0x94 returned 0 after 9 usecs
2617[ 3.641266] calling sctp_mt_init+0x0/0x20 @ 1
2618[ 3.641665] initcall sctp_mt_init+0x0/0x20 returned 0 after 0 usecs
2619[ 3.642213] calling state_mt_init+0x0/0x1c @ 1
2620[ 3.642616] initcall state_mt_init+0x0/0x1c returned 0 after 0 usecs
2621[ 3.643171] calling statistic_mt_init+0x0/0x1c @ 1
2622[ 3.643605] initcall statistic_mt_init+0x0/0x1c returned 0 after 0 usecs
2623[ 3.644191] calling string_mt_init+0x0/0x1c @ 1
2624[ 3.644602] initcall string_mt_init+0x0/0x1c returned 0 after 0 usecs
2625[ 3.645166] calling tcpmss_mt_init+0x0/0x20 @ 1
2626[ 3.645572] initcall tcpmss_mt_init+0x0/0x20 returned 0 after 0 usecs
2627[ 3.646141] calling time_mt_init+0x0/0x5c @ 1
2628[ 3.646529] xt_time: kernel timezone is -0000
2629[ 3.646917] initcall time_mt_init+0x0/0x5c returned 0 after 376 usecs
2630[ 3.647481] calling u32_mt_init+0x0/0x1c @ 1
2631[ 3.647870] initcall u32_mt_init+0x0/0x1c returned 0 after 0 usecs
2632[ 3.648412] calling ip_set_init+0x0/0xb4 @ 1
2633[ 3.648810] initcall ip_set_init+0x0/0xb4 returned 0 after 7 usecs
2634[ 3.649350] calling bitmap_ip_init+0x0/0x1c @ 1
2635[ 3.649763] initcall bitmap_ip_init+0x0/0x1c returned 0 after 1 usecs
2636[ 3.650327] calling bitmap_ipmac_init+0x0/0x1c @ 1
2637[ 3.650762] initcall bitmap_ipmac_init+0x0/0x1c returned 0 after 0 usecs
2638[ 3.651348] calling bitmap_port_init+0x0/0x1c @ 1
2639[ 3.651774] initcall bitmap_port_init+0x0/0x1c returned 0 after 0 usecs
2640[ 3.652352] calling hash_ip_init+0x0/0x1c @ 1
2641[ 3.652759] initcall hash_ip_init+0x0/0x1c returned 0 after 6 usecs
2642[ 3.653308] calling hash_ipmac_init+0x0/0x1c @ 1
2643[ 3.653732] initcall hash_ipmac_init+0x0/0x1c returned 0 after 0 usecs
2644[ 3.654304] calling hash_ipmark_init+0x0/0x1c @ 1
2645[ 3.654733] initcall hash_ipmark_init+0x0/0x1c returned 0 after 0 usecs
2646[ 3.655311] calling hash_ipport_init+0x0/0x1c @ 1
2647[ 3.655739] initcall hash_ipport_init+0x0/0x1c returned 0 after 0 usecs
2648[ 3.656317] calling hash_ipportip_init+0x0/0x1c @ 1
2649[ 3.656758] initcall hash_ipportip_init+0x0/0x1c returned 0 after 0 usecs
2650[ 3.657351] calling hash_ipportnet_init+0x0/0x1c @ 1
2651[ 3.657615] probe of 0003:258A:001E.0002 returned 0 after 79 usecs
2652[ 3.657802] initcall hash_ipportnet_init+0x0/0x1c returned 0 after 1 usecs
2653[ 3.657806] calling hash_mac_init+0x0/0x1c @ 1
2654[ 3.659340] initcall hash_mac_init+0x0/0x1c returned 0 after 0 usecs
2655[ 3.659902] calling hash_net_init+0x0/0x1c @ 1
2656[ 3.660301] initcall hash_net_init+0x0/0x1c returned 0 after 0 usecs
2657[ 3.660861] calling hash_netport_init+0x0/0x1c @ 1
2658[ 3.661290] initcall hash_netport_init+0x0/0x1c returned 0 after 0 usecs
2659[ 3.661880] calling hash_netiface_init+0x0/0x1c @ 1
2660[ 3.662317] initcall hash_netiface_init+0x0/0x1c returned 0 after 0 usecs
2661[ 3.662925] calling hash_netnet_init+0x0/0x1c @ 1
2662[ 3.663348] initcall hash_netnet_init+0x0/0x1c returned 0 after 0 usecs
2663[ 3.663935] calling hash_netportnet_init+0x0/0x1c @ 1
2664[ 3.664388] initcall hash_netportnet_init+0x0/0x1c returned 0 after 0 usecs
2665[ 3.665007] calling list_set_init+0x0/0x1c @ 1
2666[ 3.665406] initcall list_set_init+0x0/0x1c returned 0 after 1 usecs
2667[ 3.665967] calling ip_vs_init+0x0/0xd8 @ 1
2668[ 3.666349] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
2669[ 3.666905] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
2670[ 3.667709] IPVS: ipvs loaded.
2671[ 3.667983] initcall ip_vs_init+0x0/0xd8 returned 0 after 1599 usecs
2672[ 3.668539] calling ip_vs_rr_init+0x0/0x1c @ 1
2673[ 3.668944] IPVS: [rr] scheduler registered.
2674[ 3.669321] initcall ip_vs_rr_init+0x0/0x1c returned 0 after 366 usecs
2675[ 3.669897] calling ip_vs_wrr_init+0x0/0x1c @ 1
2676[ 3.670301] IPVS: [wrr] scheduler registered.
2677[ 3.670688] initcall ip_vs_wrr_init+0x0/0x1c returned 0 after 375 usecs
2678[ 3.671266] calling ip_vs_lc_init+0x0/0x1c @ 1
2679[ 3.671666] IPVS: [lc] scheduler registered.
2680[ 3.672042] initcall ip_vs_lc_init+0x0/0x1c returned 0 after 365 usecs
2681[ 3.672619] calling ip_vs_wlc_init+0x0/0x1c @ 1
2682[ 3.673023] IPVS: [wlc] scheduler registered.
2683[ 3.673406] initcall ip_vs_wlc_init+0x0/0x1c returned 0 after 372 usecs
2684[ 3.673905] input: HAILUCK CO.,LTD USB KEYBOARD Mouse as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input1
2685[ 3.673989] calling ip_vs_fo_init+0x0/0x1c @ 1
2686[ 3.675245] input: HAILUCK CO.,LTD USB KEYBOARD Touchpad as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input2
2687[ 3.675452] IPVS: [fo] scheduler registered.
2688[ 3.676684] input: HAILUCK CO.,LTD USB KEYBOARD System Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input3
2689[ 3.676926] initcall ip_vs_fo_init+0x0/0x1c returned 0 after 1437 usecs
2690[ 3.678643] calling ip_vs_ovf_init+0x0/0x1c @ 1
2691[ 3.679047] IPVS: [ovf] scheduler registered.
2692[ 3.679431] initcall ip_vs_ovf_init+0x0/0x1c returned 0 after 372 usecs
2693[ 3.680014] calling ip_vs_lblc_init+0x0/0x58 @ 1
2694[ 3.680434] IPVS: [lblc] scheduler registered.
2695[ 3.680831] initcall ip_vs_lblc_init+0x0/0x58 returned 0 after 393 usecs
2696[ 3.681417] calling ip_vs_lblcr_init+0x0/0x58 @ 1
2697[ 3.681846] IPVS: [lblcr] scheduler registered.
2698[ 3.682246] initcall ip_vs_lblcr_init+0x0/0x58 returned 0 after 392 usecs
2699[ 3.682845] calling ip_vs_dh_init+0x0/0x1c @ 1
2700[ 3.683241] IPVS: [dh] scheduler registered.
2701[ 3.683622] initcall ip_vs_dh_init+0x0/0x1c returned 0 after 369 usecs
2702[ 3.684194] calling ip_vs_sh_init+0x0/0x1c @ 1
2703[ 3.684590] IPVS: [sh] scheduler registered.
2704[ 3.684970] initcall ip_vs_sh_init+0x0/0x1c returned 0 after 368 usecs
2705[ 3.685542] calling ip_vs_sed_init+0x0/0x1c @ 1
2706[ 3.685950] IPVS: [sed] scheduler registered.
2707[ 3.686335] initcall ip_vs_sed_init+0x0/0x1c returned 0 after 373 usecs
2708[ 3.686918] calling ip_vs_nq_init+0x0/0x1c @ 1
2709[ 3.687316] IPVS: [nq] scheduler registered.
2710[ 3.687697] initcall ip_vs_nq_init+0x0/0x1c returned 0 after 369 usecs
2711[ 3.688267] calling gre_offload_init+0x0/0x58 @ 1
2712[ 3.688694] initcall gre_offload_init+0x0/0x58 returned 0 after 0 usecs
2713[ 3.689273] calling sysctl_ipv4_init+0x0/0x60 @ 1
2714[ 3.689770] initcall sysctl_ipv4_init+0x0/0x60 returned 0 after 68 usecs
2715[ 3.690356] calling esp4_init+0x0/0x88 @ 1
2716[ 3.690735] initcall esp4_init+0x0/0x88 returned 0 after 2 usecs
2717[ 3.691260] calling esp4_offload_init+0x0/0x54 @ 1
2718[ 3.691693] initcall esp4_offload_init+0x0/0x54 returned 0 after 0 usecs
2719[ 3.692278] calling tunnel4_init+0x0/0x74 @ 1
2720[ 3.692674] initcall tunnel4_init+0x0/0x74 returned 0 after 1 usecs
2721[ 3.693221] calling nf_defrag_init+0x0/0x1c @ 1
2722[ 3.693632] initcall nf_defrag_init+0x0/0x1c returned 0 after 0 usecs
2723[ 3.694195] calling nf_log_ipv4_init+0x0/0x68 @ 1
2724[ 3.694636] initcall nf_log_ipv4_init+0x0/0x68 returned 0 after 9 usecs
2725[ 3.695213] calling init+0x0/0x130 @ 1
2726[ 3.695552] initcall init+0x0/0x130 returned 0 after 1 usecs
2727[ 3.696059] calling nf_nat_helper_pptp_init+0x0/0x78 @ 1
2728[ 3.696533] initcall nf_nat_helper_pptp_init+0x0/0x78 returned 0 after 0 usecs
2729[ 3.697170] calling nf_nat_snmp_basic_init+0x0/0x38 @ 1
2730[ 3.697649] initcall nf_nat_snmp_basic_init+0x0/0x38 returned 0 after 8 usecs
2731[ 3.698273] calling nft_reject_ipv4_module_init+0x0/0x1c @ 1
2732[ 3.698783] initcall nft_reject_ipv4_module_init+0x0/0x1c returned 0 after 1 usecs
2733[ 3.699443] calling ip_tables_init+0x0/0xbc @ 1
2734[ 3.699873] initcall ip_tables_init+0x0/0xbc returned 0 after 18 usecs
2735[ 3.700443] calling iptable_filter_init+0x0/0x64 @ 1
2736[ 3.700934] initcall iptable_filter_init+0x0/0x64 returned 0 after 40 usecs
2737[ 3.701542] calling iptable_mangle_init+0x0/0x9c @ 1
2738[ 3.702048] initcall iptable_mangle_init+0x0/0x9c returned 0 after 54 usecs
2739[ 3.702666] calling iptable_nat_init+0x0/0x58 @ 1
2740[ 3.703117] initcall iptable_nat_init+0x0/0x58 returned 0 after 28 usecs
2741[ 3.703713] calling ah_mt_init+0x0/0x1c @ 1
2742[ 3.704089] initcall ah_mt_init+0x0/0x1c returned 0 after 0 usecs
2743[ 3.704638] calling rpfilter_mt_init+0x0/0x1c @ 1
2744[ 3.705058] initcall rpfilter_mt_init+0x0/0x1c returned 0 after 0 usecs
2745[ 3.705642] calling clusterip_tg_init+0x0/0x98 @ 1
2746[ 3.706087] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
2747[ 3.706649] initcall clusterip_tg_init+0x0/0x98 returned 0 after 565 usecs
2748[ 3.707249] calling ecn_tg_init+0x0/0x1c @ 1
2749[ 3.707638] initcall ecn_tg_init+0x0/0x1c returned 0 after 0 usecs
2750[ 3.708177] calling reject_tg_init+0x0/0x1c @ 1
2751[ 3.708583] initcall reject_tg_init+0x0/0x1c returned 0 after 0 usecs
2752[ 3.708954] probe of 2-1.1:2.0 returned 0 after 240 usecs
2753[ 3.709150] calling synproxy_tg4_init+0x0/0x1c @ 1
2754[ 3.709650] probe of 2-1.1:2.0 returned 0 after 16 usecs
2755[ 3.710046] initcall synproxy_tg4_init+0x0/0x1c returned 0 after 0 usecs
2756[ 3.710644] probe of 2-1.1 returned 1 after 2436 usecs
2757[ 3.711099] calling arp_tables_init+0x0/0x8c @ 1
2758[ 3.711963] initcall arp_tables_init+0x0/0x8c returned 0 after 11 usecs
2759[ 3.712541] calling arpt_mangle_init+0x0/0x1c @ 1
2760[ 3.712967] initcall arpt_mangle_init+0x0/0x1c returned 0 after 0 usecs
2761[ 3.713544] calling arptable_filter_init+0x0/0x9c @ 1
2762[ 3.714034] initcall arptable_filter_init+0x0/0x9c returned 0 after 31 usecs
2763[ 3.714668] calling inet_diag_init+0x0/0x9c @ 1
2764[ 3.715076] initcall inet_diag_init+0x0/0x9c returned 0 after 1 usecs
2765[ 3.715649] calling tcp_diag_init+0x0/0x1c @ 1
2766[ 3.716047] initcall tcp_diag_init+0x0/0x1c returned 0 after 0 usecs
2767[ 3.716610] calling cubictcp_register+0x0/0x60 @ 1
2768[ 3.717039] initcall cubictcp_register+0x0/0x60 returned 0 after 1 usecs
2769[ 3.717630] calling xfrm_user_init+0x0/0x64 @ 1
2770[ 3.718033] Initializing XFRM netlink socket
2771[ 3.718427] initcall xfrm_user_init+0x0/0x64 returned 0 after 381 usecs
2772[ 3.719011] calling inet6_init+0x0/0x33c @ 1
2773[ 3.719734] NET: Registered protocol family 10
2774[ 3.720845] Segment Routing with IPv6
2775[ 3.721214] initcall inet6_init+0x0/0x33c returned 0 after 1773 usecs
2776[ 3.721795] calling ip6_tables_init+0x0/0xbc @ 1
2777[ 3.722222] initcall ip6_tables_init+0x0/0xbc returned 0 after 13 usecs
2778[ 3.722807] calling ip6table_filter_init+0x0/0x64 @ 1
2779[ 3.723293] initcall ip6table_filter_init+0x0/0x64 returned 0 after 32 usecs
2780[ 3.723915] calling ip6table_mangle_init+0x0/0x9c @ 1
2781[ 3.724406] initcall ip6table_mangle_init+0x0/0x9c returned 0 after 37 usecs
2782[ 3.725041] calling ip6table_raw_init+0x0/0xb0 @ 1
2783[ 3.725501] initcall ip6table_raw_init+0x0/0xb0 returned 0 after 30 usecs
2784[ 3.726102] calling ip6table_nat_init+0x0/0x58 @ 1
2785[ 3.726557] initcall ip6table_nat_init+0x0/0x58 returned 0 after 24 usecs
2786[ 3.727157] calling nf_defrag_init+0x0/0x5c @ 1
2787[ 3.727593] initcall nf_defrag_init+0x0/0x5c returned 0 after 28 usecs
2788[ 3.728171] calling nf_log_ipv6_init+0x0/0x68 @ 1
2789[ 3.728594] initcall nf_log_ipv6_init+0x0/0x68 returned 0 after 2 usecs
2790[ 3.729177] calling nft_reject_ipv6_module_init+0x0/0x1c @ 1
2791[ 3.729689] initcall nft_reject_ipv6_module_init+0x0/0x1c returned 0 after 1 usecs
2792[ 3.729834] input: HAILUCK CO.,LTD USB KEYBOARD Consumer Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input4
2793[ 3.730351] calling ah_mt6_init+0x0/0x1c @ 1
2794[ 3.731646] input: HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control as /devices/platform/fe3a0000.usb/usb3/3-1/3-1:1.1/0003:258A:001E.0002/input/input5
2795[ 3.731895] initcall ah_mt6_init+0x0/0x1c returned 0 after 0 usecs
2796[ 3.733158] hid-multitouch 0003:258A:001E.0002: input: USB HID v1.10 Mouse [HAILUCK CO.,LTD USB KEYBOARD] on usb-fe3a0000.usb-1/input1
2797[ 3.733630] calling eui64_mt6_init+0x0/0x1c @ 1
2798[ 3.733636] initcall eui64_mt6_init+0x0/0x1c returned 0 after 0 usecs
2799[ 3.734750] probe of 0003:258A:001E.0002 returned 1 after 76380 usecs
2800[ 3.735090] calling frag_mt6_init+0x0/0x1c @ 1
2801[ 3.735707] probe of 3-1:1.1 returned 1 after 98332 usecs
2802[ 3.736226] initcall frag_mt6_init+0x0/0x1c returned 0 after 8 usecs
2803[ 3.736690] probe of 3-1 returned 1 after 164819 usecs
2804[ 3.737089] calling ipv6header_mt6_init+0x0/0x1c @ 1
2805[ 3.738539] initcall ipv6header_mt6_init+0x0/0x1c returned 0 after 0 usecs
2806[ 3.739146] calling mh_mt6_init+0x0/0x1c @ 1
2807[ 3.739530] initcall mh_mt6_init+0x0/0x1c returned 0 after 0 usecs
2808[ 3.740075] calling hbh_mt6_init+0x0/0x20 @ 1
2809[ 3.740467] initcall hbh_mt6_init+0x0/0x20 returned 0 after 0 usecs
2810[ 3.741019] calling rpfilter_mt_init+0x0/0x1c @ 1
2811[ 3.741441] initcall rpfilter_mt_init+0x0/0x1c returned 0 after 0 usecs
2812[ 3.742023] calling rt_mt6_init+0x0/0x1c @ 1
2813[ 3.742407] initcall rt_mt6_init+0x0/0x1c returned 0 after 0 usecs
2814[ 3.742953] calling reject_tg6_init+0x0/0x1c @ 1
2815[ 3.743367] initcall reject_tg6_init+0x0/0x1c returned 0 after 0 usecs
2816[ 3.743943] calling synproxy_tg6_init+0x0/0x1c @ 1
2817[ 3.744373] initcall synproxy_tg6_init+0x0/0x1c returned 0 after 0 usecs
2818[ 3.744962] calling sit_init+0x0/0xf0 @ 1
2819[ 3.745321] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
2820[ 3.746206] initcall sit_init+0x0/0xf0 returned 0 after 860 usecs
2821[ 3.746752] calling packet_init+0x0/0x9c @ 1
2822[ 3.747137] NET: Registered protocol family 17
2823[ 3.747537] initcall packet_init+0x0/0x9c returned 0 after 391 usecs
2824[ 3.748103] calling br_init+0x0/0xdc @ 1
2825[ 3.748485] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
2826[ 3.749621] initcall br_init+0x0/0xdc returned 0 after 1135 usecs
2827[ 3.750154] calling nft_reject_bridge_module_init+0x0/0x1c @ 1
2828[ 3.750679] initcall nft_reject_bridge_module_init+0x0/0x1c returned 0 after 1 usecs
2829[ 3.751355] calling ebtables_init+0x0/0x60 @ 1
2830[ 3.751760] initcall ebtables_init+0x0/0x60 returned 0 after 2 usecs
2831[ 3.752315] calling ebtable_broute_init+0x0/0x1c @ 1
2832[ 3.752788] initcall ebtable_broute_init+0x0/0x1c returned 0 after 23 usecs
2833[ 3.753397] calling ebtable_filter_init+0x0/0x1c @ 1
2834[ 3.753867] initcall ebtable_filter_init+0x0/0x1c returned 0 after 20 usecs
2835[ 3.754476] calling ebtable_nat_init+0x0/0x1c @ 1
2836[ 3.754918] initcall ebtable_nat_init+0x0/0x1c returned 0 after 12 usecs
2837[ 3.755504] calling ebt_802_3_init+0x0/0x1c @ 1
2838[ 3.755929] initcall ebt_802_3_init+0x0/0x1c returned 0 after 7 usecs
2839[ 3.756492] calling ebt_among_init+0x0/0x1c @ 1
2840[ 3.756908] initcall ebt_among_init+0x0/0x1c returned 0 after 0 usecs
2841[ 3.757472] calling ebt_arp_init+0x0/0x1c @ 1
2842[ 3.757870] initcall ebt_arp_init+0x0/0x1c returned 0 after 0 usecs
2843[ 3.758419] calling ebt_ip_init+0x0/0x1c @ 1
2844[ 3.758808] initcall ebt_ip_init+0x0/0x1c returned 0 after 0 usecs
2845[ 3.759349] calling ebt_ip6_init+0x0/0x1c @ 1
2846[ 3.759746] initcall ebt_ip6_init+0x0/0x1c returned 0 after 0 usecs
2847[ 3.760294] calling ebt_limit_init+0x0/0x1c @ 1
2848[ 3.760704] initcall ebt_limit_init+0x0/0x1c returned 0 after 0 usecs
2849[ 3.761268] calling ebt_mark_m_init+0x0/0x1c @ 1
2850[ 3.761687] initcall ebt_mark_m_init+0x0/0x1c returned 0 after 0 usecs
2851[ 3.762257] calling ebt_pkttype_init+0x0/0x1c @ 1
2852[ 3.762684] initcall ebt_pkttype_init+0x0/0x1c returned 0 after 0 usecs
2853[ 3.763262] calling ebt_stp_init+0x0/0x1c @ 1
2854[ 3.763658] initcall ebt_stp_init+0x0/0x1c returned 0 after 0 usecs
2855[ 3.764206] calling ebt_vlan_init+0x0/0x1c @ 1
2856[ 3.764608] initcall ebt_vlan_init+0x0/0x1c returned 0 after 0 usecs
2857[ 3.765163] calling ebt_arpreply_init+0x0/0x1c @ 1
2858[ 3.765591] initcall ebt_arpreply_init+0x0/0x1c returned 0 after 0 usecs
2859[ 3.766186] calling ebt_mark_init+0x0/0x1c @ 1
2860[ 3.766584] initcall ebt_mark_init+0x0/0x1c returned 0 after 0 usecs
2861[ 3.767155] calling ebt_dnat_init+0x0/0x1c @ 1
2862[ 3.767553] initcall ebt_dnat_init+0x0/0x1c returned 0 after 0 usecs
2863[ 3.768118] calling ebt_redirect_init+0x0/0x1c @ 1
2864[ 3.768546] initcall ebt_redirect_init+0x0/0x1c returned 0 after 0 usecs
2865[ 3.769139] calling ebt_snat_init+0x0/0x1c @ 1
2866[ 3.769537] initcall ebt_snat_init+0x0/0x1c returned 0 after 0 usecs
2867[ 3.770098] calling ebt_log_init+0x0/0x1c @ 1
2868[ 3.770490] initcall ebt_log_init+0x0/0x1c returned 0 after 0 usecs
2869[ 3.771043] calling ebt_nflog_init+0x0/0x1c @ 1
2870[ 3.771448] initcall ebt_nflog_init+0x0/0x1c returned 0 after 0 usecs
2871[ 3.772017] calling hidp_init+0x0/0x28 @ 1
2872[ 3.772384] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
2873[ 3.772909] Bluetooth: HIDP socket layer initialized
2874[ 3.773345] initcall hidp_init+0x0/0x28 returned 0 after 938 usecs
2875[ 3.773891] calling init_rpcsec_gss+0x0/0x7c @ 1
2876[ 3.774332] initcall init_rpcsec_gss+0x0/0x7c returned 0 after 25 usecs
2877[ 3.774917] calling vlan_proto_init+0x0/0xbc @ 1
2878[ 3.775328] 8021q: 802.1Q VLAN Support v1.8
2879[ 3.775715] initcall vlan_proto_init+0x0/0xbc returned 0 after 374 usecs
2880[ 3.776304] calling rfkill_gpio_driver_init+0x0/0x20 @ 1
2881[ 3.776621] usb 2-1.2: new high-speed USB device number 4 using ehci-platform
2882[ 3.776950] initcall rfkill_gpio_driver_init+0x0/0x20 returned 0 after 161 usecs
2883[ 3.778047] calling init_p9+0x0/0x3c @ 1
2884[ 3.778472] 9pnet: Installing 9P2000 support
2885[ 3.778856] initcall init_p9+0x0/0x3c returned 0 after 442 usecs
2886[ 3.779382] calling p9_virtio_init+0x0/0x58 @ 1
2887[ 3.779811] initcall p9_virtio_init+0x0/0x58 returned 0 after 17 usecs
2888[ 3.780383] calling init_dns_resolver+0x0/0x108 @ 1
2889[ 3.780841] Key type dns_resolver registered
2890[ 3.781219] initcall init_dns_resolver+0x0/0x108 returned 0 after 383 usecs
2891[ 3.781835] calling arm_smmu_legacy_bus_init+0x0/0x30 @ 1
2892[ 3.782316] initcall arm_smmu_legacy_bus_init+0x0/0x30 returned 0 after 0 usecs
2893[ 3.783579] calling sys_reg_genericv8_init+0x0/0x6c @ 1
2894[ 3.784052] initcall sys_reg_genericv8_init+0x0/0x6c returned 0 after 0 usecs
2895[ 3.784684] calling xen_pm_init+0x0/0xf8 @ 1
2896[ 3.785069] initcall xen_pm_init+0x0/0xf8 returned -19 after 0 usecs
2897[ 3.785633] calling init_oops_id+0x0/0x48 @ 1
2898[ 3.786026] initcall init_oops_id+0x0/0x48 returned 0 after 1 usecs
2899[ 3.786575] calling pm_qos_power_init+0x0/0x94 @ 1
2900[ 3.787124] initcall pm_qos_power_init+0x0/0x94 returned 0 after 110 usecs
2901[ 3.787738] calling pm_debugfs_init+0x0/0x34 @ 1
2902[ 3.788158] initcall pm_debugfs_init+0x0/0x34 returned 0 after 4 usecs
2903[ 3.788737] calling printk_late_init+0x0/0x15c @ 1
2904[ 3.789169] initcall printk_late_init+0x0/0x15c returned 0 after 2 usecs
2905[ 3.789760] calling init_srcu_module_notifier+0x0/0x40 @ 1
2906[ 3.790250] initcall init_srcu_module_notifier+0x0/0x40 returned 0 after 1 usecs
2907[ 3.790900] calling swiotlb_create_debugfs+0x0/0x68 @ 1
2908[ 3.791378] initcall swiotlb_create_debugfs+0x0/0x68 returned 0 after 11 usecs
2909[ 3.792017] calling tk_debug_sleep_time_init+0x0/0x34 @ 1
2910[ 3.792502] initcall tk_debug_sleep_time_init+0x0/0x34 returned 0 after 4 usecs
2911[ 3.793147] calling taskstats_init+0x0/0x4c @ 1
2912[ 3.793572] registered taskstats version 1
2913[ 3.793940] initcall taskstats_init+0x0/0x4c returned 0 after 377 usecs
2914[ 3.794519] calling memcg_slabinfo_init+0x0/0x38 @ 1
2915[ 3.794972] initcall memcg_slabinfo_init+0x0/0x38 returned 0 after 4 usecs
2916[ 3.795573] calling fault_around_debugfs+0x0/0x34 @ 1
2917[ 3.796034] initcall fault_around_debugfs+0x0/0x34 returned 0 after 4 usecs
2918[ 3.796648] calling max_swapfiles_check+0x0/0x8 @ 1
2919[ 3.797084] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
2920[ 3.797695] calling init_zswap+0x0/0x3fc @ 1
2921[ 3.798161] zswap: loaded using pool lzo/zbud
2922[ 3.798612] initcall init_zswap+0x0/0x3fc returned 0 after 519 usecs
2923[ 3.799169] calling split_huge_pages_debugfs+0x0/0x38 @ 1
2924[ 3.799681] initcall split_huge_pages_debugfs+0x0/0x38 returned 0 after 20 usecs
2925[ 3.800328] calling check_early_ioremap_leak+0x0/0x60 @ 1
2926[ 3.800815] initcall check_early_ioremap_leak+0x0/0x60 returned 0 after 0 usecs
2927[ 3.801454] calling init_btrfs_fs+0x0/0x124 @ 1
2928[ 3.802565] Btrfs loaded, crc32c=crc32c-generic
2929[ 3.803016] initcall init_btrfs_fs+0x0/0x124 returned 0 after 1121 usecs
2930[ 3.803612] calling pstore_init+0x0/0x1c @ 1
2931[ 3.804003] initcall pstore_init+0x0/0x1c returned 0 after 7 usecs
2932[ 3.804545] calling init_root_keyring+0x0/0x1c @ 1
2933[ 3.805028] initcall init_root_keyring+0x0/0x1c returned 0 after 37 usecs
2934[ 3.805633] calling integrity_fs_init+0x0/0x68 @ 1
2935[ 3.806073] initcall integrity_fs_init+0x0/0x68 returned 0 after 10 usecs
2936[ 3.806674] calling prandom_reseed+0x0/0x40 @ 1
2937[ 3.807089] initcall prandom_reseed+0x0/0x40 returned 0 after 8 usecs
2938[ 3.807659] calling pci_resource_alignment_sysfs_init+0x0/0x28 @ 1
2939[ 3.808213] initcall pci_resource_alignment_sysfs_init+0x0/0x28 returned 0 after 5 usecs
2940[ 3.808944] calling pci_sysfs_init+0x0/0x60 @ 1
2941[ 3.809353] initcall pci_sysfs_init+0x0/0x60 returned 0 after 2 usecs
2942[ 3.809926] calling clk_debug_init+0x0/0x12c @ 1
2943[ 3.829835] initcall clk_debug_init+0x0/0x12c returned 0 after 19018 usecs
2944[ 3.830448] calling boot_wait_for_devices+0x0/0x28 @ 1
2945[ 3.830958] initcall boot_wait_for_devices+0x0/0x28 returned 0 after 26 usecs
2946[ 3.831585] calling deferred_probe_initcall+0x0/0xb8 @ 1
2947[ 3.832373] probe of ff7c0000.phy returned 0 after 219 usecs
2948[ 3.833516] probe of edp-backlight returned 1 after 190 usecs
2949[ 3.834279] probe of ff970000.edp returned 0 after 169 usecs
2950[ 3.835169] probe of fec00000.dp returned 0 after 89 usecs
2951[ 3.836391] probe of edp-panel returned 1 after 240 usecs
2952[ 3.836401] probe of fe800000.dwc3 returned 0 after 237 usecs
2953[ 3.837592] probe of ff7c0000.phy returned 0 after 94 usecs
2954[ 3.838465] probe of ff970000.edp returned 1 after 135 usecs
2955[ 3.839094] probe of fec00000.dp returned 0 after 65 usecs
2956[ 3.839962] probe of fe800000.dwc3 returned 0 after 154 usecs
2957[ 3.840650] probe of ff7c0000.phy returned 0 after 96 usecs
2958[ 3.841434] probe of fec00000.dp returned 0 after 56 usecs
2959[ 3.842265] probe of fe800000.dwc3 returned 0 after 126 usecs
2960[ 3.842956] probe of ff7c0000.phy returned 0 after 91 usecs
2961[ 3.843634] initcall deferred_probe_initcall+0x0/0xb8 returned 0 after 11289 usecs
2962[ 3.844301] calling genpd_power_off_unused+0x0/0x94 @ 1
2963[ 3.844813] initcall genpd_power_off_unused+0x0/0x94 returned 0 after 26 usecs
2964[ 3.845567] calling genpd_debug_init+0x0/0x184 @ 1
2965[ 3.846505] initcall genpd_debug_init+0x0/0x184 returned 0 after 486 usecs
2966[ 3.847119] calling geneve_init_module+0x0/0x80 @ 1
2967[ 3.847583] initcall geneve_init_module+0x0/0x80 returned 0 after 26 usecs
2968[ 3.848190] calling gpio_keys_init+0x0/0x20 @ 1
2969[ 3.849222] input: gpio-keys as /devices/platform/gpio-keys/input/input6
2970[ 3.850278] probe of fec00000.dp returned 0 after 120 usecs
2971[ 3.850847] probe of gpio-keys returned 1 after 2021 usecs
2972[ 3.851395] initcall gpio_keys_init+0x0/0x20 returned 0 after 2722 usecs
2973[ 3.851419] probe of fe800000.dwc3 returned 0 after 207 usecs
2974[ 3.852015] calling rtc_hctosys+0x0/0xfc @ 1
2975[ 3.852758] probe of ff7c0000.phy returned 0 after 108 usecs
2976[ 3.853374] rk808-rtc rk808-rtc: setting system clock to 2019-11-12T17:30:35 UTC (1573579835)
2977[ 3.854130] initcall rtc_hctosys+0x0/0xfc returned 0 after 1219 usecs
2978[ 3.854706] calling efi_shutdown_init+0x0/0x60 @ 1
2979[ 3.855135] initcall efi_shutdown_init+0x0/0x60 returned -19 after 0 usecs
2980[ 3.855743] calling of_cfs_init+0x0/0xbc @ 1
2981[ 3.856125] of_cfs_init
2982[ 3.856372] of_cfs_init: OK
2983[ 3.856626] initcall of_cfs_init+0x0/0xbc returned 0 after 487 usecs
2984[ 3.857183] calling of_fdt_raw_init+0x0/0x84 @ 1
2985[ 3.857748] initcall of_fdt_raw_init+0x0/0x84 returned 0 after 140 usecs
2986[ 3.858337] calling tcp_congestion_default+0x0/0x24 @ 1
2987[ 3.858812] initcall tcp_congestion_default+0x0/0x24 returned 0 after 2 usecs
2988[ 3.859435] calling ip_auto_config+0x0/0xf54 @ 1
2989[ 3.859871] initcall ip_auto_config+0x0/0xf54 returned 0 after 16 usecs
2990[ 3.860451] calling regulatory_init_db+0x0/0xbc @ 1
2991[ 3.860899] initcall regulatory_init_db+0x0/0xbc returned 0 after 5 usecs
2992[ 3.861565] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
2993[ 3.862332] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
2994[ 3.862349] calling software_resume+0x0/0x2b0 @ 1
2995[ 3.863437] initcall software_resume+0x0/0x2b0 returned -2 after 1 usecs
2996[ 3.864030] calling clear_boot_tracer+0x0/0x3c @ 1
2997[ 3.864459] initcall clear_boot_tracer+0x0/0x3c returned 0 after 0 usecs
2998[ 3.865050] calling fb_logo_late_init+0x0/0x14 @ 1
2999[ 3.865479] initcall fb_logo_late_init+0x0/0x14 returned 0 after 0 usecs
3000[ 3.866075] calling clk_disable_unused+0x0/0x130 @ 1
3001[ 3.866853] initcall clk_disable_unused+0x0/0x130 returned 0 after 324 usecs
3002[ 3.867471] calling regulator_init_complete+0x0/0x4c @ 1
3003[ 3.867952] initcall regulator_init_complete+0x0/0x4c returned 0 after 1 usecs
3004[ 3.868582] calling alsa_sound_last_init+0x0/0x88 @ 1
3005[ 3.869034] ALSA device list:
3006[ 3.869296] No soundcards found.
3007[ 3.869602] initcall alsa_sound_last_init+0x0/0x88 returned 0 after 552 usecs
3008[ 3.909514] probe of 2-1.2 returned 1 after 3104 usecs
3009[ 3.910344] probe of fec00000.dp returned 0 after 157 usecs
3010[ 3.911572] probe of fe800000.dwc3 returned 0 after 229 usecs
3011[ 3.912377] probe of ff7c0000.phy returned 0 after 123 usecs
3012[ 3.921667] usb 2-1.1: reset high-speed USB device number 3 using ehci-platform
3013[ 4.019044] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 136
3014[ 4.024940] mmc0: new ultra high speed SDR104 SDIO card at address 0001
3015[ 4.025808] probe of mmc0:0001 returned 0 after 89 usecs
3016[ 4.026579] probe of mmc0:0001:1 returned 1 after 168 usecs
3017[ 4.027867] probe of fec00000.dp returned 0 after 301 usecs
3018[ 4.029688] probe of fe800000.dwc3 returned 0 after 306 usecs
3019[ 4.030479] probe of ff7c0000.phy returned 0 after 113 usecs
3020[ 4.031563] brcmfmac: F1 signature read @0x18000000=0x15294345
3021[ 4.035243] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
3022[ 4.036031] probe of mmc0:0001:2 returned 1 after 8822 usecs
3023[ 4.036705] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.bin failed with error -2
3024[ 4.037555] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43456-sdio.bin
3025[ 4.038440] probe of mmc0:0001:3 returned 0 after 1850 usecs
3026[ 4.039224] probe of fec00000.dp returned 0 after 124 usecs
3027[ 4.040336] probe of fe800000.dwc3 returned 0 after 196 usecs
3028[ 4.041090] probe of ff7c0000.phy returned 0 after 109 usecs
3029[ 4.054487] r8152 2-1.1:1.0 eth0: v1.10.10
3030[ 4.054966] probe of 2-1.1:1.0 returned 1 after 343094 usecs
3031[ 4.056543] probe of fec00000.dp returned 0 after 414 usecs
3032[ 4.059045] probe of fe800000.dwc3 returned 0 after 644 usecs
3033[ 4.060366] probe of ff7c0000.phy returned 0 after 331 usecs
3034[ 4.072562] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
3035[ 4.073364] VFS: Mounted root (ext4 filesystem) on device 179:2.
3036[ 4.074756] devtmpfs: mounted
3037[ 4.075717] Freeing unused kernel memory: 1280K
3038[ 4.076180] Run /sbin/init as init process
3039[ 4.449812] random: systemd: uninitialized urandom read (16 bytes read)
3040[ 4.453889] random: systemd: uninitialized urandom read (16 bytes read)
3041[ 4.454892] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls,net_prio of type cgroup with options net_cls,net_prio.
3042[ 4.456757] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
3043[ 4.458222] systemd[1]: Mounting cgroup to /sys/fs/cgroup/pids of type cgroup with options pids.
3044[ 4.459655] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
3045[ 4.472912] systemd[1]: Mounting cgroup to /sys/fs/cgroup/hugetlb of type cgroup with options hugetlb.
3046[ 4.474545] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
3047[ 4.476311] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
3048[ 4.478145] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
3049[ 4.479634] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
3050[ 4.481059] systemd[1]: Mounting cgroup to /sys/fs/cgroup/perf_event of type cgroup with options perf_event.
3051
3052Welcome to [1mDebian GNU/Linux 9 (stretch)[0m!
3053
3054[ 4.513249] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read)
3055[ 4.514260] systemd-getty-generator[327]: Automatically adding serial getty for /dev/ttyS2.
3056[ 4.516455] systemd-gpt-auto-generator[328]: /dev/mmcblk1p2: root device /dev/mmcblk1.
3057[ 4.518009] systemd-fstab-generator[332]: Parsing /etc/fstab
3058[ 4.521255] systemd-fstab-generator[332]: Found entry what=/swapfile where=swap type=swap nofail=no noauto=no
3059[ 4.531639] systemd-sysv-generator[330]: Native unit for dbus.service already exists, skipping.
3060[ 4.532498] systemd-sysv-generator[330]: Cannot find unit ntp.service.
3061[ 4.534017] systemd-sysv-generator[330]: Native unit for network-manager.service already exists, skipping.
3062[ 4.535003] systemd-sysv-generator[330]: Native unit for udev.service already exists, skipping.
3063[ 4.535855] systemd-sysv-generator[330]: Native unit for nmbd.service already exists, skipping.
3064[ 4.536696] systemd-sysv-generator[330]: Native unit for samba.service already exists, skipping.
3065[ 4.537539] systemd-sysv-generator[330]: Native unit for x11-common.service already exists, skipping.
3066[ 4.538431] systemd-sysv-generator[330]: Native unit for rsync.service already exists, skipping.
3067[ 4.539306] systemd-sysv-generator[330]: Native unit for binfmt-support.service already exists, skipping.
3068[ 4.540215] systemd-sysv-generator[330]: Native unit for bluetooth.service already exists, skipping.
3069[ 4.595902] systemd-gpt-auto-generator[328]: /dev/mmcblk1: not a GPT partition table, ignoring.
3070[ 4.600225] printk: systemd-sysv-ge: 72 output lines suppressed due to ratelimiting
3071[[0;32m OK [0m] Listening on Journal Socket.
3072[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.
3073[[0;32m OK [0m] Listening on Journal Socket (/dev/log).
3074[[0;32m OK [0m] Reached target Remote File Systems.
3075[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.
3076[[0;32m OK [0m] Listening on Journal Audit Socket.
3077[[0;32m OK [0m] Created slice System Slice.
3078 Mounting POSIX Message Queue File System...
3079 Starting Restore / save the current clock...
3080 Starting Create list of required st…ce nodes for the current kernel...
3081 Starting Load Kernel Modules...
3082[[0;32m OK [0m] Set up automount Arbitrary Executab…rmats File System Automount Point.
3083 Starting Remount Root and Kernel File Systems...
3084[[0;32m OK [0m] Listening on udev Kernel Socket.
3085 Mounting Debug File System...
3086[[0;32m OK [0m] Created slice User and Session Slice.
3087[[0;32m OK [0m] Reached target Slices.
3088[[0;32m OK [0m] Created slice system-getty.slice.
3089 Mounting Huge Pages File System...
3090[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.
3091[[0;32m OK [0m] Reached target Encrypted Volumes.
3092[[0;32m OK [0m] Reached target Paths.
3093[[0;32m OK [0m] Reached target User and Group Name Lookups.
3094[[0;32m OK [0m] Listening on Syslog Socket.
3095[[0;32m OK [0m] Listening on udev Control Socket.
3096 Starting Journal Service...
3097[[0;32m OK [0m] Created slice system-serial\x2dgetty.slice.
3098[[0;32m OK [0m] Mounted Debug File System.
3099[[0;32m OK [0m] Mounted POSIX Message Queue File System.
3100[ 4.938688] systemd-journald[359]: Fixed min_use=1.0M max_use=193.0M max_size=24.1M min_size=512.0K keep_free=289.5M n_max_files=100
3101[[0;32m OK [0m] Mounted Huge Pages File System.
3102[[0;32m OK [0m] Started Restore / save the current clock.
3103[ 4.944271] systemd-journald[359]: Reserving 43932 entries in hash table.
3104[ 4.945882] systemd-journald[359]: Vacuuming...
3105[ 4.946341] systemd-journald[359]: Vacuuming done, freed 0B of archived journals from /run/log/journal/ad2f4a7294924b0f8f46070117a4c79f.
3106[[ 4.947573] systemd-journald[359]: Flushing /dev/kmsg...
3107[0;32m OK [0m] Started Create[ list of require d sta…vice nodes for the curre nt kernel.
3108 4.948176] systemd-journald[359]: systemd-journald running as pid 359
3109[[0;32m OK [0m] Started Load Kernel Modules.
3110[ 4.951151] systemd-journald[359]: /dev/kmsg buffer overrun, some messages lost.
3111[[0;32m OK [0m] Started Remount Root and Kernel File Systems.
3112 Starting Load/Save Random Seed...
3113 Activating swap /swapfile...
3114 Starting Rebuild Hardware Database...
3115 Starting Apply Kernel Variables...
3116 Mounting FUSE Control File System...
3117 Mounting Configuration File System...
3118 Starting Create Static Device Nodes in /dev...
3119[[0;32m OK [0m] Mounted FUSE Control File System.
3120[[0;32m OK [0m] Mounted Configuration File System.
3121[[0;32m OK [0m] Started Load/Save Random Seed.
3122[[0;32m OK [0m] Started Apply Kernel Variables.
3123[ 5.068620] Adding 511996k swap on /swapfile. Priority:-2 extents:4 across:524284k SSFS
3124[[0;32m OK [0m] Activated swap /swapfile.
3125[[0;32m OK [0m] Reached target Swap.
3126[[0;32m OK [0m] Started Create Static Device Nodes in /dev.
3127[[0;32m OK [0m] Reached target Local File Systems (Pre).
3128[[0;32m OK [0m] Reached target Local File Systems.
3129 Starting Enable support for additional executable binary formats...
3130 Starting Raise network interfaces...
3131 Starting udev Kernel Device Manager...
3132 Mounting Arbitrary Executable File Formats File System...
3133[[0;32m OK [0m] Mounted Arbitrary Executable File Formats File System.
3134[ 5.169202] systemd-journald[359]: Sent READY=1 notification.
3135[ 5.169793] systemd-journald[359]: Sent WATCHDOG=1 notification.
3136[[0;32m OK [0m] Started Journal Service.
3137[ 5.171904] systemd-journald[359]: Successfully sent stream file descriptor to service manager.
3138 Starting Flush Journal to Persistent Storage...
3139[[0;32m OK [0m] Started Enable support for additional executable binary formats.
3140[[0;32m OK [0m] Started Flush Journal to Persistent Storage.
3141 Starting Create Volatile Files and Directories...
3142[[0;32m OK [0m] Started Create Volatile Files and Directories.
3143[[0;32m OK [0m] Reached target System Time Synchronized.
3144 Starting Update UTMP about System Boot/Shutdown...
3145[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.
3146[[0;32m OK [0m] Started udev Kernel Device Manager.
3147[[0;32m OK [0m] Started Raise network interfaces.
3148[[0;32m OK [0m] Started Rebuild Hardware Database.
3149 Starting udev Coldplug all Devices...
3150[ 6.110433] random: crng init done
3151[ 6.110747] random: 7 urandom warning(s) missed due to ratelimiting
3152[[0;32m OK [0m] Started udev Coldplug all Devices.
3153[[0;32m OK [0m] Reached target System Initialization.
3154[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.
3155[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.
3156[[0;32m OK [0m] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
3157[[0;32m OK [0m] Reached target Sockets.
3158[[0;32m OK [0m] Reached target Basic System.
3159 Starting LSB: IPv4 DHCP client with IPv4LL support...
3160[[0;32m OK [0m] Started Boot and Home Patition Mount Service.
3161[[0;32m OK [0m] Started Regular background program processing daemon.
3162 Starting Login Service...
3163[[0;32m OK [0m] Started Rockpro HCIATTACH startup service.
3164 Starting LSB: Displays a loading screen to the framebuffer...
3165 Starting System Logging Service...
3166[[0;32m OK [0m] Started D-Bus System Message Bus.
3167 Starting Network Manager...
3168 Starting Avahi mDNS/DNS-SD Stack...
3169 Starting Accounts Service...
3170[[0;32m OK [0m] Started Daily apt download activities.
3171[[0;32m OK [0m] Started Daily apt upgrade and clean activities.
3172[[0;32m OK [0m] Reached target Timers.
3173[[0;32m OK [0m] Started System Logging Service.
3174[[0;32m OK [0m] Started Avahi mDNS/DNS-SD Stack.
3175[[0;32m OK [0m] Started Login Service.
3176[[0;32m OK [0m] Started LSB: IPv4 DHCP client with IPv4LL support.
3177[ 7.844822] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
3178[ 7.845968] r8152 2-1.1:1.0 eth0: carrier on
3179 Starting Authorization Manager...
3180[[0;32m OK [0m] Started Network Manager.
3181[[0;32m OK [0m] Started Authorization Manager.
3182[[0;32m OK [0m] Started Accounts Service.
3183 Starting Network Manager Script Dispatcher Service...
3184 Starting Network Manager Wait Online...
3185[[0;32m OK [0m] Reached target Network.
3186 Starting OpenBSD Secure Shell server...
3187 Starting Permit User Sessions...
3188[[0;32m OK [0m] Started Permit User Sessions.
3189[[0;32m OK [0m] Started OpenBSD Secure Shell server.
3190[[0;32m OK [0m] Started Network Manager Script Dispatcher Service.
3191 Starting Hostname Service...
3192[[0;32m OK [0m] Started Getty on tty1.
3193 Starting Pause Loading LightDM For Splash Intro...
3194[[0;32m OK [0m] Started Hostname Service.
3195[[0;32m OK [0m] Started Network Manager Wait Online.
3196[[0;32m OK [0m] Reached target Network is Online.
3197 Starting Samba NMB Daemon...
3198 Starting LSB: Start NTP daemon...
3199[[0;32m OK [0m] Started LSB: Start NTP daemon.
3200[[0;32m OK [0m] Created slice system-systemd\x2dbacklight.slice.
3201 Starting Load/Save Screen Backlight…ness of backlight:edp-backlight...
3202[ 9.354425] calling rockchip_pcie_driver_init+0x0/0x1000 [pcie_rockchip_host] @ 604
3203[ 9.355550] probe of f8000000.pcie returned 0 after 279 usecs
3204[ 9.358462] initcall rockchip_pcie_driver_init+0x0/0x1000 [pcie_rockchip_host] returned 0 after 3220 usecs
3205[[0;32m OK [0m] Started Load/Save Screen Backlight …htness of backlight:edp-backlight.
3206[[0;32m OK [0m] Found device /dev/ttyS2.
3207[[0;32m OK [0m] Started Serial Getty on ttyS2.
3208[[0;32m OK [0m] Reached target Login Prompts.
3209[ 9.541272] calling media_devnode_init+0x0/0x1000 [mc] @ 600
3210[ 9.542944] mc: Linux media interface: v0.10
3211[ 9.543459] initcall media_devnode_init+0x0/0x1000 [mc] returned 0 after 1550 usecs
3212[ 9.544382] calling rockchip_pcie_driver_init+0x0/0x1000 [phy_rockchip_pcie] @ 614
3213[ 9.546858] probe of fec00000.dp returned 0 after 203 usecs
3214[ 9.548897] probe of fe800000.dwc3 returned 0 after 364 usecs
3215[ 9.549913] probe of ff7c0000.phy returned 0 after 211 usecs
3216[ 9.552515] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
3217[ 9.553145] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
3218[ 9.553838] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
3219[ 9.555792] probe of ff770000.syscon:pcie-phy returned 1 after 9874 usecs
3220[ 9.556821] initcall rockchip_pcie_driver_init+0x0/0x1000 [phy_rockchip_pcie] returned 0 after 11441 usecs
3221[ 9.576385] calling videodev_init+0x0/0x98 [videodev] @ 600
3222[ 9.576903] videodev: Linux video capture interface: v2.00
3223[ 9.577417] initcall videodev_init+0x0/0x98 [videodev] returned 0 after 486 usecs
3224[ 9.581776] calling drm_sched_fence_slab_init+0x0/0xdc0 [gpu_sched] @ 616
3225[ 9.582801] initcall drm_sched_fence_slab_init+0x0/0xdc0 [gpu_sched] returned 0 after 369 usecs
3226[ 9.594101] calling panfrost_driver_init+0x0/0x1000 [panfrost] @ 616
3227[ 9.594285] cfg80211: failed to load regulatory.db
3228[ 9.595547] panfrost ff9a0000.gpu: clock rate = 500000000
3229[ 9.596513] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
3230[ 9.597343] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
3231[ 9.598349] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
3232[ 9.599427] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
3233[ 9.605228] [drm] Initialized panfrost 1.1.0 20180908 for ff9a0000.gpu on minor 0
3234[ 9.605988] probe of ff9a0000.gpu returned 1 after 10881 usecs
3235[ 9.606674] initcall panfrost_driver_init+0x0/0x1000 [panfrost] returned 0 after 11666 usecs
3236[ 9.662908] calling rga_pdrv_init+0x0/0x1000 [rockchip_rga] @ 600
3237[ 9.663842] rockchip-rga ff680000.rga: HW Version: 0x03.02
3238[ 9.664649] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
3239[ 9.665404] probe of ff680000.rga returned 1 after 1813 usecs
3240[ 9.667036] initcall rga_pdrv_init+0x0/0x1000 [rockchip_rga] returned 0 after 3482 usecs
3241[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
3242[ 10.097721] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
3243[ 10.098546] rockchip-pcie: probe of f8000000.pcie failed with error -110
3244[ 10.099170] probe of f8000000.pcie returned 0 after 547853 usecs
3245[ 10.100162] probe of fec00000.dp returned 0 after 202 usecs
3246[ 10.101724] probe of fe800000.dwc3 returned 0 after 397 usecs
3247[ 10.102707] probe of ff7c0000.phy returned 0 after 195 usecs
3248[ 10.355222] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
3249[ 13.764100] systemd-journald[359]: Successfully sent stream file descriptor to service manager.
3250[ 13.765397] systemd-journald[359]: Successfully sent stream file descriptor to service manager.
3251[ 13.798045] systemd-journald[359]: Successfully sent stream file descriptor to service manager.
3252[ 13.807878] systemd-journald[359]: Successfully sent stream file descriptor to service manager.
3253[ 14.408132] systemd-journald[359]: Successfully sent stream file descriptor to service manager.
3254[ 14.416596] systemd-journald[359]: Successfully sent stream file descriptor to service manager.
3255[ 14.660914] systemd-journald[359]: Successfully sent stream file descriptor to service manager.
3256[ 14.669558] systemd-journald[359]: Successfully sent stream file descriptor to service manager.