Skip to content

Instantly share code, notes, and snippets.

@pgauret
Created January 11, 2019 16:44
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 pgauret/efdde64840f8ac4081e159d9a8ffdb93 to your computer and use it in GitHub Desktop.
Save pgauret/efdde64840f8ac4081e159d9a8ffdb93 to your computer and use it in GitHub Desktop.
=> setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait debug initcall_debug ignore_loglevel log_buf_len=10M print_fatal_signals=1 LOGLEVEL=8 earlyprintk=ttyS0,115200,keep sched_debug
=> fatload mmc 0 0x46000000 zImage-alpine
3838464 bytes read in 312 ms (11.7 MiB/s)
=> fatload mmc 0 0x49000000 sun4i-a10-cubieboard-alpine.dtb
22448 bytes read in 5 ms (4.3 MiB/s)
=> bootz 0x46000000 - 0x49000000
## Flattened Device Tree blob at 49000000
Booting using the fdt blob at 0x49000000
Loading Device Tree to 49ff7000, end 49fff7af ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.0 (root@dev) (gcc version 8.2.0 (Ubuntu 8.2.0-7ubuntu1)) #3 SMP Fri Jan 11 08:56:54 CET 2019
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Cubietech Cubieboard
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] bootconsole [earlycon0] enabled
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 16 MiB at 0x7f000000
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] Normal zone: 2304 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 262144 pages, LIFO batch:63
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] random: get_random_bytes called from start_kernel+0x88/0x4f0 with crng_init=0
[ 0.000000] percpu: Embedded 16 pages/cpu @(ptrval) s36556 r8192 d20788 u65536
[ 0.000000] pcpu-alloc: s36556 r8192 d20788 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 259840
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait debug initcall_debug ignore_loglevel log_buf_len=10M print_fatal_signals=1 LOGLEVEL=8 earlyprintk=ttyS0,115200,keep sched_debug
[ 0.000000] log_buf_len: 16777216 bytes
[ 0.000000] early log buf free: 14832(90%)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 995728K/1048576K available (5120K kernel code, 483K rwdata, 1780K rodata, 1024K init, 159K bss, 36464K reserved, 16384K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xc0800000 - 0xff800000 (1008 MB)
[ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[ 0.000000] pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
[ 0.000000] modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (6112 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 484 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 160 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] ftrace: allocating 21885 entries in 65 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000021] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.007854] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.017745] calling con_init+0x0/0x224 @ 0
[ 0.022056] Console: colour dummy device 80x30
[ 0.026504] initcall con_init+0x0/0x224 returned 0 after 0 usecs
[ 0.032567] calling hvc_console_init+0x0/0x28 @ 0
[ 0.037371] initcall hvc_console_init+0x0/0x28 returned 0 after 0 usecs
[ 0.043979] calling univ8250_console_init+0x0/0x44 @ 0
[ 0.049219] initcall univ8250_console_init+0x0/0x44 returned 0 after 0 usecs
[ 0.056281] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408)
[ 0.093352] pid_max: default: 32768 minimum: 301
[ 0.098222] Security Framework initialized
[ 0.102322] Yama: becoming mindful.
[ 0.105909] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.112548] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.120507] CPU: Testing write buffer coherency: ok
[ 0.125419] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[ 0.135289] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.141217] calling trace_init_flags_sys_exit+0x0/0x30 @ 1
[ 0.146791] initcall trace_init_flags_sys_exit+0x0/0x30 returned 0 after 0 usecs
[ 0.154215] calling trace_init_flags_sys_enter+0x0/0x30 @ 1
[ 0.159888] initcall trace_init_flags_sys_enter+0x0/0x30 returned 0 after 0 usecs
[ 0.167382] calling cpu_suspend_alloc_sp+0x0/0xb4 @ 1
[ 0.172546] initcall cpu_suspend_alloc_sp+0x0/0xb4 returned 0 after 0 usecs
[ 0.179523] calling init_static_idmap+0x0/0x10c @ 1
[ 0.184516] Setting up static identity map for 0x40300000 - 0x40300060
[ 0.191082] initcall init_static_idmap+0x0/0x10c returned 0 after 9765 usecs
[ 0.198146] calling sunxi_mc_smp_init+0x0/0x3a0 @ 1
[ 0.203121] initcall sunxi_mc_smp_init+0x0/0x3a0 returned -19 after 0 usecs
[ 0.210092] calling spawn_ksoftirqd+0x0/0x60 @ 1
[ 0.214953] initcall spawn_ksoftirqd+0x0/0x60 returned 0 after 0 usecs
[ 0.221502] calling migration_init+0x0/0x58 @ 1
[ 0.226117] initcall migration_init+0x0/0x58 returned 0 after 0 usecs
[ 0.232568] calling check_cpu_stall_init+0x0/0x30 @ 1
[ 0.237719] initcall check_cpu_stall_init+0x0/0x30 returned 0 after 0 usecs
[ 0.244673] calling srcu_bootup_announce+0x0/0x4c @ 1
[ 0.249815] rcu: Hierarchical SRCU implementation.
[ 0.254603] initcall srcu_bootup_announce+0x0/0x4c returned 0 after 0 usecs
[ 0.261571] calling rcu_spawn_gp_kthread+0x0/0x13c @ 1
[ 0.267039] initcall rcu_spawn_gp_kthread+0x0/0x13c returned 0 after 9765 usecs
[ 0.274346] calling cpu_stop_init+0x0/0xb0 @ 1
[ 0.279034] initcall cpu_stop_init+0x0/0xb0 returned 0 after 0 usecs
[ 0.285385] calling init_events+0x0/0x70 @ 1
[ 0.289789] initcall init_events+0x0/0x70 returned 0 after 0 usecs
[ 0.295964] calling init_trace_printk+0x0/0x1c @ 1
[ 0.300860] initcall init_trace_printk+0x0/0x1c returned 0 after 0 usecs
[ 0.307570] calling event_trace_enable_again+0x0/0x64 @ 1
[ 0.313054] initcall event_trace_enable_again+0x0/0x64 returned 0 after 0 usecs
[ 0.320377] calling cci_init+0x0/0x52c @ 1
[ 0.324823] initcall cci_init+0x0/0x52c returned -19 after 0 usecs
[ 0.331033] calling rand_initialize+0x0/0x128 @ 1
[ 0.336002] initcall rand_initialize+0x0/0x128 returned 0 after 0 usecs
[ 0.342633] calling arm_enable_runtime_services+0x0/0x260 @ 1
[ 0.348472] EFI services will not be available.
[ 0.353001] initcall arm_enable_runtime_services+0x0/0x260 returned 0 after 0 usecs
[ 0.360663] calling dummy_timer_register+0x0/0x48 @ 1
[ 0.365809] initcall dummy_timer_register+0x0/0x48 returned 0 after 0 usecs
[ 0.372785] calling initialize_ptr_random+0x0/0xe8 @ 1
[ 0.378017] initcall initialize_ptr_random+0x0/0xe8 returned 0 after 0 usecs
[ 0.385232] smp: Bringing up secondary CPUs ...
[ 0.389786] smp: Brought up 1 node, 1 CPU
[ 0.393792] SMP: Total of 1 processors activated (1001.88 BogoMIPS).
[ 0.400151] CPU: All CPU(s) started in SVC mode.
[ 0.404855] CPU0 attaching NULL sched-domain.
[ 0.409246] root domain span: 0 (max cpu_capacity = 1024)
[ 0.415360] devtmpfs: initialized
[ 0.425224] calling ipc_ns_init+0x0/0x28 @ 1
[ 0.429673] initcall ipc_ns_init+0x0/0x28 returned 0 after 0 usecs
[ 0.435850] calling init_mmap_min_addr+0x0/0x34 @ 1
[ 0.440832] initcall init_mmap_min_addr+0x0/0x34 returned 0 after 0 usecs
[ 0.447633] calling net_ns_init+0x0/0x144 @ 1
[ 0.452423] initcall net_ns_init+0x0/0x144 returned 0 after 0 usecs
[ 0.458878] calling vfp_init+0x0/0x1d4 @ 1
[ 0.463059] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.470773] initcall vfp_init+0x0/0x1d4 returned 0 after 9765 usecs
[ 0.477042] calling ptrace_break_init+0x0/0x3c @ 1
[ 0.481918] initcall ptrace_break_init+0x0/0x3c returned 0 after 0 usecs
[ 0.488628] calling register_cpufreq_notifier+0x0/0x28 @ 1
[ 0.494199] initcall register_cpufreq_notifier+0x0/0x28 returned 0 after 0 usecs
[ 0.501608] calling twd_clk_init+0x0/0x58 @ 1
[ 0.506050] initcall twd_clk_init+0x0/0x58 returned 0 after 0 usecs
[ 0.512328] calling v6_userpage_init+0x0/0x1c @ 1
[ 0.517131] initcall v6_userpage_init+0x0/0x1c returned 0 after 0 usecs
[ 0.523741] calling cpu_hotplug_pm_sync_init+0x0/0x28 @ 1
[ 0.529239] initcall cpu_hotplug_pm_sync_init+0x0/0x28 returned 0 after 0 usecs
[ 0.536540] calling alloc_frozen_cpus+0x0/0x1c @ 1
[ 0.541430] initcall alloc_frozen_cpus+0x0/0x1c returned 0 after 0 usecs
[ 0.548137] calling wq_sysfs_init+0x0/0x40 @ 1
[ 0.552781] initcall wq_sysfs_init+0x0/0x40 returned 0 after 0 usecs
[ 0.559156] calling ksysfs_init+0x0/0xa8 @ 1
[ 0.563547] initcall ksysfs_init+0x0/0xa8 returned 0 after 0 usecs
[ 0.569742] calling pm_init+0x0/0x90 @ 1
[ 0.573846] initcall pm_init+0x0/0x90 returned 0 after 0 usecs
[ 0.579699] calling pm_disk_init+0x0/0x30 @ 1
[ 0.584160] initcall pm_disk_init+0x0/0x30 returned 0 after 0 usecs
[ 0.590442] calling swsusp_header_init+0x0/0x4c @ 1
[ 0.595406] initcall swsusp_header_init+0x0/0x4c returned 0 after 0 usecs
[ 0.602204] calling rcu_set_runtime_mode+0x0/0x2c @ 1
[ 0.607354] initcall rcu_set_runtime_mode+0x0/0x2c returned 0 after 0 usecs
[ 0.614309] calling dma_init_reserved_memory+0x0/0x6c @ 1
[ 0.619805] initcall dma_init_reserved_memory+0x0/0x6c returned -12 after 0 usecs
[ 0.627294] calling init_jiffies_clocksource+0x0/0x2c @ 1
[ 0.632778] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.642610] initcall init_jiffies_clocksource+0x0/0x2c returned 0 after 9765 usecs
[ 0.650187] calling futex_init+0x0/0x120 @ 1
[ 0.654548] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.660665] initcall futex_init+0x0/0x120 returned 0 after 9765 usecs
[ 0.667116] calling cgroup_wq_init+0x0/0x5c @ 1
[ 0.671769] initcall cgroup_wq_init+0x0/0x5c returned 0 after 0 usecs
[ 0.678224] calling cgroup1_wq_init+0x0/0x5c @ 1
[ 0.682958] initcall cgroup1_wq_init+0x0/0x5c returned 0 after 0 usecs
[ 0.689497] calling ftrace_mod_cmd_init+0x0/0x1c @ 1
[ 0.694549] initcall ftrace_mod_cmd_init+0x0/0x1c returned 0 after 0 usecs
[ 0.701433] calling init_graph_trace+0x0/0x88 @ 1
[ 0.706231] initcall init_graph_trace+0x0/0x88 returned 0 after 0 usecs
[ 0.712856] calling cpu_pm_init+0x0/0x28 @ 1
[ 0.717225] initcall cpu_pm_init+0x0/0x28 returned 0 after 0 usecs
[ 0.723406] calling init_per_zone_wmark_min+0x0/0x74 @ 1
[ 0.728827] initcall init_per_zone_wmark_min+0x0/0x74 returned 0 after 0 usecs
[ 0.736047] calling init_zero_pfn+0x0/0x60 @ 1
[ 0.740592] initcall init_zero_pfn+0x0/0x60 returned 0 after 0 usecs
[ 0.746942] calling cma_init_reserved_areas+0x0/0x1e0 @ 1
[ 0.753379] initcall cma_init_reserved_areas+0x0/0x1e0 returned 0 after 0 usecs
[ 0.760732] calling fsnotify_init+0x0/0x6c @ 1
[ 0.765358] initcall fsnotify_init+0x0/0x6c returned 0 after 0 usecs
[ 0.771734] calling filelock_init+0x0/0xc0 @ 1
[ 0.776288] initcall filelock_init+0x0/0xc0 returned 0 after 0 usecs
[ 0.782656] calling init_script_binfmt+0x0/0x2c @ 1
[ 0.787634] initcall init_script_binfmt+0x0/0x2c returned 0 after 0 usecs
[ 0.794414] calling init_elf_binfmt+0x0/0x2c @ 1
[ 0.799129] initcall init_elf_binfmt+0x0/0x2c returned 0 after 0 usecs
[ 0.805649] calling debugfs_init+0x0/0x70 @ 1
[ 0.810125] initcall debugfs_init+0x0/0x70 returned 0 after 0 usecs
[ 0.816386] calling tracefs_init+0x0/0x60 @ 1
[ 0.820852] initcall tracefs_init+0x0/0x60 returned 0 after 0 usecs
[ 0.827128] calling securityfs_init+0x0/0x8c @ 1
[ 0.831930] initcall securityfs_init+0x0/0x8c returned 0 after 0 usecs
[ 0.838477] calling prandom_init+0x0/0x100 @ 1
[ 0.843008] initcall prandom_init+0x0/0x100 returned 0 after 0 usecs
[ 0.849372] calling cci_platform_init+0x0/0x28 @ 1
[ 0.854301] initcall cci_platform_init+0x0/0x28 returned 0 after 0 usecs
[ 0.861016] calling pinctrl_init+0x0/0xe4 @ 1
[ 0.865453] pinctrl core: initialized pinctrl subsystem
[ 0.870783] initcall pinctrl_init+0x0/0xe4 returned 0 after 9765 usecs
[ 0.877328] calling gpiolib_dev_init+0x0/0xd8 @ 1
[ 0.882168] initcall gpiolib_dev_init+0x0/0xd8 returned 0 after 0 usecs
[ 0.888797] calling vexpress_osc_init+0x0/0x28 @ 1
[ 0.893704] initcall vexpress_osc_init+0x0/0x28 returned 0 after 0 usecs
[ 0.900417] calling fsl_guts_init+0x0/0x28 @ 1
[ 0.904974] initcall fsl_guts_init+0x0/0x28 returned 0 after 0 usecs
[ 0.911340] calling regulator_init+0x0/0xb0 @ 1
[ 0.916366] probe of reg-dummy returned 1 after 0 usecs
[ 0.921656] initcall regulator_init+0x0/0xb0 returned 0 after 9765 usecs
[ 0.928374] calling component_debug_init+0x0/0x38 @ 1
[ 0.933525] initcall component_debug_init+0x0/0x38 returned 0 after 0 usecs
[ 0.940498] calling genpd_bus_init+0x0/0x24 @ 1
[ 0.945157] initcall genpd_bus_init+0x0/0x24 returned 0 after 0 usecs
[ 0.951611] calling soc_bus_register+0x0/0x48 @ 1
[ 0.956445] initcall soc_bus_register+0x0/0x48 returned 0 after 0 usecs
[ 0.963072] calling register_cpufreq_notifier+0x0/0x54 @ 1
[ 0.968656] initcall register_cpufreq_notifier+0x0/0x54 returned -22 after 0 usecs
[ 0.976216] calling vexpress_syscfg_init+0x0/0x28 @ 1
[ 0.981401] initcall vexpress_syscfg_init+0x0/0x28 returned 0 after 0 usecs
[ 0.988373] calling vexpress_sysreg_init+0x0/0x74 @ 1
[ 0.993723] initcall vexpress_sysreg_init+0x0/0x74 returned 0 after 0 usecs
[ 1.000714] calling opp_debug_init+0x0/0x5c @ 1
[ 1.005354] initcall opp_debug_init+0x0/0x5c returned 0 after 0 usecs
[ 1.011809] calling cpufreq_core_init+0x0/0x78 @ 1
[ 1.016700] initcall cpufreq_core_init+0x0/0x78 returned 0 after 0 usecs
[ 1.023415] calling cpuidle_init+0x0/0x5c @ 1
[ 1.027892] initcall cpuidle_init+0x0/0x5c returned 0 after 0 usecs
[ 1.034153] calling capsule_reboot_register+0x0/0x24 @ 1
[ 1.039565] initcall capsule_reboot_register+0x0/0x24 returned 0 after 0 usecs
[ 1.046779] calling arm_dmi_init+0x0/0x38 @ 1
[ 1.051231] DMI not present or invalid.
[ 1.055065] initcall arm_dmi_init+0x0/0x38 returned 0 after 0 usecs
[ 1.061340] calling sock_init+0x0/0xc8 @ 1
[ 1.065821] initcall sock_init+0x0/0xc8 returned 0 after 0 usecs
[ 1.071857] calling net_inuse_init+0x0/0x34 @ 1
[ 1.076487] initcall net_inuse_init+0x0/0x34 returned 0 after 0 usecs
[ 1.082940] calling net_defaults_init+0x0/0x34 @ 1
[ 1.087832] initcall net_defaults_init+0x0/0x34 returned 0 after 0 usecs
[ 1.094526] calling init_default_flow_dissectors+0x0/0x5c @ 1
[ 1.100371] initcall init_default_flow_dissectors+0x0/0x5c returned 0 after 0 usecs
[ 1.108033] calling netpoll_init+0x0/0x34 @ 1
[ 1.112474] initcall netpoll_init+0x0/0x34 returned 0 after 0 usecs
[ 1.118751] calling netlink_proto_init+0x0/0x13c @ 1
[ 1.123903] NET: Registered protocol family 16
[ 1.128431] initcall netlink_proto_init+0x0/0x13c returned 0 after 9765 usecs
[ 1.135720] calling atomic_pool_init+0x0/0x1cc @ 1
[ 1.142139] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 1.149070] initcall atomic_pool_init+0x0/0x1cc returned 0 after 9765 usecs
[ 1.156028] calling imx_mmdc_init+0x0/0x28 @ 1
[ 1.160661] initcall imx_mmdc_init+0x0/0x28 returned 0 after 0 usecs
[ 1.167036] calling irq_sysfs_init+0x0/0xa0 @ 1
[ 1.172103] initcall irq_sysfs_init+0x0/0xa0 returned 0 after 0 usecs
[ 1.178567] calling audit_init+0x0/0x170 @ 1
[ 1.182939] audit: initializing netlink subsys (disabled)
[ 1.188605] initcall audit_init+0x0/0x170 returned 0 after 9765 usecs
[ 1.195044] calling release_early_probes+0x0/0x4c @ 1
[ 1.200211] initcall release_early_probes+0x0/0x4c returned 0 after 0 usecs
[ 1.207186] calling bdi_class_init+0x0/0x60 @ 1
[ 1.211816] audit: type=2000 audit(1.170:1): state=initialized audit_enabled=0 res=1
[ 1.219657] initcall bdi_class_init+0x0/0x60 returned 0 after 9765 usecs
[ 1.226353] calling mm_sysfs_init+0x0/0x48 @ 1
[ 1.230918] initcall mm_sysfs_init+0x0/0x48 returned 0 after 0 usecs
[ 1.237287] calling vexpress_config_init+0x0/0xf8 @ 1
[ 1.242573] initcall vexpress_config_init+0x0/0xf8 returned 0 after 0 usecs
[ 1.249555] calling gpiolib_sysfs_init+0x0/0xac @ 1
[ 1.254557] initcall gpiolib_sysfs_init+0x0/0xac returned 0 after 0 usecs
[ 1.261362] calling backlight_class_init+0x0/0xac @ 1
[ 1.266520] initcall backlight_class_init+0x0/0xac returned 0 after 0 usecs
[ 1.273493] calling amba_init+0x0/0x24 @ 1
[ 1.277743] initcall amba_init+0x0/0x24 returned 0 after 0 usecs
[ 1.283748] calling anatop_regulator_init+0x0/0x28 @ 1
[ 1.289032] initcall anatop_regulator_init+0x0/0x28 returned 0 after 0 usecs
[ 1.296074] calling tty_class_init+0x0/0x4c @ 1
[ 1.300728] initcall tty_class_init+0x0/0x4c returned 0 after 0 usecs
[ 1.307180] calling vtconsole_class_init+0x0/0xfc @ 1
[ 1.312420] initcall vtconsole_class_init+0x0/0xfc returned 0 after 0 usecs
[ 1.319400] calling mipi_dsi_bus_init+0x0/0x24 @ 1
[ 1.324322] initcall mipi_dsi_bus_init+0x0/0x24 returned 0 after 0 usecs
[ 1.331037] calling wakeup_sources_debugfs_init+0x0/0x48 @ 1
[ 1.336806] initcall wakeup_sources_debugfs_init+0x0/0x48 returned 0 after 0 usecs
[ 1.344387] calling regmap_initcall+0x0/0x20 @ 1
[ 1.349145] initcall regmap_initcall+0x0/0x20 returned 0 after 0 usecs
[ 1.355666] calling sram_init+0x0/0x28 @ 1
[ 1.359905] initcall sram_init+0x0/0x28 returned 0 after 0 usecs
[ 1.365907] calling syscon_init+0x0/0x28 @ 1
[ 1.370313] initcall syscon_init+0x0/0x28 returned 0 after 0 usecs
[ 1.376487] calling spi_init+0x0/0xc0 @ 1
[ 1.380665] initcall spi_init+0x0/0xc0 returned 0 after 0 usecs
[ 1.386582] calling init_ladder+0x0/0x40 @ 1
[ 1.390955] cpuidle: using governor ladder
[ 1.395051] initcall init_ladder+0x0/0x40 returned 0 after 0 usecs
[ 1.401240] calling init_menu+0x0/0x24 @ 1
[ 1.405418] cpuidle: using governor menu
[ 1.409354] initcall init_menu+0x0/0x24 returned 0 after 9765 usecs
[ 1.415620] calling kobject_uevent_init+0x0/0x1c @ 1
[ 1.420710] initcall kobject_uevent_init+0x0/0x1c returned 0 after 0 usecs
[ 1.427751] calling gate_vma_init+0x0/0x7c @ 1
[ 1.432280] initcall gate_vma_init+0x0/0x7c returned 0 after 0 usecs
[ 1.438645] calling customize_machine+0x0/0x38 @ 1
[ 1.443519] initcall customize_machine+0x0/0x38 returned 0 after 0 usecs
[ 1.450228] calling arch_hw_breakpoint_init+0x0/0x260 @ 1
[ 1.455707] hw-breakpoint: debug architecture 0x4 unsupported.
[ 1.461550] initcall arch_hw_breakpoint_init+0x0/0x260 returned 0 after 9765 usecs
[ 1.469124] calling vdso_init+0x0/0x1f8 @ 1
[ 1.473508] initcall vdso_init+0x0/0x1f8 returned 0 after 0 usecs
[ 1.479619] calling exceptions_init+0x0/0x9c @ 1
[ 1.484321] initcall exceptions_init+0x0/0x9c returned 0 after 0 usecs
[ 1.490859] calling imx51_pinctrl_init+0x0/0x28 @ 1
[ 1.495864] initcall imx51_pinctrl_init+0x0/0x28 returned 0 after 0 usecs
[ 1.502666] calling imx53_pinctrl_init+0x0/0x28 @ 1
[ 1.507686] initcall imx53_pinctrl_init+0x0/0x28 returned 0 after 0 usecs
[ 1.514468] calling imx6q_pinctrl_init+0x0/0x28 @ 1
[ 1.519481] initcall imx6q_pinctrl_init+0x0/0x28 returned 0 after 0 usecs
[ 1.526262] calling imx6dl_pinctrl_init+0x0/0x28 @ 1
[ 1.531360] initcall imx6dl_pinctrl_init+0x0/0x28 returned 0 after 0 usecs
[ 1.538246] calling imx6sl_pinctrl_init+0x0/0x28 @ 1
[ 1.543326] initcall imx6sl_pinctrl_init+0x0/0x28 returned 0 after 0 usecs
[ 1.550212] calling imx6sx_pinctrl_init+0x0/0x28 @ 1
[ 1.555291] initcall imx6sx_pinctrl_init+0x0/0x28 returned 0 after 0 usecs
[ 1.562176] calling imx6ul_pinctrl_init+0x0/0x28 @ 1
[ 1.567271] initcall imx6ul_pinctrl_init+0x0/0x28 returned 0 after 0 usecs
[ 1.574139] calling imx7d_pinctrl_init+0x0/0x28 @ 1
[ 1.579147] initcall imx7d_pinctrl_init+0x0/0x28 returned 0 after 0 usecs
[ 1.585929] calling dma_bus_init+0x0/0xe4 @ 1
[ 1.590500] initcall dma_bus_init+0x0/0xe4 returned 0 after 0 usecs
[ 1.596762] calling dma_channel_table_init+0x0/0xf0 @ 1
[ 1.602123] initcall dma_channel_table_init+0x0/0xf0 returned 0 after 0 usecs
[ 1.609267] calling pl011_init+0x0/0x54 @ 1
[ 1.613531] Serial: AMBA PL011 UART driver
[ 1.617701] initcall pl011_init+0x0/0x54 returned 0 after 9765 usecs
[ 1.624050] calling dmi_id_init+0x0/0x300 @ 1
[ 1.628509] initcall dmi_id_init+0x0/0x300 returned -19 after 0 usecs
[ 1.634944] calling of_platform_default_populate_init+0x0/0xc4 @ 1
[ 1.650257] initcall of_platform_default_populate_init+0x0/0xc4 returned 0 after 9765 usecs
[ 1.658815] calling topology_init+0x0/0x7c @ 1
[ 1.663467] initcall topology_init+0x0/0x7c returned 0 after 0 usecs
[ 1.669844] calling uid_cache_init+0x0/0xc4 @ 1
[ 1.674475] initcall uid_cache_init+0x0/0xc4 returned 0 after 0 usecs
[ 1.680929] calling param_sysfs_init+0x0/0x248 @ 1
[ 1.689215] initcall param_sysfs_init+0x0/0x248 returned 0 after 9765 usecs
[ 1.696173] calling user_namespace_sysctl_init+0x0/0x68 @ 1
[ 1.701958] initcall user_namespace_sysctl_init+0x0/0x68 returned 0 after 0 usecs
[ 1.709480] calling proc_schedstat_init+0x0/0x4c @ 1
[ 1.714566] initcall proc_schedstat_init+0x0/0x4c returned 0 after 0 usecs
[ 1.721469] calling pm_sysrq_init+0x0/0x2c @ 1
[ 1.726017] initcall pm_sysrq_init+0x0/0x2c returned 0 after 0 usecs
[ 1.732389] calling create_proc_profile+0x0/0x100 @ 1
[ 1.737541] initcall create_proc_profile+0x0/0x100 returned 0 after 0 usecs
[ 1.744497] calling cgroup_sysfs_init+0x0/0x30 @ 1
[ 1.749406] initcall cgroup_sysfs_init+0x0/0x30 returned 0 after 0 usecs
[ 1.756101] calling cgroup_namespaces_init+0x0/0x1c @ 1
[ 1.761428] initcall cgroup_namespaces_init+0x0/0x1c returned 0 after 0 usecs
[ 1.768571] calling user_namespaces_init+0x0/0x50 @ 1
[ 1.773755] initcall user_namespaces_init+0x0/0x50 returned 0 after 0 usecs
[ 1.780735] calling oom_init+0x0/0x44 @ 1
[ 1.785020] initcall oom_init+0x0/0x44 returned 0 after 0 usecs
[ 1.790968] calling cgwb_init+0x0/0x54 @ 1
[ 1.795215] initcall cgwb_init+0x0/0x54 returned 0 after 0 usecs
[ 1.801238] calling default_bdi_init+0x0/0xb4 @ 1
[ 1.806346] initcall default_bdi_init+0x0/0xb4 returned 0 after 0 usecs
[ 1.812990] calling percpu_enable_async+0x0/0x2c @ 1
[ 1.818056] initcall percpu_enable_async+0x0/0x2c returned 0 after 0 usecs
[ 1.824925] calling kcompactd_init+0x0/0x70 @ 1
[ 1.829706] initcall kcompactd_init+0x0/0x70 returned 0 after 0 usecs
[ 1.836148] calling init_reserve_notifier+0x0/0x14 @ 1
[ 1.841396] initcall init_reserve_notifier+0x0/0x14 returned 0 after 0 usecs
[ 1.848462] calling init_admin_reserve+0x0/0x44 @ 1
[ 1.853425] initcall init_admin_reserve+0x0/0x44 returned 0 after 0 usecs
[ 1.860223] calling init_user_reserve+0x0/0x44 @ 1
[ 1.865099] initcall init_user_reserve+0x0/0x44 returned 0 after 0 usecs
[ 1.871810] calling swap_init_sysfs+0x0/0x78 @ 1
[ 1.876557] initcall swap_init_sysfs+0x0/0x78 returned 0 after 0 usecs
[ 1.883099] calling swapfile_init+0x0/0x68 @ 1
[ 1.887644] initcall swapfile_init+0x0/0x68 returned 0 after 0 usecs
[ 1.893991] calling ksm_init+0x0/0x174 @ 1
[ 1.898441] initcall ksm_init+0x0/0x174 returned 0 after 0 usecs
[ 1.904446] calling mem_cgroup_init+0x0/0x130 @ 1
[ 1.909332] initcall mem_cgroup_init+0x0/0x130 returned 0 after 0 usecs
[ 1.915935] calling crypto_wq_init+0x0/0x54 @ 1
[ 1.920709] initcall crypto_wq_init+0x0/0x54 returned 0 after 0 usecs
[ 1.927169] calling cryptomgr_init+0x0/0x24 @ 1
[ 1.931809] initcall cryptomgr_init+0x0/0x24 returned 0 after 0 usecs
[ 1.938263] calling init_bio+0x0/0xf8 @ 1
[ 1.942585] initcall init_bio+0x0/0xf8 returned 0 after 0 usecs
[ 1.948527] calling blk_settings_init+0x0/0x4c @ 1
[ 1.953403] initcall blk_settings_init+0x0/0x4c returned 0 after 0 usecs
[ 1.960112] calling blk_ioc_init+0x0/0x50 @ 1
[ 1.964609] initcall blk_ioc_init+0x0/0x50 returned 0 after 0 usecs
[ 1.970891] calling blk_softirq_init+0x0/0xac @ 1
[ 1.975682] initcall blk_softirq_init+0x0/0xac returned 0 after 0 usecs
[ 1.982305] calling blk_mq_init+0x0/0x50 @ 1
[ 1.986660] initcall blk_mq_init+0x0/0x50 returned 0 after 0 usecs
[ 1.992849] calling genhd_device_init+0x0/0x90 @ 1
[ 1.997996] initcall genhd_device_init+0x0/0x90 returned 0 after 0 usecs
[ 2.004693] calling irq_poll_setup+0x0/0xa4 @ 1
[ 2.009368] initcall irq_poll_setup+0x0/0xa4 returned 0 after 0 usecs
[ 2.015805] calling gpiolib_debugfs_init+0x0/0x48 @ 1
[ 2.020979] initcall gpiolib_debugfs_init+0x0/0x48 returned 0 after 0 usecs
[ 2.027952] calling gpio_mxc_init+0x0/0x28 @ 1
[ 2.032709] initcall gpio_mxc_init+0x0/0x28 returned 0 after 0 usecs
[ 2.039085] calling pwm_debugfs_init+0x0/0x48 @ 1
[ 2.043902] initcall pwm_debugfs_init+0x0/0x48 returned 0 after 0 usecs
[ 2.050530] calling pwm_sysfs_init+0x0/0x2c @ 1
[ 2.055170] initcall pwm_sysfs_init+0x0/0x2c returned 0 after 0 usecs
[ 2.061626] calling fbmem_init+0x0/0xf8 @ 1
[ 2.066031] initcall fbmem_init+0x0/0xf8 returned 0 after 0 usecs
[ 2.072145] calling scan_for_dmi_ipmi+0x0/0x124 @ 1
[ 2.077123] initcall scan_for_dmi_ipmi+0x0/0x124 returned 0 after 0 usecs
[ 2.083906] calling ipu_init+0x0/0x30 @ 1
[ 2.088112] initcall ipu_init+0x0/0x30 returned -19 after 0 usecs
[ 2.094202] calling regulator_fixed_voltage_init+0x0/0x28 @ 1
[ 2.100325] probe of ahci-5v returned 0 after 0 usecs
[ 2.105461] probe of usb1-vbus returned 0 after 0 usecs
[ 2.110851] probe of usb2-vbus returned 0 after 0 usecs
[ 2.116374] probe of vcc3v0 returned 1 after 0 usecs
[ 2.121716] probe of vcc3v3 returned 1 after 0 usecs
[ 2.126925] probe of vcc5v0 returned 1 after 0 usecs
[ 2.132012] initcall regulator_fixed_voltage_init+0x0/0x28 returned 0 after 29296 usecs
[ 2.140047] calling misc_init+0x0/0xe4 @ 1
[ 2.144289] initcall misc_init+0x0/0xe4 returned 0 after 0 usecs
[ 2.150315] calling cn_init+0x0/0xfc @ 1
[ 2.154361] initcall cn_init+0x0/0xfc returned 0 after 0 usecs
[ 2.160214] calling register_cpu_capacity_sysctl+0x0/0x84 @ 1
[ 2.166054] initcall register_cpu_capacity_sysctl+0x0/0x84 returned 0 after 0 usecs
[ 2.173722] calling dma_buf_init+0x0/0xa0 @ 1
[ 2.178210] initcall dma_buf_init+0x0/0xa0 returned 0 after 0 usecs
[ 2.184472] calling phy_init+0x0/0x64 @ 1
[ 2.188708] initcall phy_init+0x0/0x64 returned 0 after 0 usecs
[ 2.194624] calling serio_init+0x0/0x40 @ 1
[ 2.198954] initcall serio_init+0x0/0x40 returned 0 after 0 usecs
[ 2.205043] calling input_init+0x0/0x108 @ 1
[ 2.209449] initcall input_init+0x0/0x108 returned 0 after 0 usecs
[ 2.215625] calling rtc_init+0x0/0x68 @ 1
[ 2.219761] initcall rtc_init+0x0/0x68 returned 0 after 0 usecs
[ 2.225676] calling cec_devnode_init+0x0/0xbc @ 1
[ 2.230540] initcall cec_devnode_init+0x0/0xbc returned 0 after 0 usecs
[ 2.237168] calling pps_init+0x0/0xc0 @ 1
[ 2.241281] pps_core: LinuxPPS API ver. 1 registered
[ 2.246238] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 2.255378] initcall pps_init+0x0/0xc0 returned 0 after 9765 usecs
[ 2.261568] calling ptp_init+0x0/0xac @ 1
[ 2.265680] PTP clock support registered
[ 2.269619] initcall ptp_init+0x0/0xac returned 0 after 9765 usecs
[ 2.275795] calling power_supply_class_init+0x0/0x58 @ 1
[ 2.281227] initcall power_supply_class_init+0x0/0x58 returned 0 after 0 usecs
[ 2.288459] calling md_init+0x0/0x15c @ 1
[ 2.292862] initcall md_init+0x0/0x15c returned 0 after 0 usecs
[ 2.298818] calling leds_init+0x0/0x5c @ 1
[ 2.303060] initcall leds_init+0x0/0x5c returned 0 after 0 usecs
[ 2.309086] calling dmi_init+0x0/0x118 @ 1
[ 2.313269] initcall dmi_init+0x0/0x118 returned 0 after 0 usecs
[ 2.319285] calling qcom_scm_init+0x0/0x28 @ 1
[ 2.324035] initcall qcom_scm_init+0x0/0x28 returned 0 after 0 usecs
[ 2.330412] calling efisubsys_init+0x0/0x188 @ 1
[ 2.335114] initcall efisubsys_init+0x0/0x188 returned 0 after 0 usecs
[ 2.341650] calling register_gop_device+0x0/0xa4 @ 1
[ 2.346698] initcall register_gop_device+0x0/0xa4 returned 0 after 0 usecs
[ 2.353581] calling devfreq_init+0x0/0xd4 @ 1
[ 2.358253] initcall devfreq_init+0x0/0xd4 returned 0 after 0 usecs
[ 2.364523] calling arm_pmu_hp_init+0x0/0x6c @ 1
[ 2.369286] initcall arm_pmu_hp_init+0x0/0x6c returned 0 after 0 usecs
[ 2.375808] calling ras_init+0x0/0x20 @ 1
[ 2.379972] initcall ras_init+0x0/0x20 returned 0 after 0 usecs
[ 2.385887] calling nvmem_init+0x0/0x24 @ 1
[ 2.390231] initcall nvmem_init+0x0/0x24 returned 0 after 0 usecs
[ 2.396320] calling proto_init+0x0/0x24 @ 1
[ 2.400617] initcall proto_init+0x0/0x24 returned 0 after 0 usecs
[ 2.406706] calling net_dev_init+0x0/0x23c @ 1
[ 2.411741] initcall net_dev_init+0x0/0x23c returned 0 after 0 usecs
[ 2.418127] calling neigh_init+0x0/0xb4 @ 1
[ 2.422403] initcall neigh_init+0x0/0xb4 returned 0 after 0 usecs
[ 2.428508] calling fib_notifier_init+0x0/0x24 @ 1
[ 2.433385] initcall fib_notifier_init+0x0/0x24 returned 0 after 0 usecs
[ 2.440094] calling fib_rules_init+0x0/0xd4 @ 1
[ 2.444718] initcall fib_rules_init+0x0/0xd4 returned 0 after 0 usecs
[ 2.451169] calling bpf_lwt_init+0x0/0x28 @ 1
[ 2.455612] initcall bpf_lwt_init+0x0/0x28 returned 0 after 0 usecs
[ 2.461887] calling pktsched_init+0x0/0x134 @ 1
[ 2.466521] initcall pktsched_init+0x0/0x134 returned 0 after 0 usecs
[ 2.472972] calling tc_filter_init+0x0/0x120 @ 1
[ 2.477780] initcall tc_filter_init+0x0/0x120 returned 0 after 0 usecs
[ 2.484303] calling tc_action_init+0x0/0x84 @ 1
[ 2.488954] initcall tc_action_init+0x0/0x84 returned 0 after 0 usecs
[ 2.495388] calling genl_init+0x0/0x48 @ 1
[ 2.499626] initcall genl_init+0x0/0x48 returned 0 after 0 usecs
[ 2.505631] calling wireless_nlevent_init+0x0/0x4c @ 1
[ 2.510880] initcall wireless_nlevent_init+0x0/0x4c returned 0 after 0 usecs
[ 2.517941] calling watchdog_init+0x0/0x88 @ 1
[ 2.522726] initcall watchdog_init+0x0/0x88 returned 0 after 0 usecs
[ 2.529275] calling proc_cpu_init+0x0/0x34 @ 1
[ 2.533813] initcall proc_cpu_init+0x0/0x34 returned 0 after 0 usecs
[ 2.540187] calling alignment_init+0x0/0xe0 @ 1
[ 2.544810] initcall alignment_init+0x0/0xe0 returned 0 after 0 usecs
[ 2.551264] calling sugov_register+0x0/0x24 @ 1
[ 2.555880] initcall sugov_register+0x0/0x24 returned 0 after 0 usecs
[ 2.562333] calling clocksource_done_booting+0x0/0x54 @ 1
[ 2.567872] clocksource: Switched to clocksource timer
[ 2.573011] initcall clocksource_done_booting+0x0/0x54 returned 0 after 5030 usecs
[ 2.580619] random: fast init done
[ 2.584031] calling tracer_init_tracefs+0x0/0x208 @ 1
[ 2.624641] initcall tracer_init_tracefs+0x0/0x208 returned 0 after 34590 usecs
[ 2.632004] calling init_trace_printk_function_export+0x0/0x4c @ 1
[ 2.638318] initcall init_trace_printk_function_export+0x0/0x4c returned 0 after 23 usecs
[ 2.646488] calling init_graph_tracefs+0x0/0x4c @ 1
[ 2.651489] initcall init_graph_tracefs+0x0/0x4c returned 0 after 13 usecs
[ 2.658379] calling init_kprobe_trace+0x0/0xb4 @ 1
[ 2.663277] initcall init_kprobe_trace+0x0/0xb4 returned 0 after 21 usecs
[ 2.670080] calling init_uprobe_trace+0x0/0x70 @ 1
[ 2.674975] initcall init_uprobe_trace+0x0/0x70 returned 0 after 19 usecs
[ 2.681785] calling init_pipe_fs+0x0/0x5c @ 1
[ 2.686324] initcall init_pipe_fs+0x0/0x5c returned 0 after 89 usecs
[ 2.692707] calling cgroup_writeback_init+0x0/0x54 @ 1
[ 2.698033] initcall cgroup_writeback_init+0x0/0x54 returned 0 after 77 usecs
[ 2.705163] calling inotify_user_setup+0x0/0x74 @ 1
[ 2.710213] initcall inotify_user_setup+0x0/0x74 returned 0 after 56 usecs
[ 2.717081] calling eventpoll_init+0x0/0xec @ 1
[ 2.721762] initcall eventpoll_init+0x0/0xec returned 0 after 40 usecs
[ 2.728306] calling anon_inode_init+0x0/0x78 @ 1
[ 2.733073] initcall anon_inode_init+0x0/0x78 returned 0 after 61 usecs
[ 2.739708] calling proc_locks_init+0x0/0x50 @ 1
[ 2.744421] initcall proc_locks_init+0x0/0x50 returned 0 after 11 usecs
[ 2.751049] calling dquot_init+0x0/0x134 @ 1
[ 2.755400] VFS: Disk quotas dquot_6.6.0
[ 2.759421] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.766380] initcall dquot_init+0x0/0x134 returned 0 after 10718 usecs
[ 2.772927] calling quota_init+0x0/0x3c @ 1
[ 2.777244] initcall quota_init+0x0/0x3c returned 0 after 46 usecs
[ 2.783445] calling proc_cmdline_init+0x0/0x48 @ 1
[ 2.788347] initcall proc_cmdline_init+0x0/0x48 returned 0 after 6 usecs
[ 2.795040] calling proc_consoles_init+0x0/0x4c @ 1
[ 2.800025] initcall proc_consoles_init+0x0/0x4c returned 0 after 4 usecs
[ 2.806805] calling proc_cpuinfo_init+0x0/0x38 @ 1
[ 2.811703] initcall proc_cpuinfo_init+0x0/0x38 returned 0 after 5 usecs
[ 2.818416] calling proc_devices_init+0x0/0x4c @ 1
[ 2.823296] initcall proc_devices_init+0x0/0x4c returned 0 after 5 usecs
[ 2.830008] calling proc_interrupts_init+0x0/0x4c @ 1
[ 2.835148] initcall proc_interrupts_init+0x0/0x4c returned 0 after 5 usecs
[ 2.842120] calling proc_loadavg_init+0x0/0x48 @ 1
[ 2.846999] initcall proc_loadavg_init+0x0/0x48 returned 0 after 4 usecs
[ 2.853711] calling proc_meminfo_init+0x0/0x48 @ 1
[ 2.858608] initcall proc_meminfo_init+0x0/0x48 returned 0 after 4 usecs
[ 2.865302] calling proc_stat_init+0x0/0x38 @ 1
[ 2.869940] initcall proc_stat_init+0x0/0x38 returned 0 after 4 usecs
[ 2.876373] calling proc_uptime_init+0x0/0x48 @ 1
[ 2.881184] initcall proc_uptime_init+0x0/0x48 returned 0 after 4 usecs
[ 2.887791] calling proc_version_init+0x0/0x48 @ 1
[ 2.892689] initcall proc_version_init+0x0/0x48 returned 0 after 5 usecs
[ 2.899401] calling proc_softirqs_init+0x0/0x48 @ 1
[ 2.904367] initcall proc_softirqs_init+0x0/0x48 returned 0 after 4 usecs
[ 2.911166] calling proc_kmsg_init+0x0/0x38 @ 1
[ 2.915785] initcall proc_kmsg_init+0x0/0x38 returned 0 after 4 usecs
[ 2.922238] calling proc_page_init+0x0/0x6c @ 1
[ 2.926870] initcall proc_page_init+0x0/0x6c returned 0 after 16 usecs
[ 2.933411] calling init_ramfs_fs+0x0/0x44 @ 1
[ 2.937959] initcall init_ramfs_fs+0x0/0x44 returned 0 after 1 usecs
[ 2.944308] calling blk_scsi_ioctl_init+0x0/0xf0 @ 1
[ 2.949376] initcall blk_scsi_ioctl_init+0x0/0xf0 returned 0 after 1 usecs
[ 2.956247] calling chr_dev_init+0x0/0xcc @ 1
[ 2.970335] initcall chr_dev_init+0x0/0xcc returned 0 after 9384 usecs
[ 2.976871] calling firmware_class_init+0x0/0xd4 @ 1
[ 2.981976] initcall firmware_class_init+0x0/0xd4 returned 0 after 5 usecs
[ 2.988870] calling thermal_init+0x0/0xe8 @ 1
[ 2.993617] initcall thermal_init+0x0/0xe8 returned 0 after 290 usecs
[ 3.000095] calling cpufreq_gov_performance_init+0x0/0x24 @ 1
[ 3.005928] initcall cpufreq_gov_performance_init+0x0/0x24 returned 0 after 3 usecs
[ 3.013591] calling cpufreq_gov_dbs_init+0x0/0x24 @ 1
[ 3.018749] initcall cpufreq_gov_dbs_init+0x0/0x24 returned 0 after 1 usecs
[ 3.025707] calling sysctl_core_init+0x0/0x40 @ 1
[ 3.030572] initcall sysctl_core_init+0x0/0x40 returned 0 after 55 usecs
[ 3.037268] calling eth_offload_init+0x0/0x28 @ 1
[ 3.042082] initcall eth_offload_init+0x0/0x28 returned 0 after 1 usecs
[ 3.048709] calling inet_init+0x0/0x27c @ 1
[ 3.053110] NET: Registered protocol family 2
[ 3.058313] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 3.065985] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 3.073187] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 3.079759] TCP: Hash tables configured (established 8192 bind 8192)
[ 3.086255] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 3.092259] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 3.098842] initcall inet_init+0x0/0x27c returned 0 after 44777 usecs
[ 3.105282] calling ipv4_offload_init+0x0/0x8c @ 1
[ 3.110196] initcall ipv4_offload_init+0x0/0x8c returned 0 after 3 usecs
[ 3.116892] calling af_unix_init+0x0/0x64 @ 1
[ 3.121357] NET: Registered protocol family 1
[ 3.125738] initcall af_unix_init+0x0/0x64 returned 0 after 4279 usecs
[ 3.132285] calling ipv6_offload_init+0x0/0x94 @ 1
[ 3.137164] initcall ipv6_offload_init+0x0/0x94 returned 0 after 3 usecs
[ 3.143899] calling populate_rootfs+0x0/0x128 @ 1
[ 3.149045] initcall populate_rootfs+0x0/0x128 returned 0 after 320 usecs
[ 3.155989] calling armv7_pmu_driver_init+0x0/0x28 @ 1
[ 3.161632] initcall armv7_pmu_driver_init+0x0/0x28 returned 0 after 351 usecs
[ 3.168908] calling l2x0_pmu_init+0x0/0x1b0 @ 1
[ 3.173525] initcall l2x0_pmu_init+0x0/0x1b0 returned 0 after 1 usecs
[ 3.179993] calling arch_uprobes_init+0x0/0x34 @ 1
[ 3.184870] initcall arch_uprobes_init+0x0/0x34 returned 0 after 1 usecs
[ 3.191589] calling proc_execdomains_init+0x0/0x48 @ 1
[ 3.196854] initcall proc_execdomains_init+0x0/0x48 returned 0 after 39 usecs
[ 3.204027] calling register_warn_debugfs+0x0/0x48 @ 1
[ 3.209317] initcall register_warn_debugfs+0x0/0x48 returned 0 after 40 usecs
[ 3.216447] calling cpuhp_sysfs_init+0x0/0x9c @ 1
[ 3.221300] initcall cpuhp_sysfs_init+0x0/0x9c returned 0 after 32 usecs
[ 3.228021] calling ioresources_init+0x0/0x78 @ 1
[ 3.232822] initcall ioresources_init+0x0/0x78 returned 0 after 10 usecs
[ 3.239540] calling init_sched_debug_procfs+0x0/0x50 @ 1
[ 3.244939] initcall init_sched_debug_procfs+0x0/0x50 returned 0 after 5 usecs
[ 3.252175] calling snapshot_device_init+0x0/0x24 @ 1
[ 3.257527] initcall snapshot_device_init+0x0/0x24 returned 0 after 206 usecs
[ 3.264694] calling irq_gc_init_ops+0x0/0x28 @ 1
[ 3.269419] initcall irq_gc_init_ops+0x0/0x28 returned 0 after 1 usecs
[ 3.275939] calling irq_pm_init_ops+0x0/0x28 @ 1
[ 3.280660] initcall irq_pm_init_ops+0x0/0x28 returned 0 after 1 usecs
[ 3.287182] calling timekeeping_init_ops+0x0/0x28 @ 1
[ 3.292337] initcall timekeeping_init_ops+0x0/0x28 returned 0 after 1 usecs
[ 3.299310] calling init_clocksource_sysfs+0x0/0x3c @ 1
[ 3.304775] initcall init_clocksource_sysfs+0x0/0x3c returned 0 after 150 usecs
[ 3.312105] calling init_timer_list_procfs+0x0/0x54 @ 1
[ 3.317423] initcall init_timer_list_procfs+0x0/0x54 returned 0 after 8 usecs
[ 3.324572] calling alarmtimer_init+0x0/0x128 @ 1
[ 3.329624] probe of alarmtimer returned 1 after 48 usecs
[ 3.335032] initcall alarmtimer_init+0x0/0x128 returned 0 after 5516 usecs
[ 3.341937] calling init_posix_timers+0x0/0x50 @ 1
[ 3.346869] initcall init_posix_timers+0x0/0x50 returned 0 after 51 usecs
[ 3.353680] calling clockevents_init_sysfs+0x0/0xe4 @ 1
[ 3.359222] initcall clockevents_init_sysfs+0x0/0xe4 returned 0 after 204 usecs
[ 3.366527] calling sched_clock_syscore_init+0x0/0x28 @ 1
[ 3.372039] initcall sched_clock_syscore_init+0x0/0x28 returned 0 after 1 usecs
[ 3.379361] calling proc_modules_init+0x0/0x38 @ 1
[ 3.384245] initcall proc_modules_init+0x0/0x38 returned 0 after 7 usecs
[ 3.390960] calling kallsyms_init+0x0/0x38 @ 1
[ 3.395495] initcall kallsyms_init+0x0/0x38 returned 0 after 5 usecs
[ 3.401862] calling pid_namespaces_init+0x0/0x50 @ 1
[ 3.406921] initcall pid_namespaces_init+0x0/0x50 returned 0 after 8 usecs
[ 3.413810] calling audit_watch_init+0x0/0x50 @ 1
[ 3.418621] initcall audit_watch_init+0x0/0x50 returned 0 after 2 usecs
[ 3.425229] calling audit_fsnotify_init+0x0/0x50 @ 1
[ 3.430298] initcall audit_fsnotify_init+0x0/0x50 returned 0 after 1 usecs
[ 3.437166] calling audit_tree_init+0x0/0x6c @ 1
[ 3.441888] initcall audit_tree_init+0x0/0x6c returned 0 after 2 usecs
[ 3.448428] calling init_kprobes+0x0/0x1ac @ 1
[ 3.453041] initcall init_kprobes+0x0/0x1ac returned 0 after 80 usecs
[ 3.459502] calling seccomp_sysctl_init+0x0/0x48 @ 1
[ 3.464578] initcall seccomp_sysctl_init+0x0/0x48 returned 0 after 24 usecs
[ 3.471558] calling utsname_sysctl_init+0x0/0x28 @ 1
[ 3.476625] initcall utsname_sysctl_init+0x0/0x28 returned 0 after 16 usecs
[ 3.483602] calling init_tracepoints+0x0/0x3c @ 1
[ 3.488413] initcall init_tracepoints+0x0/0x3c returned 0 after 2 usecs
[ 3.495020] calling init_lstats_procfs+0x0/0x38 @ 1
[ 3.500009] initcall init_lstats_procfs+0x0/0x38 returned 0 after 6 usecs
[ 3.506791] calling perf_event_sysfs_init+0x0/0xb8 @ 1
[ 3.512390] initcall perf_event_sysfs_init+0x0/0xb8 returned 0 after 348 usecs
[ 3.519638] calling init_uprobes+0x0/0x80 @ 1
[ 3.524091] initcall init_uprobes+0x0/0x80 returned 0 after 10 usecs
[ 3.530460] calling padata_driver_init+0x0/0x64 @ 1
[ 3.535425] initcall padata_driver_init+0x0/0x64 returned 0 after 3 usecs
[ 3.542226] calling system_trusted_keyring_init+0x0/0x140 @ 1
[ 3.548067] Initialise system trusted keyrings
[ 3.552547] initcall system_trusted_keyring_init+0x0/0x140 returned 0 after 4368 usecs
[ 3.560502] calling kswapd_init+0x0/0x6c @ 1
[ 3.565082] initcall kswapd_init+0x0/0x6c returned 0 after 213 usecs
[ 3.571485] calling extfrag_debug_init+0x0/0xa0 @ 1
[ 3.576548] initcall extfrag_debug_init+0x0/0xa0 returned 0 after 94 usecs
[ 3.583465] calling mm_compute_batch_init+0x0/0x6c @ 1
[ 3.588714] initcall mm_compute_batch_init+0x0/0x6c returned 0 after 1 usecs
[ 3.595757] calling workingset_init+0x0/0xa4 @ 1
[ 3.600476] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 3.606945] initcall workingset_init+0x0/0xa4 returned 0 after 6312 usecs
[ 3.613751] calling proc_vmalloc_init+0x0/0x4c @ 1
[ 3.618665] initcall proc_vmalloc_init+0x0/0x4c returned 0 after 17 usecs
[ 3.625447] calling memblock_init_debugfs+0x0/0x88 @ 1
[ 3.630735] initcall memblock_init_debugfs+0x0/0x88 returned 0 after 42 usecs
[ 3.637888] calling procswaps_init+0x0/0x38 @ 1
[ 3.642510] initcall procswaps_init+0x0/0x38 returned 0 after 6 usecs
[ 3.648965] calling slab_sysfs_init+0x0/0x124 @ 1
[ 3.658628] initcall slab_sysfs_init+0x0/0x124 returned 0 after 4742 usecs
[ 3.665506] calling fcntl_init+0x0/0x50 @ 1
[ 3.669834] initcall fcntl_init+0x0/0x50 returned 0 after 16 usecs
[ 3.676010] calling proc_filesystems_init+0x0/0x48 @ 1
[ 3.681321] initcall proc_filesystems_init+0x0/0x48 returned 0 after 42 usecs
[ 3.688480] calling start_dirtytime_writeback+0x0/0x44 @ 1
[ 3.694056] initcall start_dirtytime_writeback+0x0/0x44 returned 0 after 6 usecs
[ 3.701464] calling blkdev_init+0x0/0x30 @ 1
[ 3.705853] initcall blkdev_init+0x0/0x30 returned 0 after 32 usecs
[ 3.712137] calling dio_init+0x0/0x50 @ 1
[ 3.716243] initcall dio_init+0x0/0x50 returned 0 after 10 usecs
[ 3.722265] calling aio_setup+0x0/0x98 @ 1
[ 3.726542] initcall aio_setup+0x0/0x98 returned 0 after 89 usecs
[ 3.732659] calling init_devpts_fs+0x0/0x3c @ 1
[ 3.737309] initcall init_devpts_fs+0x0/0x3c returned 0 after 32 usecs
[ 3.743855] calling init_pstore_fs+0x0/0x60 @ 1
[ 3.748486] pstore: using deflate compression
[ 3.752852] initcall init_pstore_fs+0x0/0x60 returned 0 after 4260 usecs
[ 3.759566] calling ipc_init+0x0/0x38 @ 1
[ 3.763694] initcall ipc_init+0x0/0x38 returned 0 after 31 usecs
[ 3.769716] calling ipc_sysctl_init+0x0/0x28 @ 1
[ 3.774443] initcall ipc_sysctl_init+0x0/0x28 returned 0 after 24 usecs
[ 3.781071] calling init_mqueue_fs+0x0/0xc0 @ 1
[ 3.785918] initcall init_mqueue_fs+0x0/0xc0 returned 0 after 221 usecs
[ 3.792562] calling key_proc_init+0x0/0x94 @ 1
[ 3.797100] initcall key_proc_init+0x0/0x94 returned 0 after 9 usecs
[ 3.803469] calling crypto_algapi_init+0x0/0x20 @ 1
[ 3.808456] initcall crypto_algapi_init+0x0/0x20 returned 0 after 5 usecs
[ 3.815239] calling dh_init+0x0/0x24 @ 1
[ 3.819488] initcall dh_init+0x0/0x24 returned 0 after 210 usecs
[ 3.825491] calling rsa_init+0x0/0x4c @ 1
[ 3.829860] initcall rsa_init+0x0/0x4c returned 0 after 227 usecs
[ 3.835952] calling crypto_null_mod_init+0x0/0x58 @ 1
[ 3.841825] initcall crypto_null_mod_init+0x0/0x58 returned 0 after 667 usecs
[ 3.849008] calling md5_mod_init+0x0/0x24 @ 1
[ 3.853655] initcall md5_mod_init+0x0/0x24 returned 0 after 194 usecs
[ 3.860164] calling sha256_generic_mod_init+0x0/0x28 @ 1
[ 3.865911] initcall sha256_generic_mod_init+0x0/0x28 returned 0 after 338 usecs
[ 3.873375] calling aes_init+0x0/0x24 @ 1
[ 3.877665] initcall aes_init+0x0/0x24 returned 0 after 184 usecs
[ 3.883811] calling deflate_mod_init+0x0/0x50 @ 1
[ 3.889101] initcall deflate_mod_init+0x0/0x50 returned 0 after 460 usecs
[ 3.895885] calling crct10dif_mod_init+0x0/0x24 @ 1
[ 3.901098] initcall crct10dif_mod_init+0x0/0x24 returned 0 after 178 usecs
[ 3.908106] calling asymmetric_key_init+0x0/0x24 @ 1
[ 3.913216] Key type asymmetric registered
[ 3.917314] initcall asymmetric_key_init+0x0/0x24 returned 0 after 4061 usecs
[ 3.924499] calling x509_key_init+0x0/0x24 @ 1
[ 3.929070] Asymmetric key parser 'x509' registered
[ 3.933946] initcall x509_key_init+0x0/0x24 returned 0 after 4778 usecs
[ 3.940596] calling proc_genhd_init+0x0/0x70 @ 1
[ 3.945335] initcall proc_genhd_init+0x0/0x70 returned 0 after 34 usecs
[ 3.951987] calling init_emergency_pool+0x0/0xf0 @ 1
[ 3.957037] initcall init_emergency_pool+0x0/0xf0 returned 0 after 1 usecs
[ 3.963927] calling bsg_init+0x0/0x128 @ 1
[ 3.968192] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 3.975583] initcall bsg_init+0x0/0x128 returned 0 after 7279 usecs
[ 3.981883] calling iolatency_init+0x0/0x24 @ 1
[ 3.986533] initcall iolatency_init+0x0/0x24 returned 0 after 31 usecs
[ 3.993090] calling noop_init+0x0/0x24 @ 1
[ 3.997270] io scheduler noop registered
[ 4.001215] initcall noop_init+0x0/0x24 returned 0 after 3849 usecs
[ 4.007476] calling cfq_init+0x0/0x94 @ 1
[ 4.011784] io scheduler cfq registered (default)
[ 4.016490] initcall cfq_init+0x0/0x94 returned 0 after 4785 usecs
[ 4.022703] calling deadline_init+0x0/0x24 @ 1
[ 4.027230] io scheduler mq-deadline registered
[ 4.031778] initcall deadline_init+0x0/0x24 returned 0 after 4437 usecs
[ 4.038404] calling kyber_init+0x0/0x24 @ 1
[ 4.042669] io scheduler kyber registered
[ 4.046676] initcall kyber_init+0x0/0x24 returned 0 after 3910 usecs
[ 4.053042] calling crc_t10dif_mod_init+0x0/0xa8 @ 1
[ 4.058120] initcall crc_t10dif_mod_init+0x0/0xa8 returned 0 after 10 usecs
[ 4.065074] calling percpu_counter_startup+0x0/0x98 @ 1
[ 4.070443] initcall percpu_counter_startup+0x0/0x98 returned 0 after 38 usecs
[ 4.077659] calling audit_classes_init+0x0/0x58 @ 1
[ 4.082649] initcall audit_classes_init+0x0/0x58 returned 0 after 6 usecs
[ 4.089450] calling sg_pool_init+0x0/0xf4 @ 1
[ 4.094247] initcall sg_pool_init+0x0/0xf4 returned 0 after 341 usecs
[ 4.100739] calling sunxi_rsb_init+0x0/0x54 @ 1
[ 4.105620] initcall sunxi_rsb_init+0x0/0x54 returned 0 after 254 usecs
[ 4.112272] calling phy_core_init+0x0/0x68 @ 1
[ 4.116828] initcall phy_core_init+0x0/0x68 returned 0 after 25 usecs
[ 4.123288] calling sun4i_a10_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.132750] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 4.139477] probe of 1c20800.pinctrl returned 1 after 10164 usecs
[ 4.145700] initcall sun4i_a10_pinctrl_driver_init+0x0/0x28 returned 0 after 16081 usecs
[ 4.153819] calling sun5i_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.159587] initcall sun5i_pinctrl_driver_init+0x0/0x28 returned 0 after 171 usecs
[ 4.167151] calling sun6i_a31_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.173236] initcall sun6i_a31_pinctrl_driver_init+0x0/0x28 returned 0 after 137 usecs
[ 4.181174] calling sun6i_a31_r_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.187367] initcall sun6i_a31_r_pinctrl_driver_init+0x0/0x28 returned 0 after 99 usecs
[ 4.195389] calling sun8i_a23_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.201425] initcall sun8i_a23_pinctrl_driver_init+0x0/0x28 returned 0 after 97 usecs
[ 4.209271] calling sun8i_a23_r_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.215471] initcall sun8i_a23_r_pinctrl_driver_init+0x0/0x28 returned 0 after 105 usecs
[ 4.223578] calling sun8i_a33_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.229614] initcall sun8i_a33_pinctrl_driver_init+0x0/0x28 returned 0 after 98 usecs
[ 4.237437] calling sun8i_a83t_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.243562] initcall sun8i_a83t_pinctrl_driver_init+0x0/0x28 returned 0 after 97 usecs
[ 4.251494] calling sun8i_a83t_r_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.257770] initcall sun8i_a83t_r_pinctrl_driver_init+0x0/0x28 returned 0 after 95 usecs
[ 4.265876] calling sun8i_h3_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.271825] initcall sun8i_h3_pinctrl_driver_init+0x0/0x28 returned 0 after 96 usecs
[ 4.279583] calling sun8i_h3_r_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.285684] initcall sun8i_h3_r_pinctrl_driver_init+0x0/0x28 returned 0 after 95 usecs
[ 4.293616] calling sun8i_v3s_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.299651] initcall sun8i_v3s_pinctrl_driver_init+0x0/0x28 returned 0 after 96 usecs
[ 4.307473] calling sun9i_a80_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.313512] initcall sun9i_a80_pinctrl_driver_init+0x0/0x28 returned 0 after 98 usecs
[ 4.321358] calling sun9i_a80_r_pinctrl_driver_init+0x0/0x28 @ 1
[ 4.327546] initcall sun9i_a80_r_pinctrl_driver_init+0x0/0x28 returned 0 after 95 usecs
[ 4.335566] calling bgpio_driver_init+0x0/0x28 @ 1
[ 4.340585] initcall bgpio_driver_init+0x0/0x28 returned 0 after 120 usecs
[ 4.347453] calling efifb_driver_init+0x0/0x28 @ 1
[ 4.352407] initcall efifb_driver_init+0x0/0x28 returned 0 after 55 usecs
[ 4.359213] calling of_fixed_factor_clk_driver_init+0x0/0x28 @ 1
[ 4.365400] initcall of_fixed_factor_clk_driver_init+0x0/0x28 returned 0 after 93 usecs
[ 4.373419] calling of_fixed_clk_driver_init+0x0/0x28 @ 1
[ 4.379014] initcall of_fixed_clk_driver_init+0x0/0x28 returned 0 after 89 usecs
[ 4.386402] calling gpio_clk_driver_init+0x0/0x28 @ 1
[ 4.391668] initcall gpio_clk_driver_init+0x0/0x28 returned 0 after 104 usecs
[ 4.398825] calling sun4i_a10_mod0_clk_driver_init+0x0/0x28 @ 1
[ 4.404935] initcall sun4i_a10_mod0_clk_driver_init+0x0/0x28 returned 0 after 102 usecs
[ 4.412954] calling sun9i_a80_mmc_config_clk_driver_init+0x0/0x28 @ 1
[ 4.419591] initcall sun9i_a80_mmc_config_clk_driver_init+0x0/0x28 returned 0 after 93 usecs
[ 4.428043] calling sun8i_a23_apb0_clk_driver_init+0x0/0x28 @ 1
[ 4.434145] initcall sun8i_a23_apb0_clk_driver_init+0x0/0x28 returned 0 after 96 usecs
[ 4.442077] calling sun6i_a31_ar100_clk_driver_init+0x0/0x28 @ 1
[ 4.448279] initcall sun6i_a31_ar100_clk_driver_init+0x0/0x28 returned 0 after 91 usecs
[ 4.456273] calling sun6i_a31_apb0_clk_driver_init+0x0/0x28 @ 1
[ 4.462395] initcall sun6i_a31_apb0_clk_driver_init+0x0/0x28 returned 0 after 96 usecs
[ 4.470326] calling sun6i_a31_apb0_gates_clk_driver_init+0x0/0x28 @ 1
[ 4.476974] initcall sun6i_a31_apb0_gates_clk_driver_init+0x0/0x28 returned 0 after 121 usecs
[ 4.485512] calling sun8i_a83t_ccu_driver_init+0x0/0x28 @ 1
[ 4.491287] initcall sun8i_a83t_ccu_driver_init+0x0/0x28 returned 0 after 98 usecs
[ 4.498880] calling sun8i_r40_ccu_driver_init+0x0/0x28 @ 1
[ 4.504551] initcall sun8i_r40_ccu_driver_init+0x0/0x28 returned 0 after 98 usecs
[ 4.512050] calling sun9i_a80_ccu_driver_init+0x0/0x28 @ 1
[ 4.517728] initcall sun9i_a80_ccu_driver_init+0x0/0x28 returned 0 after 105 usecs
[ 4.525315] calling sun9i_a80_de_clk_driver_init+0x0/0x28 @ 1
[ 4.531265] initcall sun9i_a80_de_clk_driver_init+0x0/0x28 returned 0 after 100 usecs
[ 4.539110] calling sun9i_a80_usb_clk_driver_init+0x0/0x28 @ 1
[ 4.545127] initcall sun9i_a80_usb_clk_driver_init+0x0/0x28 returned 0 after 98 usecs
[ 4.552973] calling sun4i_dma_driver_init+0x0/0x28 @ 1
[ 4.564166] probe of 1c02000.dma-controller returned 1 after 5921 usecs
[ 4.571012] initcall sun4i_dma_driver_init+0x0/0x28 returned 0 after 12488 usecs
[ 4.578439] calling imx_gpc_driver_init+0x0/0x28 @ 1
[ 4.583657] initcall imx_gpc_driver_init+0x0/0x28 returned 0 after 162 usecs
[ 4.590728] calling imx_pgc_power_domain_driver_init+0x0/0x28 @ 1
[ 4.596968] initcall imx_pgc_power_domain_driver_init+0x0/0x28 returned 0 after 61 usecs
[ 4.605076] calling imx_gpc_driver_init+0x0/0x28 @ 1
[ 4.610239] initcall imx_gpc_driver_init+0x0/0x28 returned 0 after 93 usecs
[ 4.617195] calling imx7_pgc_domain_driver_init+0x0/0x28 @ 1
[ 4.623021] initcall imx7_pgc_domain_driver_init+0x0/0x28 returned 0 after 58 usecs
[ 4.630693] calling sunxi_sram_driver_init+0x0/0x28 @ 1
[ 4.636438] probe of 0.sram returned 1 after 112 usecs
[ 4.641903] probe of 10000.sram returned 1 after 100 usecs
[ 4.647456] probe of 1c00000.system-control returned 1 after 11419 usecs
[ 4.654461] initcall sunxi_sram_driver_init+0x0/0x28 returned 0 after 18020 usecs
[ 4.661965] calling imx7_reset_driver_init+0x0/0x28 @ 1
[ 4.667385] initcall imx7_reset_driver_init+0x0/0x28 returned 0 after 106 usecs
[ 4.674714] calling reset_simple_driver_init+0x0/0x28 @ 1
[ 4.680416] initcall reset_simple_driver_init+0x0/0x28 returned 0 after 194 usecs
[ 4.687917] calling n_null_init+0x0/0x30 @ 1
[ 4.692272] initcall n_null_init+0x0/0x30 returned 0 after 1 usecs
[ 4.698466] calling pty_init+0x0/0x248 @ 1
[ 4.702900] initcall pty_init+0x0/0x248 returned 0 after 241 usecs
[ 4.709114] calling sysrq_init+0x0/0x90 @ 1
[ 4.713412] initcall sysrq_init+0x0/0x90 returned 0 after 27 usecs
[ 4.719611] calling serial8250_init+0x0/0x14c @ 1
[ 4.724397] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 4.731897] probe of serial8250 returned 1 after 47 usecs
[ 4.737332] initcall serial8250_init+0x0/0x14c returned 0 after 12622 usecs
[ 4.744340] calling of_platform_serial_driver_init+0x0/0x28 @ 1
[ 4.750755] initcall of_platform_serial_driver_init+0x0/0x28 returned 0 after 379 usecs
[ 4.758781] calling pl010_init+0x0/0x30 @ 1
[ 4.763045] Serial: AMBA driver
[ 4.766231] initcall pl010_init+0x0/0x30 returned 0 after 3106 usecs
[ 4.772604] calling imx_uart_init+0x0/0x50 @ 1
[ 4.777323] initcall imx_uart_init+0x0/0x50 returned 0 after 183 usecs
[ 4.783876] calling msm_serial_init+0x0/0x5c @ 1
[ 4.788725] msm_serial: driver initialized
[ 4.792823] initcall msm_serial_init+0x0/0x5c returned 0 after 4125 usecs
[ 4.799629] calling apm_init+0x0/0xe8 @ 1
[ 4.804106] initcall apm_init+0x0/0xe8 returned 0 after 365 usecs
[ 4.810241] calling cn_proc_init+0x0/0x4c @ 1
[ 4.814710] initcall cn_proc_init+0x0/0x4c returned 0 after 24 usecs
[ 4.821089] calling topology_sysfs_init+0x0/0x50 @ 1
[ 4.826175] initcall topology_sysfs_init+0x0/0x50 returned 0 after 34 usecs
[ 4.833155] calling cacheinfo_sysfs_init+0x0/0x50 @ 1
[ 4.838345] initcall cacheinfo_sysfs_init+0x0/0x50 returned -2 after 33 usecs
[ 4.845474] calling brd_init+0x0/0x158 @ 1
[ 4.861378] brd: module loaded
[ 4.864458] initcall brd_init+0x0/0x158 returned 0 after 14422 usecs
[ 4.870900] calling sun6i_prcm_driver_init+0x0/0x28 @ 1
[ 4.876490] initcall sun6i_prcm_driver_init+0x0/0x28 returned 0 after 266 usecs
[ 4.883866] calling net_olddevs_init+0x0/0x84 @ 1
[ 4.888697] initcall net_olddevs_init+0x0/0x84 returned 0 after 12 usecs
[ 4.895392] calling fixed_mdio_bus_init+0x0/0x11c @ 1
[ 4.900847] libphy: Fixed MDIO Bus: probed
[ 4.904949] initcall fixed_mdio_bus_init+0x0/0x11c returned 0 after 4294 usecs
[ 4.912225] calling ledtrig_usb_init+0x0/0x44 @ 1
[ 4.917047] initcall ledtrig_usb_init+0x0/0x44 returned 0 after 30 usecs
[ 4.923767] calling atkbd_init+0x0/0x3c @ 1
[ 4.928141] initcall atkbd_init+0x0/0x3c returned 0 after 81 usecs
[ 4.934317] calling cmos_init+0x0/0x54 @ 1
[ 4.938723] initcall cmos_init+0x0/0x54 returned -19 after 187 usecs
[ 4.945074] calling sun6i_rtc_driver_init+0x0/0x28 @ 1
[ 4.950449] initcall sun6i_rtc_driver_init+0x0/0x28 returned 0 after 114 usecs
[ 4.957665] calling sunxi_rtc_driver_init+0x0/0x28 @ 1
[ 4.963435] sunxi-rtc 1c20d00.rtc: registered as rtc0
[ 4.968534] sunxi-rtc 1c20d00.rtc: RTC enabled
[ 4.973013] probe of 1c20d00.rtc returned 1 after 10021 usecs
[ 4.978877] initcall sunxi_rtc_driver_init+0x0/0x28 returned 0 after 15583 usecs
[ 4.986268] calling gpio_restart_driver_init+0x0/0x28 @ 1
[ 4.991901] initcall gpio_restart_driver_init+0x0/0x28 returned 0 after 120 usecs
[ 4.999407] calling msm_restart_init+0x0/0x28 @ 1
[ 5.004300] initcall msm_restart_init+0x0/0x28 returned 0 after 99 usecs
[ 5.011024] calling versatile_reboot_probe+0x0/0xb0 @ 1
[ 5.016787] initcall versatile_reboot_probe+0x0/0xb0 returned -19 after 438 usecs
[ 5.024297] calling vexpress_reset_init+0x0/0x28 @ 1
[ 5.029524] initcall vexpress_reset_init+0x0/0x28 returned 0 after 152 usecs
[ 5.036568] calling syscon_reboot_driver_init+0x0/0x28 @ 1
[ 5.042269] initcall syscon_reboot_driver_init+0x0/0x28 returned 0 after 98 usecs
[ 5.049773] calling cpufreq_gov_powersave_init+0x0/0x24 @ 1
[ 5.055433] initcall cpufreq_gov_powersave_init+0x0/0x24 returned 0 after 3 usecs
[ 5.062929] calling cpufreq_gov_userspace_init+0x0/0x24 @ 1
[ 5.068606] initcall cpufreq_gov_userspace_init+0x0/0x24 returned 0 after 2 usecs
[ 5.076081] calling cpufreq_gov_dbs_init+0x0/0x24 @ 1
[ 5.081237] initcall cpufreq_gov_dbs_init+0x0/0x24 returned 0 after 1 usecs
[ 5.088211] calling cpufreq_dt_platdev_init+0x0/0x134 @ 1
[ 5.093929] initcall cpufreq_dt_platdev_init+0x0/0x134 returned 0 after 225 usecs
[ 5.101443] calling imx6q_cpufreq_platdrv_init+0x0/0x28 @ 1
[ 5.107177] initcall imx6q_cpufreq_platdrv_init+0x0/0x28 returned 0 after 73 usecs
[ 5.114768] calling syscon_led_driver_init+0x0/0x28 @ 1
[ 5.120199] initcall syscon_led_driver_init+0x0/0x28 returned 0 after 98 usecs
[ 5.127416] calling ledtrig_disk_init+0x0/0x64 @ 1
[ 5.132328] initcall ledtrig_disk_init+0x0/0x64 returned 0 after 9 usecs
[ 5.139077] calling ledtrig_mtd_init+0x0/0x44 @ 1
[ 5.143928] initcall ledtrig_mtd_init+0x0/0x44 returned 0 after 57 usecs
[ 5.150652] calling ledtrig_panic_init+0x0/0x58 @ 1
[ 5.155619] initcall ledtrig_panic_init+0x0/0x58 returned 0 after 4 usecs
[ 5.162420] calling efi_load_efivars+0x0/0x98 @ 1
[ 5.167208] initcall efi_load_efivars+0x0/0x98 returned 0 after 1 usecs
[ 5.173834] calling esrt_sysfs_init+0x0/0x29c @ 1
[ 5.178641] initcall esrt_sysfs_init+0x0/0x29c returned -38 after 1 usecs
[ 5.185424] calling extcon_class_init+0x0/0x38 @ 1
[ 5.190349] initcall extcon_class_init+0x0/0x38 returned 0 after 30 usecs
[ 5.197130] calling cci_pmu_driver_init+0x0/0x28 @ 1
[ 5.202393] initcall cci_pmu_driver_init+0x0/0x28 returned 0 after 186 usecs
[ 5.209461] calling arm_ccn_init+0x0/0xa0 @ 1
[ 5.214026] initcall arm_ccn_init+0x0/0xa0 returned 0 after 119 usecs
[ 5.220487] calling sock_diag_init+0x0/0x60 @ 1
[ 5.225192] initcall sock_diag_init+0x0/0x60 returned 0 after 83 usecs
[ 5.231747] calling blackhole_init+0x0/0x24 @ 1
[ 5.236366] initcall blackhole_init+0x0/0x24 returned 0 after 3 usecs
[ 5.242822] calling gre_offload_init+0x0/0x54 @ 1
[ 5.247613] initcall gre_offload_init+0x0/0x54 returned 0 after 2 usecs
[ 5.254241] calling sysctl_ipv4_init+0x0/0x5c @ 1
[ 5.259256] initcall sysctl_ipv4_init+0x0/0x5c returned 0 after 200 usecs
[ 5.266038] calling gre_init+0x0/0x54 @ 1
[ 5.270156] gre: GRE over IPv4 demultiplexor driver
[ 5.275033] initcall gre_init+0x0/0x54 returned 0 after 4758 usecs
[ 5.281229] calling cubictcp_register+0x0/0x70 @ 1
[ 5.286108] initcall cubictcp_register+0x0/0x70 returned 0 after 4 usecs
[ 5.292823] calling init_dns_resolver+0x0/0x12c @ 1
[ 5.297808] Key type dns_resolver registered
[ 5.302103] initcall init_dns_resolver+0x0/0x12c returned 0 after 4213 usecs
[ 5.309323] calling init_machine_late+0x0/0xa4 @ 1
[ 5.314202] initcall init_machine_late+0x0/0xa4 returned 0 after 4 usecs
[ 5.320922] calling thumbee_init+0x0/0x6c @ 1
[ 5.325360] ThumbEE CPU extension supported.
[ 5.329648] initcall thumbee_init+0x0/0x6c returned 0 after 4182 usecs
[ 5.336169] calling swp_emulation_init+0x0/0x78 @ 1
[ 5.341156] Registering SWP/SWPB emulation handler
[ 5.345946] initcall swp_emulation_init+0x0/0x78 returned 0 after 4685 usecs
[ 5.353011] calling init_oops_id+0x0/0x4c @ 1
[ 5.357458] initcall init_oops_id+0x0/0x4c returned 0 after 4 usecs
[ 5.363739] calling sched_init_debug+0x0/0x64 @ 1
[ 5.368590] initcall sched_init_debug+0x0/0x64 returned 0 after 41 usecs
[ 5.375285] calling pm_qos_power_init+0x0/0xc8 @ 1
[ 5.380855] initcall pm_qos_power_init+0x0/0xc8 returned 0 after 647 usecs
[ 5.387727] calling pm_debugfs_init+0x0/0x48 @ 1
[ 5.392491] initcall pm_debugfs_init+0x0/0x48 returned 0 after 16 usecs
[ 5.399124] calling printk_late_init+0x0/0x1c8 @ 1
[ 5.404004] initcall printk_late_init+0x0/0x1c8 returned 0 after 5 usecs
[ 5.410721] calling tk_debug_sleep_time_init+0x0/0x60 @ 1
[ 5.416218] initcall tk_debug_sleep_time_init+0x0/0x60 returned 0 after 13 usecs
[ 5.423631] calling debugfs_kprobe_init+0x0/0xf4 @ 1
[ 5.428747] initcall debugfs_kprobe_init+0x0/0xf4 returned 0 after 44 usecs
[ 5.435703] calling taskstats_init+0x0/0x4c @ 1
[ 5.440375] registered taskstats version 1
[ 5.444473] initcall taskstats_init+0x0/0x4c returned 0 after 4035 usecs
[ 5.451195] calling load_system_certificate_list+0x0/0x114 @ 1
[ 5.457105] Loading compiled-in X.509 certificates
[ 5.461912] initcall load_system_certificate_list+0x0/0x114 returned 0 after 4688 usecs
[ 5.469929] calling fault_around_debugfs+0x0/0x5c @ 1
[ 5.475080] initcall fault_around_debugfs+0x0/0x5c returned 0 after 15 usecs
[ 5.482145] calling max_swapfiles_check+0x0/0x1c @ 1
[ 5.487194] initcall max_swapfiles_check+0x0/0x1c returned 0 after 0 usecs
[ 5.494081] calling kmemleak_late_init+0x0/0xc0 @ 1
[ 5.499091] initcall kmemleak_late_init+0x0/0xc0 returned -12 after 27 usecs
[ 5.506134] calling check_early_ioremap_leak+0x0/0x68 @ 1
[ 5.511642] initcall check_early_ioremap_leak+0x0/0x68 returned 0 after 1 usecs
[ 5.518965] calling set_hardened_usercopy+0x0/0xc0 @ 1
[ 5.524187] initcall set_hardened_usercopy+0x0/0xc0 returned 1 after 1 usecs
[ 5.531248] calling init_root_keyring+0x0/0x1c @ 1
[ 5.536200] initcall init_root_keyring+0x0/0x1c returned 0 after 72 usecs
[ 5.543029] calling prandom_reseed+0x0/0x3c @ 1
[ 5.547656] initcall prandom_reseed+0x0/0x3c returned 0 after 10 usecs
[ 5.554205] calling clk_debug_init+0x0/0x114 @ 1
[ 5.570980] initcall clk_debug_init+0x0/0x114 returned 0 after 11742 usecs
[ 5.577959] calling deferred_probe_initcall+0x0/0xac @ 1
[ 5.584007] probe of ahci-5v returned 1 after 459 usecs
[ 5.589752] probe of usb1-vbus returned 1 after 366 usecs
[ 5.595507] probe of usb2-vbus returned 1 after 304 usecs
[ 5.601033] initcall deferred_probe_initcall+0x0/0xac returned 0 after 17251 usecs
[ 5.608632] calling genpd_debug_init+0x0/0x1a8 @ 1
[ 5.613557] initcall genpd_debug_init+0x0/0x1a8 returned 0 after 45 usecs
[ 5.620367] calling genpd_power_off_unused+0x0/0x7c @ 1
[ 5.625677] initcall genpd_power_off_unused+0x0/0x7c returned 0 after 1 usecs
[ 5.632826] calling rtc_hctosys+0x0/0x138 @ 1
[ 5.637302] sunxi-rtc 1c20d00.rtc: setting system clock to 2019-01-11 16:05:54 UTC (1547222754)
[ 5.646016] initcall rtc_hctosys+0x0/0x138 returned 0 after 8540 usecs
[ 5.652558] calling firmware_memmap_init+0x0/0x48 @ 1
[ 5.657693] initcall firmware_memmap_init+0x0/0x48 returned 0 after 0 usecs
[ 5.664665] calling efi_shutdown_init+0x0/0x68 @ 1
[ 5.669559] initcall efi_shutdown_init+0x0/0x68 returned -19 after 0 usecs
[ 5.676427] calling of_fdt_raw_init+0x0/0x7c @ 1
[ 5.681320] initcall of_fdt_raw_init+0x0/0x7c returned 0 after 165 usecs
[ 5.688051] calling tcp_congestion_default+0x0/0x2c @ 1
[ 5.693363] initcall tcp_congestion_default+0x0/0x2c returned 0 after 3 usecs
[ 5.700515] calling software_resume+0x0/0x264 @ 1
[ 5.705305] initcall software_resume+0x0/0x264 returned -2 after 2 usecs
[ 5.712027] calling clear_boot_tracer+0x0/0x3c @ 1
[ 5.716903] initcall clear_boot_tracer+0x0/0x3c returned 0 after 0 usecs
[ 5.723617] calling clk_disable_unused+0x0/0xe8 @ 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment