Skip to content

Instantly share code, notes, and snippets.

@orangecms
Last active August 19, 2023 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orangecms/723a49c37f16c5d9dde2a9023669bf88 to your computer and use it in GitHub Desktop.
Save orangecms/723a49c37f16c5d9dde2a9023669bf88 to your computer and use it in GitHub Desktop.
Mainline Linux on ShareVDI R1
U-Boot SPL 2023.04-rc2-00032-g775e48a0ca (Jul 22 2023 - 20:28:33 +0200)
DRAM (YOLO): 256 MiB
size=18, ptr=18, limit=100000: 4fd00000
Boot devices:
- FEL
- BOOTROM
Trying to boot from FEL
Jump to boot ROM
BCDEFGJ[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.4.0+ (dama@orangelemp) (arm-linux-gnueabi-gcc (Ubuntu 11.3.0-1ub3
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: ShareVDI R1
[ 0.000000] earlycon: uart0 at MMIO32 0x01c28000 (options '')
[ 0.000000] printk: bootconsole [uart0] enabled
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x4f000000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000] percpu: Embedded 11 pages/cpu s15828 r8192 d21036 u45056
[ 0.000000] pcpu-alloc: s15828 r8192 d21036 u45056 alloc=11*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Kernel command line: earlycon=uart,mmio32,0x1c28000 console=ttyS0,115200 logleve1
[ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes
[ 0.000000] printk: log_buf_len min size: 16384 bytes
[ 0.000000] printk: log_buf_len: 32768 bytes
[ 0.000000] printk: early log buf free: 15028(91%)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65024
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Memory: 233216K/262144K available (4096K kernel code, 414K rwdata, 1584K rodata,)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 796358s
[ 0.000000] arch_timer: frequency not available
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: CPU: 0 PID: 0 at kernel/time/clockevents.c:38 cev_delta2ns+0x4c/0x120
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 6.4.0+ #49
[ 0.000000] Hardware name: Allwinner sun8i Family
[ 0.000000] unwind_backtrace from show_stack+0x10/0x14
[ 0.000000] show_stack from dump_stack_lvl+0x40/0x4c
[ 0.000000] dump_stack_lvl from __warn+0x74/0xbc
[ 0.000000] __warn from warn_slowpath_fmt+0x90/0x11c
[ 0.000000] warn_slowpath_fmt from cev_delta2ns+0x4c/0x120
[ 0.000000] cev_delta2ns from clockevents_config+0x58/0x7c
[ 0.000000] clockevents_config from clockevents_config_and_register+0x10/0x1c
[ 0.000000] clockevents_config_and_register from arch_timer_starting_cpu+0xd4/0x1fc
[ 0.000000] arch_timer_starting_cpu from cpuhp_issue_call+0x94/0x118
[ 0.000000] cpuhp_issue_call from __cpuhp_setup_state_cpuslocked+0x1a0/0x21c
[ 0.000000] __cpuhp_setup_state_cpuslocked from __cpuhp_setup_state+0x3c/0x50
[ 0.000000] __cpuhp_setup_state from arch_timer_of_init+0x254/0x328
[ 0.000000] arch_timer_of_init from timer_probe+0x90/0xe4
[ 0.000000] timer_probe from start_kernel+0x330/0x56c
[ 0.000000] start_kernel from 0x0
[ 0.000000] ---[ end trace 0000000000000000 ]---
[ 0.000000] arch_timer: cp15 timer(s) running at 0.00MHz (virt).
[ 0.000000] Division by zero in kernel.
[ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 6.4.0+ #49
[ 0.000000] Hardware name: Allwinner sun8i Family
[ 0.000000] unwind_backtrace from show_stack+0x10/0x14
[ 0.000000] show_stack from dump_stack_lvl+0x40/0x4c
[ 0.000000] dump_stack_lvl from Ldiv0_64+0x8/0x18
[ 0.000000] Ldiv0_64 from __div64_32+0x14/0x20
[ 0.000000] __div64_32 from clocks_calc_max_nsecs+0x48/0xbc
[ 0.000000] clocks_calc_max_nsecs from __clocksource_update_freq_scale+0x194/0x28c
[ 0.000000] __clocksource_update_freq_scale from __clocksource_register_scale+0x7c/0xcc
[ 0.000000] __clocksource_register_scale from arch_timer_common_init+0x178/0x208
[ 0.000000] arch_timer_common_init from timer_probe+0x90/0xe4
[ 0.000000] timer_probe from start_kernel+0x330/0x56c
[ 0.000000] start_kernel from 0x0
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffffff max_cycles: 0x0, max_idls
[ 0.000000] Division by zero in kernel.
[ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 6.4.0+ #49
[ 0.000000] Hardware name: Allwinner sun8i Family
[ 0.000000] unwind_backtrace from show_stack+0x10/0x14
[ 0.000000] show_stack from dump_stack_lvl+0x40/0x4c
[ 0.000000] dump_stack_lvl from Ldiv0_64+0x8/0x18
[ 0.000000] Ldiv0_64 from __div64_32+0x14/0x20
[ 0.000000] __div64_32 from clocks_calc_mult_shift+0xf4/0x104
[ 0.000000] clocks_calc_mult_shift from sched_clock_register+0x5c/0x258
[ 0.000000] sched_clock_register from arch_timer_common_init+0x1ac/0x208
[ 0.000000] arch_timer_common_init from timer_probe+0x90/0xe4
[ 0.000000] timer_probe from start_kernel+0x330/0x56c
[ 0.000000] start_kernel from 0x0
[ 0.000000] Division by zero in kernel.
[ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G W 6.4.0+ #49
[ 0.000000] Hardware name: Allwinner sun8i Family
[ 0.000000] unwind_backtrace from show_stack+0x10/0x14
[ 0.000000] show_stack from dump_stack_lvl+0x40/0x4c
[ 0.000000] dump_stack_lvl from Ldiv0_64+0x8/0x18
[ 0.000000] Ldiv0_64 from __div64_32+0x14/0x20
[ 0.000000] __div64_32 from clocks_calc_max_nsecs+0x48/0xbc
[ 0.000000] clocks_calc_max_nsecs from sched_clock_register+0x94/0x258
[ 0.000000] sched_clock_register from arch_timer_common_init+0x1ac/0x208
[ 0.000000] arch_timer_common_init from timer_probe+0x90/0xe4
[ 0.000000] timer_probe from start_kernel+0x330/0x56c
[ 0.000000] start_kernel from 0x0
[ 0.000000] sched_clock: 64 bits at 0 Hz, resolution 0ns, wraps every 0ns
[ 0.000000] Failed to initialize '/timer': -6
BCDEFGJ[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.4.0+ (dama@orangelemp) (arm-linux-gnueabi-gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #51 SMP Sun Aug 13 16:25:46 CEST 2023
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: ShareVDI R1
[ 0.000000] earlycon: uart0 at MMIO32 0x01c28000 (options '')
[ 0.000000] printk: bootconsole [uart0] enabled
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x4f000000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000] percpu: Embedded 11 pages/cpu s15828 r8192 d21036 u45056
[ 0.000000] pcpu-alloc: s15828 r8192 d21036 u45056 alloc=11*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Kernel command line: earlycon=uart,mmio32,0x1c28000 console=ttyS0,115200 loglevel=8 initcall_debug=1
[ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes
[ 0.000000] printk: log_buf_len min size: 16384 bytes
[ 0.000000] printk: log_buf_len: 32768 bytes
[ 0.000000] printk: early log buf free: 15028(91%)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 65024
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000] stackdepot hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000] Memory: 232168K/262144K available (5120K kernel code, 437K rwdata, 1680K rodata, 3072K init, 120K bss, 13592K reserved, 16384K cma-reserved)
[ 0.000000] **********************************************************
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] ** **
[ 0.000000] ** This system shows unhashed kernel memory addresses **
[ 0.000000] ** via the console, logs, and other interfaces. This **
[ 0.000000] ** might reduce the security of your system. **
[ 0.000000] ** **
[ 0.000000] ** If you see this message and you are not debugging **
[ 0.000000] ** the kernel, report this immediately to your system **
[ 0.000000] ** administrator! **
[ 0.000000] ** **
[ 0.000000] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000] **********************************************************
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000000] arch_timer: cp15 timer(s) running at 27.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x63a1e71a3, max_idle_ns: 440795203123 ns
[ 0.000002] sched_clock: 56 bits at 27MHz, resolution 37ns, wraps every 4398046511093ns
[ 0.007516] Switching to timer-based delay loop, resolution 37ns
[ 0.014343] Console: colour dummy device 80x30
[ 0.018717] Calibrating delay loop (skipped), value calculated using timer frequency.. 54.00 BogoMIPS (lpj=270000)
[ 0.028421] pid_max: default: 32768 minimum: 301
[ 0.034287] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.041378] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.054979] CPU: Testing write buffer coherency: ok
[ 0.061250] /cpus/cpu@0 missing clock-frequency property
[ 0.066333] /cpus/cpu@1 missing clock-frequency property
[ 0.071364] /cpus/cpu@2 missing clock-frequency property
[ 0.076419] /cpus/cpu@3 missing clock-frequency property
[ 0.081429] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.092491] calling allocate_overflow_stacks+0x0/0x84 @ 1
[ 0.097819] initcall allocate_overflow_stacks+0x0/0x84 returned 0 after 0 usecs
[ 0.104707] calling cpu_suspend_alloc_sp+0x0/0x9c @ 1
[ 0.109745] initcall cpu_suspend_alloc_sp+0x0/0x9c returned 0 after 0 usecs
[ 0.116291] calling init_static_idmap+0x0/0x118 @ 1
[ 0.121046] Setting up static identity map for 0x40100000 - 0x40100060
[ 0.127324] initcall init_static_idmap+0x0/0x118 returned 0 after 0 usecs
[ 0.133907] calling sunxi_mc_smp_init+0x0/0x36c @ 1
[ 0.138613] initcall sunxi_mc_smp_init+0x0/0x36c returned -19 after 0 usecs
[ 0.145181] calling spawn_ksoftirqd+0x0/0x4c @ 1
[ 0.150452] initcall spawn_ksoftirqd+0x0/0x4c returned 0 after 0 usecs
[ 0.156643] calling migration_init+0x0/0x44 @ 1
[ 0.161002] initcall migration_init+0x0/0x44 returned 0 after 0 usecs
[ 0.167229] calling srcu_bootup_announce+0x0/0x7c @ 1
[ 0.172061] rcu: Hierarchical SRCU implementation.
[ 0.176547] rcu: Max phase no-delay instances is 1000.
[ 0.181479] initcall srcu_bootup_announce+0x0/0x7c returned 0 after 10000 usecs
[ 0.188533] calling rcu_sysrq_init+0x0/0x24 @ 1
[ 0.193009] initcall rcu_sysrq_init+0x0/0x24 returned 0 after 0 usecs
[ 0.199083] calling check_cpu_stall_init+0x0/0x20 @ 1
[ 0.203954] initcall check_cpu_stall_init+0x0/0x20 returned 0 after 0 usecs
[ 0.210505] calling rcu_spawn_gp_kthread+0x0/0x1ec @ 1
[ 0.216037] initcall rcu_spawn_gp_kthread+0x0/0x1ec returned 0 after 0 usecs
[ 0.222838] calling cpu_stop_init+0x0/0x94 @ 1
[ 0.227845] initcall cpu_stop_init+0x0/0x94 returned 0 after 0 usecs
[ 0.234004] calling irq_work_init_threads+0x0/0x8 @ 1
[ 0.238998] initcall irq_work_init_threads+0x0/0x8 returned 0 after 0 usecs
[ 0.245547] calling jump_label_init_module+0x0/0xc @ 1
[ 0.250641] initcall jump_label_init_module+0x0/0xc returned 0 after 0 usecs
[ 0.257285] calling init_zero_pfn+0x0/0x40 @ 1
[ 0.261683] initcall init_zero_pfn+0x0/0x40 returned 0 after 0 usecs
[ 0.267665] calling init_fs_inode_sysctls+0x0/0x28 @ 1
[ 0.272677] initcall init_fs_inode_sysctls+0x0/0x28 returned 0 after 0 usecs
[ 0.279469] calling init_fs_locks_sysctls+0x0/0x28 @ 1
[ 0.284458] initcall init_fs_locks_sysctls+0x0/0x28 returned 0 after 0 usecs
[ 0.291259] calling init_fs_sysctls+0x0/0xc @ 1
[ 0.295832] initcall init_fs_sysctls+0x0/0xc returned 0 after 0 usecs
[ 0.301904] calling cci_init+0x0/0x4a0 @ 1
[ 0.306142] initcall cci_init+0x0/0x4a0 returned -19 after 0 usecs
[ 0.311984] calling dummy_timer_register+0x0/0x34 @ 1
[ 0.316886] initcall dummy_timer_register+0x0/0x34 returned 0 after 0 usecs
[ 0.325555] smp: Bringing up secondary CPUs ...
[ 0.340257] smp: Brought up 1 node, 1 CPU
[ 0.344063] SMP: Total of 1 processors activated (54.00 BogoMIPS).
[ 0.349852] CPU: All CPU(s) started in SVC mode.
[ 0.357396] devtmpfs: initialized
[ 0.516488] calling ipc_ns_init+0x0/0x18 @ 1
[ 0.520737] initcall ipc_ns_init+0x0/0x18 returned 0 after 0 usecs
[ 0.526612] calling init_mmap_min_addr+0x0/0x20 @ 1
[ 0.531408] initcall init_mmap_min_addr+0x0/0x20 returned 0 after 0 usecs
[ 0.537980] calling inet_frag_wq_init+0x0/0x4c @ 1
[ 0.543563] initcall inet_frag_wq_init+0x0/0x4c returned 0 after 0 usecs
[ 0.550168] calling ptrace_break_init+0x0/0x2c @ 1
[ 0.554790] initcall ptrace_break_init+0x0/0x2c returned 0 after 0 usecs
[ 0.561280] calling v6_userpage_init+0x0/0x8 @ 1
[ 0.565719] initcall v6_userpage_init+0x0/0x8 returned 0 after 0 usecs
[ 0.572033] calling cpu_hotplug_pm_sync_init+0x0/0x18 @ 1
[ 0.577372] initcall cpu_hotplug_pm_sync_init+0x0/0x18 returned 0 after 0 usecs
[ 0.584436] calling alloc_frozen_cpus+0x0/0x8 @ 1
[ 0.589052] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[ 0.595275] calling wq_sysfs_init+0x0/0x4c @ 1
[ 0.600865] initcall wq_sysfs_init+0x0/0x4c returned 0 after 0 usecs
[ 0.607030] calling ksysfs_init+0x0/0x98 @ 1
[ 0.611685] initcall ksysfs_init+0x0/0x98 returned 0 after 0 usecs
[ 0.617671] calling pm_init+0x0/0x80 @ 1
[ 0.623639] initcall pm_init+0x0/0x80 returned 0 after 0 usecs
[ 0.629182] calling rcu_set_runtime_mode+0x0/0x20 @ 1
[ 0.634024] initcall rcu_set_runtime_mode+0x0/0x20 returned 0 after 0 usecs
[ 0.640601] calling init_jiffies_clocksource+0x0/0x14 @ 1
[ 0.645762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.655224] initcall init_jiffies_clocksource+0x0/0x14 returned 0 after 10000 usecs
[ 0.662412] calling futex_init+0x0/0xf4 @ 1
[ 0.666583] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.673154] initcall futex_init+0x0/0xf4 returned 0 after 0 usecs
[ 0.678904] calling cgroup_wq_init+0x0/0x38 @ 1
[ 0.683344] initcall cgroup_wq_init+0x0/0x38 returned 0 after 0 usecs
[ 0.689589] calling cgroup1_wq_init+0x0/0x38 @ 1
[ 0.694196] initcall cgroup1_wq_init+0x0/0x38 returned 0 after 0 usecs
[ 0.700385] calling cpu_pm_init+0x0/0x18 @ 1
[ 0.704479] initcall cpu_pm_init+0x0/0x18 returned 0 after 0 usecs
[ 0.710447] calling cma_init_reserved_areas+0x0/0x22c @ 1
[ 0.716756] initcall cma_init_reserved_areas+0x0/0x22c returned 0 after 0 usecs
[ 0.723683] calling filelock_init+0x0/0xb4 @ 1
[ 0.728290] initcall filelock_init+0x0/0xb4 returned 0 after 0 usecs
[ 0.734469] calling init_script_binfmt+0x0/0x1c @ 1
[ 0.739271] initcall init_script_binfmt+0x0/0x1c returned 0 after 0 usecs
[ 0.745657] calling init_elf_binfmt+0x0/0x1c @ 1
[ 0.750208] initcall init_elf_binfmt+0x0/0x1c returned 0 after 0 usecs
[ 0.756521] calling debugfs_init+0x0/0x78 @ 1
[ 0.760879] initcall debugfs_init+0x0/0x78 returned 0 after 0 usecs
[ 0.766809] calling cci_platform_init+0x0/0x10 @ 1
[ 0.771844] initcall cci_platform_init+0x0/0x10 returned 0 after 0 usecs
[ 0.778202] calling pinctrl_init+0x0/0xd0 @ 1
[ 0.782411] pinctrl core: initialized pinctrl subsystem
[ 0.788526] initcall pinctrl_init+0x0/0xd0 returned 0 after 10000 usecs
[ 0.794920] calling gpiolib_dev_init+0x0/0xe4 @ 1
[ 0.800525] initcall gpiolib_dev_init+0x0/0xe4 returned 0 after 0 usecs
[ 0.806745] calling virtio_init+0x0/0x24 @ 1
[ 0.811549] initcall virtio_init+0x0/0x24 returned 0 after 0 usecs
[ 0.817384] calling regulator_init+0x0/0xa4 @ 1
[ 0.824832] initcall regulator_init+0x0/0xa4 returned 0 after 0 usecs
[ 0.830925] calling component_debug_init+0x0/0x28 @ 1
[ 0.838899] probe of reg-dummy returned 0 after 0 usecs
[ 0.844093] initcall component_debug_init+0x0/0x28 returned 0 after 0 usecs
[ 0.850691] calling soc_bus_register+0x0/0x40 @ 1
[ 0.855893] initcall soc_bus_register+0x0/0x40 returned 0 after 0 usecs
[ 0.862322] calling free_raw_capacity+0x0/0x20 @ 1
[ 0.866942] initcall free_raw_capacity+0x0/0x20 returned 0 after 0 usecs
[ 0.873274] calling opp_debug_init+0x0/0x28 @ 1
[ 0.877730] initcall opp_debug_init+0x0/0x28 returned 0 after 0 usecs
[ 0.883836] calling sock_init+0x0/0x9c @ 1
[ 0.888765] initcall sock_init+0x0/0x9c returned 0 after 0 usecs
[ 0.894609] calling net_inuse_init+0x0/0x24 @ 1
[ 0.898994] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs
[ 0.905222] calling net_defaults_init+0x0/0x24 @ 1
[ 0.909832] initcall net_defaults_init+0x0/0x24 returned 0 after 0 usecs
[ 0.916155] calling init_default_flow_dissectors+0x0/0x4c @ 1
[ 0.921784] initcall init_default_flow_dissectors+0x0/0x4c returned 0 after 0 usecs
[ 0.929179] calling netlink_proto_init+0x0/0x124 @ 1
[ 0.936196] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.942699] initcall netlink_proto_init+0x0/0x124 returned 0 after 10000 usecs
[ 0.949680] calling genl_init+0x0/0x38 @ 1
[ 0.953842] initcall genl_init+0x0/0x38 returned 0 after 0 usecs
[ 0.959616] calling atomic_pool_init+0x0/0x1a8 @ 1
[ 0.966672] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.973130] initcall atomic_pool_init+0x0/0x1a8 returned 0 after 0 usecs
[ 0.979642] calling irq_sysfs_init+0x0/0x94 @ 1
[ 0.997183] initcall irq_sysfs_init+0x0/0x94 returned 0 after 10000 usecs
[ 1.003618] calling bdi_class_init+0x0/0x48 @ 1
[ 1.008467] initcall bdi_class_init+0x0/0x48 returned 0 after 0 usecs
[ 1.014727] calling mm_sysfs_init+0x0/0x38 @ 1
[ 1.019090] initcall mm_sysfs_init+0x0/0x38 returned 0 after 0 usecs
[ 1.025103] calling init_per_zone_wmark_min+0x0/0x1c @ 1
[ 1.030345] initcall init_per_zone_wmark_min+0x0/0x1c returned 0 after 0 usecs
[ 1.037326] calling tty_class_init+0x0/0xc @ 1
[ 1.041995] initcall tty_class_init+0x0/0xc returned 0 after 0 usecs
[ 1.048021] calling vtconsole_class_init+0x0/0xdc @ 1
[ 1.054395] initcall vtconsole_class_init+0x0/0xdc returned 0 after 0 usecs
[ 1.060982] calling devlink_class_init+0x0/0x3c @ 1
[ 1.065998] initcall devlink_class_init+0x0/0x3c returned 0 after 0 usecs
[ 1.072406] calling software_node_init+0x0/0x3c @ 1
[ 1.077290] initcall software_node_init+0x0/0x3c returned 0 after 0 usecs
[ 1.083693] calling wakeup_sources_debugfs_init+0x0/0x34 @ 1
[ 1.089217] initcall wakeup_sources_debugfs_init+0x0/0x34 returned 0 after 0 usecs
[ 1.096362] calling wakeup_sources_sysfs_init+0x0/0x28 @ 1
[ 1.102074] initcall wakeup_sources_sysfs_init+0x0/0x28 returned 0 after 0 usecs
[ 1.109077] calling regmap_initcall+0x0/0x10 @ 1
[ 1.113717] initcall regmap_initcall+0x0/0x10 returned 0 after 0 usecs
[ 1.119905] calling syscon_init+0x0/0x10 @ 1
[ 1.124579] initcall syscon_init+0x0/0x10 returned 0 after 0 usecs
[ 1.130417] calling i2c_init+0x0/0xbc @ 1
[ 1.135378] initcall i2c_init+0x0/0xbc returned 0 after 0 usecs
[ 1.141005] calling thermal_init+0x0/0x13c @ 1
[ 1.145289] thermal_sys: Registered thermal governor 'step_wise'
[ 1.145627] initcall thermal_init+0x0/0x13c returned 0 after 0 usecs
[ 1.157572] calling kobject_uevent_init+0x0/0xc @ 1
[ 1.162438] initcall kobject_uevent_init+0x0/0xc returned 0 after 0 usecs
[ 1.169079] calling gate_vma_init+0x0/0x6c @ 1
[ 1.173381] initcall gate_vma_init+0x0/0x6c returned 0 after 0 usecs
[ 1.179378] calling customize_machine+0x0/0x30 @ 1
[ 1.183978] initcall customize_machine+0x0/0x30 returned 0 after 0 usecs
[ 1.190291] calling init_atags_procfs+0x0/0xe8 @ 1
[ 1.195023] No ATAGs?
[ 1.197151] initcall init_atags_procfs+0x0/0xe8 returned -22 after 0 usecs
[ 1.203781] calling arch_hw_breakpoint_init+0x0/0x2a4 @ 1
[ 1.209158] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 1.216864] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 1.222365] initcall arch_hw_breakpoint_init+0x0/0x2a4 returned 0 after 10000 usecs
[ 1.229756] calling vdso_init+0x0/0x1f4 @ 1
[ 1.234209] initcall vdso_init+0x0/0x1f4 returned 0 after 0 usecs
[ 1.239980] calling exceptions_init+0x0/0x84 @ 1
[ 1.244556] initcall exceptions_init+0x0/0x84 returned 0 after 0 usecs
[ 1.250711] calling cryptomgr_init+0x0/0xc @ 1
[ 1.255115] initcall cryptomgr_init+0x0/0xc returned 0 after 0 usecs
[ 1.261104] calling dma_bus_init+0x0/0xe0 @ 1
[ 1.266048] initcall dma_bus_init+0x0/0xe0 returned 0 after 0 usecs
[ 1.271963] calling dma_channel_table_init+0x0/0xd0 @ 1
[ 1.277273] initcall dma_channel_table_init+0x0/0xd0 returned 0 after 0 usecs
[ 1.283993] calling sunxi_mbus_init+0x0/0x40 @ 1
[ 1.288515] initcall sunxi_mbus_init+0x0/0x40 returned 0 after 0 usecs
[ 1.294674] calling of_platform_default_populate_init+0x0/0xd4 @ 1
[ 1.360125] platform 1c20800.pinctrl: Fixed dependency cycle(s) with /soc/pinctrl@1c20800/clk-out-a-pin
[ 1.393962] platform 1c2ac00.i2c: Fixed dependency cycle(s) with /soc/pinctrl@1c20800/i2c0-pins
[ 1.415261] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/mixer@1200000/ports/port@1/endpoint
[ 1.424972] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/mixer@1100000/ports/port@1/endpoint
[ 1.437341] platform 1c73000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@1c70000/ports/port@4/endpoint@0
[ 1.447712] platform 1c73000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@1c70000/ports/port@3/endpoint@2
[ 1.458335] platform 1c73000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@1c70000/ports/port@1/endpoint@2
[ 1.468953] platform 1c73000.lcd-controller: Fixed dependency cycle(s) with /soc/tcon-top@1c70000
[ 1.481831] platform 1ee0000.hdmi: Fixed dependency cycle(s) with /soc/tcon-top@1c70000/ports/port@5/endpoint
[ 1.501388] platform connector: Fixed dependency cycle(s) with /soc/hdmi@1ee0000/ports/port@1/endpoint
[ 1.521634] initcall of_platform_default_populate_init+0x0/0xd4 returned 0 after 200000 usecs
[ 1.529768] calling topology_init+0x0/0x64 @ 1
[ 1.540093] initcall topology_init+0x0/0x64 returned 0 after 0 usecs
[ 1.546276] calling uid_cache_init+0x0/0xb8 @ 1
[ 1.550846] initcall uid_cache_init+0x0/0xb8 returned 0 after 0 usecs
[ 1.556936] calling param_sysfs_init+0x0/0x58 @ 1
[ 1.561545] initcall param_sysfs_init+0x0/0x58 returned 0 after 0 usecs
[ 1.567804] calling user_namespace_sysctl_init+0x0/0xb8 @ 1
[ 1.573394] initcall user_namespace_sysctl_init+0x0/0xb8 returned 0 after 0 usecs
[ 1.580473] calling pm_sysrq_init+0x0/0x1c @ 1
[ 1.584968] initcall pm_sysrq_init+0x0/0x1c returned 0 after 0 usecs
[ 1.590987] calling create_proc_profile+0x0/0xec @ 1
[ 1.595867] initcall create_proc_profile+0x0/0xec returned 0 after 0 usecs
[ 1.602513] calling crash_save_vmcoreinfo_init+0x0/0x588 @ 1
[ 1.608292] initcall crash_save_vmcoreinfo_init+0x0/0x588 returned 0 after 0 usecs
[ 1.615427] calling crash_notes_memory_init+0x0/0x40 @ 1
[ 1.620652] initcall crash_notes_memory_init+0x0/0x40 returned 0 after 0 usecs
[ 1.627635] calling cgroup_sysfs_init+0x0/0x18 @ 1
[ 1.632380] initcall cgroup_sysfs_init+0x0/0x18 returned 0 after 0 usecs
[ 1.638715] calling cgroup_namespaces_init+0x0/0x8 @ 1
[ 1.643764] initcall cgroup_namespaces_init+0x0/0x8 returned 0 after 0 usecs
[ 1.650590] calling oom_init+0x0/0x50 @ 1
[ 1.655286] initcall oom_init+0x0/0x50 returned 0 after 0 usecs
[ 1.660944] calling default_bdi_init+0x0/0x34 @ 1
[ 1.667781] initcall default_bdi_init+0x0/0x34 returned 0 after 0 usecs
[ 1.674067] calling percpu_enable_async+0x0/0x18 @ 1
[ 1.678852] initcall percpu_enable_async+0x0/0x18 returned 0 after 0 usecs
[ 1.685322] calling kcompactd_init+0x0/0x78 @ 1
[ 1.690447] initcall kcompactd_init+0x0/0x78 returned 0 after 0 usecs
[ 1.696711] calling init_reserve_notifier+0x0/0x8 @ 1
[ 1.701569] initcall init_reserve_notifier+0x0/0x8 returned 0 after 0 usecs
[ 1.708296] calling init_admin_reserve+0x0/0x30 @ 1
[ 1.713084] initcall init_admin_reserve+0x0/0x30 returned 0 after 0 usecs
[ 1.719647] calling init_user_reserve+0x0/0x30 @ 1
[ 1.724256] initcall init_user_reserve+0x0/0x30 returned 0 after 0 usecs
[ 1.730732] calling crypto_null_mod_init+0x0/0x64 @ 1
[ 1.735759] initcall crypto_null_mod_init+0x0/0x64 returned 0 after 0 usecs
[ 1.742510] calling crypto_ecb_module_init+0x0/0xc @ 1
[ 1.747452] initcall crypto_ecb_module_init+0x0/0xc returned 0 after 0 usecs
[ 1.754277] calling crypto_cbc_module_init+0x0/0xc @ 1
[ 1.759209] initcall crypto_cbc_module_init+0x0/0xc returned 0 after 0 usecs
[ 1.766017] calling des_generic_mod_init+0x0/0x10 @ 1
[ 1.770988] initcall des_generic_mod_init+0x0/0x10 returned 0 after 0 usecs
[ 1.777705] calling aes_init+0x0/0xc @ 1
[ 1.781513] initcall aes_init+0x0/0xc returned 0 after 0 usecs
[ 1.787006] calling init_bio+0x0/0xac @ 1
[ 1.791815] initcall init_bio+0x0/0xac returned 0 after 0 usecs
[ 1.797417] calling blk_ioc_init+0x0/0x3c @ 1
[ 1.801737] initcall blk_ioc_init+0x0/0x3c returned 0 after 0 usecs
[ 1.807802] calling blk_mq_init+0x0/0xe8 @ 1
[ 1.811959] initcall blk_mq_init+0x0/0xe8 returned 0 after 0 usecs
[ 1.817935] calling genhd_device_init+0x0/0x54 @ 1
[ 1.824083] initcall genhd_device_init+0x0/0x54 returned 0 after 0 usecs
[ 1.830573] calling io_wq_init+0x0/0x50 @ 1
[ 1.834778] initcall io_wq_init+0x0/0x50 returned 0 after 0 usecs
[ 1.840666] calling gpiolib_debugfs_init+0x0/0x34 @ 1
[ 1.845620] initcall gpiolib_debugfs_init+0x0/0x34 returned 0 after 0 usecs
[ 1.852183] calling misc_init+0x0/0xcc @ 1
[ 1.856737] initcall misc_init+0x0/0xcc returned 0 after 0 usecs
[ 1.862411] calling register_cpu_capacity_sysctl+0x0/0x74 @ 1
[ 1.868100] initcall register_cpu_capacity_sysctl+0x0/0x74 returned 0 after 0 usecs
[ 1.875300] calling phy_init+0x0/0x214 @ 1
[ 1.881063] initcall phy_init+0x0/0x214 returned 0 after 0 usecs
[ 1.886863] calling serio_init+0x0/0x30 @ 1
[ 1.891507] initcall serio_init+0x0/0x30 returned 0 after 0 usecs
[ 1.897236] calling input_init+0x0/0xf4 @ 1
[ 1.901725] initcall input_init+0x0/0xf4 returned 0 after 0 usecs
[ 1.907623] calling rtc_init+0x0/0x50 @ 1
[ 1.911971] initcall rtc_init+0x0/0x50 returned 0 after 0 usecs
[ 1.917568] calling power_supply_class_init+0x0/0x40 @ 1
[ 1.923055] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[ 1.930027] calling remoteproc_init+0x0/0x78 @ 1
[ 1.935247] initcall remoteproc_init+0x0/0x78 returned 0 after 0 usecs
[ 1.941393] calling arm_pmu_hp_init+0x0/0x58 @ 1
[ 1.945965] initcall arm_pmu_hp_init+0x0/0x58 returned 0 after 0 usecs
[ 1.952261] calling nvmem_init+0x0/0xc @ 1
[ 1.956822] initcall nvmem_init+0x0/0xc returned 0 after 0 usecs
[ 1.962490] calling proto_init+0x0/0xc @ 1
[ 1.966637] initcall proto_init+0x0/0xc returned 0 after 0 usecs
[ 1.972439] calling net_dev_init+0x0/0x250 @ 1
[ 1.984023] initcall net_dev_init+0x0/0x250 returned 0 after 0 usecs
[ 1.990083] calling neigh_init+0x0/0xa4 @ 1
[ 1.994369] initcall neigh_init+0x0/0xa4 returned 0 after 0 usecs
[ 2.000108] calling fib_notifier_init+0x0/0xc @ 1
[ 2.004778] initcall fib_notifier_init+0x0/0xc returned 0 after 0 usecs
[ 2.011025] calling netdev_genl_init+0x0/0x3c @ 1
[ 2.016285] initcall netdev_genl_init+0x0/0x3c returned 0 after 0 usecs
[ 2.022697] calling ethnl_init+0x0/0x74 @ 1
[ 2.027775] initcall ethnl_init+0x0/0x74 returned 0 after 0 usecs
[ 2.033684] calling nexthop_init+0x0/0x10c @ 1
[ 2.038360] initcall nexthop_init+0x0/0x10c returned 0 after 0 usecs
[ 2.044379] calling vsprintf_init_hashval+0x0/0x18 @ 1
[ 2.049435] initcall vsprintf_init_hashval+0x0/0x18 returned 0 after 0 usecs
[ 2.056251] calling watchdog_init+0x0/0x7c @ 1
[ 2.061753] initcall watchdog_init+0x0/0x7c returned 0 after 0 usecs
[ 2.068040] calling proc_cpu_init+0x0/0x24 @ 1
[ 2.072471] initcall proc_cpu_init+0x0/0x24 returned 0 after 0 usecs
[ 2.078634] calling alignment_init+0x0/0xcc @ 1
[ 2.083132] initcall alignment_init+0x0/0xcc returned 0 after 0 usecs
[ 2.089221] calling iomem_init_inode+0x0/0x88 @ 1
[ 2.094354] initcall iomem_init_inode+0x0/0x88 returned 0 after 0 usecs
[ 2.100622] calling clocksource_done_booting+0x0/0x44 @ 1
[ 2.105985] clocksource: Switched to clocksource arch_sys_counter
[ 2.111760] initcall clocksource_done_booting+0x0/0x44 returned 0 after 5802 usecs
[ 2.118923] calling init_fs_stat_sysctls+0x0/0x28 @ 1
[ 2.124066] initcall init_fs_stat_sysctls+0x0/0x28 returned 0 after 176 usecs
[ 2.130809] calling init_fs_exec_sysctls+0x0/0x28 @ 1
[ 2.135702] initcall init_fs_exec_sysctls+0x0/0x28 returned 0 after 42 usecs
[ 2.142520] calling init_pipe_fs+0x0/0x64 @ 1
[ 2.147487] initcall init_pipe_fs+0x0/0x64 returned 0 after 641 usecs
[ 2.153714] calling init_fs_namei_sysctls+0x0/0x28 @ 1
[ 2.158705] initcall init_fs_namei_sysctls+0x0/0x28 returned 0 after 54 usecs
[ 2.165583] calling init_fs_dcache_sysctls+0x0/0x28 @ 1
[ 2.170769] initcall init_fs_dcache_sysctls+0x0/0x28 returned 0 after 42 usecs
[ 2.177571] calling init_fs_namespace_sysctls+0x0/0x28 @ 1
[ 2.182988] initcall init_fs_namespace_sysctls+0x0/0x28 returned 0 after 41 usecs
[ 2.190221] calling eventpoll_init+0x0/0x100 @ 1
[ 2.194944] initcall eventpoll_init+0x0/0x100 returned 0 after 288 usecs
[ 2.201445] calling anon_inode_init+0x0/0x64 @ 1
[ 2.206589] initcall anon_inode_init+0x0/0x64 returned 0 after 577 usecs
[ 2.212917] calling proc_locks_init+0x0/0x3c @ 1
[ 2.217533] initcall proc_locks_init+0x0/0x3c returned 0 after 43 usecs
[ 2.223918] calling init_fs_coredump_sysctls+0x0/0x28 @ 1
[ 2.229294] initcall init_fs_coredump_sysctls+0x0/0x28 returned 0 after 53 usecs
[ 2.236284] calling iomap_init+0x0/0x18 @ 1
[ 2.242890] initcall iomap_init+0x0/0x18 returned 0 after 2478 usecs
[ 2.248958] calling proc_cmdline_init+0x0/0x58 @ 1
[ 2.253729] initcall proc_cmdline_init+0x0/0x58 returned 0 after 52 usecs
[ 2.260161] calling proc_consoles_init+0x0/0x38 @ 1
[ 2.264877] initcall proc_consoles_init+0x0/0x38 returned 0 after 41 usecs
[ 2.271377] calling proc_cpuinfo_init+0x0/0x28 @ 1
[ 2.276159] initcall proc_cpuinfo_init+0x0/0x28 returned 0 after 42 usecs
[ 2.282559] calling proc_devices_init+0x0/0x44 @ 1
[ 2.287395] initcall proc_devices_init+0x0/0x44 returned 0 after 80 usecs
[ 2.293799] calling proc_interrupts_init+0x0/0x38 @ 1
[ 2.298828] initcall proc_interrupts_init+0x0/0x38 returned 0 after 41 usecs
[ 2.305476] calling proc_loadavg_init+0x0/0x40 @ 1
[ 2.310246] initcall proc_loadavg_init+0x0/0x40 returned 0 after 40 usecs
[ 2.316671] calling proc_meminfo_init+0x0/0x40 @ 1
[ 2.321425] initcall proc_meminfo_init+0x0/0x40 returned 0 after 40 usecs
[ 2.328004] calling proc_stat_init+0x0/0x28 @ 1
[ 2.332504] initcall proc_stat_init+0x0/0x28 returned 0 after 41 usecs
[ 2.338679] calling proc_uptime_init+0x0/0x40 @ 1
[ 2.343398] initcall proc_uptime_init+0x0/0x40 returned 0 after 88 usecs
[ 2.349901] calling proc_version_init+0x0/0x40 @ 1
[ 2.354548] initcall proc_version_init+0x0/0x40 returned 0 after 41 usecs
[ 2.361128] calling proc_softirqs_init+0x0/0x40 @ 1
[ 2.365851] initcall proc_softirqs_init+0x0/0x40 returned 0 after 39 usecs
[ 2.372345] calling proc_kmsg_init+0x0/0x28 @ 1
[ 2.376777] initcall proc_kmsg_init+0x0/0x28 returned 0 after 42 usecs
[ 2.382925] calling proc_page_init+0x0/0x44 @ 1
[ 2.387419] initcall proc_page_init+0x0/0x44 returned 0 after 105 usecs
[ 2.393653] calling init_ramfs_fs+0x0/0xc @ 1
[ 2.397874] initcall init_ramfs_fs+0x0/0xc returned 0 after 6 usecs
[ 2.403787] calling chr_dev_init+0x0/0xb8 @ 1
[ 2.529493] initcall chr_dev_init+0x0/0xb8 returned 0 after 121476 usecs
[ 2.535860] calling hwrng_modinit+0x0/0x88 @ 1
[ 2.542127] initcall hwrng_modinit+0x0/0x88 returned 0 after 1853 usecs
[ 2.548566] calling firmware_class_init+0x0/0xd0 @ 1
[ 2.553840] initcall firmware_class_init+0x0/0xd0 returned 0 after 505 usecs
[ 2.560527] calling sysctl_core_init+0x0/0x34 @ 1
[ 2.565317] initcall sysctl_core_init+0x0/0x34 returned 0 after 264 usecs
[ 2.571737] calling eth_offload_init+0x0/0x18 @ 1
[ 2.576388] initcall eth_offload_init+0x0/0x18 returned 0 after 2 usecs
[ 2.582766] calling inet_init+0x0/0x24c @ 1
[ 2.587621] NET: Registered PF_INET protocol family
[ 2.593042] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 2.605121] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 2.613257] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 2.620893] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 2.628396] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 2.635187] TCP: Hash tables configured (established 2048 bind 2048)
[ 2.642012] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 2.648465] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 2.656234] initcall inet_init+0x0/0x24c returned 0 after 69320 usecs
[ 2.662480] calling ipv4_offload_init+0x0/0x7c @ 1
[ 2.667230] initcall ipv4_offload_init+0x0/0x7c returned 0 after 4 usecs
[ 2.673541] calling af_unix_init+0x0/0xac @ 1
[ 2.678071] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 2.683865] initcall af_unix_init+0x0/0xac returned 0 after 6014 usecs
[ 2.690069] calling ipv6_offload_init+0x0/0x84 @ 1
[ 2.694790] initcall ipv6_offload_init+0x0/0x84 returned 0 after 5 usecs
[ 2.701118] calling populate_rootfs+0x0/0x54 @ 1
[ 2.716689] initcall populate_rootfs+0x0/0x54 returned 0 after 11021 usecs
[ 2.723471] calling armv7_pmu_driver_init+0x0/0x10 @ 1
[ 2.747167] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 2.755201] probe of pmu returned 0 after 17721 usecs
[ 2.777550] initcall armv7_pmu_driver_init+0x0/0x10 returned 0 after 49076 usecs
[ 2.784713] calling proc_execdomains_init+0x0/0x34 @ 1
[ 2.797018] initcall proc_execdomains_init+0x0/0x34 returned 0 after 7342 usecs
[ 2.804084] calling register_warn_debugfs+0x0/0x34 @ 1
[ 2.826755] initcall register_warn_debugfs+0x0/0x34 returned 0 after 17717 usecs
[ 2.833727] calling cpuhp_sysfs_init+0x0/0xd0 @ 1
[ 2.847336] initcall cpuhp_sysfs_init+0x0/0xd0 returned 0 after 8949 usecs
[ 2.853990] calling ioresources_init+0x0/0x64 @ 1
[ 2.876388] initcall ioresources_init+0x0/0x64 returned 0 after 17843 usecs
[ 2.883133] calling irq_gc_init_ops+0x0/0x18 @ 1
[ 2.896851] initcall irq_gc_init_ops+0x0/0x18 returned 0 after 9135 usecs
[ 2.903422] calling irq_pm_init_ops+0x0/0x18 @ 1
[ 2.917206] initcall irq_pm_init_ops+0x0/0x18 returned 0 after 9209 usecs
[ 2.923617] calling proc_modules_init+0x0/0x28 @ 1
[ 2.936405] initcall proc_modules_init+0x0/0x28 returned 0 after 8024 usecs
[ 2.943140] calling timer_sysctl_init+0x0/0x20 @ 1
[ 2.967130] initcall timer_sysctl_init+0x0/0x20 returned 0 after 19355 usecs
[ 2.973961] calling timekeeping_init_ops+0x0/0x18 @ 1
[ 2.986641] initcall timekeeping_init_ops+0x0/0x18 returned 0 after 7678 usecs
[ 2.993623] calling init_clocksource_sysfs+0x0/0x2c @ 1
[ 3.018940] initcall init_clocksource_sysfs+0x0/0x2c returned 0 after 20270 usecs
[ 3.026054] calling init_timer_list_procfs+0x0/0x40 @ 1
[ 3.036898] initcall init_timer_list_procfs+0x0/0x40 returned 0 after 5823 usecs
[ 3.043884] calling alarmtimer_init+0x0/0xc0 @ 1
[ 3.067594] initcall alarmtimer_init+0x0/0xc0 returned 0 after 19220 usecs
[ 3.074266] calling init_posix_timers+0x0/0x3c @ 1
[ 3.086134] initcall init_posix_timers+0x0/0x3c returned 0 after 7109 usecs
[ 3.092731] calling clockevents_init_sysfs+0x0/0xcc @ 1
[ 3.113085] initcall clockevents_init_sysfs+0x0/0xcc returned 0 after 15302 usecs
[ 3.120210] calling sched_clock_syscore_init+0x0/0x18 @ 1
[ 3.147064] initcall sched_clock_syscore_init+0x0/0x18 returned 0 after 21669 usecs
[ 3.154517] calling kallsyms_init+0x0/0x28 @ 1
[ 3.176330] initcall kallsyms_init+0x0/0x28 returned 0 after 17392 usecs
[ 3.182675] calling ikconfig_init+0x0/0x54 @ 1
[ 3.196923] initcall ikconfig_init+0x0/0x54 returned 0 after 9916 usecs
[ 3.203337] calling utsname_sysctl_init+0x0/0x20 @ 1
[ 3.216612] initcall utsname_sysctl_init+0x0/0x20 returned 0 after 8353 usecs
[ 3.223532] calling perf_event_sysfs_init+0x0/0xb8 @ 1
[ 3.241724] initcall perf_event_sysfs_init+0x0/0xb8 returned 0 after 13096 usecs
[ 3.248936] calling kswapd_init+0x0/0x18 @ 1
[ 3.277586] initcall kswapd_init+0x0/0x18 returned 0 after 24418 usecs
[ 3.283919] calling extfrag_debug_init+0x0/0x6c @ 1
[ 3.297298] initcall extfrag_debug_init+0x0/0x6c returned 0 after 8527 usecs
[ 3.303975] calling mm_compute_batch_init+0x0/0x1c @ 1
[ 3.308989] initcall mm_compute_batch_init+0x0/0x1c returned 0 after 1 usecs
[ 3.315806] calling slab_proc_init+0x0/0x28 @ 1
[ 3.346575] initcall slab_proc_init+0x0/0x28 returned 0 after 26280 usecs
[ 3.353009] calling workingset_init+0x0/0x9c @ 1
[ 3.357577] workingset: timestamp_bits=30 max_order=16 bucket_order=0
[ 3.377035] initcall workingset_init+0x0/0x9c returned 0 after 19456 usecs
[ 3.383696] calling proc_vmalloc_init+0x0/0x38 @ 1
[ 3.406949] initcall proc_vmalloc_init+0x0/0x38 returned 0 after 18511 usecs
[ 3.413769] calling memblock_init_debugfs+0x0/0x6c @ 1
[ 3.427452] initcall memblock_init_debugfs+0x0/0x6c returned 0 after 8605 usecs
[ 3.434522] calling slab_debugfs_init+0x0/0x60 @ 1
[ 3.488786] initcall slab_debugfs_init+0x0/0x60 returned 0 after 49514 usecs
[ 3.495639] calling fcntl_init+0x0/0x3c @ 1
[ 3.517099] initcall fcntl_init+0x0/0x3c returned 0 after 17281 usecs
[ 3.523202] calling proc_filesystems_init+0x0/0x34 @ 1
[ 3.537085] initcall proc_filesystems_init+0x0/0x34 returned 0 after 8905 usecs
[ 3.543959] calling start_dirtytime_writeback+0x0/0x34 @ 1
[ 3.549373] initcall start_dirtytime_writeback+0x0/0x34 returned 0 after 10 usecs
[ 3.556609] calling dio_init+0x0/0x3c @ 1
[ 3.587032] initcall dio_init+0x0/0x3c returned 0 after 26541 usecs
[ 3.593115] calling aio_setup+0x0/0x9c @ 1
[ 3.608096] initcall aio_setup+0x0/0x9c returned 0 after 10891 usecs
[ 3.614270] calling mbcache_init+0x0/0x40 @ 1
[ 3.626971] initcall mbcache_init+0x0/0x40 returned 0 after 8348 usecs
[ 3.633291] calling init_devpts_fs+0x0/0x34 @ 1
[ 3.646590] initcall init_devpts_fs+0x0/0x34 returned 0 after 8923 usecs
[ 3.652917] calling init_ext2_fs+0x0/0x78 @ 1
[ 3.676787] initcall init_ext2_fs+0x0/0x78 returned 0 after 19638 usecs
[ 3.683071] calling init_fat_fs+0x0/0x5c @ 1
[ 3.696827] initcall init_fat_fs+0x0/0x5c returned 0 after 9601 usecs
[ 3.703069] calling init_vfat_fs+0x0/0xc @ 1
[ 3.707331] initcall init_vfat_fs+0x0/0xc returned 0 after 5 usecs
[ 3.713168] calling init_nls_cp437+0x0/0x10 @ 1
[ 3.717663] initcall init_nls_cp437+0x0/0x10 returned 0 after 1 usecs
[ 3.723723] calling init_nls_iso8859_1+0x0/0x10 @ 1
[ 3.728415] initcall init_nls_iso8859_1+0x0/0x10 returned 0 after 1 usecs
[ 3.734799] calling init_v9fs+0x0/0xf4 @ 1
[ 3.738786] 9p: Installing v9fs 9p2000 file system support
[ 3.786808] initcall init_v9fs+0x0/0xf4 returned 0 after 48019 usecs
[ 3.792984] calling ipc_init+0x0/0x28 @ 1
[ 3.806971] initcall ipc_init+0x0/0x28 returned 0 after 10064 usecs
[ 3.813067] calling ipc_sysctl_init+0x0/0x34 @ 1
[ 3.827230] initcall ipc_sysctl_init+0x0/0x34 returned 0 after 9555 usecs
[ 3.833808] calling blkdev_init+0x0/0x18 @ 1
[ 3.856701] initcall blkdev_init+0x0/0x18 returned 0 after 18722 usecs
[ 3.862891] calling proc_genhd_init+0x0/0x5c @ 1
[ 3.876354] initcall proc_genhd_init+0x0/0x5c returned 0 after 8855 usecs
[ 3.882935] calling deadline_init+0x0/0xc @ 1
[ 3.887170] io scheduler mq-deadline registered
[ 3.891524] initcall deadline_init+0x0/0xc returned 0 after 4357 usecs
[ 3.897711] calling kyber_init+0x0/0xc @ 1
[ 3.901765] io scheduler kyber registered
[ 3.905621] initcall kyber_init+0x0/0xc returned 0 after 3857 usecs
[ 3.911527] calling io_uring_init+0x0/0x40 @ 1
[ 3.957241] initcall io_uring_init+0x0/0x40 returned 0 after 41419 usecs
[ 3.963604] calling blake2s_mod_init+0x0/0x8 @ 1
[ 3.968093] initcall blake2s_mod_init+0x0/0x8 returned 0 after 0 usecs
[ 3.974249] calling percpu_counter_startup+0x0/0xa4 @ 1
[ 3.996982] initcall percpu_counter_startup+0x0/0xa4 returned 0 after 17564 usecs
[ 4.004039] calling test_atomics_init+0x0/0x1ccc @ 1
[ 4.009012] atomic64_test: passed
[ 4.012209] initcall test_atomics_init+0x0/0x1ccc returned 0 after 3260 usecs
[ 4.019124] calling sunxi_rsb_init+0x0/0x50 @ 1
[ 4.058288] initcall sunxi_rsb_init+0x0/0x50 returned 0 after 34811 usecs
[ 4.064715] calling simple_pm_bus_driver_init+0x0/0x10 @ 1
[ 4.079181] probe of soc returned 0 after 2626 usecs
[ 4.084621] initcall simple_pm_bus_driver_init+0x0/0x10 returned 0 after 14468 usecs
[ 4.091963] calling vexpress_syscfg_driver_init+0x0/0x10 @ 1
[ 4.127046] initcall vexpress_syscfg_driver_init+0x0/0x10 returned 0 after 29650 usecs
[ 4.134723] calling sun4i_a10_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.147248] probe of 1c20800.pinctrl returned -517 after 74 usecs
[ 4.153514] initcall sun4i_a10_pinctrl_driver_init+0x0/0x10 returned 0 after 13002 usecs
[ 4.161168] calling sun5i_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.187348] initcall sun5i_pinctrl_driver_init+0x0/0x10 returned 0 after 20757 usecs
[ 4.194845] calling sun6i_a31_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.216850] initcall sun6i_a31_r_pinctrl_driver_init+0x0/0x10 returned 0 after 16073 usecs
[ 4.224852] calling sun8i_a23_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.247115] initcall sun8i_a23_r_pinctrl_driver_init+0x0/0x10 returned 0 after 16323 usecs
[ 4.254923] calling sun8i_a33_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.276993] initcall sun8i_a33_pinctrl_driver_init+0x0/0x10 returned 0 after 16303 usecs
[ 4.284626] calling sun8i_a83t_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.306715] initcall sun8i_a83t_pinctrl_driver_init+0x0/0x10 returned 0 after 16367 usecs
[ 4.314431] calling sun8i_a83t_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.337481] initcall sun8i_a83t_r_pinctrl_driver_init+0x0/0x10 returned 0 after 17166 usecs
[ 4.345568] calling sun8i_h3_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.366758] initcall sun8i_h3_pinctrl_driver_init+0x0/0x10 returned 0 after 15633 usecs
[ 4.374297] calling sun8i_h3_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.387107] initcall sun8i_h3_r_pinctrl_driver_init+0x0/0x10 returned 0 after 6967 usecs
[ 4.394928] calling sun8i_v3s_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.417205] initcall sun8i_v3s_pinctrl_driver_init+0x0/0x10 returned 0 after 16672 usecs
[ 4.424859] calling d1_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.447201] initcall d1_pinctrl_driver_init+0x0/0x10 returned 0 after 17161 usecs
[ 4.454454] calling sun9i_a80_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.476829] initcall sun9i_a80_pinctrl_driver_init+0x0/0x10 returned 0 after 16740 usecs
[ 4.484453] calling sun9i_a80_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.497533] initcall sun9i_a80_r_pinctrl_driver_init+0x0/0x10 returned 0 after 7295 usecs
[ 4.505437] calling bgpio_driver_init+0x0/0x10 @ 1
[ 4.526711] initcall bgpio_driver_init+0x0/0x10 returned 0 after 16503 usecs
[ 4.533360] calling of_fixed_factor_clk_driver_init+0x0/0x10 @ 1
[ 4.557008] initcall of_fixed_factor_clk_driver_init+0x0/0x10 returned 0 after 17724 usecs
[ 4.565014] calling of_fixed_clk_driver_init+0x0/0x10 @ 1
[ 4.586872] initcall of_fixed_clk_driver_init+0x0/0x10 returned 0 after 16512 usecs
[ 4.594295] calling gpio_clk_driver_init+0x0/0x10 @ 1
[ 4.607465] initcall gpio_clk_driver_init+0x0/0x10 returned 0 after 8259 usecs
[ 4.614465] calling sun4i_a10_mod0_clk_driver_init+0x0/0x10 @ 1
[ 4.637419] initcall sun4i_a10_mod0_clk_driver_init+0x0/0x10 returned 0 after 17118 usecs
[ 4.645328] calling sun9i_a80_mmc_config_clk_driver_init+0x0/0x10 @ 1
[ 4.667348] initcall sun9i_a80_mmc_config_clk_driver_init+0x0/0x10 returned 0 after 15825 usecs
[ 4.675541] calling sun8i_a23_apb0_clk_driver_init+0x0/0x10 @ 1
[ 4.696827] initcall sun8i_a23_apb0_clk_driver_init+0x0/0x10 returned 0 after 15437 usecs
[ 4.704765] calling sun6i_a31_apb0_clk_driver_init+0x0/0x10 @ 1
[ 4.727430] initcall sun6i_a31_apb0_clk_driver_init+0x0/0x10 returned 0 after 16819 usecs
[ 4.735148] calling sun6i_a31_apb0_gates_clk_driver_init+0x0/0x10 @ 1
[ 4.747657] initcall sun6i_a31_apb0_gates_clk_driver_init+0x0/0x10 returned 0 after 6321 usecs
[ 4.756021] calling sun6i_a31_ar100_clk_driver_init+0x0/0x10 @ 1
[ 4.786773] initcall sun6i_a31_ar100_clk_driver_init+0x0/0x10 returned 0 after 25000 usecs
[ 4.794552] calling sun20i_d1_ccu_driver_init+0x0/0x10 @ 1
[ 4.806740] initcall sun20i_d1_ccu_driver_init+0x0/0x10 returned 0 after 6868 usecs
[ 4.814137] calling sun20i_d1_r_ccu_driver_init+0x0/0x10 @ 1
[ 4.836679] initcall sun20i_d1_r_ccu_driver_init+0x0/0x10 returned 0 after 16956 usecs
[ 4.844165] calling sun4i_a10_ccu_driver_init+0x0/0x10 @ 1
[ 4.867122] initcall sun4i_a10_ccu_driver_init+0x0/0x10 returned 0 after 17505 usecs
[ 4.874622] calling sun6i_a31_ccu_driver_init+0x0/0x10 @ 1
[ 4.886776] initcall sun6i_a31_ccu_driver_init+0x0/0x10 returned 0 after 6855 usecs
[ 4.893997] calling sun8i_a23_ccu_driver_init+0x0/0x10 @ 1
[ 4.917230] initcall sun8i_a23_ccu_driver_init+0x0/0x10 returned 0 after 17817 usecs
[ 4.924728] calling sun8i_a33_ccu_driver_init+0x0/0x10 @ 1
[ 4.946678] initcall sun8i_a33_ccu_driver_init+0x0/0x10 returned 0 after 16645 usecs
[ 4.954000] calling sun8i_a83t_ccu_driver_init+0x0/0x10 @ 1
[ 4.966669] initcall sun8i_a83t_ccu_driver_init+0x0/0x10 returned 0 after 7165 usecs
[ 4.974160] calling sun8i_h3_ccu_driver_init+0x0/0x10 @ 1
[ 4.996804] initcall sun8i_h3_ccu_driver_init+0x0/0x10 returned 0 after 17312 usecs
[ 5.004211] calling sun8i_r40_ccu_driver_init+0x0/0x10 @ 1
[ 5.073998] probe of 1c20000.clock returned 0 after 46834 usecs
[ 5.087532] initcall sun8i_r40_ccu_driver_init+0x0/0x10 returned 0 after 78047 usecs
[ 5.095032] calling sun8i_v3s_ccu_driver_init+0x0/0x10 @ 1
[ 5.117157] initcall sun8i_v3s_ccu_driver_init+0x0/0x10 returned 0 after 16709 usecs
[ 5.124658] calling sunxi_de2_clk_driver_init+0x0/0x10 @ 1
[ 5.140706] probe of 1000000.clock returned 0 after 3774 usecs
[ 5.157255] initcall sunxi_de2_clk_driver_init+0x0/0x10 returned 0 after 27158 usecs
[ 5.164540] calling sun8i_r_ccu_driver_init+0x0/0x10 @ 1
[ 5.186949] initcall sun8i_r_ccu_driver_init+0x0/0x10 returned 0 after 17160 usecs
[ 5.194271] calling sun9i_a80_ccu_driver_init+0x0/0x10 @ 1
[ 5.217114] initcall sun9i_a80_ccu_driver_init+0x0/0x10 returned 0 after 17405 usecs
[ 5.224627] calling sun9i_a80_de_clk_driver_init+0x0/0x10 @ 1
[ 5.247136] initcall sun9i_a80_de_clk_driver_init+0x0/0x10 returned 0 after 16829 usecs
[ 5.254674] calling sun9i_a80_usb_clk_driver_init+0x0/0x10 @ 1
[ 5.267122] initcall sun9i_a80_usb_clk_driver_init+0x0/0x10 returned 0 after 6838 usecs
[ 5.274865] calling sun4i_dma_driver_init+0x0/0x10 @ 1
[ 5.296716] initcall sun4i_dma_driver_init+0x0/0x10 returned 0 after 16873 usecs
[ 5.303675] calling sunxi_sram_driver_init+0x0/0x18 @ 1
[ 5.320514] probe of 1c00000.system-control returned 0 after 3249 usecs
[ 5.346403] initcall sunxi_sram_driver_init+0x0/0x18 returned 0 after 37555 usecs
[ 5.353455] calling reset_simple_driver_init+0x0/0x10 @ 1
[ 5.367572] initcall reset_simple_driver_init+0x0/0x10 returned 0 after 8901 usecs
[ 5.374721] calling n_null_init+0x0/0x1c @ 1
[ 5.379003] initcall n_null_init+0x0/0x1c returned 0 after 2 usecs
[ 5.384965] calling pty_init+0x0/0x37c @ 1
[ 5.501798] initcall pty_init+0x0/0x37c returned 0 after 112761 usecs
[ 5.507987] calling sysrq_init+0x0/0x4c @ 1
[ 5.526397] initcall sysrq_init+0x0/0x4c returned 0 after 14269 usecs
[ 5.532638] calling serial8250_init+0x0/0x17c @ 1
[ 5.537199] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 5.608472] probe of serial8250 returned 0 after 676 usecs
[ 5.614038] initcall serial8250_init+0x0/0x17c returned 0 after 76840 usecs
[ 5.620836] calling dw8250_platform_driver_init+0x0/0x10 @ 1
[ 5.647235] probe of 1c28000.serial returned -517 after 392 usecs
[ 5.653235] probe of 1c28c00.serial returned -517 after 94 usecs
[ 5.666736] initcall dw8250_platform_driver_init+0x0/0x10 returned 0 after 40316 usecs
[ 5.674202] calling of_platform_serial_driver_init+0x0/0x10 @ 1
[ 5.697907] initcall of_platform_serial_driver_init+0x0/0x10 returned 0 after 17981 usecs
[ 5.705825] calling random_sysctls_init+0x0/0x28 @ 1
[ 5.726179] initcall random_sysctls_init+0x0/0x28 returned 0 after 15423 usecs
[ 5.733173] calling apm_init+0x0/0xd0 @ 1
[ 5.748720] initcall apm_init+0x0/0xd0 returned 0 after 11540 usecs
[ 5.754808] calling smccc_trng_driver_init+0x0/0x10 @ 1
[ 5.776637] initcall smccc_trng_driver_init+0x0/0x10 returned 0 after 16634 usecs
[ 5.783884] calling topology_sysfs_init+0x0/0x3c @ 1
[ 5.797029] initcall topology_sysfs_init+0x0/0x3c returned 0 after 8311 usecs
[ 5.803769] calling cacheinfo_sysfs_init+0x0/0x3c @ 1
[ 5.827318] initcall cacheinfo_sysfs_init+0x0/0x3c returned -2 after 18536 usecs
[ 5.834481] calling devcoredump_init+0x0/0xc @ 1
[ 5.847316] initcall devcoredump_init+0x0/0xc returned 0 after 8244 usecs
[ 5.853893] calling sun6i_prcm_driver_init+0x0/0x10 @ 1
[ 5.877019] initcall sun6i_prcm_driver_init+0x0/0x10 returned 0 after 17950 usecs
[ 5.884096] calling vexpress_sysreg_driver_init+0x0/0x10 @ 1
[ 5.897244] initcall vexpress_sysreg_driver_init+0x0/0x10 returned 0 after 7678 usecs
[ 5.904618] calling sun4i_gpadc_driver_init+0x0/0x10 @ 1
[ 5.926797] initcall sun4i_gpadc_driver_init+0x0/0x10 returned 0 after 16908 usecs
[ 5.934131] calling blackhole_netdev_init+0x0/0x84 @ 1
[ 5.956769] initcall blackhole_netdev_init+0x0/0x84 returned 0 after 17654 usecs
[ 5.963937] calling phylink_init+0x0/0x48 @ 1
[ 5.968185] initcall phylink_init+0x0/0x48 returned 0 after 1 usecs
[ 5.974086] calling fixed_mdio_bus_init+0x0/0x11c @ 1
[ 6.004158] initcall fixed_mdio_bus_init+0x0/0x11c returned 0 after 25079 usecs
[ 6.011149] calling phy_module_init+0x0/0x14 @ 1
[ 6.045077] initcall phy_module_init+0x0/0x14 returned 0 after 29465 usecs
[ 6.051788] calling sun4i_mdio_driver_init+0x0/0x10 @ 1
[ 6.077115] initcall sun4i_mdio_driver_init+0x0/0x10 returned 0 after 20160 usecs
[ 6.084186] calling stmmac_init+0x0/0x3c @ 1
[ 6.106684] initcall stmmac_init+0x0/0x3c returned 0 after 18237 usecs
[ 6.112869] calling sun7i_dwmac_driver_init+0x0/0x10 @ 1
[ 6.127327] initcall sun7i_dwmac_driver_init+0x0/0x10 returned 0 after 9295 usecs
[ 6.134569] calling sun8i_dwmac_driver_init+0x0/0x10 @ 1
[ 6.157315] probe of 1c50000.ethernet returned -517 after 123 usecs
[ 6.163836] initcall sun8i_dwmac_driver_init+0x0/0x10 returned 0 after 24006 usecs
[ 6.171204] calling dwmac_generic_driver_init+0x0/0x10 @ 1
[ 6.197233] initcall dwmac_generic_driver_init+0x0/0x10 returned 0 after 20729 usecs
[ 6.204763] calling serport_init+0x0/0x2c @ 1
[ 6.209114] initcall serport_init+0x0/0x2c returned 0 after 1 usecs
[ 6.215171] calling mousedev_init+0x0/0x88 @ 1
[ 6.246428] mousedev: PS/2 mouse device common for all mice
[ 6.251680] initcall mousedev_init+0x0/0x88 returned 0 after 32221 usecs
[ 6.258242] calling sun6i_rtc_driver_init+0x0/0x10 @ 1
[ 6.285108] probe of alarmtimer.0.auto returned 0 after 663 usecs
[ 6.308516] sun6i-rtc 1c20400.rtc: registered as rtc0
[ 6.313464] sun6i-rtc 1c20400.rtc: setting system clock to 1970-01-01T00:01:17 UTC (77)
[ 6.338684] sun6i-rtc 1c20400.rtc: RTC enabled
[ 6.343356] probe of 1c20400.rtc returned 0 after 66560 usecs
[ 6.357848] initcall sun6i_rtc_driver_init+0x0/0x10 returned 0 after 94662 usecs
[ 6.364847] calling sunxi_rtc_driver_init+0x0/0x10 @ 1
[ 6.387231] initcall sunxi_rtc_driver_init+0x0/0x10 returned 0 after 17429 usecs
[ 6.394389] calling ths_driver_init+0x0/0x10 @ 1
[ 6.413485] thermal_sys: Failed to find 'trips' node
[ 6.418228] thermal_sys: Failed to find trip points for thermal-sensor id=1
[ 6.424860] sun8i-thermal: probe of 1c24c00.thermal-sensor failed with error -22
[ 6.459047] =============================================================================
[ 6.466747] BUG kmalloc-64 (Not tainted): Object already free
[ 6.472152] -----------------------------------------------------------------------------
[ 6.472152]
[ 6.481203] Allocated in thermal_zone_device_register_with_trips+0x17c/0x4a8 age=5 cpu=0 pid=1
[ 6.489314] __kmalloc_node_track_caller+0x44/0x54
[ 6.493951] kmemdup+0x20/0x3c
[ 6.496902] thermal_zone_device_register_with_trips+0x17c/0x4a8
[ 6.502557] devm_thermal_of_zone_register+0x48c/0x5b8
[ 6.507406] sun8i_ths_probe+0x250/0x2fc
[ 6.511111] platform_probe+0x58/0xa8
[ 6.514572] really_probe+0x130/0x29c
[ 6.518117] __driver_probe_device+0x8c/0x190
[ 6.522248] driver_probe_device+0x38/0xb4
[ 6.526116] __driver_attach+0xe4/0xf8
[ 6.529737] bus_for_each_dev+0x78/0xbc
[ 6.533348] bus_add_driver+0xa0/0x1b4
[ 6.536968] driver_register+0xb8/0x100
[ 6.540676] do_one_initcall+0x60/0x1f8
[ 6.544311] kernel_init_freeable+0x198/0x1e0
[ 6.548512] kernel_init+0x14/0x12c
[ 6.551889] Freed in thermal_zone_device_unregister+0xcc/0x110 age=0 cpu=0 pid=1
[ 6.559014] thermal_zone_device_unregister+0xcc/0x110
[ 6.563849] thermal_of_zone_unregister+0x20/0x3c
[ 6.568303] release_nodes+0x2c/0x40
[ 6.571665] devres_release_all+0x9c/0xd0
[ 6.575538] device_unbind_cleanup+0xc/0x60
[ 6.579582] really_probe+0xfc/0x29c
[ 6.583042] __driver_probe_device+0x8c/0x190
[ 6.587257] driver_probe_device+0x38/0xb4
[ 6.591134] __driver_attach+0xe4/0xf8
[ 6.594670] bus_for_each_dev+0x78/0xbc
[ 6.598304] bus_add_driver+0xa0/0x1b4
[ 6.601923] driver_register+0xb8/0x100
[ 6.605630] do_one_initcall+0x60/0x1f8
[ 6.609264] kernel_init_freeable+0x198/0x1e0
[ 6.613401] kernel_init+0x14/0x12c
[ 6.616767] ret_from_fork+0x14/0x2c
[ 6.620220] Slab 0xcee24d40 objects=21 used=13 fp=0xc19eaa00 flags=0x200(slab|zone=0)
[ 6.627767] Object 0xc19eab80 @offset=2944 fp=0x00000000
[ 6.627767]
[ 6.634148] Redzone c19eab40: bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb ................
[ 6.642589] Redzone c19eab50: bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb ................
[ 6.651037] Redzone c19eab60: bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb ................
[ 6.659476] Redzone c19eab70: bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb bb ................
[ 6.667909] Object c19eab80: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk
[ 6.676141] Object c19eab90: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk
[ 6.684573] Object c19eaba0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk
[ 6.692782] Object c19eabb0: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 kkkkkkkkkkkkkkk.
[ 6.701015] Redzone c19eabc0: bb bb bb bb ....
[ 6.708461] Padding c19eabf4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZ
[ 6.716372] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.4.0+ #51
[ 6.722144] Hardware name: Allwinner sun8i Family
[ 6.726577] unwind_backtrace from show_stack+0x10/0x14
[ 6.731630] show_stack from dump_stack_lvl+0x40/0x4c
[ 6.736529] dump_stack_lvl from object_err+0x2c/0x40
[ 6.741320] object_err from free_to_partial_list+0xc8/0x370
[ 6.746793] free_to_partial_list from __kmem_cache_free+0x94/0x12c
[ 6.752852] __kmem_cache_free from thermal_of_zone_unregister+0x30/0x3c
[ 6.759174] thermal_of_zone_unregister from release_nodes+0x2c/0x40
[ 6.765152] release_nodes from devres_release_all+0x9c/0xd0
[ 6.770618] devres_release_all from device_unbind_cleanup+0xc/0x60
[ 6.776528] device_unbind_cleanup from really_probe+0xfc/0x29c
[ 6.782119] really_probe from __driver_probe_device+0x8c/0x190
[ 6.787703] __driver_probe_device from driver_probe_device+0x38/0xb4
[ 6.793772] driver_probe_device from __driver_attach+0xe4/0xf8
[ 6.799371] __driver_attach from bus_for_each_dev+0x78/0xbc
[ 6.804711] bus_for_each_dev from bus_add_driver+0xa0/0x1b4
[ 6.810182] bus_add_driver from driver_register+0xb8/0x100
[ 6.815447] driver_register from do_one_initcall+0x60/0x1f8
[ 6.820914] do_one_initcall from kernel_init_freeable+0x198/0x1e0
[ 6.826740] kernel_init_freeable from kernel_init+0x14/0x12c
[ 6.832290] kernel_init from ret_from_fork+0x14/0x2c
[ 6.837061] Exception stack(0xd0821fb0 to 0xd0821ff8)
[ 6.841817] 1fa0: 00000000 00000000 00000000 00000000
[ 6.849677] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 6.857543] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 6.863753] Disabling lock debugging due to kernel taint
[ 6.868740] FIX kmalloc-64: Object at 0xc19eab80 not freed
[ 6.874006] =============================================================================
[ 6.881861] BUG kmalloc-64 (Tainted: G B ): Wrong object count. Counter is 13 but counted were 16
[ 6.891366] -----------------------------------------------------------------------------
[ 6.891366]
[ 6.900414] Slab 0xcee24d40 objects=21 used=13 fp=0xc19eaa00 flags=0x200(slab|zone=0)
[ 6.907773] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G B 6.4.0+ #51
[ 6.914962] Hardware name: Allwinner sun8i Family
[ 6.919392] unwind_backtrace from show_stack+0x10/0x14
[ 6.924344] show_stack from dump_stack_lvl+0x40/0x4c
[ 6.929240] dump_stack_lvl from slab_err+0x58/0x98
[ 6.933837] slab_err from on_freelist+0x110/0x1a8
[ 6.938472] on_freelist from free_to_partial_list+0xac/0x370
[ 6.944027] free_to_partial_list from __kmem_cache_free+0x94/0x12c
[ 6.950077] __kmem_cache_free from release_nodes+0x2c/0x40
[ 6.955345] release_nodes from devres_release_all+0x9c/0xd0
[ 6.960810] devres_release_all from device_unbind_cleanup+0xc/0x60
[ 6.966859] device_unbind_cleanup from really_probe+0xfc/0x29c
[ 6.972458] really_probe from __driver_probe_device+0x8c/0x190
[ 6.978188] __driver_probe_device from driver_probe_device+0x38/0xb4
[ 6.984419] driver_probe_device from __driver_attach+0xe4/0xf8
[ 6.989987] __driver_attach from bus_for_each_dev+0x78/0xbc
[ 6.995329] bus_for_each_dev from bus_add_driver+0xa0/0x1b4
[ 7.000798] bus_add_driver from driver_register+0xb8/0x100
[ 7.006196] driver_register from do_one_initcall+0x60/0x1f8
[ 7.011539] do_one_initcall from kernel_init_freeable+0x198/0x1e0
[ 7.017366] kernel_init_freeable from kernel_init+0x14/0x12c
[ 7.022915] kernel_init from ret_from_fork+0x14/0x2c
[ 7.027678] Exception stack(0xd0821fb0 to 0xd0821ff8)
[ 7.032425] 1fa0: 00000000 00000000 00000000 00000000
[ 7.040070] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 7.047736] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 7.054099] FIX kmalloc-64: Object count adjusted
[ 7.667463] probe of 1c24c00.thermal-sensor returned 22 after 1259678 usecs
[ 7.674681] initcall ths_driver_init+0x0/0x10 returned 0 after 1275686 usecs
[ 7.681605] calling sunxi_wdt_driver_init+0x0/0x10 @ 1
[ 7.717433] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 7.725386] probe of 1c20c90.watchdog returned 0 after 18613 usecs
[ 7.746801] initcall sunxi_wdt_driver_init+0x0/0x10 returned 0 after 60246 usecs
[ 7.753982] calling smccc_devices_init+0x0/0xa4 @ 1
[ 7.758712] initcall smccc_devices_init+0x0/0xa4 returned 0 after 1 usecs
[ 7.765102] calling smccc_soc_init+0x0/0x140 @ 1
[ 7.769676] initcall smccc_soc_init+0x0/0x140 returned 0 after 1 usecs
[ 7.775841] calling sun8i_ce_driver_init+0x0/0x10 @ 1
[ 7.819121] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz)
[ 7.839080] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 7.857867] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 7.876225] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 7.884583] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 7.907103] sun8i-ce 1c15000.crypto: Register cbc(aes)
[ 7.912070] sun8i-ce 1c15000.crypto: Register ecb(aes)
[ 7.926655] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
[ 7.931922] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
[ 7.946118] sun8i-ce 1c15000.crypto: Register stdrng
[ 7.950847] sun8i-ce 1c15000.crypto: TRNG not supported
[ 7.955876] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0
[ 7.964184] probe of 1c15000.crypto returned 0 after 146125 usecs
[ 7.971307] initcall sun8i_ce_driver_init+0x0/0x10 returned 0 after 190468 usecs
[ 7.978538] calling sun6i_msgbox_driver_init+0x0/0x10 @ 1
[ 7.984340] initcall sun6i_msgbox_driver_init+0x0/0x10 returned 0 after 624 usecs
[ 7.991601] calling rproc_virtio_driver_init+0x0/0x10 @ 1
[ 7.997380] initcall rproc_virtio_driver_init+0x0/0x10 returned 0 after 464 usecs
[ 8.004599] calling sunxi_sid_driver_init+0x0/0x10 @ 1
[ 8.010641] initcall sunxi_sid_driver_init+0x0/0x10 returned 0 after 1088 usecs
[ 8.017737] calling sock_diag_init+0x0/0x40 @ 1
[ 8.022434] initcall sock_diag_init+0x0/0x40 returned 0 after 241 usecs
[ 8.028852] calling gre_offload_init+0x0/0x44 @ 1
[ 8.033383] initcall gre_offload_init+0x0/0x44 returned 0 after 2 usecs
[ 8.039786] calling sysctl_ipv4_init+0x0/0x4c @ 1
[ 8.045075] initcall sysctl_ipv4_init+0x0/0x4c returned 0 after 661 usecs
[ 8.051676] calling tunnel4_init+0x0/0x5c @ 1
[ 8.055890] initcall tunnel4_init+0x0/0x5c returned 0 after 1 usecs
[ 8.061800] calling inet_diag_init+0x0/0x84 @ 1
[ 8.066244] initcall inet_diag_init+0x0/0x84 returned 0 after 56 usecs
[ 8.072557] calling tcp_diag_init+0x0/0xc @ 1
[ 8.076807] initcall tcp_diag_init+0x0/0xc returned 0 after 32 usecs
[ 8.082955] calling cubictcp_register+0x0/0x64 @ 1
[ 8.087582] initcall cubictcp_register+0x0/0x64 returned 0 after 6 usecs
[ 8.094047] calling inet6_init+0x0/0x31c @ 1
[ 8.099121] NET: Registered PF_INET6 protocol family
[ 8.112203] Segment Routing with IPv6
[ 8.116288] In-situ OAM (IOAM) with IPv6
[ 8.120626] initcall inet6_init+0x0/0x31c returned 0 after 22338 usecs
[ 8.127009] calling sit_init+0x0/0xbc @ 1
[ 8.130893] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 8.145017] initcall sit_init+0x0/0xbc returned 0 after 14121 usecs
[ 8.151034] calling init_p9+0x0/0x28 @ 1
[ 8.155099] 9pnet: Installing 9P2000 support
[ 8.159261] initcall init_p9+0x0/0x28 returned 0 after 4342 usecs
[ 8.165146] calling p9_trans_fd_init+0x0/0x2c @ 1
[ 8.169802] initcall p9_trans_fd_init+0x0/0x2c returned 0 after 2 usecs
[ 8.176318] calling kernel_do_mounts_initrd_sysctls_init+0x0/0x28 @ 1
[ 8.182496] initcall kernel_do_mounts_initrd_sysctls_init+0x0/0x28 returned 0 after 54 usecs
[ 8.190663] calling init_machine_late+0x0/0x90 @ 1
[ 8.195420] initcall init_machine_late+0x0/0x90 returned 0 after 48 usecs
[ 8.201832] calling swp_emulation_init+0x0/0x64 @ 1
[ 8.206699] Registering SWP/SWPB emulation handler
[ 8.211315] initcall swp_emulation_init+0x0/0x64 returned 0 after 4664 usecs
[ 8.218144] calling kernel_panic_sysfs_init+0x0/0x28 @ 1
[ 8.223417] initcall kernel_panic_sysfs_init+0x0/0x28 returned 0 after 61 usecs
[ 8.230321] calling kernel_panic_sysctls_init+0x0/0x28 @ 1
[ 8.235631] initcall kernel_panic_sysctls_init+0x0/0x28 returned 0 after 52 usecs
[ 8.242863] calling kernel_exit_sysfs_init+0x0/0x28 @ 1
[ 8.247939] initcall kernel_exit_sysfs_init+0x0/0x28 returned 0 after 50 usecs
[ 8.254730] calling kernel_exit_sysctls_init+0x0/0x28 @ 1
[ 8.260093] initcall kernel_exit_sysctls_init+0x0/0x28 returned 0 after 44 usecs
[ 8.267257] calling param_sysfs_builtin_init+0x0/0x1d0 @ 1
[ 8.355328] initcall param_sysfs_builtin_init+0x0/0x1d0 returned 0 after 82692 usecs
[ 8.362863] calling reboot_ksysfs_init+0x0/0x6c @ 1
[ 8.367961] initcall reboot_ksysfs_init+0x0/0x6c returned 0 after 269 usecs
[ 8.374543] calling sched_core_sysctl_init+0x0/0x2c @ 1
[ 8.379781] initcall sched_core_sysctl_init+0x0/0x2c returned 0 after 62 usecs
[ 8.386878] calling sched_fair_sysctl_init+0x0/0x28 @ 1
[ 8.392062] initcall sched_fair_sysctl_init+0x0/0x28 returned 0 after 43 usecs
[ 8.398905] calling sched_dl_sysctl_init+0x0/0x28 @ 1
[ 8.403792] initcall sched_dl_sysctl_init+0x0/0x28 returned 0 after 49 usecs
[ 8.410625] calling sched_rt_sysctl_init+0x0/0x28 @ 1
[ 8.415521] initcall sched_rt_sysctl_init+0x0/0x28 returned 0 after 53 usecs
[ 8.422354] calling pm_debugfs_init+0x0/0x34 @ 1
[ 8.427052] initcall pm_debugfs_init+0x0/0x34 returned 0 after 124 usecs
[ 8.433388] calling test_suspend+0x0/0x268 @ 1
[ 8.437791] initcall test_suspend+0x0/0x268 returned 0 after 1 usecs
[ 8.443772] calling printk_late_init+0x0/0x1d4 @ 1
[ 8.448586] initcall printk_late_init+0x0/0x1d4 returned 0 after 78 usecs
[ 8.455133] calling init_srcu_module_notifier+0x0/0x2c @ 1
[ 8.460557] initcall init_srcu_module_notifier+0x0/0x2c returned 0 after 3 usecs
[ 8.467712] calling tk_debug_sleep_time_init+0x0/0x34 @ 1
[ 8.473102] initcall tk_debug_sleep_time_init+0x0/0x34 returned 0 after 95 usecs
[ 8.480098] calling kernel_acct_sysctls_init+0x0/0x28 @ 1
[ 8.485323] initcall kernel_acct_sysctls_init+0x0/0x28 returned 0 after 44 usecs
[ 8.492495] calling kexec_core_sysctl_init+0x0/0x28 @ 1
[ 8.497563] initcall kexec_core_sysctl_init+0x0/0x28 returned 0 after 54 usecs
[ 8.504539] calling bpf_rstat_kfunc_init+0x0/0x8 @ 1
[ 8.509343] initcall bpf_rstat_kfunc_init+0x0/0x8 returned 0 after 0 usecs
[ 8.515821] calling fault_around_debugfs+0x0/0x34 @ 1
[ 8.520900] initcall fault_around_debugfs+0x0/0x34 returned 0 after 93 usecs
[ 8.527555] calling slab_sysfs_init+0x0/0x10c @ 1
[ 8.650556] initcall slab_sysfs_init+0x0/0x10c returned 0 after 118373 usecs
[ 8.657267] calling check_early_ioremap_leak+0x0/0x60 @ 1
[ 8.662436] initcall check_early_ioremap_leak+0x0/0x60 returned 0 after 1 usecs
[ 8.669510] calling crypto_algapi_init+0x0/0x10 @ 1
[ 8.674374] initcall crypto_algapi_init+0x0/0x10 returned 0 after 61 usecs
[ 8.680851] calling blk_timeout_init+0x0/0x18 @ 1
[ 8.685491] initcall blk_timeout_init+0x0/0x18 returned 0 after 0 usecs
[ 8.691889] calling clk_debug_init+0x0/0xf8 @ 1
[ 8.891048] initcall clk_debug_init+0x0/0xf8 returned 0 after 194660 usecs
[ 8.897629] calling sync_state_resume_initcall+0x0/0x10 @ 1
[ 8.903096] initcall sync_state_resume_initcall+0x0/0x10 returned 0 after 3 usecs
[ 8.910156] calling deferred_probe_initcall+0x0/0x94 @ 1
[ 8.929684] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pi not found, using dummy regulator
[ 8.940727] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 8.975594] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 8.988578] probe of 1c20800.pinctrl returned 0 after 72902 usecs
[ 8.995332] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator
[ 9.007962] printk: console [ttyS0] disabled
[ 9.034241] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 71, base_baud = 1500000) is a U6_16550A
[ 9.043046] printk: console [ttyS0] enabled
[ 9.043046] printk: console [ttyS0] enabled
[ 9.050787] printk: bootconsole [uart0] disabled
[ 9.050787] printk: bootconsole [uart0] disabled
[ 9.063307] probe of 1c28000.serial returned 0 after 68731 usecs
[ 9.070270] sun4i-pinctrl 1c20800.pinctrl: request() failed for pin 198
[ 9.076218] sun4i-pinctrl 1c20800.pinctrl: pin-198 (1c28c00.serial) status -517
[ 9.082737] sun4i-pinctrl 1c20800.pinctrl: could not request pin 198 (PG6) from group PG6 on device 1c20800.pinctrl
[ 9.092134] dw-apb-uart 1c28c00.serial: Error applying setting, reverse things back
[ 9.099740] probe of 1c28c00.serial returned -517 after 30666 usecs
[ 9.105785] probe of 1c50000.ethernet returned -517 after 105 usecs
[ 9.112815] sun4i-pinctrl 1c20800.pinctrl: request() failed for pin 198
[ 9.118755] sun4i-pinctrl 1c20800.pinctrl: pin-198 (1c28c00.serial) status -517
[ 9.125274] sun4i-pinctrl 1c20800.pinctrl: could not request pin 198 (PG6) from group PG6 on device 1c20800.pinctrl
[ 9.134670] dw-apb-uart 1c28c00.serial: Error applying setting, reverse things back
[ 9.142201] probe of 1c28c00.serial returned -517 after 30562 usecs
[ 9.148244] probe of 1c50000.ethernet returned -517 after 100 usecs
[ 9.153876] initcall deferred_probe_initcall+0x0/0x94 returned 0 after 238509 usecs
[ 9.160788] calling psci_debugfs_init+0x0/0x60 @ 1
[ 9.165172] initcall psci_debugfs_init+0x0/0x60 returned 0 after 1 usecs
[ 9.171196] calling of_fdt_raw_init+0x0/0x80 @ 1
[ 9.175895] initcall of_fdt_raw_init+0x0/0x80 returned 0 after 490 usecs
[ 9.181921] calling bpf_kfunc_init+0x0/0x8 @ 1
[ 9.186004] initcall bpf_kfunc_init+0x0/0x8 returned 0 after 0 usecs
[ 9.191682] calling xdp_metadata_init+0x0/0x8 @ 1
[ 9.195992] initcall xdp_metadata_init+0x0/0x8 returned 0 after 0 usecs
[ 9.201901] calling tcp_congestion_default+0x0/0x14 @ 1
[ 9.206677] initcall tcp_congestion_default+0x0/0x14 returned 0 after 3 usecs
[ 9.213052] calling clk_disable_unused+0x0/0xec @ 1
[ 9.217528] clk: Disabling unused clocks
[ 9.221278] initcall clk_disable_unused+0x0/0xec returned 0 after 3750 usecs
[ 9.227621] calling regulator_init_complete+0x0/0x4c @ 1
[ 9.232459] initcall regulator_init_complete+0x0/0x4c returned 0 after 4 usecs
[ 9.238938] calling of_platform_sync_state_init+0x0/0x10 @ 1
[ 9.244090] initcall of_platform_sync_state_init+0x0/0x10 returned 0 after 2 usecs
[ 9.259273] Freeing unused kernel image (initmem) memory: 3072K
[ 9.264917] Run /init as init process
[ 9.268227] with arguments:
[ 9.270877] /init
[ 9.272908] with environment:
[ 9.275707] HOME=/
[ 9.277840] TERM=linux
1970/01/01 00:01:20 Welcome to u-root!
_
_ _ _ __ ___ ___ | |_
| | | |____| '__/ _ \ / _ \| __|
| |_| |____| | | (_) | (_) | |_
\__,_| |_| \___/ \___/ \__|
[ 9.373238] cgroup: Unknown subsys name 'memory'
[ 9.381034] cgroup: Unknown subsys name 'freezer'
[ 9.387141] cgroup: Unknown subsys name 'devices'
[ 9.393174] cgroup: Unknown subsys name 'cpuacct'
[ 9.398669] cgroup: Unknown subsys name 'blkio'
[ 9.404375] cgroup: Unknown subsys name 'cpuset'
[ 9.409773] cgroup: Unknown subsys name 'pids'
[ 9.415231] cgroup: Unknown subsys name 'net_cls'
[ 9.421122] cgroup: Unknown subsys name 'hugetlb'
[ 9.426759] cgroup: Unknown subsys name 'perf_event'
#/ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 54.00
Features : half thumb fastmult edsp tls idiva idivt lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
Hardware : Allwinner sun8i Family
Revision : 0000
Serial : 0000000000000000
/# uname -a
[ 19.297747] sun4i-pinctrl 1c20800.pinctrl: request() failed for pin 198
[ 19.303685] sun4i-pinctrl 1c20800.pinctrl: pin-198 (1c28c00.serial) status -517
[ 19.310303] sun4i-pinctrl 1c20800.pinctrl: could not request pin 198 (PG6) from group PG6 on device 1c20800.pinctrl
[ 19.319712] dw-apb-uart 1c28c00.serial: Error applying setting, reverse things back
Linux (none) 6.4.0+ #51 SMP Sun Aug 13 16:25:46 CEST 2023 armv7l (none)
/# ip a
1: lo: <UP,LOOPBACK> mtu 65536 state UNKNOWN
link/loopback
inet 127.0.0.1 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1 scope host
valid_lft forever preferred_lft forever
2: sit0: <0> mtu 1480 state DOWN
link/sit
[ 9.932324][ T10] sun8i_dwmac_probe
[ 9.939827][ T10] dwmac-sun8i 1c50000.ethernet: IRQ eth_wake_irq not found
[ 9.949571][ T10] dwmac-sun8i 1c50000.ethernet: IRQ eth_lpi not found
[ 9.959264][ T10] sun8i_dwmac_probe alloc
[ 9.969493][ T10] sun8i_dwmac_probe variant
[ 9.973630][ T10] sun8i_dwmac_probe regulator
[ 9.982965][ T10] sun8i_dwmac_probe clock...
[ 9.989790][ T42] probe of axp20x-regulator returned 0 after 203521 usecs
[ 9.996161][ T10] stmmac_probe_config_dt
[ 10.000105][ T10] We have a snps,dwmac-mdio
[ 10.004477][ T10] dwmac-sun8i 1c50000.ethernet: PTP uses main clock
[ 10.010425][ T10] sun8i_dwmac_init
[ 10.014114][ T10] use internal PHY: 0
[ 10.019965][ T10] dwmac-sun8i 1c50000.ethernet: No HW DMA feature register supported
[ 10.027093][ T10] dwmac-sun8i 1c50000.ethernet: RX Checksum Offload Engine supported
[ 10.034181][ T10] dwmac-sun8i 1c50000.ethernet: COE Type 2
[ 10.039237][ T10] dwmac-sun8i 1c50000.ethernet: TX Checksum insertion supported
[ 10.045935][ T10] dwmac-sun8i 1c50000.ethernet: Normal descriptors
[ 10.051605][ T10] dwmac-sun8i 1c50000.ethernet: Chain mode enabled
[ 10.057339][ T10] dwmac-sun8i 1c50000.ethernet: device MAC address 66:47:d1:2e:03:38
[ 10.065591][ T10] Try registering MII bus and PHY device
[ 10.070497][ T10] configure PHY bus level
[ 10.074271][ T10] register MDIO bus
[ 10.086456][ T10] traverse for PHYs
[ 10.089753][ T10] Probe C22 compat
[ 10.093354][ T10] mdio_bus stmmac-0: MDIO device at address 1 is missing.
[ 10.220636][ T10] dwmac-sun8i 1c50000.ethernet: EMAC reset timeout
[ 10.226374][ T10] dwmac-sun8i 1c50000.ethernet eth0: stmmac_dvr_remove: removing driver
[ 10.281979][ T10] dwmac-sun8i: probe of 1c50000.ethernet failed with error -110
[ 10.295385][ T10] probe of 1c50000.ethernet returned 110 after 370869 usecs
[ 0.000000][ T0] Booting Linux on physical CPU 0x0
[ 0.000000][ T0] Linux version 6.4.0+ (dama@orangelemp) (arm-linux-gnueabi-gcc (Ubuntu 11.3.0-1ubun3
[ 0.000000][ T0] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000][ T0] CPU: div instructions available: patching division code
[ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000][ T0] OF: fdt: Machine model: ShareVDI R1
[ 0.000000][ T0] earlycon: uart0 at MMIO32 0x01c28000 (options '')
[ 0.000000][ T0] printk: bootconsole [uart0] enabled
[ 0.000000][ T0] Memory policy: Data cache writealloc
[ 0.000000][ T0] cma: Reserved 16 MiB at 0x4f000000
[ 0.000000][ T0] Zone ranges:
[ 0.000000][ T0] Normal [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000][ T0] Movable zone start for each node
[ 0.000000][ T0] Early memory node ranges
[ 0.000000][ T0] node 0: [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000040000000-0x000000004fffffff]
[ 0.000000][ T0] percpu: Embedded 11 pages/cpu s15892 r8192 d20972 u45056
[ 0.000000][ T0] pcpu-alloc: s15892 r8192 d20972 u45056 alloc=11*4096
[ 0.000000][ T0] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000][ T0] Kernel command line: earlycon=uart,mmio32,0x1c28000 console=ttyS0,115200 initcall_g
[ 0.000000][ T0] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000][ T0] printk: log_buf_len total cpu_extra contributions: 12288 bytes
[ 0.000000][ T0] printk: log_buf_len min size: 16384 bytes
[ 0.000000][ T0] printk: log_buf_len: 32768 bytes
[ 0.000000][ T0] printk: early log buf free: 15024(91%)
[ 0.000000][ T0] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000][ T0] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 64960
[ 0.000000][ T0] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000][ T0] stackdepot: allocating hash table via alloc_large_system_hash
[ 0.000000][ T0] stackdepot hash table entries: 16384 (order: 4, 65536 bytes, linear)
[ 0.000000][ T0] Memory: 230868K/262144K available (5120K kernel code, 456K rwdata, 2152K rodata, 3)
[ 0.000000][ T0] **********************************************************
[ 0.000000][ T0] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000][ T0] ** **
[ 0.000000][ T0] ** This system shows unhashed kernel memory addresses **
[ 0.000000][ T0] ** via the console, logs, and other interfaces. This **
[ 0.000000][ T0] ** might reduce the security of your system. **
[ 0.000000][ T0] ** **
[ 0.000000][ T0] ** If you see this message and you are not debugging **
[ 0.000000][ T0] ** the kernel, report this immediately to your system **
[ 0.000000][ T0] ** administrator! **
[ 0.000000][ T0] ** **
[ 0.000000][ T0] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.000000][ T0] **********************************************************
[ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000][ T0] rcu: Hierarchical RCU implementation.
[ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000][ T0] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000][ T0] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851s
[ 0.000000][ T0] arch_timer: cp15 timer(s) running at 27.00MHz (virt).
[ 0.000000][ T0] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x63a1e71a3, maxs
[ 0.000002][ T0] sched_clock: 56 bits at 27MHz, resolution 37ns, wraps every 4398046511093ns
[ 0.008161][ T0] Switching to timer-based delay loop, resolution 37ns
[ 0.015686][ T0] Console: colour dummy device 80x30
[ 0.020679][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 54.00 B)
[ 0.031054][ T0] pid_max: default: 32768 minimum: 301
[ 0.037615][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.045264][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.061313][ T0] CPU: Testing write buffer coherency: ok
[ 0.068159][ T1] /cpus/cpu@0 missing clock-frequency property
[ 0.073897][ T1] /cpus/cpu@1 missing clock-frequency property
[ 0.079693][ T1] /cpus/cpu@2 missing clock-frequency property
[ 0.085454][ T1] /cpus/cpu@3 missing clock-frequency property
[ 0.091361][ T1] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.103138][ T1] calling allocate_overflow_stacks+0x0/0x84 @ 1
[ 0.109248][ T1] initcall allocate_overflow_stacks+0x0/0x84 returned 0 after 0 usecs
[ 0.116811][ T1] calling cpu_suspend_alloc_sp+0x0/0x9c @ 1
[ 0.122443][ T1] initcall cpu_suspend_alloc_sp+0x0/0x9c returned 0 after 0 usecs
[ 0.129730][ T1] calling init_static_idmap+0x0/0x118 @ 1
[ 0.135127][ T1] Setting up static identity map for 0x40100000 - 0x40100060
[ 0.141972][ T1] initcall init_static_idmap+0x0/0x118 returned 0 after 10000 usecs
[ 0.149358][ T1] calling sunxi_mc_smp_init+0x0/0x36c @ 1
[ 0.154714][ T1] initcall sunxi_mc_smp_init+0x0/0x36c returned -19 after 0 usecs
[ 0.162224][ T1] calling spawn_ksoftirqd+0x0/0x4c @ 1
[ 0.168095][ T1] initcall spawn_ksoftirqd+0x0/0x4c returned 0 after 0 usecs
[ 0.174994][ T1] calling migration_init+0x0/0x44 @ 1
[ 0.180027][ T1] initcall migration_init+0x0/0x44 returned 0 after 0 usecs
[ 0.186785][ T1] calling srcu_bootup_announce+0x0/0x7c @ 1
[ 0.192345][ T1] rcu: Hierarchical SRCU implementation.
[ 0.197523][ T1] rcu: Max phase no-delay instances is 1000.
[ 0.203153][ T1] initcall srcu_bootup_announce+0x0/0x7c returned 0 after 10000 usecs
[ 0.210678][ T1] calling rcu_sysrq_init+0x0/0x24 @ 1
[ 0.215681][ T1] initcall rcu_sysrq_init+0x0/0x24 returned 0 after 0 usecs
[ 0.222404][ T1] calling check_cpu_stall_init+0x0/0x20 @ 1
[ 0.227931][ T1] initcall check_cpu_stall_init+0x0/0x20 returned 0 after 0 usecs
[ 0.235124][ T1] calling rcu_spawn_gp_kthread+0x0/0x1ec @ 1
[ 0.241320][ T1] initcall rcu_spawn_gp_kthread+0x0/0x1ec returned 0 after 0 usecs
[ 0.248720][ T1] calling cpu_stop_init+0x0/0x94 @ 1
[ 0.254419][ T1] initcall cpu_stop_init+0x0/0x94 returned 0 after 0 usecs
[ 0.261336][ T1] calling irq_work_init_threads+0x0/0x8 @ 1
[ 0.266911][ T1] initcall irq_work_init_threads+0x0/0x8 returned 0 after 0 usecs
[ 0.274411][ T1] calling jump_label_init_module+0x0/0xc @ 1
[ 0.280113][ T1] initcall jump_label_init_module+0x0/0xc returned 0 after 0 usecs
[ 0.287402][ T1] calling init_zero_pfn+0x0/0x4c @ 1
[ 0.292370][ T1] initcall init_zero_pfn+0x0/0x4c returned 0 after 0 usecs
[ 0.299292][ T1] calling init_fs_inode_sysctls+0x0/0x28 @ 1
[ 0.304979][ T1] initcall init_fs_inode_sysctls+0x0/0x28 returned 0 after 0 usecs
[ 0.312289][ T1] calling init_fs_locks_sysctls+0x0/0x28 @ 1
[ 0.317957][ T1] initcall init_fs_locks_sysctls+0x0/0x28 returned 0 after 0 usecs
[ 0.325237][ T1] calling init_fs_sysctls+0x0/0xc @ 1
[ 0.330442][ T1] initcall init_fs_sysctls+0x0/0xc returned 0 after 0 usecs
[ 0.337163][ T1] calling cci_init+0x0/0x4a0 @ 1
[ 0.342211][ T1] initcall cci_init+0x0/0x4a0 returned -19 after 0 usecs
[ 0.348714][ T1] calling dummy_timer_register+0x0/0x34 @ 1
[ 0.354296][ T1] initcall dummy_timer_register+0x0/0x34 returned 0 after 0 usecs
[ 0.363622][ T1] smp: Bringing up secondary CPUs ...
[ 0.379350][ T1] smp: Brought up 1 node, 1 CPU
[ 0.383837][ T1] SMP: Total of 1 processors activated (54.00 BogoMIPS).
[ 0.390381][ T1] CPU: All CPU(s) started in SVC mode.
[ 0.398859][ T1] devtmpfs: initialized
[ 0.552654][ T1] calling ipc_ns_init+0x0/0x18 @ 1
[ 0.557808][ T1] initcall ipc_ns_init+0x0/0x18 returned 0 after 0 usecs
[ 0.564385][ T1] calling init_mmap_min_addr+0x0/0x20 @ 1
[ 0.569793][ T1] initcall init_mmap_min_addr+0x0/0x20 returned 0 after 0 usecs
[ 0.576825][ T1] calling inet_frag_wq_init+0x0/0x4c @ 1
[ 0.582984][ T1] initcall inet_frag_wq_init+0x0/0x4c returned 0 after 0 usecs
[ 0.590163][ T1] calling ptrace_break_init+0x0/0x2c @ 1
[ 0.595476][ T1] initcall ptrace_break_init+0x0/0x2c returned 0 after 0 usecs
[ 0.602464][ T1] calling v6_userpage_init+0x0/0x8 @ 1
[ 0.607622][ T1] initcall v6_userpage_init+0x0/0x8 returned 0 after 0 usecs
[ 0.614428][ T1] calling cpu_hotplug_pm_sync_init+0x0/0x18 @ 1
[ 0.620344][ T1] initcall cpu_hotplug_pm_sync_init+0x0/0x18 returned 0 after 0 usecs
[ 0.627927][ T1] calling alloc_frozen_cpus+0x0/0x8 @ 1
[ 0.633116][ T1] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[ 0.639993][ T1] calling wq_sysfs_init+0x0/0x4c @ 1
[ 0.646298][ T1] initcall wq_sysfs_init+0x0/0x4c returned 0 after 0 usecs
[ 0.652942][ T1] calling ksysfs_init+0x0/0x98 @ 1
[ 0.658337][ T1] initcall ksysfs_init+0x0/0x98 returned 0 after 0 usecs
[ 0.664847][ T1] calling pm_init+0x0/0x80 @ 1
[ 0.671534][ T1] initcall pm_init+0x0/0x80 returned 0 after 0 usecs
[ 0.677686][ T1] calling rcu_set_runtime_mode+0x0/0x20 @ 1
[ 0.683234][ T1] initcall rcu_set_runtime_mode+0x0/0x20 returned 0 after 0 usecs
[ 0.690474][ T1] calling init_jiffies_clocksource+0x0/0x14 @ 1
[ 0.696363][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 191126s
[ 0.706214][ T1] initcall init_jiffies_clocksource+0x0/0x14 returned 0 after 0 usecs
[ 0.713775][ T1] calling futex_init+0x0/0xf4 @ 1
[ 0.718529][ T1] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.725733][ T1] initcall futex_init+0x0/0xf4 returned 0 after 10000 usecs
[ 0.732447][ T1] calling cgroup_wq_init+0x0/0x38 @ 1
[ 0.737543][ T1] initcall cgroup_wq_init+0x0/0x38 returned 0 after 0 usecs
[ 0.744274][ T1] calling cgroup1_wq_init+0x0/0x38 @ 1
[ 0.749498][ T1] initcall cgroup1_wq_init+0x0/0x38 returned 0 after 0 usecs
[ 0.756344][ T1] calling cpu_pm_init+0x0/0x18 @ 1
[ 0.761183][ T1] initcall cpu_pm_init+0x0/0x18 returned 0 after 0 usecs
[ 0.767710][ T1] calling cma_init_reserved_areas+0x0/0x244 @ 1
[ 0.774631][ T1] initcall cma_init_reserved_areas+0x0/0x244 returned 0 after 0 usecs
[ 0.782188][ T1] calling filelock_init+0x0/0xb4 @ 1
[ 0.787444][ T1] initcall filelock_init+0x0/0xb4 returned 0 after 0 usecs
[ 0.794375][ T1] calling init_script_binfmt+0x0/0x1c @ 1
[ 0.799755][ T1] initcall init_script_binfmt+0x0/0x1c returned 0 after 0 usecs
[ 0.806817][ T1] calling init_elf_binfmt+0x0/0x1c @ 1
[ 0.811950][ T1] initcall init_elf_binfmt+0x0/0x1c returned 0 after 0 usecs
[ 0.818787][ T1] calling debugfs_init+0x0/0x78 @ 1
[ 0.823703][ T1] initcall debugfs_init+0x0/0x78 returned 0 after 0 usecs
[ 0.830308][ T1] calling cci_platform_init+0x0/0x10 @ 1
[ 0.836078][ T1] initcall cci_platform_init+0x0/0x10 returned 0 after 0 usecs
[ 0.843079][ T1] calling pinctrl_init+0x0/0xd0 @ 1
[ 0.847977][ T1] pinctrl core: initialized pinctrl subsystem
[ 0.854583][ T1] initcall pinctrl_init+0x0/0xd0 returned 0 after 0 usecs
[ 0.861283][ T1] calling gpiolib_dev_init+0x0/0xe4 @ 1
[ 0.867531][ T1] initcall gpiolib_dev_init+0x0/0xe4 returned 0 after 0 usecs
[ 0.874490][ T1] calling virtio_init+0x0/0x24 @ 1
[ 0.879850][ T1] initcall virtio_init+0x0/0x24 returned 0 after 0 usecs
[ 0.886353][ T1] calling regulator_init+0x0/0xa4 @ 1
[ 0.894300][ T1] initcall regulator_init+0x0/0xa4 returned 0 after 0 usecs
[ 0.901088][ T1] calling component_debug_init+0x0/0x28 @ 1
[ 0.909663][ T10] probe of reg-dummy returned 0 after 0 usecs
[ 0.915476][ T1] initcall component_debug_init+0x0/0x28 returned 0 after 10000 usecs
[ 0.923014][ T1] calling soc_bus_register+0x0/0x40 @ 1
[ 0.928854][ T1] initcall soc_bus_register+0x0/0x40 returned 0 after 0 usecs
[ 0.935780][ T1] calling free_raw_capacity+0x0/0x20 @ 1
[ 0.941077][ T1] initcall free_raw_capacity+0x0/0x20 returned 0 after 0 usecs
[ 0.948029][ T1] calling opp_debug_init+0x0/0x28 @ 1
[ 0.953152][ T1] initcall opp_debug_init+0x0/0x28 returned 0 after 0 usecs
[ 0.959870][ T1] calling sock_init+0x0/0x9c @ 1
[ 0.965483][ T1] initcall sock_init+0x0/0x9c returned 0 after 0 usecs
[ 0.972068][ T1] calling net_inuse_init+0x0/0x24 @ 1
[ 0.977120][ T1] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs
[ 0.983802][ T1] calling net_defaults_init+0x0/0x24 @ 1
[ 0.989113][ T1] initcall net_defaults_init+0x0/0x24 returned 0 after 0 usecs
[ 0.996110][ T1] calling init_default_flow_dissectors+0x0/0x4c @ 1
[ 1.002299][ T1] initcall init_default_flow_dissectors+0x0/0x4c returned 0 after 0 usecs
[ 1.010144][ T1] calling netlink_proto_init+0x0/0x124 @ 1
[ 1.017880][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 1.025070][ T1] initcall netlink_proto_init+0x0/0x124 returned 0 after 0 usecs
[ 1.032300][ T1] calling genl_init+0x0/0x38 @ 1
[ 1.037177][ T1] initcall genl_init+0x0/0x38 returned 0 after 0 usecs
[ 1.043671][ T1] calling atomic_pool_init+0x0/0x1b4 @ 1
[ 1.051063][ T1] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 1.058309][ T1] initcall atomic_pool_init+0x0/0x1b4 returned 0 after 10000 usecs
[ 1.065592][ T1] calling pi_init+0x0/0x6c @ 1
[ 1.070429][ T1] initcall pi_init+0x0/0x6c returned 0 after 0 usecs
[ 1.076558][ T1] calling irq_sysfs_init+0x0/0x94 @ 1
[ 1.094777][ T1] initcall irq_sysfs_init+0x0/0x94 returned 0 after 10000 usecs
[ 1.101898][ T1] calling bdi_class_init+0x0/0x48 @ 1
[ 1.107349][ T1] initcall bdi_class_init+0x0/0x48 returned 0 after 0 usecs
[ 1.114093][ T1] calling mm_sysfs_init+0x0/0x38 @ 1
[ 1.119091][ T1] initcall mm_sysfs_init+0x0/0x38 returned 0 after 0 usecs
[ 1.126039][ T1] calling init_per_zone_wmark_min+0x0/0x1c @ 1
[ 1.131839][ T1] initcall init_per_zone_wmark_min+0x0/0x1c returned 0 after 0 usecs
[ 1.139310][ T1] calling tty_class_init+0x0/0xc @ 1
[ 1.144543][ T1] initcall tty_class_init+0x0/0xc returned 0 after 0 usecs
[ 1.151218][ T1] calling vtconsole_class_init+0x0/0xdc @ 1
[ 1.158340][ T1] initcall vtconsole_class_init+0x0/0xdc returned 0 after 0 usecs
[ 1.165871][ T1] calling devlink_class_init+0x0/0x3c @ 1
[ 1.171552][ T1] initcall devlink_class_init+0x0/0x3c returned 0 after 0 usecs
[ 1.178670][ T1] calling software_node_init+0x0/0x3c @ 1
[ 1.184081][ T1] initcall software_node_init+0x0/0x3c returned 0 after 0 usecs
[ 1.191165][ T1] calling wakeup_sources_debugfs_init+0x0/0x34 @ 1
[ 1.197338][ T1] initcall wakeup_sources_debugfs_init+0x0/0x34 returned 0 after 0 usecs
[ 1.205157][ T1] calling wakeup_sources_sysfs_init+0x0/0x28 @ 1
[ 1.211411][ T1] initcall wakeup_sources_sysfs_init+0x0/0x28 returned 0 after 0 usecs
[ 1.219102][ T1] calling regmap_initcall+0x0/0x10 @ 1
[ 1.224300][ T1] initcall regmap_initcall+0x0/0x10 returned 0 after 0 usecs
[ 1.231165][ T1] calling syscon_init+0x0/0x10 @ 1
[ 1.236387][ T1] initcall syscon_init+0x0/0x10 returned 0 after 0 usecs
[ 1.242938][ T1] calling i2c_init+0x0/0xbc @ 1
[ 1.248748][ T1] initcall i2c_init+0x0/0xbc returned 0 after 0 usecs
[ 1.255042][ T1] calling thermal_init+0x0/0x13c @ 1
[ 1.260001][ T1] thermal_sys: Registered thermal governor 'step_wise'
[ 1.260343][ T1] initcall thermal_init+0x0/0x13c returned 0 after 0 usecs
[ 1.273326][ T1] calling kobject_uevent_init+0x0/0xc @ 1
[ 1.278907][ T1] initcall kobject_uevent_init+0x0/0xc returned 0 after 0 usecs
[ 1.286168][ T1] calling gate_vma_init+0x0/0x6c @ 1
[ 1.291166][ T1] initcall gate_vma_init+0x0/0x6c returned 0 after 0 usecs
[ 1.297836][ T1] calling customize_machine+0x0/0x30 @ 1
[ 1.303164][ T1] initcall customize_machine+0x0/0x30 returned 0 after 0 usecs
[ 1.310149][ T1] calling init_atags_procfs+0x0/0xe8 @ 1
[ 1.315422][ T1] No ATAGs?
[ 1.318225][ T1] initcall init_atags_procfs+0x0/0xe8 returned -22 after 0 usecs
[ 1.325388][ T1] calling arch_hw_breakpoint_init+0x0/0x2a4 @ 1
[ 1.331298][ T1] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 1.339478][ T1] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 1.345596][ T1] initcall arch_hw_breakpoint_init+0x0/0x2a4 returned 0 after 10000 usecs
[ 1.353508][ T1] calling vdso_init+0x0/0x1f8 @ 1
[ 1.358517][ T1] initcall vdso_init+0x0/0x1f8 returned 0 after 0 usecs
[ 1.364932][ T1] calling exceptions_init+0x0/0x84 @ 1
[ 1.370039][ T1] initcall exceptions_init+0x0/0x84 returned 0 after 0 usecs
[ 1.376935][ T1] calling cryptomgr_init+0x0/0xc @ 1
[ 1.381951][ T1] initcall cryptomgr_init+0x0/0xc returned 0 after 0 usecs
[ 1.388895][ T1] calling dma_bus_init+0x0/0xe0 @ 1
[ 1.394453][ T1] initcall dma_bus_init+0x0/0xe0 returned 0 after 0 usecs
[ 1.401140][ T1] calling dma_channel_table_init+0x0/0xd0 @ 1
[ 1.406863][ T1] initcall dma_channel_table_init+0x0/0xd0 returned 0 after 0 usecs
[ 1.414293][ T1] calling sunxi_mbus_init+0x0/0x40 @ 1
[ 1.419441][ T1] initcall sunxi_mbus_init+0x0/0x40 returned 0 after 0 usecs
[ 1.426265][ T1] calling of_platform_default_populate_init+0x0/0xd4 @ 1
[ 1.482899][ T1] platform 1c20800.pinctrl: Fixed dependency cycle(s) with /soc/pinctrl@1c20800/clk-n
[ 1.513317][ T1] platform 1c2ac00.i2c: Fixed dependency cycle(s) with /soc/pinctrl@1c20800/i2c0-pins
[ 1.535608][ T1] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/mixer@1200000/portst
[ 1.545712][ T1] platform 1c70000.tcon-top: Fixed dependency cycle(s) with /soc/mixer@1100000/portst
[ 1.558749][ T1] platform 1ee0000.hdmi: Fixed dependency cycle(s) with /soc/tcon-top@1c70000/ports/t
[ 1.579042][ T1] platform connector: Fixed dependency cycle(s) with /soc/hdmi@1ee0000/ports/port@1/t
[ 1.595574][ T1] initcall of_platform_default_populate_init+0x0/0xd4 returned 0 after 150000 usecs
[ 1.604472][ T1] calling topology_init+0x0/0x64 @ 1
[ 1.615477][ T1] initcall topology_init+0x0/0x64 returned 0 after 10000 usecs
[ 1.622457][ T1] calling uid_cache_init+0x0/0xb8 @ 1
[ 1.627622][ T1] initcall uid_cache_init+0x0/0xb8 returned 0 after 0 usecs
[ 1.634423][ T1] calling param_sysfs_init+0x0/0x58 @ 1
[ 1.639742][ T1] initcall param_sysfs_init+0x0/0x58 returned 0 after 0 usecs
[ 1.646666][ T1] calling user_namespace_sysctl_init+0x0/0xb8 @ 1
[ 1.652955][ T1] initcall user_namespace_sysctl_init+0x0/0xb8 returned 0 after 0 usecs
[ 1.660644][ T1] calling pm_sysrq_init+0x0/0x1c @ 1
[ 1.665698][ T1] initcall pm_sysrq_init+0x0/0x1c returned 0 after 0 usecs
[ 1.672326][ T1] calling create_proc_profile+0x0/0xec @ 1
[ 1.677793][ T1] initcall create_proc_profile+0x0/0xec returned 0 after 0 usecs
[ 1.684907][ T1] calling crash_save_vmcoreinfo_init+0x0/0x588 @ 1
[ 1.691349][ T1] initcall crash_save_vmcoreinfo_init+0x0/0x588 returned 0 after 0 usecs
[ 1.699165][ T1] calling crash_notes_memory_init+0x0/0x40 @ 1
[ 1.704989][ T1] initcall crash_notes_memory_init+0x0/0x40 returned 0 after 0 usecs
[ 1.712450][ T1] calling cgroup_sysfs_init+0x0/0x18 @ 1
[ 1.717872][ T1] initcall cgroup_sysfs_init+0x0/0x18 returned 0 after 0 usecs
[ 1.724843][ T1] calling cgroup_namespaces_init+0x0/0x8 @ 1
[ 1.730493][ T1] initcall cgroup_namespaces_init+0x0/0x8 returned 0 after 0 usecs
[ 1.737805][ T1] calling oom_init+0x0/0x50 @ 1
[ 1.743174][ T1] initcall oom_init+0x0/0x50 returned 0 after 0 usecs
[ 1.749505][ T1] calling cgwb_init+0x0/0x34 @ 1
[ 1.754294][ T1] initcall cgwb_init+0x0/0x34 returned 0 after 0 usecs
[ 1.760651][ T1] calling default_bdi_init+0x0/0x34 @ 1
[ 1.768185][ T1] initcall default_bdi_init+0x0/0x34 returned 0 after 0 usecs
[ 1.775059][ T1] calling percpu_enable_async+0x0/0x18 @ 1
[ 1.780525][ T1] initcall percpu_enable_async+0x0/0x18 returned 0 after 0 usecs
[ 1.787688][ T1] calling kcompactd_init+0x0/0x78 @ 1
[ 1.793485][ T1] initcall kcompactd_init+0x0/0x78 returned 0 after 0 usecs
[ 1.800305][ T1] calling init_reserve_notifier+0x0/0x8 @ 1
[ 1.805857][ T1] initcall init_reserve_notifier+0x0/0x8 returned 0 after 0 usecs
[ 1.813099][ T1] calling init_admin_reserve+0x0/0x30 @ 1
[ 1.818482][ T1] initcall init_admin_reserve+0x0/0x30 returned 0 after 0 usecs
[ 1.825556][ T1] calling init_user_reserve+0x0/0x30 @ 1
[ 1.830871][ T1] initcall init_user_reserve+0x0/0x30 returned 0 after 0 usecs
[ 1.837837][ T1] calling mem_cgroup_init+0x0/0xe4 @ 1
[ 1.843022][ T1] initcall mem_cgroup_init+0x0/0xe4 returned 0 after 0 usecs
[ 1.849800][ T1] calling crypto_null_mod_init+0x0/0x64 @ 1
[ 1.855385][ T1] initcall crypto_null_mod_init+0x0/0x64 returned 0 after 0 usecs
[ 1.862573][ T1] calling crypto_ecb_module_init+0x0/0xc @ 1
[ 1.868187][ T1] initcall crypto_ecb_module_init+0x0/0xc returned 0 after 0 usecs
[ 1.875504][ T1] calling crypto_cbc_module_init+0x0/0xc @ 1
[ 1.881110][ T1] initcall crypto_cbc_module_init+0x0/0xc returned 0 after 0 usecs
[ 1.888412][ T1] calling des_generic_mod_init+0x0/0x10 @ 1
[ 1.893947][ T1] initcall des_generic_mod_init+0x0/0x10 returned 0 after 0 usecs
[ 1.901149][ T1] calling aes_init+0x0/0xc @ 1
[ 1.905624][ T1] initcall aes_init+0x0/0xc returned 0 after 0 usecs
[ 1.911792][ T1] calling init_bio+0x0/0xac @ 1
[ 1.917174][ T1] initcall init_bio+0x0/0xac returned 0 after 0 usecs
[ 1.923425][ T1] calling blk_ioc_init+0x0/0x3c @ 1
[ 1.928375][ T1] initcall blk_ioc_init+0x0/0x3c returned 0 after 0 usecs
[ 1.935035][ T1] calling blk_mq_init+0x0/0xe8 @ 1
[ 1.939810][ T1] initcall blk_mq_init+0x0/0xe8 returned 0 after 0 usecs
[ 1.946328][ T1] calling genhd_device_init+0x0/0x54 @ 1
[ 1.953055][ T1] initcall genhd_device_init+0x0/0x54 returned 0 after 0 usecs
[ 1.960032][ T1] calling io_wq_init+0x0/0x50 @ 1
[ 1.964842][ T1] initcall io_wq_init+0x0/0x50 returned 0 after 0 usecs
[ 1.971286][ T1] calling gpiolib_debugfs_init+0x0/0x34 @ 1
[ 1.976912][ T1] initcall gpiolib_debugfs_init+0x0/0x34 returned 0 after 0 usecs
[ 1.984171][ T1] calling regulator_fixed_voltage_init+0x0/0x10 @ 1
[ 1.990835][ T10] probe of vcc5v0 returned -517 after 0 usecs
[ 1.996776][ T1] initcall regulator_fixed_voltage_init+0x0/0x10 returned 0 after 0 usecs
[ 2.004677][ T1] calling gpio_regulator_init+0x0/0x10 @ 1
[ 2.010594][ T1] initcall gpio_regulator_init+0x0/0x10 returned 0 after 0 usecs
[ 2.017792][ T1] calling misc_init+0x0/0xcc @ 1
[ 2.023068][ T1] initcall misc_init+0x0/0xcc returned 0 after 0 usecs
[ 2.029655][ T1] calling register_cpu_capacity_sysctl+0x0/0x74 @ 1
[ 2.036009][ T1] initcall register_cpu_capacity_sysctl+0x0/0x74 returned 0 after 0 usecs
[ 2.043853][ T1] calling phy_init+0x0/0x214 @ 1
[ 2.050343][ T1] initcall phy_init+0x0/0x214 returned 0 after 0 usecs
[ 2.056748][ T1] calling serio_init+0x0/0x30 @ 1
[ 2.062189][ T1] initcall serio_init+0x0/0x30 returned 0 after 0 usecs
[ 2.068655][ T1] calling input_init+0x0/0xf4 @ 1
[ 2.073973][ T1] initcall input_init+0x0/0xf4 returned 0 after 0 usecs
[ 2.080486][ T1] calling rtc_init+0x0/0x50 @ 1
[ 2.085441][ T1] initcall rtc_init+0x0/0x50 returned 0 after 0 usecs
[ 2.091720][ T1] calling power_supply_class_init+0x0/0x40 @ 1
[ 2.097844][ T1] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[ 2.105628][ T1] calling remoteproc_init+0x0/0x78 @ 1
[ 2.111478][ T1] initcall remoteproc_init+0x0/0x78 returned 0 after 0 usecs
[ 2.118316][ T1] calling devfreq_init+0x0/0xd8 @ 1
[ 2.124650][ T1] initcall devfreq_init+0x0/0xd8 returned 0 after 0 usecs
[ 2.131528][ T1] calling devfreq_simple_ondemand_init+0x0/0xc @ 1
[ 2.137624][ T1] initcall devfreq_simple_ondemand_init+0x0/0xc returned 0 after 0 usecs
[ 2.145446][ T1] calling arm_pmu_hp_init+0x0/0x58 @ 1
[ 2.150528][ T1] initcall arm_pmu_hp_init+0x0/0x58 returned 0 after 0 usecs
[ 2.157391][ T1] calling nvmem_init+0x0/0xc @ 1
[ 2.162642][ T1] initcall nvmem_init+0x0/0xc returned 0 after 0 usecs
[ 2.169234][ T1] calling proto_init+0x0/0xc @ 1
[ 2.174114][ T1] initcall proto_init+0x0/0xc returned 0 after 0 usecs
[ 2.180699][ T1] calling net_dev_init+0x0/0x250 @ 1
[ 2.192987][ T1] initcall net_dev_init+0x0/0x250 returned 0 after 10000 usecs
[ 2.200052][ T1] calling neigh_init+0x0/0xa4 @ 1
[ 2.204987][ T1] initcall neigh_init+0x0/0xa4 returned 0 after 0 usecs
[ 2.211363][ T1] calling fib_notifier_init+0x0/0xc @ 1
[ 2.216613][ T1] initcall fib_notifier_init+0x0/0xc returned 0 after 0 usecs
[ 2.223490][ T1] calling netdev_genl_init+0x0/0x3c @ 1
[ 2.229346][ T1] initcall netdev_genl_init+0x0/0x3c returned 0 after 0 usecs
[ 2.236329][ T1] calling pktsched_init+0x0/0x120 @ 1
[ 2.241651][ T1] initcall pktsched_init+0x0/0x120 returned 0 after 0 usecs
[ 2.248380][ T1] calling tc_filter_init+0x0/0x108 @ 1
[ 2.253975][ T1] initcall tc_filter_init+0x0/0x108 returned 0 after 0 usecs
[ 2.260756][ T1] calling ethnl_init+0x0/0x74 @ 1
[ 2.266720][ T1] initcall ethnl_init+0x0/0x74 returned 0 after 0 usecs
[ 2.273218][ T1] calling nexthop_init+0x0/0x10c @ 1
[ 2.278539][ T1] initcall nexthop_init+0x0/0x10c returned 0 after 0 usecs
[ 2.285179][ T1] calling vsprintf_init_hashval+0x0/0x18 @ 1
[ 2.290834][ T1] initcall vsprintf_init_hashval+0x0/0x18 returned 0 after 0 usecs
[ 2.298100][ T1] calling watchdog_init+0x0/0x7c @ 1
[ 2.304242][ T1] initcall watchdog_init+0x0/0x7c returned 0 after 0 usecs
[ 2.311038][ T1] calling proc_cpu_init+0x0/0x24 @ 1
[ 2.316118][ T1] initcall proc_cpu_init+0x0/0x24 returned 0 after 0 usecs
[ 2.322854][ T1] calling alignment_init+0x0/0xcc @ 1
[ 2.327930][ T1] initcall alignment_init+0x0/0xcc returned 0 after 0 usecs
[ 2.334686][ T1] calling iomem_init_inode+0x0/0x88 @ 1
[ 2.340498][ T1] initcall iomem_init_inode+0x0/0x88 returned 0 after 0 usecs
[ 2.347496][ T1] calling clocksource_done_booting+0x0/0x44 @ 1
[ 2.353431][ T1] clocksource: Switched to clocksource arch_sys_counter
[ 2.359782][ T1] initcall clocksource_done_booting+0x0/0x44 returned 0 after 6378 usecs
[ 2.367608][ T1] calling init_fs_stat_sysctls+0x0/0x28 @ 1
[ 2.373241][ T1] initcall init_fs_stat_sysctls+0x0/0x28 returned 0 after 122 usecs
[ 2.380651][ T1] calling init_fs_exec_sysctls+0x0/0x28 @ 1
[ 2.386325][ T1] initcall init_fs_exec_sysctls+0x0/0x28 returned 0 after 123 usecs
[ 2.393828][ T1] calling init_pipe_fs+0x0/0x64 @ 1
[ 2.399264][ T1] initcall init_pipe_fs+0x0/0x64 returned 0 after 554 usecs
[ 2.406302][ T1] calling init_fs_namei_sysctls+0x0/0x28 @ 1
[ 2.411904][ T1] initcall init_fs_namei_sysctls+0x0/0x28 returned 0 after 55 usecs
[ 2.419392][ T1] calling init_fs_dcache_sysctls+0x0/0x28 @ 1
[ 2.425159][ T1] initcall init_fs_dcache_sysctls+0x0/0x28 returned 0 after 42 usecs
[ 2.432584][ T1] calling init_fs_namespace_sysctls+0x0/0x28 @ 1
[ 2.438574][ T1] initcall init_fs_namespace_sysctls+0x0/0x28 returned 0 after 42 usecs
[ 2.446344][ T1] calling cgroup_writeback_init+0x0/0x34 @ 1
[ 2.451985][ T1] initcall cgroup_writeback_init+0x0/0x34 returned 0 after 64 usecs
[ 2.459437][ T1] calling eventpoll_init+0x0/0x108 @ 1
[ 2.464960][ T1] initcall eventpoll_init+0x0/0x108 returned 0 after 357 usecs
[ 2.472024][ T1] calling anon_inode_init+0x0/0x64 @ 1
[ 2.477694][ T1] initcall anon_inode_init+0x0/0x64 returned 0 after 525 usecs
[ 2.484991][ T1] calling proc_locks_init+0x0/0x3c @ 1
[ 2.490136][ T1] initcall proc_locks_init+0x0/0x3c returned 0 after 45 usecs
[ 2.497089][ T1] calling init_fs_coredump_sysctls+0x0/0x28 @ 1
[ 2.502992][ T1] initcall init_fs_coredump_sysctls+0x0/0x28 returned 0 after 54 usecs
[ 2.510968][ T1] calling iomap_init+0x0/0x18 @ 1
[ 2.518412][ T1] initcall iomap_init+0x0/0x18 returned 0 after 2511 usecs
[ 2.525216][ T1] calling proc_cmdline_init+0x0/0x58 @ 1
[ 2.530548][ T1] initcall proc_cmdline_init+0x0/0x58 returned 0 after 53 usecs
[ 2.537635][ T1] calling proc_consoles_init+0x0/0x38 @ 1
[ 2.543034][ T1] initcall proc_consoles_init+0x0/0x38 returned 0 after 43 usecs
[ 2.550171][ T1] calling proc_cpuinfo_init+0x0/0x28 @ 1
[ 2.555461][ T1] initcall proc_cpuinfo_init+0x0/0x28 returned 0 after 44 usecs
[ 2.562789][ T1] calling proc_devices_init+0x0/0x44 @ 1
[ 2.568122][ T1] initcall proc_devices_init+0x0/0x44 returned 0 after 40 usecs
[ 2.575491][ T1] calling proc_interrupts_init+0x0/0x38 @ 1
[ 2.581033][ T1] initcall proc_interrupts_init+0x0/0x38 returned 0 after 41 usecs
[ 2.588379][ T1] calling proc_loadavg_init+0x0/0x40 @ 1
[ 2.593705][ T1] initcall proc_loadavg_init+0x0/0x40 returned 0 after 41 usecs
[ 2.601032][ T1] calling proc_meminfo_init+0x0/0x40 @ 1
[ 2.606358][ T1] initcall proc_meminfo_init+0x0/0x40 returned 0 after 41 usecs
[ 2.613533][ T1] calling proc_stat_init+0x0/0x28 @ 1
[ 2.618590][ T1] initcall proc_stat_init+0x0/0x28 returned 0 after 42 usecs
[ 2.625449][ T1] calling proc_uptime_init+0x0/0x40 @ 1
[ 2.630683][ T1] initcall proc_uptime_init+0x0/0x40 returned 0 after 40 usecs
[ 2.637703][ T1] calling proc_version_init+0x0/0x40 @ 1
[ 2.643006][ T1] initcall proc_version_init+0x0/0x40 returned 0 after 41 usecs
[ 2.650059][ T1] calling proc_softirqs_init+0x0/0x40 @ 1
[ 2.655485][ T1] initcall proc_softirqs_init+0x0/0x40 returned 0 after 40 usecs
[ 2.662705][ T1] calling proc_kmsg_init+0x0/0x28 @ 1
[ 2.667818][ T1] initcall proc_kmsg_init+0x0/0x28 returned 0 after 42 usecs
[ 2.674725][ T1] calling proc_page_init+0x0/0x5c @ 1
[ 2.679894][ T1] initcall proc_page_init+0x0/0x5c returned 0 after 138 usecs
[ 2.686852][ T1] calling init_ramfs_fs+0x0/0xc @ 1
[ 2.691713][ T1] initcall init_ramfs_fs+0x0/0xc returned 0 after 6 usecs
[ 2.698387][ T1] calling chr_dev_init+0x0/0xb8 @ 1
[ 2.825887][ T1] initcall chr_dev_init+0x0/0xb8 returned 0 after 122656 usecs
[ 2.833006][ T1] calling hwrng_modinit+0x0/0x88 @ 1
[ 2.839827][ T1] initcall hwrng_modinit+0x0/0x88 returned 0 after 1838 usecs
[ 2.847039][ T1] calling firmware_class_init+0x0/0xd0 @ 1
[ 2.853055][ T1] initcall firmware_class_init+0x0/0xd0 returned 0 after 529 usecs
[ 2.860369][ T1] calling sysctl_core_init+0x0/0x34 @ 1
[ 2.865922][ T1] initcall sysctl_core_init+0x0/0x34 returned 0 after 336 usecs
[ 2.873072][ T1] calling eth_offload_init+0x0/0x18 @ 1
[ 2.878257][ T1] initcall eth_offload_init+0x0/0x18 returned 0 after 2 usecs
[ 2.885447][ T1] calling inet_init+0x0/0x24c @ 1
[ 2.891050][ T1] NET: Registered PF_INET protocol family
[ 2.897379][ T1] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 2.909985][ T1] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 2.918589][ T1] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 2.926883][ T1] TCP established hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 2.935176][ T1] TCP bind hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 2.942651][ T1] TCP: Hash tables configured (established 2048 bind 2048)
[ 2.950125][ T1] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 2.957328][ T1] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 2.965829][ T1] initcall inet_init+0x0/0x24c returned 0 after 75505 usecs
[ 2.972859][ T1] calling ipv4_offload_init+0x0/0x7c @ 1
[ 2.978234][ T1] initcall ipv4_offload_init+0x0/0x7c returned 0 after 3 usecs
[ 2.985227][ T1] calling af_unix_init+0x0/0xac @ 1
[ 2.990327][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 2.996708][ T1] initcall af_unix_init+0x0/0xac returned 0 after 6665 usecs
[ 3.003625][ T1] calling ipv6_offload_init+0x0/0x84 @ 1
[ 3.008856][ T1] initcall ipv6_offload_init+0x0/0x84 returned 0 after 4 usecs
[ 3.016130][ T1] calling populate_rootfs+0x0/0x54 @ 1
[ 3.033806][ T1] initcall populate_rootfs+0x0/0x54 returned 0 after 12569 usecs
[ 3.041113][ T1] calling armv7_pmu_driver_init+0x0/0x10 @ 1
[ 3.064198][ T1] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 3.072875][ T1] probe of pmu returned 0 after 18458 usecs
[ 3.094422][ T1] initcall armv7_pmu_driver_init+0x0/0x10 returned 0 after 47547 usecs
[ 3.102046][ T1] calling proc_execdomains_init+0x0/0x34 @ 1
[ 3.124547][ T1] initcall proc_execdomains_init+0x0/0x34 returned 0 after 16869 usecs
[ 3.132221][ T1] calling register_warn_debugfs+0x0/0x34 @ 1
[ 3.154289][ T1] initcall register_warn_debugfs+0x0/0x34 returned 0 after 16404 usecs
[ 3.161954][ T1] calling cpuhp_sysfs_init+0x0/0xd0 @ 1
[ 3.174771][ T1] initcall cpuhp_sysfs_init+0x0/0xd0 returned 0 after 7554 usecs
[ 3.181944][ T1] calling ioresources_init+0x0/0x64 @ 1
[ 3.203800][ T1] initcall ioresources_init+0x0/0x64 returned 0 after 16611 usecs
[ 3.211066][ T1] calling irq_gc_init_ops+0x0/0x18 @ 1
[ 3.223927][ T1] initcall irq_gc_init_ops+0x0/0x18 returned 0 after 7746 usecs
[ 3.231003][ T1] calling irq_pm_init_ops+0x0/0x18 @ 1
[ 3.254312][ T1] initcall irq_pm_init_ops+0x0/0x18 returned 0 after 18144 usecs
[ 3.261751][ T1] calling proc_modules_init+0x0/0x28 @ 1
[ 3.273546][ T1] initcall proc_modules_init+0x0/0x28 returned 0 after 6484 usecs
[ 3.280775][ T1] calling timer_sysctl_init+0x0/0x20 @ 1
[ 3.304773][ T1] initcall timer_sysctl_init+0x0/0x20 returned 0 after 18670 usecs
[ 3.312185][ T1] calling timekeeping_init_ops+0x0/0x18 @ 1
[ 3.333478][ T1] initcall timekeeping_init_ops+0x0/0x18 returned 0 after 15752 usecs
[ 3.341015][ T1] calling init_clocksource_sysfs+0x0/0x2c @ 1
[ 3.356725][ T1] initcall init_clocksource_sysfs+0x0/0x2c returned 0 after 9978 usecs
[ 3.364428][ T1] calling init_timer_list_procfs+0x0/0x40 @ 1
[ 3.383954][ T1] initcall init_timer_list_procfs+0x0/0x40 returned 0 after 13833 usecs
[ 3.391713][ T1] calling alarmtimer_init+0x0/0xc0 @ 1
[ 3.415145][ T1] initcall alarmtimer_init+0x0/0xc0 returned 0 after 18278 usecs
[ 3.422333][ T1] calling init_posix_timers+0x0/0x40 @ 1
[ 3.444677][ T1] initcall init_posix_timers+0x0/0x40 returned 0 after 17050 usecs
[ 3.451993][ T1] calling clockevents_init_sysfs+0x0/0xcc @ 1
[ 3.470073][ T1] initcall clockevents_init_sysfs+0x0/0xcc returned 0 after 12314 usecs
[ 3.477843][ T1] calling sched_clock_syscore_init+0x0/0x18 @ 1
[ 3.503974][ T1] initcall sched_clock_syscore_init+0x0/0x18 returned 0 after 20269 usecs
[ 3.511889][ T1] calling kallsyms_init+0x0/0x28 @ 1
[ 3.534235][ T1] initcall kallsyms_init+0x0/0x28 returned 0 after 17373 usecs
[ 3.541265][ T1] calling ikconfig_init+0x0/0x54 @ 1
[ 3.553729][ T1] initcall ikconfig_init+0x0/0x54 returned 0 after 7443 usecs
[ 3.560931][ T1] calling utsname_sysctl_init+0x0/0x20 @ 1
[ 3.584452][ T1] initcall utsname_sysctl_init+0x0/0x20 returned 0 after 18051 usecs
[ 3.591965][ T1] calling perf_event_sysfs_init+0x0/0xb8 @ 1
[ 3.609418][ T1] initcall perf_event_sysfs_init+0x0/0xb8 returned 0 after 11830 usecs
[ 3.617144][ T1] calling kswapd_init+0x0/0x18 @ 1
[ 3.644699][ T1] initcall kswapd_init+0x0/0x18 returned 0 after 22737 usecs
[ 3.651824][ T1] calling extfrag_debug_init+0x0/0x6c @ 1
[ 3.673908][ T1] initcall extfrag_debug_init+0x0/0x6c returned 0 after 16708 usecs
[ 3.681327][ T1] calling mm_compute_batch_init+0x0/0x1c @ 1
[ 3.686949][ T1] initcall mm_compute_batch_init+0x0/0x1c returned 0 after 2 usecs
[ 3.694254][ T1] calling slab_proc_init+0x0/0x28 @ 1
[ 3.723928][ T1] initcall slab_proc_init+0x0/0x28 returned 0 after 24633 usecs
[ 3.730996][ T1] calling workingset_init+0x0/0x9c @ 1
[ 3.736172][ T1] workingset: timestamp_bits=14 max_order=16 bucket_order=2
[ 3.764293][ T1] initcall workingset_init+0x0/0x9c returned 0 after 28120 usecs
[ 3.771458][ T1] calling proc_vmalloc_init+0x0/0x38 @ 1
[ 3.783763][ T1] initcall proc_vmalloc_init+0x0/0x38 returned 0 after 7000 usecs
[ 3.791300][ T1] calling memblock_init_debugfs+0x0/0x6c @ 1
[ 3.814865][ T1] initcall memblock_init_debugfs+0x0/0x6c returned 0 after 17895 usecs
[ 3.822514][ T1] calling slab_debugfs_init+0x0/0x60 @ 1
[ 3.878058][ T1] initcall slab_debugfs_init+0x0/0x60 returned 0 after 50228 usecs
[ 3.885447][ T1] calling fcntl_init+0x0/0x40 @ 1
[ 3.913859][ T1] initcall fcntl_init+0x0/0x40 returned 0 after 23532 usecs
[ 3.920893][ T1] calling proc_filesystems_init+0x0/0x34 @ 1
[ 3.933755][ T1] initcall proc_filesystems_init+0x0/0x34 returned 0 after 7200 usecs
[ 3.941322][ T1] calling start_dirtytime_writeback+0x0/0x34 @ 1
[ 3.947308][ T1] initcall start_dirtytime_writeback+0x0/0x34 returned 0 after 9 usecs
[ 3.954951][ T1] calling dio_init+0x0/0x3c @ 1
[ 3.983960][ T1] initcall dio_init+0x0/0x3c returned 0 after 24302 usecs
[ 3.990817][ T1] calling aio_setup+0x0/0x9c @ 1
[ 4.014621][ T1] initcall aio_setup+0x0/0x9c returned 0 after 19111 usecs
[ 4.021566][ T1] calling mbcache_init+0x0/0x40 @ 1
[ 4.033797][ T1] initcall mbcache_init+0x0/0x40 returned 0 after 7293 usecs
[ 4.040905][ T1] calling init_devpts_fs+0x0/0x34 @ 1
[ 4.064557][ T1] initcall init_devpts_fs+0x0/0x34 returned 0 after 18559 usecs
[ 4.071640][ T1] calling init_ext2_fs+0x0/0x7c @ 1
[ 4.084497][ T1] initcall init_ext2_fs+0x0/0x7c returned 0 after 7926 usecs
[ 4.091439][ T1] calling init_fat_fs+0x0/0x60 @ 1
[ 4.114093][ T1] initcall init_fat_fs+0x0/0x60 returned 0 after 17830 usecs
[ 4.121014][ T1] calling init_vfat_fs+0x0/0xc @ 1
[ 4.125867][ T1] initcall init_vfat_fs+0x0/0xc returned 0 after 8 usecs
[ 4.132429][ T1] calling init_nls_cp437+0x0/0x10 @ 1
[ 4.137516][ T1] initcall init_nls_cp437+0x0/0x10 returned 0 after 1 usecs
[ 4.144542][ T1] calling init_nls_iso8859_1+0x0/0x10 @ 1
[ 4.149923][ T1] initcall init_nls_iso8859_1+0x0/0x10 returned 0 after 1 usecs
[ 4.156999][ T1] calling init_v9fs+0x0/0xf8 @ 1
[ 4.161791][ T1] 9p: Installing v9fs 9p2000 file system support
[ 4.214578][ T1] initcall init_v9fs+0x0/0xf8 returned 0 after 52784 usecs
[ 4.221243][ T1] calling ipc_init+0x0/0x28 @ 1
[ 4.244683][ T1] initcall ipc_init+0x0/0x28 returned 0 after 18687 usecs
[ 4.251371][ T1] calling ipc_sysctl_init+0x0/0x34 @ 1
[ 4.264790][ T1] initcall ipc_sysctl_init+0x0/0x34 returned 0 after 8281 usecs
[ 4.271863][ T1] calling blkdev_init+0x0/0x18 @ 1
[ 4.295023][ T1] initcall blkdev_init+0x0/0x18 returned 0 after 18300 usecs
[ 4.301881][ T1] calling proc_genhd_init+0x0/0x5c @ 1
[ 4.314378][ T1] initcall proc_genhd_init+0x0/0x5c returned 0 after 7339 usecs
[ 4.321484][ T1] calling deadline_init+0x0/0xc @ 1
[ 4.326400][ T1] io scheduler mq-deadline registered
[ 4.331338][ T1] initcall deadline_init+0x0/0xc returned 0 after 4941 usecs
[ 4.338153][ T1] calling kyber_init+0x0/0xc @ 1
[ 4.342949][ T1] io scheduler kyber registered
[ 4.347431][ T1] initcall kyber_init+0x0/0xc returned 0 after 4483 usecs
[ 4.354281][ T1] calling io_uring_init+0x0/0x44 @ 1
[ 4.404588][ T1] initcall io_uring_init+0x0/0x44 returned 0 after 45363 usecs
[ 4.411901][ T1] calling blake2s_mod_init+0x0/0x8 @ 1
[ 4.417076][ T1] initcall blake2s_mod_init+0x0/0x8 returned 0 after 0 usecs
[ 4.424184][ T1] calling percpu_counter_startup+0x0/0xa4 @ 1
[ 4.454076][ T1] initcall percpu_counter_startup+0x0/0xa4 returned 0 after 24183 usecs
[ 4.461865][ T1] calling test_atomics_init+0x0/0x1ccc @ 1
[ 4.467429][ T1] atomic64_test: passed
[ 4.471259][ T1] initcall test_atomics_init+0x0/0x1ccc returned 0 after 3892 usecs
[ 4.478650][ T1] calling sunxi_rsb_init+0x0/0x50 @ 1
[ 4.515705][ T1] initcall sunxi_rsb_init+0x0/0x50 returned 0 after 31967 usecs
[ 4.522793][ T1] calling simple_pm_bus_driver_init+0x0/0x10 @ 1
[ 4.546358][ T1] probe of soc returned 0 after 2608 usecs
[ 4.552533][ T1] initcall simple_pm_bus_driver_init+0x0/0x10 returned 0 after 23775 usecs
[ 4.560567][ T1] calling vexpress_syscfg_driver_init+0x0/0x10 @ 1
[ 4.595796][ T1] initcall vexpress_syscfg_driver_init+0x0/0x10 returned 0 after 29084 usecs
[ 4.604015][ T1] calling sun4i_a10_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.624266][ T1] probe of 1c20800.pinctrl returned -517 after 75 usecs
[ 4.631191][ T1] initcall sun4i_a10_pinctrl_driver_init+0x0/0x10 returned 0 after 20931 usecs
[ 4.639557][ T1] calling sun5i_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.665163][ T1] initcall sun5i_pinctrl_driver_init+0x0/0x10 returned 0 after 19666 usecs
[ 4.673168][ T1] calling sun6i_a31_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.694329][ T1] initcall sun6i_a31_r_pinctrl_driver_init+0x0/0x10 returned 0 after 14720 usecs
[ 4.702770][ T1] calling sun8i_a23_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.724774][ T1] initcall sun8i_a23_r_pinctrl_driver_init+0x0/0x10 returned 0 after 15533 usecs
[ 4.733211][ T1] calling sun8i_a33_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.755188][ T1] initcall sun8i_a33_pinctrl_driver_init+0x0/0x10 returned 0 after 15657 usecs
[ 4.763538][ T1] calling sun8i_a83t_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.795314][ T1] initcall sun8i_a83t_pinctrl_driver_init+0x0/0x10 returned 0 after 25191 usecs
[ 4.803759][ T1] calling sun8i_a83t_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.824344][ T1] initcall sun8i_a83t_r_pinctrl_driver_init+0x0/0x10 returned 0 after 14023 usecs
[ 4.832889][ T1] calling sun8i_h3_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.854949][ T1] initcall sun8i_h3_pinctrl_driver_init+0x0/0x10 returned 0 after 15845 usecs
[ 4.863199][ T1] calling sun8i_h3_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.885056][ T1] initcall sun8i_h3_r_pinctrl_driver_init+0x0/0x10 returned 0 after 15449 usecs
[ 4.893459][ T1] calling sun8i_v3s_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.914248][ T1] initcall sun8i_v3s_pinctrl_driver_init+0x0/0x10 returned 0 after 14574 usecs
[ 4.922535][ T1] calling d1_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.945268][ T1] initcall d1_pinctrl_driver_init+0x0/0x10 returned 0 after 17013 usecs
[ 4.952976][ T1] calling sun9i_a80_pinctrl_driver_init+0x0/0x10 @ 1
[ 4.975077][ T1] initcall sun9i_a80_pinctrl_driver_init+0x0/0x10 returned 0 after 15781 usecs
[ 4.983465][ T1] calling sun9i_a80_r_pinctrl_driver_init+0x0/0x10 @ 1
[ 5.004250][ T1] initcall sun9i_a80_r_pinctrl_driver_init+0x0/0x10 returned 0 after 14283 usecs
[ 5.012683][ T1] calling bgpio_driver_init+0x0/0x10 @ 1
[ 5.034355][ T1] initcall bgpio_driver_init+0x0/0x10 returned 0 after 16382 usecs
[ 5.041674][ T1] calling of_fixed_factor_clk_driver_init+0x0/0x10 @ 1
[ 5.064964][ T1] initcall of_fixed_factor_clk_driver_init+0x0/0x10 returned 0 after 16863 usecs
[ 5.073478][ T1] calling of_fixed_clk_driver_init+0x0/0x10 @ 1
[ 5.094706][ T1] initcall of_fixed_clk_driver_init+0x0/0x10 returned 0 after 15312 usecs
[ 5.102635][ T1] calling gpio_clk_driver_init+0x0/0x10 @ 1
[ 5.124151][ T1] initcall gpio_clk_driver_init+0x0/0x10 returned 0 after 15912 usecs
[ 5.131749][ T1] calling sun4i_a10_mod0_clk_driver_init+0x0/0x10 @ 1
[ 5.154207][ T1] initcall sun4i_a10_mod0_clk_driver_init+0x0/0x10 returned 0 after 16059 usecs
[ 5.162575][ T1] calling sun9i_a80_mmc_config_clk_driver_init+0x0/0x10 @ 1
[ 5.184404][ T1] initcall sun9i_a80_mmc_config_clk_driver_init+0x0/0x10 returned 0 after 14953 usecs
[ 5.193302][ T1] calling sun8i_a23_apb0_clk_driver_init+0x0/0x10 @ 1
[ 5.214382][ T1] initcall sun8i_a23_apb0_clk_driver_init+0x0/0x10 returned 0 after 14726 usecs
[ 5.222760][ T1] calling sun6i_a31_apb0_clk_driver_init+0x0/0x10 @ 1
[ 5.245134][ T1] initcall sun6i_a31_apb0_clk_driver_init+0x0/0x10 returned 0 after 15980 usecs
[ 5.253586][ T1] calling sun6i_a31_apb0_gates_clk_driver_init+0x0/0x10 @ 1
[ 5.274236][ T1] initcall sun6i_a31_apb0_gates_clk_driver_init+0x0/0x10 returned 0 after 13756 usecs
[ 5.283087][ T1] calling sun6i_a31_ar100_clk_driver_init+0x0/0x10 @ 1
[ 5.304831][ T1] initcall sun6i_a31_ar100_clk_driver_init+0x0/0x10 returned 0 after 15326 usecs
[ 5.313293][ T1] calling sun20i_d1_ccu_driver_init+0x0/0x10 @ 1
[ 5.334867][ T1] initcall sun20i_d1_ccu_driver_init+0x0/0x10 returned 0 after 15615 usecs
[ 5.342830][ T1] calling sun20i_d1_r_ccu_driver_init+0x0/0x10 @ 1
[ 5.364860][ T1] initcall sun20i_d1_r_ccu_driver_init+0x0/0x10 returned 0 after 15937 usecs
[ 5.372987][ T1] calling sun4i_a10_ccu_driver_init+0x0/0x10 @ 1
[ 5.394523][ T1] initcall sun4i_a10_ccu_driver_init+0x0/0x10 returned 0 after 15590 usecs
[ 5.402486][ T1] calling sun6i_a31_ccu_driver_init+0x0/0x10 @ 1
[ 5.425097][ T1] initcall sun6i_a31_ccu_driver_init+0x0/0x10 returned 0 after 16620 usecs
[ 5.433092][ T1] calling sun8i_a23_ccu_driver_init+0x0/0x10 @ 1
[ 5.454140][ T1] initcall sun8i_a23_ccu_driver_init+0x0/0x10 returned 0 after 15076 usecs
[ 5.462124][ T1] calling sun8i_a33_ccu_driver_init+0x0/0x10 @ 1
[ 5.485009][ T1] initcall sun8i_a33_ccu_driver_init+0x0/0x10 returned 0 after 16962 usecs
[ 5.492969][ T1] calling sun8i_a83t_ccu_driver_init+0x0/0x10 @ 1
[ 5.514119][ T1] initcall sun8i_a83t_ccu_driver_init+0x0/0x10 returned 0 after 15079 usecs
[ 5.522144][ T1] calling sun8i_h3_ccu_driver_init+0x0/0x10 @ 1
[ 5.544454][ T1] initcall sun8i_h3_ccu_driver_init+0x0/0x10 returned 0 after 16411 usecs
[ 5.552357][ T1] calling sun8i_r40_ccu_driver_init+0x0/0x10 @ 1
[ 5.620714][ T1] probe of 1c20000.clock returned 0 after 47022 usecs
[ 5.634456][ T1] initcall sun8i_r40_ccu_driver_init+0x0/0x10 returned 0 after 76084 usecs
[ 5.642399][ T1] calling sun8i_v3s_ccu_driver_init+0x0/0x10 @ 1
[ 5.664534][ T1] initcall sun8i_v3s_ccu_driver_init+0x0/0x10 returned 0 after 16207 usecs
[ 5.672507][ T1] calling sunxi_de2_clk_driver_init+0x0/0x10 @ 1
[ 5.697976][ T1] probe of 1000000.clock returned 0 after 3780 usecs
[ 5.714011][ T1] initcall sunxi_de2_clk_driver_init+0x0/0x10 returned 0 after 35511 usecs
[ 5.721969][ T1] calling sun8i_r_ccu_driver_init+0x0/0x10 @ 1
[ 5.744922][ T1] initcall sun8i_r_ccu_driver_init+0x0/0x10 returned 0 after 17172 usecs
[ 5.752730][ T1] calling sun9i_a80_ccu_driver_init+0x0/0x10 @ 1
[ 5.775031][ T1] initcall sun9i_a80_ccu_driver_init+0x0/0x10 returned 0 after 16333 usecs
[ 5.782999][ T1] calling sun9i_a80_de_clk_driver_init+0x0/0x10 @ 1
[ 5.804646][ T1] initcall sun9i_a80_de_clk_driver_init+0x0/0x10 returned 0 after 15422 usecs
[ 5.812841][ T1] calling sun9i_a80_usb_clk_driver_init+0x0/0x10 @ 1
[ 5.834304][ T1] initcall sun9i_a80_usb_clk_driver_init+0x0/0x10 returned 0 after 15193 usecs
[ 5.842578][ T1] calling sun4i_dma_driver_init+0x0/0x10 @ 1
[ 5.864893][ T1] initcall sun4i_dma_driver_init+0x0/0x10 returned 0 after 16694 usecs
[ 5.872517][ T1] calling sun6i_dma_driver_init+0x0/0x10 @ 1
[ 6.069428][ T1] probe of 1c02000.dma-controller returned 0 after 175324 usecs
[ 6.084975][ T1] initcall sun6i_dma_driver_init+0x0/0x10 returned 0 after 206770 usecs
[ 6.092688][ T1] calling sunxi_sram_driver_init+0x0/0x18 @ 1
[ 6.117175][ T1] probe of 1c00000.system-control returned 0 after 3280 usecs
[ 6.145041][ T1] initcall sunxi_sram_driver_init+0x0/0x18 returned 0 after 46598 usecs
[ 6.152802][ T1] calling axp20x_regulator_driver_init+0x0/0x10 @ 1
[ 6.164601][ T1] initcall axp20x_regulator_driver_init+0x0/0x10 returned 0 after 5615 usecs
[ 6.172709][ T1] calling reset_simple_driver_init+0x0/0x10 @ 1
[ 6.195015][ T1] initcall reset_simple_driver_init+0x0/0x10 returned 0 after 16402 usecs
[ 6.202872][ T1] calling n_null_init+0x0/0x1c @ 1
[ 6.207669][ T1] initcall n_null_init+0x0/0x1c returned 0 after 2 usecs
[ 6.214184][ T1] calling pty_init+0x0/0x37c @ 1
[ 6.340252][ T1] initcall pty_init+0x0/0x37c returned 0 after 121279 usecs
[ 6.347164][ T1] calling sysrq_init+0x0/0x4c @ 1
[ 6.363855][ T1] initcall sysrq_init+0x0/0x4c returned 0 after 11931 usecs
[ 6.370597][ T1] calling serial8250_init+0x0/0x17c @ 1
[ 6.375829][ T1] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 6.448835][ T1] probe of serial8250 returned 0 after 678 usecs
[ 6.464760][ T1] initcall serial8250_init+0x0/0x17c returned 0 after 88930 usecs
[ 6.471983][ T1] calling dw8250_platform_driver_init+0x0/0x10 @ 1
[ 6.494499][ T1] probe of 1c28000.serial returned -517 after 360 usecs
[ 6.501433][ T1] initcall dw8250_platform_driver_init+0x0/0x10 returned 0 after 23336 usecs
[ 6.509582][ T1] calling of_platform_serial_driver_init+0x0/0x10 @ 1
[ 6.535244][ T1] initcall of_platform_serial_driver_init+0x0/0x10 returned 0 after 19021 usecs
[ 6.543686][ T1] calling random_sysctls_init+0x0/0x28 @ 1
[ 6.563744][ T1] initcall random_sysctls_init+0x0/0x28 returned 0 after 14588 usecs
[ 6.571243][ T1] calling apm_init+0x0/0xd0 @ 1
[ 6.596126][ T1] initcall apm_init+0x0/0xd0 returned 0 after 20154 usecs
[ 6.602990][ T1] calling smccc_trng_driver_init+0x0/0x10 @ 1
[ 6.624676][ T1] initcall smccc_trng_driver_init+0x0/0x10 returned 0 after 15952 usecs
[ 6.632405][ T1] calling topology_sysfs_init+0x0/0x3c @ 1
[ 6.644779][ T1] initcall topology_sysfs_init+0x0/0x3c returned 0 after 6882 usecs
[ 6.652224][ T1] calling cacheinfo_sysfs_init+0x0/0x3c @ 1
[ 6.673955][ T1] initcall cacheinfo_sysfs_init+0x0/0x3c returned -2 after 16187 usecs
[ 6.681615][ T1] calling devcoredump_init+0x0/0xc @ 1
[ 6.705660][ T1] initcall devcoredump_init+0x0/0xc returned 0 after 18918 usecs
[ 6.712829][ T1] calling sun6i_prcm_driver_init+0x0/0x10 @ 1
[ 6.725716][ T1] initcall sun6i_prcm_driver_init+0x0/0x10 returned 0 after 7194 usecs
[ 6.733335][ T1] calling axp20x_i2c_driver_init+0x0/0x10 @ 1
[ 6.754030][ T1] initcall axp20x_i2c_driver_init+0x0/0x10 returned 0 after 14984 usecs
[ 6.761756][ T1] calling vexpress_sysreg_driver_init+0x0/0x10 @ 1
[ 6.785454][ T1] initcall vexpress_sysreg_driver_init+0x0/0x10 returned 0 after 17550 usecs
[ 6.793607][ T1] calling sun4i_gpadc_driver_init+0x0/0x10 @ 1
[ 6.814724][ T1] initcall sun4i_gpadc_driver_init+0x0/0x10 returned 0 after 15398 usecs
[ 6.822521][ T1] calling init_mtd+0x0/0x11c @ 1
[ 6.837578][ T1] initcall init_mtd+0x0/0x11c returned 0 after 10353 usecs
[ 6.844279][ T1] calling ofpart_parser_init+0x0/0x2c @ 1
[ 6.849665][ T1] initcall ofpart_parser_init+0x0/0x2c returned 0 after 2 usecs
[ 6.856780][ T1] calling sunxi_nfc_driver_init+0x0/0x10 @ 1
[ 6.894500][ T1] initcall sunxi_nfc_driver_init+0x0/0x10 returned 0 after 32096 usecs
[ 6.902142][ T1] calling blackhole_netdev_init+0x0/0x84 @ 1
[ 6.924947][ T1] initcall blackhole_netdev_init+0x0/0x84 returned 0 after 17166 usecs
[ 6.932604][ T1] calling phylink_init+0x0/0x48 @ 1
[ 6.937477][ T1] initcall phylink_init+0x0/0x48 returned 0 after 1 usecs
[ 6.944323][ T1] calling fixed_mdio_bus_init+0x0/0x11c @ 1
[ 6.994889][ T1] initcall fixed_mdio_bus_init+0x0/0x11c returned 0 after 45040 usecs
[ 7.002500][ T1] calling phy_module_init+0x0/0x14 @ 1
[ 7.035534][ T1] initcall phy_module_init+0x0/0x14 returned 0 after 27879 usecs
[ 7.042727][ T1] calling sun4i_mdio_driver_init+0x0/0x10 @ 1
[ 7.064465][ T1] initcall sun4i_mdio_driver_init+0x0/0x10 returned 0 after 16011 usecs
[ 7.072246][ T1] calling emac_driver_init+0x0/0x10 @ 1
[ 7.085589][ T1] initcall emac_driver_init+0x0/0x10 returned 0 after 8104 usecs
[ 7.092754][ T1] calling stmmac_init+0x0/0x3c @ 1
[ 7.114205][ T1] initcall stmmac_init+0x0/0x3c returned 0 after 16590 usecs
[ 7.121312][ T1] calling sun8i_dwmac_driver_init+0x0/0x10 @ 1
[ 7.135098][ T1] probe of 1c50000.ethernet returned -517 after 120 usecs
[ 7.142131][ T1] initcall sun8i_dwmac_driver_init+0x0/0x10 returned 0 after 15028 usecs
[ 7.149950][ T1] calling dwc_eth_dwmac_driver_init+0x0/0x10 @ 1
[ 7.184768][ T1] initcall dwc_eth_dwmac_driver_init+0x0/0x10 returned 0 after 28832 usecs
[ 7.192744][ T1] calling dwmac_generic_driver_init+0x0/0x10 @ 1
[ 7.215695][ T1] initcall dwmac_generic_driver_init+0x0/0x10 returned 0 after 16970 usecs
[ 7.223724][ T1] calling serport_init+0x0/0x2c @ 1
[ 7.228578][ T1] initcall serport_init+0x0/0x2c returned 0 after 1 usecs
[ 7.235162][ T1] calling mousedev_init+0x0/0x88 @ 1
[ 7.267883][ T1] mousedev: PS/2 mouse device common for all mice
[ 7.273945][ T1] initcall mousedev_init+0x0/0x88 returned 0 after 33832 usecs
[ 7.281213][ T1] calling sun6i_rtc_driver_init+0x0/0x10 @ 1
[ 7.326265][ T1] probe of alarmtimer.0.auto returned 0 after 718 usecs
[ 7.346751][ T1] sun6i-rtc 1c20400.rtc: registered as rtc0
[ 7.352240][ T1] sun6i-rtc 1c20400.rtc: setting system clock to 1970-01-01T00:01:22 UTC (82)
[ 7.377167][ T1] sun6i-rtc 1c20400.rtc: RTC enabled
[ 7.382434][ T1] probe of 1c20400.rtc returned 0 after 78026 usecs
[ 7.394793][ T1] initcall sun6i_rtc_driver_init+0x0/0x10 returned 0 after 107919 usecs
[ 7.402521][ T1] calling sunxi_rtc_driver_init+0x0/0x10 @ 1
[ 7.425177][ T1] initcall sunxi_rtc_driver_init+0x0/0x10 returned 0 after 17049 usecs
[ 7.432839][ T1] calling ths_driver_init+0x0/0x10 @ 1
[ 7.460404][ T1] thermal_sys: Failed to find 'trips' node
[ 7.465880][ T1] thermal_sys: Failed to find trip points for thermal-sensor id=1
[ 7.496104][ T1] probe of 1c24c00.thermal-sensor returned 0 after 41345 usecs
[ 7.514530][ T1] initcall ths_driver_init+0x0/0x10 returned 0 after 76497 usecs
[ 7.521737][ T1] calling sunxi_wdt_driver_init+0x0/0x10 @ 1
[ 7.543887][ T1] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 7.552335][ T1] probe of 1c20c90.watchdog returned 0 after 18402 usecs
[ 7.574720][ T1] initcall sunxi_wdt_driver_init+0x0/0x10 returned 0 after 47331 usecs
[ 7.582401][ T1] calling smccc_devices_init+0x0/0xa4 @ 1
[ 7.587838][ T1] initcall smccc_devices_init+0x0/0xa4 returned 0 after 1 usecs
[ 7.594913][ T1] calling smccc_soc_init+0x0/0x140 @ 1
[ 7.600030][ T1] initcall smccc_soc_init+0x0/0x140 returned 0 after 1 usecs
[ 7.606906][ T1] calling sun8i_ce_driver_init+0x0/0x10 @ 1
[ 7.655111][ T1] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mh)
[ 7.675483][ T1] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 7.695669][ T1] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 7.714795][ T1] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 7.735582][ T1] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority
[ 7.744804][ T1] sun8i-ce 1c15000.crypto: Register cbc(aes)
[ 7.750545][ T1] sun8i-ce 1c15000.crypto: Register ecb(aes)
[ 7.773871][ T1] sun8i-ce 1c15000.crypto: Register cbc(des3_ede)
[ 7.779815][ T1] sun8i-ce 1c15000.crypto: Register ecb(des3_ede)
[ 7.793651][ T1] sun8i-ce 1c15000.crypto: Register stdrng
[ 7.799063][ T1] sun8i-ce 1c15000.crypto: TRNG not supported
[ 7.804691][ T1] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0
[ 7.834426][ T1] probe of 1c15000.crypto returned 0 after 180395 usecs
[ 7.841560][ T1] initcall sun8i_ce_driver_init+0x0/0x10 returned 0 after 229098 usecs
[ 7.849282][ T1] calling sun6i_msgbox_driver_init+0x0/0x10 @ 1
[ 7.874866][ T1] initcall sun6i_msgbox_driver_init+0x0/0x10 returned 0 after 19708 usecs
[ 7.882769][ T1] calling rproc_virtio_driver_init+0x0/0x10 @ 1
[ 7.902594][ T1] initcall rproc_virtio_driver_init+0x0/0x10 returned 0 after 13978 usecs
[ 7.910543][ T1] calling sun8i_a33_mbus_driver_init+0x0/0x10 @ 1
[ 7.934423][ T1] initcall sun8i_a33_mbus_driver_init+0x0/0x10 returned 0 after 17824 usecs
[ 7.942479][ T1] calling sunxi_sid_driver_init+0x0/0x10 @ 1
[ 7.964975][ T1] initcall sunxi_sid_driver_init+0x0/0x10 returned 0 after 16834 usecs
[ 7.972599][ T1] calling sock_diag_init+0x0/0x40 @ 1
[ 7.984605][ T1] initcall sock_diag_init+0x0/0x40 returned 0 after 6949 usecs
[ 7.991621][ T1] calling blackhole_init+0x0/0xc @ 1
[ 7.996585][ T1] initcall blackhole_init+0x0/0xc returned 0 after 4 usecs
[ 8.003510][ T1] calling init_cgroup_cls+0x0/0xc @ 1
[ 8.008501][ T1] initcall init_cgroup_cls+0x0/0xc returned 0 after 1 usecs
[ 8.015321][ T1] calling gre_offload_init+0x0/0x44 @ 1
[ 8.020533][ T1] initcall gre_offload_init+0x0/0x44 returned 0 after 2 usecs
[ 8.027471][ T1] calling sysctl_ipv4_init+0x0/0x4c @ 1
[ 8.085161][ T1] initcall sysctl_ipv4_init+0x0/0x4c returned 0 after 52464 usecs
[ 8.092405][ T1] calling tunnel4_init+0x0/0x5c @ 1
[ 8.097276][ T1] initcall tunnel4_init+0x0/0x5c returned 0 after 1 usecs
[ 8.103958][ T1] calling inet_diag_init+0x0/0x84 @ 1
[ 8.134383][ T1] initcall inet_diag_init+0x0/0x84 returned 0 after 25384 usecs
[ 8.141509][ T1] calling tcp_diag_init+0x0/0xc @ 1
[ 8.154696][ T1] initcall tcp_diag_init+0x0/0xc returned 0 after 8300 usecs
[ 8.161591][ T1] calling cubictcp_register+0x0/0x64 @ 1
[ 8.166886][ T1] initcall cubictcp_register+0x0/0x64 returned 0 after 5 usecs
[ 8.174152][ T1] calling inet6_init+0x0/0x31c @ 1
[ 8.204821][ T1] NET: Registered PF_INET6 protocol family
[ 8.231745][ T1] Segment Routing with IPv6
[ 8.244416][ T1] In-situ OAM (IOAM) with IPv6
[ 8.249297][ T1] initcall inet6_init+0x0/0x31c returned 0 after 70367 usecs
[ 8.256338][ T1] calling sit_init+0x0/0xbc @ 1
[ 8.261029][ T1] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 8.302138][ T1] initcall sit_init+0x0/0xbc returned 0 after 41106 usecs
[ 8.309263][ T1] calling init_p9+0x0/0x28 @ 1
[ 8.314559][ T1] 9pnet: Installing 9P2000 support
[ 8.319301][ T1] initcall init_p9+0x0/0x28 returned 0 after 5373 usecs
[ 8.325746][ T1] calling p9_trans_fd_init+0x0/0x2c @ 1
[ 8.330961][ T1] initcall p9_trans_fd_init+0x0/0x2c returned 0 after 2 usecs
[ 8.338002][ T1] calling kernel_do_mounts_initrd_sysctls_init+0x0/0x28 @ 1
[ 8.344970][ T1] initcall kernel_do_mounts_initrd_sysctls_init+0x0/0x28 returned 0 after 55 usecs
[ 8.353967][ T1] calling init_machine_late+0x0/0x90 @ 1
[ 8.359322][ T1] initcall init_machine_late+0x0/0x90 returned 0 after 102 usecs
[ 8.366567][ T1] calling swp_emulation_init+0x0/0x64 @ 1
[ 8.371978][ T1] Registering SWP/SWPB emulation handler
[ 8.377159][ T1] initcall swp_emulation_init+0x0/0x64 returned 0 after 5231 usecs
[ 8.384499][ T1] calling kernel_panic_sysfs_init+0x0/0x28 @ 1
[ 8.390335][ T1] initcall kernel_panic_sysfs_init+0x0/0x28 returned 0 after 61 usecs
[ 8.397892][ T1] calling kernel_panic_sysctls_init+0x0/0x28 @ 1
[ 8.403909][ T1] initcall kernel_panic_sysctls_init+0x0/0x28 returned 0 after 55 usecs
[ 8.411934][ T1] calling kernel_exit_sysfs_init+0x0/0x28 @ 1
[ 8.417677][ T1] initcall kernel_exit_sysfs_init+0x0/0x28 returned 0 after 51 usecs
[ 8.425135][ T1] calling kernel_exit_sysctls_init+0x0/0x28 @ 1
[ 8.431047][ T1] initcall kernel_exit_sysctls_init+0x0/0x28 returned 0 after 45 usecs
[ 8.438802][ T1] calling param_sysfs_builtin_init+0x0/0x1d0 @ 1
[ 8.531407][ T1] initcall param_sysfs_builtin_init+0x0/0x1d0 returned 0 after 86677 usecs
[ 8.539450][ T1] calling reboot_ksysfs_init+0x0/0x6c @ 1
[ 8.545110][ T1] initcall reboot_ksysfs_init+0x0/0x6c returned 0 after 246 usecs
[ 8.552627][ T1] calling sched_core_sysctl_init+0x0/0x2c @ 1
[ 8.558686][ T1] initcall sched_core_sysctl_init+0x0/0x2c returned 0 after 63 usecs
[ 8.566418][ T1] calling sched_fair_sysctl_init+0x0/0x28 @ 1
[ 8.572114][ T1] initcall sched_fair_sysctl_init+0x0/0x28 returned 0 after 44 usecs
[ 8.579690][ T1] calling sched_dl_sysctl_init+0x0/0x28 @ 1
[ 8.585312][ T1] initcall sched_dl_sysctl_init+0x0/0x28 returned 0 after 52 usecs
[ 8.592908][ T1] calling sched_rt_sysctl_init+0x0/0x28 @ 1
[ 8.598525][ T1] initcall sched_rt_sysctl_init+0x0/0x28 returned 0 after 84 usecs
[ 8.606153][ T1] calling pm_debugfs_init+0x0/0x34 @ 1
[ 8.611405][ T1] initcall pm_debugfs_init+0x0/0x34 returned 0 after 121 usecs
[ 8.618406][ T1] calling test_suspend+0x0/0x268 @ 1
[ 8.623550][ T1] initcall test_suspend+0x0/0x268 returned 0 after 1 usecs
[ 8.630172][ T1] calling printk_late_init+0x0/0x1d4 @ 1
[ 8.635545][ T1] initcall printk_late_init+0x0/0x1d4 returned 0 after 81 usecs
[ 8.642681][ T1] calling init_srcu_module_notifier+0x0/0x2c @ 1
[ 8.648631][ T1] initcall init_srcu_module_notifier+0x0/0x2c returned 0 after 4 usecs
[ 8.656250][ T1] calling tk_debug_sleep_time_init+0x0/0x34 @ 1
[ 8.662239][ T1] initcall tk_debug_sleep_time_init+0x0/0x34 returned 0 after 129 usecs
[ 8.669997][ T1] calling kernel_acct_sysctls_init+0x0/0x28 @ 1
[ 8.675929][ T1] initcall kernel_acct_sysctls_init+0x0/0x28 returned 0 after 47 usecs
[ 8.683897][ T1] calling kexec_core_sysctl_init+0x0/0x28 @ 1
[ 8.689612][ T1] initcall kexec_core_sysctl_init+0x0/0x28 returned 0 after 54 usecs
[ 8.697185][ T1] calling bpf_rstat_kfunc_init+0x0/0x8 @ 1
[ 8.702615][ T1] initcall bpf_rstat_kfunc_init+0x0/0x8 returned 0 after 0 usecs
[ 8.709779][ T1] calling fault_around_debugfs+0x0/0x34 @ 1
[ 8.715453][ T1] initcall fault_around_debugfs+0x0/0x34 returned 0 after 94 usecs
[ 8.722767][ T1] calling slab_sysfs_init+0x0/0x10c @ 1
[ 8.858162][ T1] initcall slab_sysfs_init+0x0/0x10c returned 0 after 130154 usecs
[ 8.865534][ T1] calling check_early_ioremap_leak+0x0/0x60 @ 1
[ 8.871378][ T1] initcall check_early_ioremap_leak+0x0/0x60 returned 0 after 1 usecs
[ 8.878906][ T1] calling crypto_algapi_init+0x0/0x10 @ 1
[ 8.884353][ T1] initcall crypto_algapi_init+0x0/0x10 returned 0 after 63 usecs
[ 8.891577][ T1] calling blk_timeout_init+0x0/0x18 @ 1
[ 8.896805][ T1] initcall blk_timeout_init+0x0/0x18 returned 0 after 0 usecs
[ 8.903807][ T1] calling clk_debug_init+0x0/0xf8 @ 1
[ 9.104529][ T1] initcall clk_debug_init+0x0/0xf8 returned 0 after 195690 usecs
[ 9.111748][ T1] calling sync_state_resume_initcall+0x0/0x10 @ 1
[ 9.117819][ T1] initcall sync_state_resume_initcall+0x0/0x10 returned 0 after 3 usecs
[ 9.125587][ T1] calling deferred_probe_initcall+0x0/0x94 @ 1
[ 9.143585][ T42] probe of vcc5v0 returned -517 after 73 usecs
[ 9.151992][ T10] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pi not found, using dummy regulator
[ 9.163774][ T10] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocati.
[ 9.199775][ T10] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 9.211879][ T10] probe of 1c20800.pinctrl returned 0 after 79739 usecs
[ 9.219412][ T10] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator
[ 9.232790][ T10] printk: console [ttyS0] disabled
[ 9.260094][ T10] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 72, base_baud = 1500000) is a U6_16A
[ 9.269356][ T10] printk: console [ttyS0] enabled
[ 9.269356][ T10] printk: console [ttyS0] enabled
[ 9.278481][ T10] printk: bootconsole [uart0] disabled
[ 9.278481][ T10] printk: bootconsole [uart0] disabled
[ 9.292271][ T10] probe of 1c28000.serial returned 0 after 73615 usecs
[ 9.298836][ T10] probe of 1c50000.ethernet returned -517 after 108 usecs
[ 9.307172][ T42] sun4i-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator
[ 9.315678][ T10] probe of 1c50000.ethernet returned -517 after 104 usecs
[ 9.321938][ T1] initcall deferred_probe_initcall+0x0/0x94 returned 0 after 190565 usecs
[ 9.329464][ T1] calling block2mtd_init+0x0/0x2c @ 1
[ 9.334261][ T1] initcall block2mtd_init+0x0/0x2c returned 0 after 1 usecs
[ 9.340646][ T1] calling psci_debugfs_init+0x0/0x60 @ 1
[ 9.345665][ T1] initcall psci_debugfs_init+0x0/0x60 returned 0 after 1 usecs
[ 9.352282][ T1] calling of_fdt_raw_init+0x0/0x80 @ 1
[ 9.361991][ T10] probe of 1c50000.ethernet returned -517 after 107 usecs
[ 9.368707][ T42] probe of vcc5v0 returned 0 after 63194 usecs
[ 9.374248][ T1] initcall of_fdt_raw_init+0x0/0x80 returned 0 after 17102 usecs
[ 9.381036][ T1] calling bpf_kfunc_init+0x0/0x8 @ 1
[ 9.385751][ T1] initcall bpf_kfunc_init+0x0/0x8 returned 0 after 0 usecs
[ 9.392050][ T1] calling xdp_metadata_init+0x0/0x8 @ 1
[ 9.396989][ T1] initcall xdp_metadata_init+0x0/0x8 returned 0 after 0 usecs
[ 9.403544][ T1] calling tcp_congestion_default+0x0/0x14 @ 1
[ 9.408922][ T1] initcall tcp_congestion_default+0x0/0x14 returned 0 after 4 usecs
[ 9.415939][ T1] calling clk_disable_unused+0x0/0xec @ 1
[ 9.421012][ T1] clk: Disabling unused clocks
[ 9.425409][ T1] initcall clk_disable_unused+0x0/0xec returned 0 after 4397 usecs
[ 9.432342][ T1] calling regulator_init_complete+0x0/0x4c @ 1
[ 9.437829][ T1] initcall regulator_init_complete+0x0/0x4c returned 0 after 5 usecs
[ 9.444929][ T1] calling of_platform_sync_state_init+0x0/0x10 @ 1
[ 9.450701][ T1] initcall of_platform_sync_state_init+0x0/0x10 returned 0 after 3 usecs
[ 9.466402][ T1] Freeing unused kernel image (initmem) memory: 3072K
[ 9.472678][ T1] Run /init as init process
[ 9.476611][ T1] with arguments:
[ 9.479883][ T1] /init
[ 9.482537][ T1] with environment:
[ 9.485983][ T1] HOME=/
[ 9.488716][ T1] TERM=linux
1970/01/01 00:01:24 Welcome to u-root!
_
_ _ _ __ ___ ___ | |_
| | | |____| '__/ _ \ / _ \| __|
| |_| |____| | | (_) | (_) | |_
\__,_| |_| \___/ \___/ \__|
[ 9.727083][ T1] cgroup: Unknown subsys name 'net_prio'
[ 9.734346][ T1] cgroup: Unknown subsys name 'hugetlb'
/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment