[linus:master] [clk] 262ca38f4b: WARNING:at_drivers/clk/clk.c:#clk_core_get_boundaries

From: kernel test robot
Date: Tue Jan 31 2023 - 02:03:27 EST


Greeting,

FYI, we noticed WARNING:at_drivers/clk/clk.c:#clk_core_get_boundaries due to commit (built with clang-14):

commit: 262ca38f4b6eb418b20b8e1d6d8495c6a98727c1 ("clk: Stop forwarding clk_rate_requests to the parent")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master

in testcase: kunit
version:
with following parameters:

group: group-02

on test machine: qemu-system-x86_64 -enable-kvm -cpu SandyBridge -smp 2 -m 16G

caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):


[ 78.186954][ T794] ------------[ cut here ]------------
[ 78.189287][ T794] WARNING: CPU: 0 PID: 794 at drivers/clk/clk.c:675 clk_core_get_boundaries (clk.c:?)
[ 78.192842][ T794] Modules linked in: clk_test(N) clk_gate_test(N)
[ 78.193678][ T794] CPU: 0 PID: 794 Comm: kunit_try_catch Tainted: G N 6.0.0-rc1-00021-g262ca38f4b6e #1
[ 78.195052][ T794] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014
[ 78.196362][ T794] RIP: 0010:clk_core_get_boundaries (clk.c:?)
[ 78.197220][ T794] Code: 48 89 df e8 fb 2e ee fe 48 8b 03 48 8d 58 c8 48 85 c0 48 0f 44 d8 48 85 db 75 81 48 83 c4 28 5b 41 5c 41 5d 41 5e 41 5f 5d c3 <0f> 0b e9 fa fd ff ff 48 c7 c1 c4 03 a1 87 80 e1 07 80 c1 03 38 c1
All code
========
0: 48 89 df mov %rbx,%rdi
3: e8 fb 2e ee fe callq 0xfffffffffeee2f03
8: 48 8b 03 mov (%rbx),%rax
b: 48 8d 58 c8 lea -0x38(%rax),%rbx
f: 48 85 c0 test %rax,%rax
12: 48 0f 44 d8 cmove %rax,%rbx
16: 48 85 db test %rbx,%rbx
19: 75 81 jne 0xffffffffffffff9c
1b: 48 83 c4 28 add $0x28,%rsp
1f: 5b pop %rbx
20: 41 5c pop %r12
22: 41 5d pop %r13
24: 41 5e pop %r14
26: 41 5f pop %r15
28: 5d pop %rbp
29: c3 retq
2a:* 0f 0b ud2 <-- trapping instruction
2c: e9 fa fd ff ff jmpq 0xfffffffffffffe2b
31: 48 c7 c1 c4 03 a1 87 mov $0xffffffff87a103c4,%rcx
38: 80 e1 07 and $0x7,%cl
3b: 80 c1 03 add $0x3,%cl
3e: 38 c1 cmp %al,%cl

Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: e9 fa fd ff ff jmpq 0xfffffffffffffe01
7: 48 c7 c1 c4 03 a1 87 mov $0xffffffff87a103c4,%rcx
e: 80 e1 07 and $0x7,%cl
11: 80 c1 03 add $0x3,%cl
14: 38 c1 cmp %al,%cl
[ 78.199523][ T794] RSP: 0000:ffff88813180fd60 EFLAGS: 00010246
[ 78.200306][ T794] RAX: 0000000000000000 RBX: ffff888160f21600 RCX: 0000000000000001
[ 78.201396][ T794] RDX: ffff88813180fe30 RSI: 00000000ffffffff RDI: ffffffff87016960
[ 78.202431][ T794] RBP: ffff88813180fdb0 R08: dffffc0000000000 R09: ffffed1026301fb6
[ 78.203476][ T794] R10: 0000000000000000 R11: dfffe91026301fb7 R12: ffff88813180fe28
[ 78.225052][ T794] R13: dffffc0000000000 R14: ffff888160f21600 R15: ffff88813180fe20
[ 78.227037][ T794] FS: 0000000000000000(0000) GS:ffffffff86744000(0000) knlGS:0000000000000000
[ 78.245081][ T794] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 78.246728][ T794] CR2: 000055826e6bd000 CR3: 000000015227d000 CR4: 00000000000006b0
[ 78.248833][ T794] Call Trace:
[ 78.249803][ T794] <TASK>
[ 78.250753][ T794] ? __kasan_check_write (??:?)
[ 78.252065][ T794] ? __mutex_unlock_slowpath (mutex.c:?)
[ 78.253148][ T794] clk_core_init_rate_req (clk.c:?)
[ 78.253900][ T794] clk_hw_init_rate_request (??:?)
[ 78.254633][ T794] clk_leaf_mux_set_rate_parent_determine_rate (clk_test.c:?) clk_test
[ 78.255725][ T794] ? trace_hardirqs_on (??:?)
[ 78.256403][ T794] kunit_try_run_case (test.c:?)
[ 78.257234][ T794] ? __kthread_parkme (kthread.c:?)
[ 78.257936][ T794] ? kunit_cleanup (test.c:?)
[ 78.258590][ T794] kunit_generic_run_threadfn_adapter (try-catch.c:?)
[ 78.259396][ T794] kthread (kthread.c:?)
[ 78.259975][ T794] ? kunit_try_catch_run (try-catch.c:?)
[ 78.260775][ T794] ? kthread_blkcg (kthread.c:?)
[ 78.261423][ T794] ret_from_fork (??:?)
[ 78.262051][ T794] </TASK>
[ 78.262520][ T794] irq event stamp: 1953
[ 78.263114][ T794] hardirqs last enabled at (1965): __up_console_sem (printk.c:?)
[ 78.264326][ T794] hardirqs last disabled at (1978): __up_console_sem (printk.c:?)
[ 78.266372][ T794] softirqs last enabled at (1914): __do_softirq (??:?)
[ 78.268719][ T794] softirqs last disabled at (1905): irq_exit_rcu (??:?)
[ 78.270772][ T794] ---[ end trace 0000000000000000 ]---


If you fix the issue, kindly add following tag
| Reported-by: kernel test robot <yujie.liu@xxxxxxxxx>
| Link: https://lore.kernel.org/oe-lkp/202301310919.b9d56ee3-yujie.liu@xxxxxxxxx


To reproduce:

# build kernel
cd linux
cp config-6.0.0-rc1-00021-g262ca38f4b6e .config
make HOSTCC=clang-14 CC=clang-14 ARCH=x86_64 olddefconfig prepare modules_prepare bzImage modules
make HOSTCC=clang-14 CC=clang-14 ARCH=x86_64 INSTALL_MOD_PATH=<mod-install-dir> modules_install
cd <mod-install-dir>
find lib/ | cpio -o -H newc --quiet | gzip > modules.cgz


git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp qemu -k <bzImage> -m modules.cgz job-script # job-script is attached in this email

# if come across any failure that blocks the test,
# please remove ~/.lkp and /lkp dir to run from a clean state.


--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 6.0.0-rc1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="clang version 14.0.6 (git://gitmirror/llvm_project f28c006a5895fc0e329fe15fead81e37457cb1d1)"
CONFIG_GCC_VERSION=0
CONFIG_CC_IS_CLANG=y
CONFIG_CLANG_VERSION=140006
CONFIG_AS_IS_LLVM=y
CONFIG_AS_VERSION=140006
CONFIG_LD_VERSION=0
CONFIG_LD_IS_LLD=y
CONFIG_LLD_VERSION=140006
CONFIG_CC_CAN_LINK=y
CONFIG_CC_CAN_LINK_STATIC=y
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_TOOLS_SUPPORT_RELR=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
CONFIG_PAHOLE_VERSION=123
CONFIG_CONSTRUCTORS=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_TABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_UAPI_HEADER_TEST=y
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_HAVE_KERNEL_ZSTD=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
# CONFIG_KERNEL_ZSTD is not set
CONFIG_DEFAULT_INIT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_WATCH_QUEUE=y
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_INJECTION=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_SIM=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_GENERIC_IRQ_DEBUGFS=y
# end of IRQ subsystem

CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_INIT=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_TIME_KUNIT_TEST=m

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_HZ_PERIODIC=y
# CONFIG_NO_HZ_IDLE is not set
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y
CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=100
# end of Timers subsystem

CONFIG_BPF=y
CONFIG_HAVE_EBPF_JIT=y
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y

#
# BPF subsystem
#
# CONFIG_BPF_SYSCALL is not set
# CONFIG_BPF_JIT is not set
# end of BPF subsystem

CONFIG_PREEMPT_VOLUNTARY_BUILD=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
# CONFIG_PREEMPT_DYNAMIC is not set

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
# CONFIG_TASK_XACCT is not set
CONFIG_PSI=y
CONFIG_PSI_DEFAULT_DISABLED=y
# end of CPU/Task time and stats accounting

#
# RCU Subsystem
#
CONFIG_TINY_RCU=y
CONFIG_RCU_EXPERT=y
CONFIG_SRCU=y
CONFIG_TINY_SRCU=y
CONFIG_TASKS_RCU_GENERIC=y
# CONFIG_FORCE_TASKS_RCU is not set
# CONFIG_FORCE_TASKS_RUDE_RCU is not set
CONFIG_TASKS_RUDE_RCU=y
CONFIG_FORCE_TASKS_TRACE_RCU=y
CONFIG_TASKS_TRACE_RCU=y
CONFIG_RCU_NEED_SEGCBLIST=y
# CONFIG_TASKS_TRACE_RCU_READ_MB is not set
# end of RCU Subsystem

CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_IKHEADERS=y
CONFIG_LOG_BUF_SHIFT=20
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
CONFIG_PRINTK_INDEX=y
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y

#
# Scheduler features
#
# end of Scheduler features

CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_CC_HAS_INT128=y
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough"
CONFIG_GCC12_NO_ARRAY_BOUNDS=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
CONFIG_CGROUP_FAVOR_DYNMODS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_KMEM=y
CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
# CONFIG_CGROUP_PIDS is not set
CONFIG_CGROUP_RDMA=y
# CONFIG_CGROUP_FREEZER is not set
CONFIG_CGROUP_HUGETLB=y
# CONFIG_CGROUP_DEVICE is not set
CONFIG_CGROUP_CPUACCT=y
# CONFIG_CGROUP_PERF is not set
# CONFIG_CGROUP_MISC is not set
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_TIME_NS is not set
# CONFIG_IPC_NS is not set
CONFIG_USER_NS=y
# CONFIG_PID_NS is not set
# CONFIG_NET_NS is not set
# CONFIG_CHECKPOINT_RESTORE is not set
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
# CONFIG_RD_LZO is not set
CONFIG_RD_LZ4=y
CONFIG_RD_ZSTD=y
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOT_CONFIG_EMBED is not set
# CONFIG_INITRAMFS_PRESERVE_MTIME is not set
# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_LD_ORPHAN_WARN=y
CONFIG_SYSCTL=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_RSEQ=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_GUEST_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
# end of Kernel Performance Events And Counters

CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
# end of General setup

CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_NR_GPIO=1024
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_AUDIT_ARCH=y
CONFIG_KASAN_SHADOW_OFFSET=0xdffffc0000000000
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_CC_HAS_SANE_STACKPROTECTOR=y

#
# Processor type and features
#
# CONFIG_SMP is not set
CONFIG_X86_FEATURE_NAMES=y
# CONFIG_X86_X2APIC is not set
CONFIG_X86_MPPARSE=y
CONFIG_GOLDFISH=y
CONFIG_X86_CPU_RESCTRL=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
CONFIG_IOSF_MBI=m
# CONFIG_IOSF_MBI_DEBUG is not set
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_X86_HV_CALLBACK_VECTOR=y
# CONFIG_XEN is not set
CONFIG_KVM_GUEST=y
CONFIG_ARCH_CPUIDLE_HALTPOLL=y
# CONFIG_PVH is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_JAILHOUSE_GUEST is not set
# CONFIG_ACRN_GUEST is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_IA32_FEAT_CTL=y
CONFIG_X86_VMX_FEATURE_NAMES=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_HYGON=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_CPU_SUP_ZHAOXIN=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_GART_IOMMU is not set
CONFIG_BOOT_VESA_SUPPORT=y
CONFIG_NR_CPUS_RANGE_BEGIN=1
CONFIG_NR_CPUS_RANGE_END=1
CONFIG_NR_CPUS_DEFAULT=1
CONFIG_NR_CPUS=1
CONFIG_UP_LATE_INIT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
# CONFIG_X86_MCE is not set

#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_PERF_EVENTS_INTEL_RAPL=y
CONFIG_PERF_EVENTS_INTEL_CSTATE=y
# CONFIG_PERF_EVENTS_AMD_POWER is not set
# CONFIG_PERF_EVENTS_AMD_UNCORE is not set
# CONFIG_PERF_EVENTS_AMD_BRS is not set
# end of Performance monitoring

CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
CONFIG_X86_IOPL_IOPERM=y
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
# CONFIG_MICROCODE_LATE_LOADING is not set
CONFIG_X86_MSR=y
# CONFIG_X86_CPUID is not set
# CONFIG_X86_5LEVEL is not set
CONFIG_X86_DIRECT_GBPAGES=y
# CONFIG_X86_CPA_STATISTICS is not set
# CONFIG_AMD_MEM_ENCRYPT is not set
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_MEMORY_PROBE=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
# CONFIG_X86_PMEM_LEGACY is not set
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_X86_UMIP=y
CONFIG_CC_HAS_IBT=y
CONFIG_X86_KERNEL_IBT=y
# CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS is not set
# CONFIG_X86_INTEL_TSX_MODE_OFF is not set
# CONFIG_X86_INTEL_TSX_MODE_ON is not set
CONFIG_X86_INTEL_TSX_MODE_AUTO=y
# CONFIG_X86_SGX is not set
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_MIXED=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
CONFIG_ARCH_HAS_KEXEC_PURGATORY=y
CONFIG_KEXEC_SIG=y
CONFIG_KEXEC_SIG_FORCE=y
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_PHYSICAL_ALIGN=0x200000
# CONFIG_COMPAT_VDSO is not set
CONFIG_LEGACY_VSYSCALL_XONLY=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_MODIFY_LDT_SYSCALL=y
# CONFIG_STRICT_SIGALTSTACK_SIZE is not set
CONFIG_HAVE_LIVEPATCH=y
CONFIG_LIVEPATCH=y
# end of Processor type and features

# CONFIG_SPECULATION_MITIGATIONS is not set
CONFIG_ARCH_HAS_ADD_PAGES=y
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y

#
# Power management and ACPI options
#
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_PM_SLEEP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_USERSPACE_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=100
CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_CLK=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_ARCH_SUPPORTS_ACPI=y
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
CONFIG_ACPI_DEBUGGER=y
CONFIG_ACPI_DEBUGGER_USER=y
CONFIG_ACPI_SPCR_TABLE=y
# CONFIG_ACPI_FPDT is not set
CONFIG_ACPI_LPIT=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_VIDEO is not set
# CONFIG_ACPI_FAN is not set
CONFIG_ACPI_TAD=y
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_DEBUG=y
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_ACPI_CONTAINER=y
# CONFIG_ACPI_HOTPLUG_MEMORY is not set
CONFIG_ACPI_HOTPLUG_IOAPIC=y
# CONFIG_ACPI_SBS is not set
CONFIG_ACPI_HED=y
CONFIG_ACPI_CUSTOM_METHOD=y
CONFIG_ACPI_BGRT=y
# CONFIG_ACPI_NFIT is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
# CONFIG_ACPI_APEI is not set
CONFIG_ACPI_DPTF=y
CONFIG_DPTF_POWER=y
# CONFIG_DPTF_PCH_FIVR is not set
# CONFIG_ACPI_CONFIGFS is not set
CONFIG_ACPI_PFRUT=y
# CONFIG_ACPI_PCC is not set
# CONFIG_PMIC_OPREGION is not set
CONFIG_ACPI_PRMT=y
CONFIG_X86_PM_TIMER=y

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPU frequency scaling drivers
#
# CONFIG_X86_INTEL_PSTATE is not set
CONFIG_X86_PCC_CPUFREQ=y
# CONFIG_X86_AMD_PSTATE is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=y
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# end of CPU Frequency scaling

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
# CONFIG_CPU_IDLE_GOV_MENU is not set
CONFIG_CPU_IDLE_GOV_TEO=y
# CONFIG_CPU_IDLE_GOV_HALTPOLL is not set
CONFIG_HALTPOLL_CPUIDLE=y
# end of CPU Idle

# CONFIG_INTEL_IDLE is not set
# end of Power management and ACPI options

#
# Bus options (PCI etc.)
#
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_MMCONF_FAM10H=y
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# end of Bus options (PCI etc.)

#
# Binary Emulations
#
CONFIG_IA32_EMULATION=y
CONFIG_COMPAT_32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
# end of Binary Emulations

CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_PFNCACHE=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_DIRTY_RING=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y
CONFIG_HAVE_KVM_NO_POLL=y
CONFIG_KVM_XFER_TO_GUEST_WORK=y
CONFIG_HAVE_KVM_PM_NOTIFIER=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
CONFIG_KVM_INTEL=y
# CONFIG_KVM_AMD is not set
CONFIG_KVM_XEN=y
CONFIG_AS_AVX512=y
CONFIG_AS_SHA1_NI=y
CONFIG_AS_SHA256_NI=y
CONFIG_AS_TPAUSE=y

#
# General architecture-dependent options
#
CONFIG_CRASH_CORE=y
CONFIG_KEXEC_CORE=y
CONFIG_GENERIC_ENTRY=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
# CONFIG_STATIC_CALL_SELFTEST is not set
CONFIG_OPTPROBES=y
CONFIG_KPROBES_ON_FTRACE=y
CONFIG_UPROBES=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_KRETPROBE_ON_RETHOOK=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_ARCH_HAS_SET_DIRECT_MAP=y
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_ARCH_WANTS_NO_INSTR=y
CONFIG_HAVE_ASM_MODVERSIONS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_MMU_GATHER_TABLE_FREE=y
CONFIG_MMU_GATHER_RCU_TABLE_FREE=y
CONFIG_MMU_GATHER_MERGE_VMAS=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
# CONFIG_SECCOMP is not set
CONFIG_HAVE_ARCH_STACKLEAK=y
CONFIG_HAVE_STACKPROTECTOR=y
# CONFIG_STACKPROTECTOR is not set
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y
CONFIG_LTO_NONE=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING_USER=y
CONFIG_HAVE_CONTEXT_TRACKING_USER_OFFSTACK=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOVE_PUD=y
CONFIG_HAVE_MOVE_PMD=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_HUGE_VMALLOC=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_HAVE_EXIT_THREAD=y
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
CONFIG_HAVE_OBJTOOL=y
CONFIG_HAVE_JUMP_LABEL_HACK=y
CONFIG_HAVE_NOINSTR_HACK=y
CONFIG_HAVE_NOINSTR_VALIDATION=y
CONFIG_HAVE_UACCESS_VALIDATION=y
CONFIG_HAVE_STACK_VALIDATION=y
CONFIG_ISA_BUS_API=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
CONFIG_COMPAT_32BIT_TIME=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
# CONFIG_VMAP_STACK is not set
CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
CONFIG_ARCH_USE_MEMREMAP_PROT=y
CONFIG_LOCK_EVENT_COUNTS=y
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
CONFIG_HAVE_STATIC_CALL=y
CONFIG_HAVE_STATIC_CALL_INLINE=y
CONFIG_HAVE_PREEMPT_DYNAMIC=y
CONFIG_HAVE_PREEMPT_DYNAMIC_CALL=y
CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y
CONFIG_ARCH_HAS_ELFCORE_COMPAT=y
CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=y
CONFIG_DYNAMIC_SIGFRAME=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling

CONFIG_HAVE_GCC_PLUGINS=y
# end of General architecture-dependent options

CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
# CONFIG_MODULE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
# CONFIG_MODULE_COMPRESS_ZSTD is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/sbin/modprobe"
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
# CONFIG_BLOCK_LEGACY_AUTOLOAD is not set
CONFIG_BLK_RQ_ALLOC_TIME=y
CONFIG_BLK_CGROUP_RWSTAT=y
CONFIG_BLK_DEV_BSG_COMMON=y
CONFIG_BLK_ICQ=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_INTEGRITY_T10=y
# CONFIG_BLK_DEV_ZONED is not set
CONFIG_BLK_DEV_THROTTLING=y
CONFIG_BLK_DEV_THROTTLING_LOW=y
# CONFIG_BLK_WBT is not set
# CONFIG_BLK_CGROUP_IOLATENCY is not set
# CONFIG_BLK_CGROUP_FC_APPID is not set
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOPRIO=y
CONFIG_BLK_DEBUG_FS=y
CONFIG_BLK_SED_OPAL=y
CONFIG_BLK_INLINE_ENCRYPTION=y
# CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_AIX_PARTITION=y
# CONFIG_OSF_PARTITION is not set
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
# CONFIG_MSDOS_PARTITION is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
# CONFIG_EFI_PARTITION is not set
CONFIG_SYSV68_PARTITION=y
# CONFIG_CMDLINE_PARTITION is not set
# end of Partition Types

CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
CONFIG_BLK_PM=y
CONFIG_BLOCK_HOLDER_DEPRECATED=y

#
# IO Schedulers
#
CONFIG_MQ_IOSCHED_DEADLINE=y
# CONFIG_MQ_IOSCHED_KYBER is not set
CONFIG_IOSCHED_BFQ=y
# CONFIG_BFQ_GROUP_IOSCHED is not set
# end of IO Schedulers

CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y
CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_ELF_KUNIT_TEST=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
# end of Executable file formats

#
# Memory Management options
#
# CONFIG_SWAP is not set

#
# SLAB allocator options
#
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_SLAB_MERGE_DEFAULT=y
CONFIG_SLAB_FREELIST_RANDOM=y
# CONFIG_SLAB_FREELIST_HARDENED is not set
# CONFIG_SLUB_STATS is not set
# end of SLAB allocator options

# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set
# CONFIG_COMPAT_BRK is not set
CONFIG_SPARSEMEM=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_FAST_GUP=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_MEMORY_HOTPLUG=y
# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_MHP_MEMMAP_ON_MEMORY=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_COMPACTION=y
CONFIG_PAGE_REPORTING=y
CONFIG_MIGRATION=y
CONFIG_DEVICE_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
CONFIG_CONTIG_ALLOC=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_MMU_NOTIFIER=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
# CONFIG_READ_ONLY_THP_FOR_FS is not set
CONFIG_NEED_PER_CPU_KM=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
# CONFIG_CMA is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y
CONFIG_ARCH_HAS_PTE_DEVMAP=y
CONFIG_ZONE_DMA=y
CONFIG_ZONE_DMA32=y
CONFIG_ZONE_DEVICE=y
CONFIG_GET_FREE_REGION=y
CONFIG_DEVICE_PRIVATE=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PERCPU_STATS=y
# CONFIG_GUP_TEST is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
CONFIG_SECRETMEM=y
CONFIG_ANON_VMA_NAME=y
# CONFIG_USERFAULTFD is not set

#
# Data Access Monitoring
#
# CONFIG_DAMON is not set
# end of Data Access Monitoring
# end of Memory Management options

CONFIG_NET=y
CONFIG_SKB_EXTENSIONS=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_AF_UNIX_OOB=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_TLS is not set
# CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=y
# CONFIG_SYN_COOKIES is not set
# CONFIG_NET_IPVTI is not set
# CONFIG_NET_FOU is not set
# CONFIG_NET_FOU_IP_TUNNELS is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
CONFIG_INET_TUNNEL=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_INET_UDP_DIAG is not set
# CONFIG_INET_RAW_DIAG is not set
# CONFIG_INET_DIAG_DESTROY is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_VTI is not set
CONFIG_IPV6_SIT=y
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
# CONFIG_IPV6_SEG6_HMAC is not set
# CONFIG_IPV6_RPL_LWTUNNEL is not set
# CONFIG_IPV6_IOAM6_LWTUNNEL is not set
# CONFIG_NETLABEL is not set
CONFIG_MPTCP=y
CONFIG_INET_MPTCP_DIAG=y
CONFIG_MPTCP_IPV6=y
CONFIG_MPTCP_KUNIT_TEST=m
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
# CONFIG_NETFILTER is not set
# CONFIG_BPFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
CONFIG_ATM=y
# CONFIG_ATM_CLIP is not set
# CONFIG_ATM_LANE is not set
# CONFIG_ATM_BR2684 is not set
# CONFIG_L2TP is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
CONFIG_LLC=y
CONFIG_LLC2=y
CONFIG_ATALK=y
CONFIG_DEV_APPLETALK=y
CONFIG_IPDDP=y
# CONFIG_IPDDP_ENCAP is not set
CONFIG_X25=y
CONFIG_LAPB=y
CONFIG_PHONET=y
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
# CONFIG_DNS_RESOLVER is not set
CONFIG_BATMAN_ADV=y
CONFIG_BATMAN_ADV_BATMAN_V=y
CONFIG_BATMAN_ADV_BLA=y
CONFIG_BATMAN_ADV_DAT=y
CONFIG_BATMAN_ADV_NC=y
CONFIG_BATMAN_ADV_MCAST=y
CONFIG_BATMAN_ADV_DEBUG=y
CONFIG_BATMAN_ADV_TRACING=y
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
CONFIG_NETLINK_DIAG=y
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=y
CONFIG_MPLS_ROUTING=y
CONFIG_MPLS_IPTUNNEL=y
CONFIG_NET_NSH=y
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
# CONFIG_NET_L3_MASTER_DEV is not set
CONFIG_QRTR=y
CONFIG_QRTR_SMD=y
CONFIG_QRTR_TUN=y
CONFIG_QRTR_MHI=y
# CONFIG_NET_NCSI is not set
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_DROP_MONITOR is not set
# end of Network testing
# end of Networking options

CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
CONFIG_AX25=y
CONFIG_AX25_DAMA_SLAVE=y
CONFIG_NETROM=y
CONFIG_ROSE=y

#
# AX.25 network device drivers
#
CONFIG_MKISS=y
CONFIG_6PACK=y
CONFIG_BPQETHER=y
CONFIG_BAYCOM_SER_FDX=y
CONFIG_BAYCOM_SER_HDX=y
CONFIG_BAYCOM_PAR=y
CONFIG_YAM=y
# end of AX.25 network device drivers

CONFIG_CAN=y
# CONFIG_CAN_RAW is not set
CONFIG_CAN_BCM=y
# CONFIG_CAN_GW is not set
CONFIG_CAN_J1939=y
CONFIG_CAN_ISOTP=y
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
# CONFIG_MCTP is not set
# CONFIG_WIRELESS is not set
CONFIG_RFKILL=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set
CONFIG_NET_9P=y
CONFIG_NET_9P_FD=y
CONFIG_NET_9P_VIRTIO=y
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
CONFIG_NFC=y
# CONFIG_NFC_DIGITAL is not set
# CONFIG_NFC_NCI is not set
# CONFIG_NFC_HCI is not set

#
# Near Field Communication (NFC) devices
#
CONFIG_NFC_PN533=y
CONFIG_NFC_PN533_USB=y
CONFIG_NFC_PN533_I2C=y
# CONFIG_NFC_PN532_UART is not set
# end of Near Field Communication (NFC) devices

# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
CONFIG_LWTUNNEL=y
CONFIG_LWTUNNEL_BPF=y
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_NET_SELFTESTS=y
CONFIG_PAGE_POOL=y
# CONFIG_PAGE_POOL_STATS is not set
CONFIG_FAILOVER=m
CONFIG_ETHTOOL_NETLINK=y
CONFIG_NETDEV_ADDR_LIST_TEST=m

#
# Device Drivers
#
CONFIG_HAVE_EISA=y
CONFIG_EISA=y
CONFIG_EISA_VLB_PRIMING=y
CONFIG_EISA_PCI_EISA=y
CONFIG_EISA_VIRTUAL_ROOT=y
# CONFIG_EISA_NAMES is not set
CONFIG_HAVE_PCI=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
# CONFIG_PCIE_PTM is not set
# CONFIG_PCI_MSI is not set
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
CONFIG_PCI_LOCKLESS_CONFIG=y
# CONFIG_PCI_IOV is not set
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set
# CONFIG_PCI_P2PDMA is not set
CONFIG_PCI_LABEL=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_HOTPLUG_PCI is not set

#
# PCI controller drivers
#

#
# DesignWare PCI Core Support
#
# end of DesignWare PCI Core Support

#
# Mobiveil PCIe Core Support
#
# end of Mobiveil PCIe Core Support

#
# Cadence PCIe controllers support
#
# end of Cadence PCIe controllers support
# end of PCI controller drivers

#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set
# end of PCI Endpoint

#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# end of PCI switch controller drivers

# CONFIG_CXL_BUS is not set
CONFIG_PCCARD=y
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
# CONFIG_YENTA is not set
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
# CONFIG_RAPIDIO is not set

#
# Generic Driver Options
#
CONFIG_AUXILIARY_BUS=y
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_DEVTMPFS_SAFE is not set
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set

#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_FW_LOADER_PAGED_BUF=y
CONFIG_FW_LOADER_SYSFS=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_FW_LOADER_COMPRESS=y
# CONFIG_FW_LOADER_COMPRESS_XZ is not set
# CONFIG_FW_LOADER_COMPRESS_ZSTD is not set
# CONFIG_FW_CACHE is not set
# CONFIG_FW_UPLOAD is not set
# end of Firmware loader

CONFIG_WANT_DEV_COREDUMP=y
CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
CONFIG_PM_QOS_KUNIT_TEST=y
CONFIG_TEST_ASYNC_DRIVER_PROBE=m
CONFIG_DRIVER_PE_KUNIT_TEST=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_SLIMBUS=y
CONFIG_REGMAP_SPI=y
CONFIG_REGMAP_W1=y
CONFIG_REGMAP_MMIO=y
CONFIG_REGMAP_IRQ=y
CONFIG_REGMAP_SCCB=y
CONFIG_REGMAP_I3C=m
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_DMA_FENCE_TRACE=y
# end of Generic Driver Options

#
# Bus devices
#
CONFIG_MHI_BUS=y
CONFIG_MHI_BUS_DEBUG=y
# CONFIG_MHI_BUS_PCI_GENERIC is not set
CONFIG_MHI_BUS_EP=y
# end of Bus devices

# CONFIG_CONNECTOR is not set

#
# Firmware Drivers
#

#
# ARM System Control and Management Interface Protocol
#
# end of ARM System Control and Management Interface Protocol

# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CFG_SYSFS_CMDLINE=y
CONFIG_SYSFB=y
# CONFIG_SYSFB_SIMPLEFB is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_ESRT=y
CONFIG_EFI_VARS_PSTORE=y
CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_DXE_MEM_ATTRIBUTES=y
CONFIG_EFI_RUNTIME_WRAPPERS=y
CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y
# CONFIG_EFI_BOOTLOADER_CONTROL is not set
CONFIG_EFI_CAPSULE_LOADER=y
# CONFIG_EFI_TEST is not set
CONFIG_EFI_DEV_PATH_PARSER=y
CONFIG_APPLE_PROPERTIES=y
# CONFIG_RESET_ATTACK_MITIGATION is not set
CONFIG_EFI_RCI2_TABLE=y
CONFIG_EFI_DISABLE_PCI_DMA=y
CONFIG_EFI_EARLYCON=y
# CONFIG_EFI_CUSTOM_SSDT_OVERLAYS is not set
CONFIG_EFI_DISABLE_RUNTIME=y
CONFIG_EFI_COCO_SECRET=y
# end of EFI (Extensible Firmware Interface) Support

#
# Tegra firmware driver
#
# end of Tegra firmware driver
# end of Firmware Drivers

# CONFIG_GNSS is not set
CONFIG_MTD=y
# CONFIG_MTD_TESTS is not set

#
# Partition parsers
#
CONFIG_MTD_AR7_PARTS=y
CONFIG_MTD_CMDLINE_PARTS=y
CONFIG_MTD_REDBOOT_PARTS=y
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
# end of Partition parsers

#
# User Modules And Translation Layers
#
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y

#
# Note that in some cases UBI block is preferred. See MTD_UBI_BLOCK.
#
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
CONFIG_SSFDC=y
# CONFIG_SM_FTL is not set
CONFIG_MTD_OOPS=y
CONFIG_MTD_PSTORE=y
CONFIG_MTD_PARTITIONED_MASTER=y

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=y
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_GEN_PROBE=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
# CONFIG_MTD_CFI_NOSWAP is not set
CONFIG_MTD_CFI_BE_BYTE_SWAP=y
# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
CONFIG_MTD_CFI_GEOMETRY=y
# CONFIG_MTD_MAP_BANK_WIDTH_1 is not set
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
CONFIG_MTD_MAP_BANK_WIDTH_8=y
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
CONFIG_MTD_CFI_I4=y
CONFIG_MTD_CFI_I8=y
CONFIG_MTD_OTP=y
# CONFIG_MTD_CFI_INTELEXT is not set
# CONFIG_MTD_CFI_AMDSTD is not set
CONFIG_MTD_CFI_STAA=y
CONFIG_MTD_CFI_UTIL=y
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set
# end of RAM/ROM/Flash chip drivers

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_PHYSMAP is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set
# end of Mapping drivers for chip access

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
CONFIG_MTD_DATAFLASH=y
# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set
# CONFIG_MTD_DATAFLASH_OTP is not set
CONFIG_MTD_MCHP23K256=y
CONFIG_MTD_MCHP48L640=y
CONFIG_MTD_SST25L=y
CONFIG_MTD_SLRAM=y
# CONFIG_MTD_PHRAM is not set
CONFIG_MTD_MTDRAM=y
CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128
CONFIG_MTD_BLOCK2MTD=y

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOCG3 is not set
# end of Self-contained MTD device drivers

#
# NAND
#
CONFIG_MTD_NAND_CORE=y
# CONFIG_MTD_ONENAND is not set
CONFIG_MTD_RAW_NAND=y

#
# Raw/parallel NAND flash controllers
#
# CONFIG_MTD_NAND_DENALI_PCI is not set
# CONFIG_MTD_NAND_CAFE is not set
CONFIG_MTD_NAND_MXIC=y
# CONFIG_MTD_NAND_GPIO is not set
CONFIG_MTD_NAND_PLATFORM=y
CONFIG_MTD_NAND_ARASAN=y

#
# Misc
#
# CONFIG_MTD_NAND_NANDSIM is not set
# CONFIG_MTD_NAND_RICOH is not set
# CONFIG_MTD_NAND_DISKONCHIP is not set
# CONFIG_MTD_SPI_NAND is not set

#
# ECC engine support
#
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set
CONFIG_MTD_NAND_ECC_SW_BCH=y
CONFIG_MTD_NAND_ECC_MXIC=y
# end of ECC engine support
# end of NAND

#
# LPDDR & LPDDR2 PCM memory drivers
#
CONFIG_MTD_LPDDR=y
CONFIG_MTD_QINFO_PROBE=y
# end of LPDDR & LPDDR2 PCM memory drivers

CONFIG_MTD_SPI_NOR=y
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
# CONFIG_MTD_SPI_NOR_SWP_DISABLE is not set
# CONFIG_MTD_SPI_NOR_SWP_DISABLE_ON_VOLATILE is not set
CONFIG_MTD_SPI_NOR_SWP_KEEP=y
# CONFIG_MTD_UBI is not set
# CONFIG_MTD_HYPERBUS is not set
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_PARPORT=y
# CONFIG_PARPORT_PC is not set
CONFIG_PARPORT_AX88796=y
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_FD_RAWCMD=y
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_ZRAM is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_DRBD is not set
CONFIG_BLK_DEV_NBD=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_CDROM_PKTCDVD is not set
CONFIG_ATA_OVER_ETH=y
CONFIG_VIRTIO_BLK=y
# CONFIG_BLK_DEV_RBD is not set
CONFIG_BLK_DEV_UBLK=y

#
# NVME Support
#
CONFIG_NVME_CORE=y
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_NVME_MULTIPATH is not set
# CONFIG_NVME_VERBOSE_ERRORS is not set
CONFIG_NVME_HWMON=y
CONFIG_NVME_FABRICS=y
CONFIG_NVME_FC=y
# CONFIG_NVME_TCP is not set
# CONFIG_NVME_AUTH is not set
# CONFIG_NVME_TARGET is not set
# end of NVME Support

#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=y
# CONFIG_AD525X_DPOT is not set
CONFIG_DUMMY_IRQ=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_TIFM_CORE is not set
CONFIG_ICS932S401=y
CONFIG_ENCLOSURE_SERVICES=y
# CONFIG_HP_ILO is not set
CONFIG_APDS9802ALS=y
CONFIG_ISL29003=y
CONFIG_ISL29020=y
CONFIG_SENSORS_TSL2550=y
# CONFIG_SENSORS_BH1770 is not set
CONFIG_SENSORS_APDS990X=y
CONFIG_HMC6352=y
# CONFIG_DS1682 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set
CONFIG_SRAM=y
# CONFIG_DW_XDATA_PCIE is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_XILINX_SDFEC is not set
CONFIG_MISC_RTSX=y
CONFIG_C2PORT=y
CONFIG_C2PORT_DURAMAR_2150=y

#
# EEPROM support
#
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_AT25=y
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
CONFIG_EEPROM_93CX6=y
CONFIG_EEPROM_93XX46=y
CONFIG_EEPROM_IDT_89HPESX=y
CONFIG_EEPROM_EE1004=y
# end of EEPROM support

# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#
CONFIG_TI_ST=y
# end of Texas Instruments shared transport line discipline

CONFIG_SENSORS_LIS3_I2C=y
# CONFIG_ALTERA_STAPL is not set
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_VMWARE_VMCI is not set
# CONFIG_GENWQE is not set
CONFIG_ECHO=y
# CONFIG_MISC_ALCOR_PCI is not set
# CONFIG_MISC_RTSX_PCI is not set
CONFIG_MISC_RTSX_USB=y
# CONFIG_HABANA_AI is not set
CONFIG_UACCE=y
CONFIG_PVPANIC=y
CONFIG_PVPANIC_MMIO=y
# CONFIG_PVPANIC_PCI is not set
# end of Misc devices

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=y
CONFIG_SCSI_COMMON=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_NETLINK=y
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
CONFIG_BLK_DEV_BSG=y
CONFIG_CHR_DEV_SCH=y
CONFIG_SCSI_ENCLOSURE=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
# CONFIG_SCSI_SRP_ATTRS is not set
# end of SCSI Transports

# CONFIG_SCSI_LOWLEVEL is not set
# CONFIG_SCSI_DH is not set
# end of SCSI device support

CONFIG_ATA=y
CONFIG_SATA_HOST=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_FORCE=y
# CONFIG_ATA_ACPI is not set
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_ATA_SFF is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
# CONFIG_MD_AUTODETECT is not set
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
CONFIG_MD_RAID456=y
CONFIG_MD_MULTIPATH=y
# CONFIG_MD_FAULTY is not set
CONFIG_BCACHE=y
# CONFIG_BCACHE_DEBUG is not set
CONFIG_BCACHE_CLOSURES_DEBUG=y
CONFIG_BCACHE_ASYNC_REGISTRATION=y
# CONFIG_BLK_DEV_DM is not set
# CONFIG_DM_AUDIT is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# end of IEEE 1394 (FireWire) support

CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
CONFIG_DUMMY=y
# CONFIG_WIREGUARD is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_NET_TEAM is not set
CONFIG_MACVLAN=y
# CONFIG_MACVTAP is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
# CONFIG_BAREUDP is not set
# CONFIG_GTP is not set
# CONFIG_MACSEC is not set
CONFIG_NETCONSOLE=y
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_TUN is not set
CONFIG_TUN_VNET_CROSS_LE=y
# CONFIG_VETH is not set
CONFIG_VIRTIO_NET=m
# CONFIG_NLMON is not set
CONFIG_MHI_NET=y
# CONFIG_ARCNET is not set
# CONFIG_ATM_DRIVERS is not set
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL3=y
CONFIG_PCMCIA_3C574=y
CONFIG_PCMCIA_3C589=y
CONFIG_VORTEX=y
# CONFIG_TYPHOON is not set
CONFIG_NET_VENDOR_ADAPTEC=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_NET_VENDOR_AGERE=y
# CONFIG_ET131X is not set
# CONFIG_NET_VENDOR_ALACRITECH is not set
CONFIG_NET_VENDOR_ALTEON=y
# CONFIG_ACENIC is not set
CONFIG_ALTERA_TSE=y
# CONFIG_NET_VENDOR_AMAZON is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ASIX is not set
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
# CONFIG_CX_ECAT is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
# CONFIG_BCMGENET is not set
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2X is not set
# CONFIG_SYSTEMPORT is not set
# CONFIG_BNXT is not set
CONFIG_NET_VENDOR_CADENCE=y
CONFIG_MACB=y
# CONFIG_MACB_PCI is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
# CONFIG_NET_VENDOR_CIRRUS is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
# CONFIG_NET_VENDOR_CORTINA is not set
CONFIG_NET_VENDOR_DAVICOM=y
# CONFIG_DM9051 is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_DEC=y
# CONFIG_NET_TULIP is not set
CONFIG_NET_VENDOR_DLINK=y
# CONFIG_DL2K is not set
# CONFIG_SUNDANCE is not set
CONFIG_NET_VENDOR_EMULEX=y
# CONFIG_BE2NET is not set
CONFIG_NET_VENDOR_ENGLEDER=y
CONFIG_TSNEP=y
# CONFIG_TSNEP_SELFTESTS is not set
CONFIG_NET_VENDOR_EZCHIP=y
# CONFIG_NET_VENDOR_FUJITSU is not set
# CONFIG_NET_VENDOR_FUNGIBLE is not set
CONFIG_NET_VENDOR_GOOGLE=y
# CONFIG_NET_VENDOR_HUAWEI is not set
CONFIG_NET_VENDOR_I825XX=y
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
CONFIG_E1000=y
# CONFIG_E1000E is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
# CONFIG_I40E is not set
# CONFIG_IGC is not set
CONFIG_NET_VENDOR_WANGXUN=y
# CONFIG_TXGBE is not set
# CONFIG_JME is not set
CONFIG_NET_VENDOR_LITEX=y
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_OCTEON_EP is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_MICROSEMI is not set
# CONFIG_NET_VENDOR_MICROSOFT is not set
CONFIG_NET_VENDOR_MYRI=y
# CONFIG_MYRI10GE is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
CONFIG_NET_VENDOR_NETERION=y
# CONFIG_S2IO is not set
CONFIG_NET_VENDOR_NETRONOME=y
CONFIG_NET_VENDOR_NVIDIA=y
# CONFIG_FORCEDETH is not set
CONFIG_NET_VENDOR_OKI=y
CONFIG_ETHOC=y
CONFIG_NET_VENDOR_PACKET_ENGINES=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_PENSANDO=y
# CONFIG_IONIC is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_QED is not set
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
# CONFIG_NET_VENDOR_REALTEK is not set
CONFIG_NET_VENDOR_RENESAS=y
# CONFIG_NET_VENDOR_ROCKER is not set
CONFIG_NET_VENDOR_SAMSUNG=y
CONFIG_SXGBE_ETH=y
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
# CONFIG_SIS900 is not set
# CONFIG_SIS190 is not set
CONFIG_NET_VENDOR_SOLARFLARE=y
# CONFIG_SFC is not set
# CONFIG_SFC_FALCON is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SMSC911X is not set
# CONFIG_SMSC9420 is not set
CONFIG_NET_VENDOR_SOCIONEXT=y
CONFIG_NET_VENDOR_STMICRO=y
CONFIG_STMMAC_ETH=y
# CONFIG_STMMAC_SELFTESTS is not set
# CONFIG_STMMAC_PLATFORM is not set
CONFIG_DWMAC_INTEL=y
# CONFIG_DWMAC_LOONGSON is not set
# CONFIG_STMMAC_PCI is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VERTEXCOM is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_NET_VENDOR_WIZNET is not set
CONFIG_NET_VENDOR_XILINX=y
CONFIG_XILINX_EMACLITE=y
# CONFIG_XILINX_AXI_EMAC is not set
# CONFIG_XILINX_LL_TEMAC is not set
# CONFIG_NET_VENDOR_XIRCOM is not set
CONFIG_FDDI=y
# CONFIG_DEFXX is not set
# CONFIG_SKFP is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_PHYLINK=y
CONFIG_PHYLIB=y
CONFIG_SWPHY=y
CONFIG_FIXED_PHY=y
CONFIG_SFP=y

#
# MII PHY device drivers
#
# CONFIG_AMD_PHY is not set
CONFIG_ADIN_PHY=y
CONFIG_ADIN1100_PHY=y
CONFIG_AQUANTIA_PHY=y
CONFIG_AX88796B_PHY=y
CONFIG_BROADCOM_PHY=y
CONFIG_BCM54140_PHY=y
# CONFIG_BCM7XXX_PHY is not set
CONFIG_BCM84881_PHY=y
CONFIG_BCM87XX_PHY=y
CONFIG_BCM_NET_PHYLIB=y
CONFIG_BCM_NET_PHYPTP=y
# CONFIG_CICADA_PHY is not set
CONFIG_CORTINA_PHY=y
CONFIG_DAVICOM_PHY=y
CONFIG_ICPLUS_PHY=y
CONFIG_LXT_PHY=y
CONFIG_INTEL_XWAY_PHY=y
CONFIG_LSI_ET1011C_PHY=y
CONFIG_MARVELL_PHY=y
# CONFIG_MARVELL_10G_PHY is not set
CONFIG_MARVELL_88X2222_PHY=y
CONFIG_MAXLINEAR_GPHY=y
# CONFIG_MEDIATEK_GE_PHY is not set
# CONFIG_MICREL_PHY is not set
CONFIG_MICROCHIP_PHY=y
# CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
CONFIG_MOTORCOMM_PHY=y
# CONFIG_NATIONAL_PHY is not set
CONFIG_NXP_C45_TJA11XX_PHY=y
# CONFIG_NXP_TJA11XX_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_QSEMI_PHY is not set
CONFIG_REALTEK_PHY=y
# CONFIG_RENESAS_PHY is not set
CONFIG_ROCKCHIP_PHY=y
CONFIG_SMSC_PHY=y
CONFIG_STE10XP=y
# CONFIG_TERANETICS_PHY is not set
# CONFIG_DP83822_PHY is not set
CONFIG_DP83TC811_PHY=y
CONFIG_DP83848_PHY=y
# CONFIG_DP83867_PHY is not set
# CONFIG_DP83869_PHY is not set
CONFIG_DP83TD510_PHY=y
CONFIG_VITESSE_PHY=y
CONFIG_XILINX_GMII2RGMII=y
CONFIG_MICREL_KS8995MA=y
# CONFIG_CAN_DEV is not set
CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
CONFIG_FWNODE_MDIO=y
CONFIG_ACPI_MDIO=y
CONFIG_MDIO_DEVRES=y
# CONFIG_MDIO_BITBANG is not set
CONFIG_MDIO_BCM_UNIMAC=y
CONFIG_MDIO_I2C=y
# CONFIG_MDIO_MVUSB is not set
CONFIG_MDIO_MSCC_MIIM=y
# CONFIG_MDIO_THUNDER is not set

#
# MDIO Multiplexers
#

#
# PCS device drivers
#
CONFIG_PCS_XPCS=y
# end of PCS device drivers

# CONFIG_PLIP is not set
CONFIG_PPP=y
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_DEFLATE is not set
# CONFIG_PPP_FILTER is not set
# CONFIG_PPP_MPPE is not set
CONFIG_PPP_MULTILINK=y
# CONFIG_PPPOATM is not set
# CONFIG_PPPOE is not set
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_SLIP=y
CONFIG_SLHC=y
# CONFIG_SLIP_COMPRESSED is not set
# CONFIG_SLIP_SMART is not set
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_USB_NET_DRIVERS=y
CONFIG_USB_CATC=y
CONFIG_USB_KAWETH=y
CONFIG_USB_PEGASUS=y
CONFIG_USB_RTL8150=y
CONFIG_USB_RTL8152=y
CONFIG_USB_LAN78XX=y
CONFIG_USB_USBNET=y
# CONFIG_USB_NET_AX8817X is not set
CONFIG_USB_NET_AX88179_178A=y
CONFIG_USB_NET_CDCETHER=y
CONFIG_USB_NET_CDC_EEM=y
CONFIG_USB_NET_CDC_NCM=y
# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
CONFIG_USB_NET_CDC_MBIM=y
CONFIG_USB_NET_DM9601=y
CONFIG_USB_NET_SR9700=y
# CONFIG_USB_NET_SR9800 is not set
CONFIG_USB_NET_SMSC75XX=y
# CONFIG_USB_NET_SMSC95XX is not set
CONFIG_USB_NET_GL620A=y
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
# CONFIG_USB_NET_MCS7830 is not set
CONFIG_USB_NET_RNDIS_HOST=y
CONFIG_USB_NET_CDC_SUBSET_ENABLE=y
CONFIG_USB_NET_CDC_SUBSET=y
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
# CONFIG_USB_ARMLINUX is not set
# CONFIG_USB_EPSON2888 is not set
CONFIG_USB_KC2190=y
CONFIG_USB_NET_ZAURUS=y
CONFIG_USB_NET_CX82310_ETH=y
# CONFIG_USB_NET_KALMIA is not set
# CONFIG_USB_NET_QMI_WWAN is not set
# CONFIG_USB_HSO is not set
CONFIG_USB_NET_INT51X1=y
CONFIG_USB_CDC_PHONET=y
CONFIG_USB_IPHETH=y
# CONFIG_USB_SIERRA_NET is not set
CONFIG_USB_VL600=y
CONFIG_USB_NET_CH9200=y
CONFIG_USB_NET_AQC111=y
CONFIG_USB_RTL8153_ECM=y
# CONFIG_WLAN is not set
# CONFIG_WAN is not set

#
# Wireless WAN
#
CONFIG_WWAN=y
CONFIG_WWAN_DEBUGFS=y
CONFIG_WWAN_HWSIM=y
# CONFIG_MHI_WWAN_CTRL is not set
CONFIG_MHI_WWAN_MBIM=y
CONFIG_RPMSG_WWAN_CTRL=y
# CONFIG_MTK_T7XX is not set
# end of Wireless WAN

# CONFIG_VMXNET3 is not set
CONFIG_FUJITSU_ES=y
# CONFIG_USB4_NET is not set
# CONFIG_NETDEVSIM is not set
CONFIG_NET_FAILOVER=m
CONFIG_ISDN=y
CONFIG_MISDN=y
CONFIG_MISDN_DSP=y
# CONFIG_MISDN_L1OIP is not set

#
# mISDN hardware drivers
#
# CONFIG_MISDN_HFCPCI is not set
# CONFIG_MISDN_HFCMULTI is not set
CONFIG_MISDN_HFCUSB=y
# CONFIG_MISDN_AVMFRITZ is not set
# CONFIG_MISDN_SPEEDFAX is not set
# CONFIG_MISDN_INFINEON is not set
# CONFIG_MISDN_W6692 is not set
# CONFIG_MISDN_NETJET is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=y
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
CONFIG_INPUT_VIVALDIFMAP=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set
CONFIG_INPUT_EVBUG=y

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADC is not set
# CONFIG_KEYBOARD_ADP5520 is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
# CONFIG_KEYBOARD_APPLESPI is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1050 is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_GOLDFISH_EVENTS is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_IQS62X is not set
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_CROS_EC is not set
# CONFIG_KEYBOARD_CYPRESS_SF is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_SENTELIC is not set
CONFIG_MOUSE_PS2_TOUCHKIT=y
CONFIG_MOUSE_PS2_FOCALTECH=y
# CONFIG_MOUSE_PS2_VMMOUSE is not set
CONFIG_MOUSE_PS2_SMBUS=y
CONFIG_MOUSE_SERIAL=y
CONFIG_MOUSE_APPLETOUCH=y
# CONFIG_MOUSE_BCM5974 is not set
CONFIG_MOUSE_CYAPA=y
CONFIG_MOUSE_ELAN_I2C=y
# CONFIG_MOUSE_ELAN_I2C_I2C is not set
# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_MOUSE_GPIO=y
CONFIG_MOUSE_SYNAPTICS_I2C=y
CONFIG_MOUSE_SYNAPTICS_USB=y
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=y
CONFIG_JOYSTICK_A3D=y
CONFIG_JOYSTICK_ADC=m
# CONFIG_JOYSTICK_ADI is not set
CONFIG_JOYSTICK_COBRA=y
# CONFIG_JOYSTICK_GF2K is not set
CONFIG_JOYSTICK_GRIP=y
CONFIG_JOYSTICK_GRIP_MP=y
CONFIG_JOYSTICK_GUILLEMOT=y
CONFIG_JOYSTICK_INTERACT=y
CONFIG_JOYSTICK_SIDEWINDER=y
CONFIG_JOYSTICK_TMDC=y
CONFIG_JOYSTICK_IFORCE=y
CONFIG_JOYSTICK_IFORCE_USB=y
# CONFIG_JOYSTICK_IFORCE_232 is not set
CONFIG_JOYSTICK_WARRIOR=y
CONFIG_JOYSTICK_MAGELLAN=y
# CONFIG_JOYSTICK_SPACEORB is not set
CONFIG_JOYSTICK_SPACEBALL=y
CONFIG_JOYSTICK_STINGER=y
CONFIG_JOYSTICK_TWIDJOY=y
CONFIG_JOYSTICK_ZHENHUA=y
CONFIG_JOYSTICK_DB9=y
CONFIG_JOYSTICK_GAMECON=y
CONFIG_JOYSTICK_TURBOGRAFX=y
CONFIG_JOYSTICK_AS5011=y
CONFIG_JOYSTICK_JOYDUMP=y
CONFIG_JOYSTICK_XPAD=y
CONFIG_JOYSTICK_XPAD_FF=y
CONFIG_JOYSTICK_XPAD_LEDS=y
CONFIG_JOYSTICK_WALKERA0701=y
# CONFIG_JOYSTICK_PSXPAD_SPI is not set
CONFIG_JOYSTICK_PXRC=y
CONFIG_JOYSTICK_QWIIC=y
CONFIG_JOYSTICK_FSIA6B=y
# CONFIG_JOYSTICK_SENSEHAT is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_88PM860X_ONKEY=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_ARIZONA_HAPTICS is not set
# CONFIG_INPUT_ATC260X_ONKEY is not set
CONFIG_INPUT_BMA150=y
# CONFIG_INPUT_E3X0_BUTTON is not set
CONFIG_INPUT_PCSPKR=y
# CONFIG_INPUT_MAX77693_HAPTIC is not set
# CONFIG_INPUT_MAX8925_ONKEY is not set
# CONFIG_INPUT_MAX8997_HAPTIC is not set
CONFIG_INPUT_MC13783_PWRBUTTON=y
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_GPIO_DECODER is not set
# CONFIG_INPUT_GPIO_VIBRA is not set
CONFIG_INPUT_ATLAS_BTNS=y
CONFIG_INPUT_ATI_REMOTE2=y
CONFIG_INPUT_KEYSPAN_REMOTE=y
CONFIG_INPUT_KXTJ9=y
CONFIG_INPUT_POWERMATE=y
# CONFIG_INPUT_YEALINK is not set
CONFIG_INPUT_CM109=y
CONFIG_INPUT_REGULATOR_HAPTIC=y
# CONFIG_INPUT_AXP20X_PEK is not set
# CONFIG_INPUT_UINPUT is not set
CONFIG_INPUT_PALMAS_PWRBUTTON=y
# CONFIG_INPUT_PCF50633_PMU is not set
CONFIG_INPUT_PCF8574=y
# CONFIG_INPUT_PWM_BEEPER is not set
CONFIG_INPUT_PWM_VIBRA=y
CONFIG_INPUT_GPIO_ROTARY_ENCODER=y
CONFIG_INPUT_DA7280_HAPTICS=y
# CONFIG_INPUT_DA9052_ONKEY is not set
CONFIG_INPUT_WM831X_ON=y
CONFIG_INPUT_PCAP=y
# CONFIG_INPUT_ADXL34X is not set
CONFIG_INPUT_IMS_PCU=y
CONFIG_INPUT_IQS269A=y
CONFIG_INPUT_IQS626A=y
CONFIG_INPUT_IQS7222=y
CONFIG_INPUT_CMA3000=y
# CONFIG_INPUT_CMA3000_I2C is not set
# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
CONFIG_INPUT_DRV260X_HAPTICS=y
CONFIG_INPUT_DRV2665_HAPTICS=y
CONFIG_INPUT_DRV2667_HAPTICS=y
CONFIG_INPUT_RAVE_SP_PWRBUTTON=y
CONFIG_RMI4_CORE=y
# CONFIG_RMI4_I2C is not set
# CONFIG_RMI4_SPI is not set
CONFIG_RMI4_SMB=y
CONFIG_RMI4_F03=y
CONFIG_RMI4_F03_SERIO=y
CONFIG_RMI4_2D_SENSOR=y
CONFIG_RMI4_F11=y
CONFIG_RMI4_F12=y
CONFIG_RMI4_F30=y
CONFIG_RMI4_F34=y
CONFIG_RMI4_F3A=y
CONFIG_RMI4_F54=y
CONFIG_RMI4_F55=y

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
CONFIG_SERIO_PARKBD=y
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=y
CONFIG_SERIO_ALTERA_PS2=y
# CONFIG_SERIO_PS2MULT is not set
CONFIG_SERIO_ARC_PS2=y
# CONFIG_SERIO_GPIO_PS2 is not set
CONFIG_USERIO=y
CONFIG_GAMEPORT=y
# CONFIG_GAMEPORT_NS558 is not set
CONFIG_GAMEPORT_L4=y
# CONFIG_GAMEPORT_EMU10K1 is not set
# CONFIG_GAMEPORT_FM801 is not set
# end of Hardware I/O ports
# end of Input device support

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LDISC_AUTOLOAD=y

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_PNP=y
# CONFIG_SERIAL_8250_16550A_VARIANTS is not set
# CONFIG_SERIAL_8250_FINTEK is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_EXAR=y
# CONFIG_SERIAL_8250_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
CONFIG_SERIAL_8250_DWLIB=y
CONFIG_SERIAL_8250_DW=y
CONFIG_SERIAL_8250_RT288X=y
CONFIG_SERIAL_8250_LPSS=y
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_PERICOM=y

#
# Non-8250 serial port support
#
CONFIG_SERIAL_MAX3100=y
# CONFIG_SERIAL_MAX310X is not set
CONFIG_SERIAL_UARTLITE=y
CONFIG_SERIAL_UARTLITE_CONSOLE=y
CONFIG_SERIAL_UARTLITE_NR_UARTS=1
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_LANTIQ is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
CONFIG_SERIAL_ALTERA_JTAGUART=y
# CONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE is not set
CONFIG_SERIAL_ALTERA_UART=y
CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4
CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200
# CONFIG_SERIAL_ALTERA_UART_CONSOLE is not set
CONFIG_SERIAL_ARC=y
# CONFIG_SERIAL_ARC_CONSOLE is not set
CONFIG_SERIAL_ARC_NR_PORTS=1
# CONFIG_SERIAL_RP2 is not set
CONFIG_SERIAL_FSL_LPUART=y
CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
CONFIG_SERIAL_FSL_LINFLEXUART=y
# CONFIG_SERIAL_FSL_LINFLEXUART_CONSOLE is not set
# CONFIG_SERIAL_SPRD is not set
# end of Serial drivers

CONFIG_SERIAL_MCTRL_GPIO=y
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_GOLDFISH_TTY=y
CONFIG_GOLDFISH_TTY_EARLY_CONSOLE=y
# CONFIG_N_GSM is not set
# CONFIG_NOZOMI is not set
CONFIG_NULL_TTY=y
CONFIG_HVC_DRIVER=y
# CONFIG_RPMSG_TTY is not set
CONFIG_SERIAL_DEV_BUS=y
# CONFIG_SERIAL_DEV_CTRL_TTYPORT is not set
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=y
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_IPMB_DEVICE_INTERFACE=y
# CONFIG_HW_RANDOM is not set
# CONFIG_APPLICOM is not set

#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=y
CONFIG_CARDMAN_4000=y
CONFIG_CARDMAN_4040=y
CONFIG_SCR24X=y
CONFIG_IPWIRELESS=y
# end of PCMCIA character devices

CONFIG_MWAVE=y
# CONFIG_DEVMEM is not set
# CONFIG_NVRAM is not set
CONFIG_DEVPORT=y
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
CONFIG_HANGCHECK_TIMER=y
CONFIG_TCG_TPM=y
CONFIG_TCG_TIS_CORE=y
# CONFIG_TCG_TIS is not set
CONFIG_TCG_TIS_SPI=y
# CONFIG_TCG_TIS_SPI_CR50 is not set
CONFIG_TCG_TIS_I2C=y
# CONFIG_TCG_TIS_I2C_CR50 is not set
# CONFIG_TCG_TIS_I2C_ATMEL is not set
CONFIG_TCG_TIS_I2C_INFINEON=y
CONFIG_TCG_TIS_I2C_NUVOTON=y
# CONFIG_TCG_NSC is not set
CONFIG_TCG_ATMEL=y
CONFIG_TCG_INFINEON=y
CONFIG_TCG_CRB=y
# CONFIG_TCG_VTPM_PROXY is not set
CONFIG_TCG_TIS_ST33ZP24=y
CONFIG_TCG_TIS_ST33ZP24_I2C=y
CONFIG_TCG_TIS_ST33ZP24_SPI=y
CONFIG_TELCLOCK=y
CONFIG_XILLYBUS_CLASS=y
# CONFIG_XILLYBUS is not set
CONFIG_XILLYUSB=y
CONFIG_RANDOM_TRUST_CPU=y
CONFIG_RANDOM_TRUST_BOOTLOADER=y
# end of Character devices

#
# I2C support
#
CONFIG_I2C=y
# CONFIG_ACPI_I2C_OPREGION is not set
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MUX=y

#
# Multiplexer I2C Chip support
#
CONFIG_I2C_MUX_GPIO=y
CONFIG_I2C_MUX_LTC4306=y
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_PCA954x is not set
# CONFIG_I2C_MUX_REG is not set
CONFIG_I2C_MUX_MLXCPLD=y
# end of Multiplexer I2C Chip support

CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCA=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_AMD_MP2 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_ISMT is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_NVIDIA_GPU is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_CBUS_GPIO=y
CONFIG_I2C_DESIGNWARE_CORE=y
# CONFIG_I2C_DESIGNWARE_SLAVE is not set
CONFIG_I2C_DESIGNWARE_PLATFORM=y
# CONFIG_I2C_DESIGNWARE_AMDPSP is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
CONFIG_I2C_EMEV2=y
# CONFIG_I2C_GPIO is not set
CONFIG_I2C_KEMPLD=y
CONFIG_I2C_OCORES=y
CONFIG_I2C_PCA_PLATFORM=y
CONFIG_I2C_SIMTEC=y
CONFIG_I2C_XILINX=y

#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_DIOLAN_U2C=y
# CONFIG_I2C_CP2615 is not set
# CONFIG_I2C_PARPORT is not set
CONFIG_I2C_ROBOTFUZZ_OSIF=y
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
CONFIG_I2C_VIPERBOARD=y

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_MLXCPLD is not set
# CONFIG_I2C_CROS_EC_TUNNEL is not set
CONFIG_I2C_VIRTIO=y
# end of I2C Hardware Bus support

# CONFIG_I2C_STUB is not set
CONFIG_I2C_SLAVE=y
CONFIG_I2C_SLAVE_EEPROM=y
CONFIG_I2C_SLAVE_TESTUNIT=y
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support

CONFIG_I3C=y
# CONFIG_CDNS_I3C_MASTER is not set
# CONFIG_DW_I3C_MASTER is not set
CONFIG_SVC_I3C_MASTER=y
# CONFIG_MIPI_I3C_HCI is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
CONFIG_SPI_MEM=y

#
# SPI Master Controller Drivers
#
CONFIG_SPI_ALTERA=y
CONFIG_SPI_ALTERA_CORE=y
# CONFIG_SPI_AXI_SPI_ENGINE is not set
CONFIG_SPI_BITBANG=y
# CONFIG_SPI_BUTTERFLY is not set
CONFIG_SPI_CADENCE=y
# CONFIG_SPI_DESIGNWARE is not set
# CONFIG_SPI_NXP_FLEXSPI is not set
# CONFIG_SPI_GPIO is not set
CONFIG_SPI_INTEL=y
# CONFIG_SPI_INTEL_PCI is not set
CONFIG_SPI_INTEL_PLATFORM=y
CONFIG_SPI_LM70_LLP=y
CONFIG_SPI_MICROCHIP_CORE=y
# CONFIG_SPI_LANTIQ_SSC is not set
# CONFIG_SPI_OC_TINY is not set
# CONFIG_SPI_PXA2XX is not set
# CONFIG_SPI_ROCKCHIP is not set
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_SIFIVE is not set
# CONFIG_SPI_MXIC is not set
# CONFIG_SPI_XCOMM is not set
CONFIG_SPI_XILINX=y
CONFIG_SPI_ZYNQMP_GQSPI=y
# CONFIG_SPI_AMD is not set

#
# SPI Multiplexer support
#
# CONFIG_SPI_MUX is not set

#
# SPI Protocol Masters
#
CONFIG_SPI_SPIDEV=y
CONFIG_SPI_LOOPBACK_TEST=m
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_SPI_SLAVE is not set
CONFIG_SPI_DYNAMIC=y
# CONFIG_SPMI is not set
CONFIG_HSI=y
CONFIG_HSI_BOARDINFO=y

#
# HSI controllers
#

#
# HSI clients
#
# CONFIG_HSI_CHAR is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set
CONFIG_NTP_PPS=y

#
# PPS clients support
#
CONFIG_PPS_CLIENT_KTIMER=y
CONFIG_PPS_CLIENT_LDISC=y
CONFIG_PPS_CLIENT_PARPORT=y
CONFIG_PPS_CLIENT_GPIO=y

#
# PPS generators support
#

#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
# end of PTP clock support

CONFIG_PINCTRL=y
CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
# CONFIG_PINCTRL_AMD is not set
CONFIG_PINCTRL_MCP23S08_I2C=y
CONFIG_PINCTRL_MCP23S08_SPI=y
CONFIG_PINCTRL_MCP23S08=y
# CONFIG_PINCTRL_SX150X is not set

#
# Intel pinctrl drivers
#
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=y
# CONFIG_PINCTRL_LYNXPOINT is not set
CONFIG_PINCTRL_INTEL=y
# CONFIG_PINCTRL_ALDERLAKE is not set
CONFIG_PINCTRL_BROXTON=y
# CONFIG_PINCTRL_CANNONLAKE is not set
# CONFIG_PINCTRL_CEDARFORK is not set
CONFIG_PINCTRL_DENVERTON=y
# CONFIG_PINCTRL_ELKHARTLAKE is not set
# CONFIG_PINCTRL_EMMITSBURG is not set
CONFIG_PINCTRL_GEMINILAKE=y
# CONFIG_PINCTRL_ICELAKE is not set
CONFIG_PINCTRL_JASPERLAKE=y
CONFIG_PINCTRL_LAKEFIELD=y
CONFIG_PINCTRL_LEWISBURG=y
CONFIG_PINCTRL_METEORLAKE=y
# CONFIG_PINCTRL_SUNRISEPOINT is not set
# CONFIG_PINCTRL_TIGERLAKE is not set
# end of Intel pinctrl drivers

#
# Renesas pinctrl drivers
#
# end of Renesas pinctrl drivers

CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_FASTPATH_LIMIT=512
CONFIG_GPIO_ACPI=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_CDEV=y
# CONFIG_GPIO_CDEV_V1 is not set
CONFIG_GPIO_GENERIC=y
CONFIG_GPIO_MAX730X=y

#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_AMDPT is not set
CONFIG_GPIO_DWAPB=y
# CONFIG_GPIO_EXAR is not set
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_GPIO_MB86S7X=y
CONFIG_GPIO_SIOX=y
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_AMD_FCH is not set
# end of Memory mapped GPIO drivers

#
# Port-mapped I/O GPIO drivers
#
CONFIG_GPIO_F7188X=y
CONFIG_GPIO_IT87=y
CONFIG_GPIO_SCH311X=y
CONFIG_GPIO_WINBOND=y
CONFIG_GPIO_WS16C48=y
# end of Port-mapped I/O GPIO drivers

#
# I2C GPIO expanders
#
# CONFIG_GPIO_ADP5588 is not set
CONFIG_GPIO_MAX7300=y
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCA9570 is not set
CONFIG_GPIO_PCF857X=y
CONFIG_GPIO_TPIC2810=y
# end of I2C GPIO expanders

#
# MFD GPIO expanders
#
# CONFIG_GPIO_ADP5520 is not set
# CONFIG_GPIO_ARIZONA is not set
CONFIG_GPIO_CRYSTAL_COVE=y
CONFIG_GPIO_DA9052=y
CONFIG_GPIO_KEMPLD=y
CONFIG_GPIO_LP3943=y
CONFIG_GPIO_PALMAS=y
CONFIG_GPIO_TPS6586X=y
CONFIG_GPIO_TPS65912=y
CONFIG_GPIO_WM831X=y
# CONFIG_GPIO_WM8350 is not set
# end of MFD GPIO expanders

#
# PCI GPIO expanders
#
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_PCI_IDIO_16 is not set
# CONFIG_GPIO_PCIE_IDIO_24 is not set
# CONFIG_GPIO_RDC321X is not set
# end of PCI GPIO expanders

#
# SPI GPIO expanders
#
CONFIG_GPIO_MAX3191X=y
CONFIG_GPIO_MAX7301=y
# CONFIG_GPIO_MC33880 is not set
# CONFIG_GPIO_PISOSR is not set
# CONFIG_GPIO_XRA1403 is not set
# end of SPI GPIO expanders

#
# USB GPIO expanders
#
CONFIG_GPIO_VIPERBOARD=y
# end of USB GPIO expanders

#
# Virtual GPIO drivers
#
# CONFIG_GPIO_AGGREGATOR is not set
CONFIG_GPIO_MOCKUP=y
# CONFIG_GPIO_VIRTIO is not set
CONFIG_GPIO_SIM=y
# end of Virtual GPIO drivers

CONFIG_W1=y

#
# 1-wire Bus Masters
#
# CONFIG_W1_MASTER_MATROX is not set
CONFIG_W1_MASTER_DS2490=y
# CONFIG_W1_MASTER_DS2482 is not set
CONFIG_W1_MASTER_DS1WM=y
# CONFIG_W1_MASTER_GPIO is not set
# CONFIG_W1_MASTER_SGI is not set
# end of 1-wire Bus Masters

#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=y
CONFIG_W1_SLAVE_SMEM=y
# CONFIG_W1_SLAVE_DS2405 is not set
CONFIG_W1_SLAVE_DS2408=y
CONFIG_W1_SLAVE_DS2408_READBACK=y
# CONFIG_W1_SLAVE_DS2413 is not set
CONFIG_W1_SLAVE_DS2406=y
# CONFIG_W1_SLAVE_DS2423 is not set
CONFIG_W1_SLAVE_DS2805=y
CONFIG_W1_SLAVE_DS2430=y
CONFIG_W1_SLAVE_DS2431=y
CONFIG_W1_SLAVE_DS2433=y
# CONFIG_W1_SLAVE_DS2433_CRC is not set
CONFIG_W1_SLAVE_DS2438=y
# CONFIG_W1_SLAVE_DS250X is not set
CONFIG_W1_SLAVE_DS2780=y
CONFIG_W1_SLAVE_DS2781=y
CONFIG_W1_SLAVE_DS28E04=y
# CONFIG_W1_SLAVE_DS28E17 is not set
# end of 1-wire Slaves

# CONFIG_POWER_RESET is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_POWER_SUPPLY_HWMON=y
CONFIG_PDA_POWER=y
# CONFIG_GENERIC_ADC_BATTERY is not set
# CONFIG_IP5XXX_POWER is not set
# CONFIG_MAX8925_POWER is not set
CONFIG_WM831X_BACKUP=y
CONFIG_WM831X_POWER=y
# CONFIG_WM8350_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_88PM860X is not set
CONFIG_CHARGER_ADP5061=y
CONFIG_BATTERY_CW2015=y
CONFIG_BATTERY_DS2760=y
CONFIG_BATTERY_DS2780=y
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
CONFIG_BATTERY_SAMSUNG_SDI=y
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_MANAGER_SBS is not set
CONFIG_BATTERY_BQ27XXX=y
# CONFIG_BATTERY_BQ27XXX_I2C is not set
CONFIG_BATTERY_BQ27XXX_HDQ=y
CONFIG_BATTERY_DA9030=y
CONFIG_BATTERY_DA9052=y
CONFIG_CHARGER_AXP20X=m
# CONFIG_BATTERY_AXP20X is not set
CONFIG_AXP20X_POWER=m
# CONFIG_AXP288_FUEL_GAUGE is not set
CONFIG_BATTERY_MAX17040=y
# CONFIG_BATTERY_MAX17042 is not set
CONFIG_BATTERY_MAX1721X=y
CONFIG_CHARGER_PCF50633=y
CONFIG_CHARGER_ISP1704=y
# CONFIG_CHARGER_MAX8903 is not set
CONFIG_CHARGER_LP8727=y
CONFIG_CHARGER_GPIO=y
CONFIG_CHARGER_MANAGER=y
# CONFIG_CHARGER_LT3651 is not set
# CONFIG_CHARGER_LTC4162L is not set
CONFIG_CHARGER_MAX77693=y
# CONFIG_CHARGER_MAX77976 is not set
CONFIG_CHARGER_MAX8997=y
CONFIG_CHARGER_BQ2415X=y
CONFIG_CHARGER_BQ24190=y
CONFIG_CHARGER_BQ24257=y
CONFIG_CHARGER_BQ24735=y
CONFIG_CHARGER_BQ2515X=y
CONFIG_CHARGER_BQ25890=y
# CONFIG_CHARGER_BQ25980 is not set
# CONFIG_CHARGER_BQ256XX is not set
CONFIG_CHARGER_SMB347=y
CONFIG_CHARGER_TPS65090=y
CONFIG_BATTERY_GAUGE_LTC2941=y
# CONFIG_BATTERY_GOLDFISH is not set
CONFIG_BATTERY_RT5033=y
# CONFIG_CHARGER_RT9455 is not set
CONFIG_CHARGER_BD99954=y
# CONFIG_BATTERY_UG3105 is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
CONFIG_HWMON_DEBUG_CHIP=y

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
CONFIG_SENSORS_AD7314=y
# CONFIG_SENSORS_AD7414 is not set
CONFIG_SENSORS_AD7418=y
# CONFIG_SENSORS_ADM1025 is not set
CONFIG_SENSORS_ADM1026=y
# CONFIG_SENSORS_ADM1029 is not set
CONFIG_SENSORS_ADM1031=y
CONFIG_SENSORS_ADM1177=y
CONFIG_SENSORS_ADM9240=y
CONFIG_SENSORS_ADT7X10=y
CONFIG_SENSORS_ADT7310=y
CONFIG_SENSORS_ADT7410=y
CONFIG_SENSORS_ADT7411=y
CONFIG_SENSORS_ADT7462=y
CONFIG_SENSORS_ADT7470=y
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_AHT10 is not set
CONFIG_SENSORS_AS370=y
CONFIG_SENSORS_ASC7621=y
CONFIG_SENSORS_AXI_FAN_CONTROL=y
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_APPLESMC is not set
CONFIG_SENSORS_ASB100=y
# CONFIG_SENSORS_ASPEED is not set
CONFIG_SENSORS_ATXP1=y
# CONFIG_SENSORS_DRIVETEMP is not set
CONFIG_SENSORS_DS620=y
CONFIG_SENSORS_DS1621=y
CONFIG_SENSORS_DELL_SMM=y
CONFIG_I8K=y
CONFIG_SENSORS_DA9052_ADC=y
# CONFIG_SENSORS_I5K_AMB is not set
CONFIG_SENSORS_F71805F=y
# CONFIG_SENSORS_F71882FG is not set
CONFIG_SENSORS_F75375S=y
CONFIG_SENSORS_MC13783_ADC=y
CONFIG_SENSORS_FSCHMD=y
CONFIG_SENSORS_GL518SM=y
CONFIG_SENSORS_GL520SM=y
CONFIG_SENSORS_G760A=y
CONFIG_SENSORS_G762=y
CONFIG_SENSORS_HIH6130=y
# CONFIG_SENSORS_IIO_HWMON is not set
# CONFIG_SENSORS_I5500 is not set
CONFIG_SENSORS_CORETEMP=y
# CONFIG_SENSORS_IT87 is not set
CONFIG_SENSORS_JC42=y
CONFIG_SENSORS_POWR1220=y
CONFIG_SENSORS_LINEAGE=y
CONFIG_SENSORS_LTC2945=y
# CONFIG_SENSORS_LTC2947_I2C is not set
# CONFIG_SENSORS_LTC2947_SPI is not set
# CONFIG_SENSORS_LTC2990 is not set
# CONFIG_SENSORS_LTC2992 is not set
# CONFIG_SENSORS_LTC4151 is not set
CONFIG_SENSORS_LTC4215=y
CONFIG_SENSORS_LTC4222=y
CONFIG_SENSORS_LTC4245=y
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX1111 is not set
# CONFIG_SENSORS_MAX127 is not set
CONFIG_SENSORS_MAX16065=y
CONFIG_SENSORS_MAX1619=y
CONFIG_SENSORS_MAX1668=y
CONFIG_SENSORS_MAX197=y
# CONFIG_SENSORS_MAX31722 is not set
CONFIG_SENSORS_MAX31730=y
CONFIG_SENSORS_MAX6620=y
CONFIG_SENSORS_MAX6621=y
CONFIG_SENSORS_MAX6639=y
CONFIG_SENSORS_MAX6650=y
# CONFIG_SENSORS_MAX6697 is not set
CONFIG_SENSORS_MAX31790=y
CONFIG_SENSORS_MCP3021=y
CONFIG_SENSORS_TC654=y
# CONFIG_SENSORS_TPS23861 is not set
CONFIG_SENSORS_MENF21BMC_HWMON=y
# CONFIG_SENSORS_MR75203 is not set
CONFIG_SENSORS_ADCXX=y
CONFIG_SENSORS_LM63=y
CONFIG_SENSORS_LM70=y
CONFIG_SENSORS_LM73=y
CONFIG_SENSORS_LM75=y
CONFIG_SENSORS_LM77=y
# CONFIG_SENSORS_LM78 is not set
CONFIG_SENSORS_LM80=y
CONFIG_SENSORS_LM83=y
# CONFIG_SENSORS_LM85 is not set
CONFIG_SENSORS_LM87=y
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_LM92=y
CONFIG_SENSORS_LM93=y
# CONFIG_SENSORS_LM95234 is not set
CONFIG_SENSORS_LM95241=y
CONFIG_SENSORS_LM95245=y
CONFIG_SENSORS_PC87360=y
# CONFIG_SENSORS_PC87427 is not set
CONFIG_SENSORS_NTC_THERMISTOR=m
# CONFIG_SENSORS_NCT6683 is not set
CONFIG_SENSORS_NCT6775_CORE=y
CONFIG_SENSORS_NCT6775=y
CONFIG_SENSORS_NCT6775_I2C=y
CONFIG_SENSORS_NCT7802=y
CONFIG_SENSORS_NPCM7XX=y
# CONFIG_SENSORS_PCF8591 is not set
CONFIG_SENSORS_PECI_CPUTEMP=y
CONFIG_SENSORS_PECI_DIMMTEMP=y
CONFIG_SENSORS_PECI=y
CONFIG_PMBUS=y
CONFIG_SENSORS_PMBUS=y
# CONFIG_SENSORS_ADM1266 is not set
CONFIG_SENSORS_ADM1275=y
CONFIG_SENSORS_BEL_PFE=y
CONFIG_SENSORS_BPA_RS600=y
CONFIG_SENSORS_DELTA_AHE50DC_FAN=y
CONFIG_SENSORS_FSP_3Y=y
# CONFIG_SENSORS_IBM_CFFPS is not set
# CONFIG_SENSORS_DPS920AB is not set
CONFIG_SENSORS_INSPUR_IPSPS=y
CONFIG_SENSORS_IR35221=y
# CONFIG_SENSORS_IR36021 is not set
# CONFIG_SENSORS_IR38064 is not set
CONFIG_SENSORS_IRPS5401=y
CONFIG_SENSORS_ISL68137=y
CONFIG_SENSORS_LM25066=y
CONFIG_SENSORS_LM25066_REGULATOR=y
# CONFIG_SENSORS_LT7182S is not set
# CONFIG_SENSORS_LTC2978 is not set
# CONFIG_SENSORS_LTC3815 is not set
# CONFIG_SENSORS_MAX15301 is not set
CONFIG_SENSORS_MAX16064=y
CONFIG_SENSORS_MAX16601=y
CONFIG_SENSORS_MAX20730=y
CONFIG_SENSORS_MAX20751=y
# CONFIG_SENSORS_MAX31785 is not set
CONFIG_SENSORS_MAX34440=y
CONFIG_SENSORS_MAX8688=y
# CONFIG_SENSORS_MP2888 is not set
CONFIG_SENSORS_MP2975=y
# CONFIG_SENSORS_MP5023 is not set
CONFIG_SENSORS_PIM4328=y
# CONFIG_SENSORS_PLI1209BC is not set
CONFIG_SENSORS_PM6764TR=y
CONFIG_SENSORS_PXE1610=y
CONFIG_SENSORS_Q54SJ108A2=y
# CONFIG_SENSORS_STPDDC60 is not set
CONFIG_SENSORS_TPS40422=y
# CONFIG_SENSORS_TPS53679 is not set
CONFIG_SENSORS_UCD9000=y
CONFIG_SENSORS_UCD9200=y
# CONFIG_SENSORS_XDPE152 is not set
CONFIG_SENSORS_XDPE122=y
CONFIG_SENSORS_XDPE122_REGULATOR=y
# CONFIG_SENSORS_ZL6100 is not set
# CONFIG_SENSORS_SBTSI is not set
CONFIG_SENSORS_SBRMI=y
CONFIG_SENSORS_SHT15=y
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHT3x is not set
CONFIG_SENSORS_SHT4x=y
CONFIG_SENSORS_SHTC1=y
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SY7636A is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
CONFIG_SENSORS_EMC2103=y
CONFIG_SENSORS_EMC6W201=y
CONFIG_SENSORS_SMSC47M1=y
CONFIG_SENSORS_SMSC47M192=y
CONFIG_SENSORS_SMSC47B397=y
# CONFIG_SENSORS_STTS751 is not set
CONFIG_SENSORS_SMM665=y
CONFIG_SENSORS_ADC128D818=y
CONFIG_SENSORS_ADS7828=y
CONFIG_SENSORS_ADS7871=y
CONFIG_SENSORS_AMC6821=y
CONFIG_SENSORS_INA209=y
CONFIG_SENSORS_INA2XX=y
CONFIG_SENSORS_INA238=y
CONFIG_SENSORS_INA3221=y
CONFIG_SENSORS_TC74=y
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
CONFIG_SENSORS_TMP108=y
CONFIG_SENSORS_TMP401=y
CONFIG_SENSORS_TMP421=y
CONFIG_SENSORS_TMP464=y
CONFIG_SENSORS_TMP513=y
CONFIG_SENSORS_VIA_CPUTEMP=y
# CONFIG_SENSORS_VIA686A is not set
CONFIG_SENSORS_VT1211=y
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83773G is not set
CONFIG_SENSORS_W83781D=y
# CONFIG_SENSORS_W83791D is not set
CONFIG_SENSORS_W83792D=y
CONFIG_SENSORS_W83793=y
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
CONFIG_SENSORS_WM831X=y
# CONFIG_SENSORS_WM8350 is not set
# CONFIG_SENSORS_XGENE is not set

#
# ACPI drivers
#
CONFIG_SENSORS_ACPI_POWER=y
CONFIG_SENSORS_ATK0110=y
CONFIG_SENSORS_ASUS_EC=y
CONFIG_THERMAL=y
# CONFIG_THERMAL_NETLINK is not set
CONFIG_THERMAL_STATISTICS=y
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
# CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE is not set
CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE=y
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_BANG_BANG=y
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_EMULATION is not set

#
# Intel thermal drivers
#
CONFIG_INTEL_POWERCLAMP=y
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_X86_PKG_TEMP_THERMAL=y
# CONFIG_INTEL_SOC_DTS_THERMAL is not set

#
# ACPI INT340X thermal drivers
#
# CONFIG_INT340X_THERMAL is not set
# end of ACPI INT340X thermal drivers

# CONFIG_INTEL_PCH_THERMAL is not set
# CONFIG_INTEL_TCC_COOLING is not set
CONFIG_INTEL_MENLOW=y
# CONFIG_INTEL_HFI_THERMAL is not set
# end of Intel thermal drivers

CONFIG_GENERIC_ADC_THERMAL=m
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y
CONFIG_BCMA=y
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_HOST_SOC is not set
CONFIG_BCMA_DRIVER_PCI=y
# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
# CONFIG_BCMA_DRIVER_GPIO is not set
CONFIG_BCMA_DEBUG=y

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
CONFIG_PMIC_ADP5520=y
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
CONFIG_MFD_AXP20X=y
CONFIG_MFD_AXP20X_I2C=y
# CONFIG_MFD_CROS_EC_DEV is not set
# CONFIG_MFD_MADERA is not set
CONFIG_PMIC_DA903X=y
CONFIG_PMIC_DA9052=y
CONFIG_MFD_DA9052_SPI=y
CONFIG_MFD_DA9052_I2C=y
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
CONFIG_MFD_MC13XXX=y
CONFIG_MFD_MC13XXX_SPI=y
# CONFIG_MFD_MC13XXX_I2C is not set
CONFIG_MFD_MP2629=y
CONFIG_HTC_PASIC3=y
# CONFIG_HTC_I2CPLD is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
CONFIG_INTEL_SOC_PMIC=y
# CONFIG_INTEL_SOC_PMIC_CHTWC is not set
# CONFIG_INTEL_SOC_PMIC_CHTDC_TI is not set
CONFIG_MFD_INTEL_LPSS=y
CONFIG_MFD_INTEL_LPSS_ACPI=y
# CONFIG_MFD_INTEL_LPSS_PCI is not set
CONFIG_MFD_IQS62X=y
# CONFIG_MFD_JANZ_CMODIO is not set
CONFIG_MFD_KEMPLD=y
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
CONFIG_MFD_88PM860X=y
# CONFIG_MFD_MAX14577 is not set
CONFIG_MFD_MAX77693=y
# CONFIG_MFD_MAX77843 is not set
CONFIG_MFD_MAX8907=y
CONFIG_MFD_MAX8925=y
CONFIG_MFD_MAX8997=y
CONFIG_MFD_MAX8998=y
# CONFIG_MFD_MT6360 is not set
# CONFIG_MFD_MT6397 is not set
CONFIG_MFD_MENF21BMC=y
CONFIG_EZX_PCAP=y
CONFIG_MFD_VIPERBOARD=y
# CONFIG_MFD_RETU is not set
CONFIG_MFD_PCF50633=y
CONFIG_PCF50633_ADC=y
# CONFIG_PCF50633_GPIO is not set
# CONFIG_MFD_RDC321X is not set
CONFIG_MFD_RT4831=y
CONFIG_MFD_RT5033=y
# CONFIG_MFD_RC5T583 is not set
CONFIG_MFD_SI476X_CORE=y
# CONFIG_MFD_SIMPLE_MFD_I2C is not set
CONFIG_MFD_SM501=y
# CONFIG_MFD_SM501_GPIO is not set
# CONFIG_MFD_SKY81452 is not set
CONFIG_MFD_SYSCON=y
CONFIG_MFD_TI_AM335X_TSCADC=y
CONFIG_MFD_LP3943=y
# CONFIG_MFD_LP8788 is not set
CONFIG_MFD_TI_LMU=y
CONFIG_MFD_PALMAS=y
CONFIG_TPS6105X=y
# CONFIG_TPS65010 is not set
CONFIG_TPS6507X=y
# CONFIG_MFD_TPS65086 is not set
CONFIG_MFD_TPS65090=y
# CONFIG_MFD_TI_LP873X is not set
CONFIG_MFD_TPS6586X=y
# CONFIG_MFD_TPS65910 is not set
CONFIG_MFD_TPS65912=y
CONFIG_MFD_TPS65912_I2C=y
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TQMX86 is not set
# CONFIG_MFD_VX855 is not set
CONFIG_MFD_ARIZONA=y
# CONFIG_MFD_ARIZONA_I2C is not set
CONFIG_MFD_ARIZONA_SPI=y
# CONFIG_MFD_CS47L24 is not set
# CONFIG_MFD_WM5102 is not set
# CONFIG_MFD_WM5110 is not set
# CONFIG_MFD_WM8997 is not set
CONFIG_MFD_WM8998=y
CONFIG_MFD_WM8400=y
CONFIG_MFD_WM831X=y
CONFIG_MFD_WM831X_I2C=y
CONFIG_MFD_WM831X_SPI=y
CONFIG_MFD_WM8350=y
CONFIG_MFD_WM8350_I2C=y
# CONFIG_MFD_WM8994 is not set
CONFIG_MFD_WCD934X=y
CONFIG_MFD_ATC260X=y
CONFIG_MFD_ATC260X_I2C=y
CONFIG_RAVE_SP_CORE=y
# CONFIG_MFD_INTEL_M10_BMC is not set
# end of Multifunction device drivers

CONFIG_REGULATOR=y
CONFIG_REGULATOR_DEBUG=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
CONFIG_REGULATOR_88PG86X=y
CONFIG_REGULATOR_88PM8607=y
CONFIG_REGULATOR_ACT8865=y
# CONFIG_REGULATOR_AD5398 is not set
# CONFIG_REGULATOR_ARIZONA_LDO1 is not set
# CONFIG_REGULATOR_ARIZONA_MICSUPP is not set
CONFIG_REGULATOR_ATC260X=y
# CONFIG_REGULATOR_AXP20X is not set
CONFIG_REGULATOR_DA9052=y
# CONFIG_REGULATOR_DA9210 is not set
CONFIG_REGULATOR_DA9211=y
# CONFIG_REGULATOR_FAN53555 is not set
CONFIG_REGULATOR_GPIO=y
CONFIG_REGULATOR_ISL9305=y
# CONFIG_REGULATOR_ISL6271A is not set
# CONFIG_REGULATOR_LM363X is not set
CONFIG_REGULATOR_LP3971=y
CONFIG_REGULATOR_LP3972=y
CONFIG_REGULATOR_LP872X=y
# CONFIG_REGULATOR_LP8755 is not set
CONFIG_REGULATOR_LTC3589=y
# CONFIG_REGULATOR_LTC3676 is not set
# CONFIG_REGULATOR_MAX1586 is not set
# CONFIG_REGULATOR_MAX8649 is not set
# CONFIG_REGULATOR_MAX8660 is not set
CONFIG_REGULATOR_MAX8893=y
# CONFIG_REGULATOR_MAX8907 is not set
# CONFIG_REGULATOR_MAX8925 is not set
CONFIG_REGULATOR_MAX8952=y
CONFIG_REGULATOR_MAX8997=y
# CONFIG_REGULATOR_MAX8998 is not set
CONFIG_REGULATOR_MAX20086=y
CONFIG_REGULATOR_MAX77693=y
CONFIG_REGULATOR_MAX77826=y
CONFIG_REGULATOR_MC13XXX_CORE=y
# CONFIG_REGULATOR_MC13783 is not set
CONFIG_REGULATOR_MC13892=y
CONFIG_REGULATOR_MP8859=y
# CONFIG_REGULATOR_MT6311 is not set
# CONFIG_REGULATOR_PALMAS is not set
CONFIG_REGULATOR_PCA9450=y
CONFIG_REGULATOR_PCAP=y
# CONFIG_REGULATOR_PCF50633 is not set
# CONFIG_REGULATOR_PV88060 is not set
CONFIG_REGULATOR_PV88080=y
CONFIG_REGULATOR_PV88090=y
CONFIG_REGULATOR_PWM=y
# CONFIG_REGULATOR_RT4801 is not set
# CONFIG_REGULATOR_RT4831 is not set
CONFIG_REGULATOR_RT5033=y
CONFIG_REGULATOR_RT5190A=y
CONFIG_REGULATOR_RT5759=y
# CONFIG_REGULATOR_RT6160 is not set
# CONFIG_REGULATOR_RT6245 is not set
# CONFIG_REGULATOR_RTQ2134 is not set
# CONFIG_REGULATOR_RTMV20 is not set
CONFIG_REGULATOR_RTQ6752=y
CONFIG_REGULATOR_SLG51000=y
# CONFIG_REGULATOR_SY7636A is not set
# CONFIG_REGULATOR_TPS51632 is not set
# CONFIG_REGULATOR_TPS6105X is not set
# CONFIG_REGULATOR_TPS62360 is not set
CONFIG_REGULATOR_TPS65023=y
CONFIG_REGULATOR_TPS6507X=y
CONFIG_REGULATOR_TPS65090=y
CONFIG_REGULATOR_TPS65132=y
# CONFIG_REGULATOR_TPS6524X is not set
CONFIG_REGULATOR_TPS6586X=y
CONFIG_REGULATOR_TPS65912=y
CONFIG_REGULATOR_WM831X=y
CONFIG_REGULATOR_WM8350=y
# CONFIG_REGULATOR_WM8400 is not set
# CONFIG_RC_CORE is not set
CONFIG_CEC_CORE=y

#
# CEC support
#
CONFIG_MEDIA_CEC_SUPPORT=y
CONFIG_CEC_CH7322=y
# CONFIG_CEC_CROS_EC is not set
# CONFIG_CEC_SECO is not set
# CONFIG_USB_PULSE8_CEC is not set
CONFIG_USB_RAINSHADOW_CEC=y
# end of CEC support

CONFIG_MEDIA_SUPPORT=y
# CONFIG_MEDIA_SUPPORT_FILTER is not set
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set

#
# Media device types
#
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
CONFIG_MEDIA_SDR_SUPPORT=y
CONFIG_MEDIA_PLATFORM_SUPPORT=y
CONFIG_MEDIA_TEST_SUPPORT=y
# end of Media device types

#
# Media core support
#
CONFIG_VIDEO_DEV=y
CONFIG_MEDIA_CONTROLLER=y
CONFIG_DVB_CORE=y
# end of Media core support

#
# Video4Linux options
#
CONFIG_VIDEO_V4L2_I2C=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
# CONFIG_VIDEO_ADV_DEBUG is not set
CONFIG_VIDEO_FIXED_MINOR_RANGES=y
CONFIG_V4L2_FLASH_LED_CLASS=y
CONFIG_V4L2_FWNODE=y
CONFIG_V4L2_ASYNC=y
# end of Video4Linux options

#
# Media controller options
#
# CONFIG_MEDIA_CONTROLLER_DVB is not set
# end of Media controller options

#
# Digital TV options
#
CONFIG_DVB_MMAP=y
CONFIG_DVB_NET=y
CONFIG_DVB_MAX_ADAPTERS=16
CONFIG_DVB_DYNAMIC_MINORS=y
CONFIG_DVB_DEMUX_SECTION_LOSS_LOG=y
CONFIG_DVB_ULE_DEBUG=y
# end of Digital TV options

#
# Media drivers
#

#
# Media drivers
#
# CONFIG_MEDIA_USB_SUPPORT is not set
# CONFIG_MEDIA_PCI_SUPPORT is not set
# CONFIG_RADIO_ADAPTERS is not set
# CONFIG_MEDIA_PLATFORM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set
# CONFIG_DVB_TEST_DRIVERS is not set
CONFIG_VIDEOBUF2_CORE=y
CONFIG_VIDEOBUF2_V4L2=y
CONFIG_VIDEOBUF2_MEMOPS=y
CONFIG_VIDEOBUF2_VMALLOC=y
# end of Media drivers

#
# Media ancillary drivers
#
CONFIG_MEDIA_ATTACH=y

#
# Camera sensor devices
#
CONFIG_VIDEO_APTINA_PLL=y
CONFIG_VIDEO_AR0521=y
# CONFIG_VIDEO_HI556 is not set
CONFIG_VIDEO_HI846=y
CONFIG_VIDEO_HI847=y
CONFIG_VIDEO_IMX208=y
CONFIG_VIDEO_IMX214=y
# CONFIG_VIDEO_IMX219 is not set
CONFIG_VIDEO_IMX258=y
CONFIG_VIDEO_IMX274=y
CONFIG_VIDEO_IMX290=y
# CONFIG_VIDEO_IMX319 is not set
CONFIG_VIDEO_IMX355=y
CONFIG_VIDEO_MT9M001=y
CONFIG_VIDEO_MT9M032=y
CONFIG_VIDEO_MT9M111=y
CONFIG_VIDEO_MT9P031=y
CONFIG_VIDEO_MT9T001=y
# CONFIG_VIDEO_MT9T112 is not set
# CONFIG_VIDEO_MT9V011 is not set
CONFIG_VIDEO_MT9V032=y
# CONFIG_VIDEO_MT9V111 is not set
CONFIG_VIDEO_NOON010PC30=y
CONFIG_VIDEO_OG01A1B=y
CONFIG_VIDEO_OV02A10=y
CONFIG_VIDEO_OV08D10=y
# CONFIG_VIDEO_OV13858 is not set
# CONFIG_VIDEO_OV13B10 is not set
CONFIG_VIDEO_OV2640=y
# CONFIG_VIDEO_OV2659 is not set
CONFIG_VIDEO_OV2680=y
CONFIG_VIDEO_OV2685=y
CONFIG_VIDEO_OV2740=y
CONFIG_VIDEO_OV5647=y
CONFIG_VIDEO_OV5648=y
CONFIG_VIDEO_OV5670=y
CONFIG_VIDEO_OV5675=y
# CONFIG_VIDEO_OV5693 is not set
CONFIG_VIDEO_OV5695=y
CONFIG_VIDEO_OV6650=y
# CONFIG_VIDEO_OV7251 is not set
CONFIG_VIDEO_OV7640=y
CONFIG_VIDEO_OV7670=y
CONFIG_VIDEO_OV772X=y
# CONFIG_VIDEO_OV7740 is not set
CONFIG_VIDEO_OV8856=y
CONFIG_VIDEO_OV8865=y
CONFIG_VIDEO_OV9640=y
CONFIG_VIDEO_OV9650=y
CONFIG_VIDEO_OV9734=y
# CONFIG_VIDEO_RDACM20 is not set
# CONFIG_VIDEO_RDACM21 is not set
CONFIG_VIDEO_RJ54N1=y
CONFIG_VIDEO_S5C73M3=y
# CONFIG_VIDEO_S5K4ECGX is not set
CONFIG_VIDEO_S5K5BAF=y
CONFIG_VIDEO_S5K6A3=y
CONFIG_VIDEO_S5K6AA=y
CONFIG_VIDEO_SR030PC30=y
CONFIG_VIDEO_VS6624=y
# CONFIG_VIDEO_CCS is not set
CONFIG_VIDEO_ET8EK8=y
CONFIG_VIDEO_M5MOLS=y
# end of Camera sensor devices

#
# Lens drivers
#
CONFIG_VIDEO_AD5820=y
# CONFIG_VIDEO_AK7375 is not set
CONFIG_VIDEO_DW9714=y
CONFIG_VIDEO_DW9768=y
# CONFIG_VIDEO_DW9807_VCM is not set
# end of Lens drivers

#
# Flash devices
#
CONFIG_VIDEO_ADP1653=y
CONFIG_VIDEO_LM3560=y
# CONFIG_VIDEO_LM3646 is not set
# end of Flash devices

#
# Audio decoders, processors and mixers
#
CONFIG_VIDEO_CS3308=y
CONFIG_VIDEO_CS5345=y
CONFIG_VIDEO_CS53L32A=y
CONFIG_VIDEO_MSP3400=y
# CONFIG_VIDEO_SONY_BTF_MPX is not set
# CONFIG_VIDEO_TDA1997X is not set
# CONFIG_VIDEO_TDA7432 is not set
# CONFIG_VIDEO_TDA9840 is not set
CONFIG_VIDEO_TEA6415C=y
# CONFIG_VIDEO_TEA6420 is not set
CONFIG_VIDEO_TLV320AIC23B=y
# CONFIG_VIDEO_TVAUDIO is not set
CONFIG_VIDEO_UDA1342=y
CONFIG_VIDEO_VP27SMPX=y
# CONFIG_VIDEO_WM8739 is not set
CONFIG_VIDEO_WM8775=y
# end of Audio decoders, processors and mixers

#
# RDS decoders
#
# CONFIG_VIDEO_SAA6588 is not set
# end of RDS decoders

#
# Video decoders
#
# CONFIG_VIDEO_ADV7180 is not set
# CONFIG_VIDEO_ADV7183 is not set
CONFIG_VIDEO_ADV7604=y
# CONFIG_VIDEO_ADV7604_CEC is not set
CONFIG_VIDEO_ADV7842=y
CONFIG_VIDEO_ADV7842_CEC=y
# CONFIG_VIDEO_BT819 is not set
CONFIG_VIDEO_BT856=y
CONFIG_VIDEO_BT866=y
CONFIG_VIDEO_KS0127=y
CONFIG_VIDEO_ML86V7667=y
CONFIG_VIDEO_SAA7110=y
# CONFIG_VIDEO_SAA711X is not set
# CONFIG_VIDEO_TC358743 is not set
# CONFIG_VIDEO_TVP514X is not set
# CONFIG_VIDEO_TVP5150 is not set
CONFIG_VIDEO_TVP7002=y
# CONFIG_VIDEO_TW2804 is not set
# CONFIG_VIDEO_TW9903 is not set
# CONFIG_VIDEO_TW9906 is not set
CONFIG_VIDEO_TW9910=y
CONFIG_VIDEO_VPX3220=y

#
# Video and audio decoders
#
CONFIG_VIDEO_SAA717X=y
# CONFIG_VIDEO_CX25840 is not set
# end of Video decoders

#
# Video encoders
#
CONFIG_VIDEO_AD9389B=y
# CONFIG_VIDEO_ADV7170 is not set
# CONFIG_VIDEO_ADV7175 is not set
# CONFIG_VIDEO_ADV7343 is not set
CONFIG_VIDEO_ADV7393=y
# CONFIG_VIDEO_ADV7511 is not set
CONFIG_VIDEO_AK881X=y
CONFIG_VIDEO_SAA7127=y
CONFIG_VIDEO_SAA7185=y
CONFIG_VIDEO_THS8200=y
# end of Video encoders

#
# Video improvement chips
#
# CONFIG_VIDEO_UPD64031A is not set
CONFIG_VIDEO_UPD64083=y
# end of Video improvement chips

#
# Audio/Video compression chips
#
CONFIG_VIDEO_SAA6752HS=y
# end of Audio/Video compression chips

#
# SDR tuner chips
#
# CONFIG_SDR_MAX2175 is not set
# end of SDR tuner chips

#
# Miscellaneous helper chips
#
CONFIG_VIDEO_I2C=y
# CONFIG_VIDEO_M52790 is not set
CONFIG_VIDEO_ST_MIPID02=y
CONFIG_VIDEO_THS7303=y
# end of Miscellaneous helper chips

#
# Media SPI Adapters
#
CONFIG_CXD2880_SPI_DRV=y
# CONFIG_VIDEO_GS1662 is not set
# end of Media SPI Adapters

CONFIG_MEDIA_TUNER=y

#
# Customize TV tuners
#
# CONFIG_MEDIA_TUNER_E4000 is not set
# CONFIG_MEDIA_TUNER_FC0011 is not set
# CONFIG_MEDIA_TUNER_FC0012 is not set
CONFIG_MEDIA_TUNER_FC0013=y
CONFIG_MEDIA_TUNER_FC2580=y
# CONFIG_MEDIA_TUNER_IT913X is not set
CONFIG_MEDIA_TUNER_M88RS6000T=y
# CONFIG_MEDIA_TUNER_MAX2165 is not set
CONFIG_MEDIA_TUNER_MC44S803=y
# CONFIG_MEDIA_TUNER_MSI001 is not set
# CONFIG_MEDIA_TUNER_MT2060 is not set
CONFIG_MEDIA_TUNER_MT2063=y
CONFIG_MEDIA_TUNER_MT20XX=y
CONFIG_MEDIA_TUNER_MT2131=y
CONFIG_MEDIA_TUNER_MT2266=y
CONFIG_MEDIA_TUNER_MXL301RF=y
CONFIG_MEDIA_TUNER_MXL5005S=y
CONFIG_MEDIA_TUNER_MXL5007T=y
# CONFIG_MEDIA_TUNER_QM1D1B0004 is not set
CONFIG_MEDIA_TUNER_QM1D1C0042=y
CONFIG_MEDIA_TUNER_QT1010=y
CONFIG_MEDIA_TUNER_R820T=y
CONFIG_MEDIA_TUNER_SI2157=y
CONFIG_MEDIA_TUNER_SIMPLE=y
CONFIG_MEDIA_TUNER_TDA18212=y
# CONFIG_MEDIA_TUNER_TDA18218 is not set
CONFIG_MEDIA_TUNER_TDA18250=y
CONFIG_MEDIA_TUNER_TDA18271=y
CONFIG_MEDIA_TUNER_TDA827X=y
CONFIG_MEDIA_TUNER_TDA8290=y
CONFIG_MEDIA_TUNER_TDA9887=y
CONFIG_MEDIA_TUNER_TEA5761=y
CONFIG_MEDIA_TUNER_TEA5767=y
CONFIG_MEDIA_TUNER_TUA9001=y
# CONFIG_MEDIA_TUNER_XC2028 is not set
CONFIG_MEDIA_TUNER_XC4000=y
# CONFIG_MEDIA_TUNER_XC5000 is not set
# end of Customize TV tuners

#
# Customise DVB Frontends
#

#
# Multistandard (satellite) frontends
#
CONFIG_DVB_M88DS3103=y
CONFIG_DVB_MXL5XX=y
# CONFIG_DVB_STB0899 is not set
CONFIG_DVB_STB6100=y
CONFIG_DVB_STV090x=y
# CONFIG_DVB_STV0910 is not set
CONFIG_DVB_STV6110x=y
CONFIG_DVB_STV6111=y

#
# Multistandard (cable + terrestrial) frontends
#
CONFIG_DVB_DRXK=y
# CONFIG_DVB_MN88472 is not set
CONFIG_DVB_MN88473=y
CONFIG_DVB_SI2165=y
CONFIG_DVB_TDA18271C2DD=y

#
# DVB-S (satellite) frontends
#
CONFIG_DVB_CX24110=y
CONFIG_DVB_CX24116=y
# CONFIG_DVB_CX24117 is not set
CONFIG_DVB_CX24120=y
CONFIG_DVB_CX24123=y
CONFIG_DVB_DS3000=y
CONFIG_DVB_MB86A16=y
CONFIG_DVB_MT312=y
# CONFIG_DVB_S5H1420 is not set
# CONFIG_DVB_SI21XX is not set
CONFIG_DVB_STB6000=y
CONFIG_DVB_STV0288=y
# CONFIG_DVB_STV0299 is not set
CONFIG_DVB_STV0900=y
# CONFIG_DVB_STV6110 is not set
CONFIG_DVB_TDA10071=y
CONFIG_DVB_TDA10086=y
# CONFIG_DVB_TDA8083 is not set
# CONFIG_DVB_TDA8261 is not set
CONFIG_DVB_TDA826X=y
CONFIG_DVB_TS2020=y
CONFIG_DVB_TUA6100=y
# CONFIG_DVB_TUNER_CX24113 is not set
CONFIG_DVB_TUNER_ITD1000=y
# CONFIG_DVB_VES1X93 is not set
CONFIG_DVB_ZL10036=y
# CONFIG_DVB_ZL10039 is not set

#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_AF9013=y
# CONFIG_DVB_CX22700 is not set
CONFIG_DVB_CX22702=y
CONFIG_DVB_CXD2820R=y
CONFIG_DVB_CXD2841ER=y
# CONFIG_DVB_DIB3000MB is not set
CONFIG_DVB_DIB3000MC=y
CONFIG_DVB_DIB7000M=y
# CONFIG_DVB_DIB7000P is not set
CONFIG_DVB_DIB9000=y
CONFIG_DVB_DRXD=y
CONFIG_DVB_EC100=y
CONFIG_DVB_L64781=y
# CONFIG_DVB_MT352 is not set
CONFIG_DVB_NXT6000=y
CONFIG_DVB_RTL2830=y
CONFIG_DVB_RTL2832=y
CONFIG_DVB_RTL2832_SDR=y
CONFIG_DVB_S5H1432=y
CONFIG_DVB_SI2168=y
# CONFIG_DVB_SP887X is not set
# CONFIG_DVB_STV0367 is not set
CONFIG_DVB_TDA10048=y
CONFIG_DVB_TDA1004X=y
CONFIG_DVB_ZD1301_DEMOD=y
# CONFIG_DVB_ZL10353 is not set
CONFIG_DVB_CXD2880=y

#
# DVB-C (cable) frontends
#
# CONFIG_DVB_STV0297 is not set
CONFIG_DVB_TDA10021=y
CONFIG_DVB_TDA10023=y
CONFIG_DVB_VES1820=y

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_AU8522=y
CONFIG_DVB_AU8522_DTV=y
CONFIG_DVB_AU8522_V4L=y
# CONFIG_DVB_BCM3510 is not set
CONFIG_DVB_LG2160=y
CONFIG_DVB_LGDT3305=y
CONFIG_DVB_LGDT3306A=y
CONFIG_DVB_LGDT330X=y
CONFIG_DVB_MXL692=y
CONFIG_DVB_NXT200X=y
CONFIG_DVB_OR51132=y
CONFIG_DVB_OR51211=y
# CONFIG_DVB_S5H1409 is not set
CONFIG_DVB_S5H1411=y

#
# ISDB-T (terrestrial) frontends
#
# CONFIG_DVB_DIB8000 is not set
CONFIG_DVB_MB86A20S=y
CONFIG_DVB_S921=y

#
# ISDB-S (satellite) & ISDB-T (terrestrial) frontends
#
# CONFIG_DVB_MN88443X is not set
# CONFIG_DVB_TC90522 is not set

#
# Digital terrestrial only tuners/PLL
#
CONFIG_DVB_PLL=y
CONFIG_DVB_TUNER_DIB0070=y
# CONFIG_DVB_TUNER_DIB0090 is not set

#
# SEC control devices for DVB-S
#
# CONFIG_DVB_A8293 is not set
# CONFIG_DVB_AF9033 is not set
CONFIG_DVB_ASCOT2E=y
# CONFIG_DVB_ATBM8830 is not set
CONFIG_DVB_HELENE=y
CONFIG_DVB_HORUS3A=y
CONFIG_DVB_ISL6405=y
# CONFIG_DVB_ISL6421 is not set
# CONFIG_DVB_ISL6423 is not set
# CONFIG_DVB_IX2505V is not set
# CONFIG_DVB_LGS8GL5 is not set
# CONFIG_DVB_LGS8GXX is not set
CONFIG_DVB_LNBH25=y
# CONFIG_DVB_LNBH29 is not set
CONFIG_DVB_LNBP21=y
CONFIG_DVB_LNBP22=y
CONFIG_DVB_M88RS2000=y
CONFIG_DVB_TDA665x=y
CONFIG_DVB_DRX39XYJ=y

#
# Common Interface (EN50221) controller drivers
#
# CONFIG_DVB_CXD2099 is not set
CONFIG_DVB_SP2=y
# end of Customise DVB Frontends

#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set
# end of Media ancillary drivers

#
# Graphics support
#
CONFIG_APERTURE_HELPERS=y
# CONFIG_AGP is not set
# CONFIG_VGA_SWITCHEROO is not set
# CONFIG_DRM is not set

#
# ARM devices
#
# end of ARM devices

#
# Frame buffer Devices
#
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
CONFIG_FB_ARC=y
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_EFI is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
CONFIG_FB_S1D13XXX=y
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
CONFIG_FB_SM501=y
# CONFIG_FB_SMSCUFX is not set
CONFIG_FB_UDL=y
CONFIG_FB_IBM_GXT4500=y
CONFIG_FB_GOLDFISH=y
# CONFIG_FB_VIRTUAL is not set
CONFIG_FB_METRONOME=y
# CONFIG_FB_MB862XX is not set
CONFIG_FB_SIMPLE=y
# CONFIG_FB_SSD1307 is not set
# CONFIG_FB_SM712 is not set
# end of Frame buffer Devices

#
# Backlight & LCD device support
#
CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_LCD_L4F00242T03 is not set
CONFIG_LCD_LMS283GF05=y
CONFIG_LCD_LTV350QV=y
# CONFIG_LCD_ILI922X is not set
CONFIG_LCD_ILI9320=y
CONFIG_LCD_TDO24M=y
CONFIG_LCD_VGG2432A4=y
CONFIG_LCD_PLATFORM=y
# CONFIG_LCD_AMS369FG06 is not set
CONFIG_LCD_LMS501KF03=y
CONFIG_LCD_HX8357=y
# CONFIG_LCD_OTM3225A is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_KTD253=y
# CONFIG_BACKLIGHT_PWM is not set
CONFIG_BACKLIGHT_DA903X=y
CONFIG_BACKLIGHT_DA9052=y
# CONFIG_BACKLIGHT_MAX8925 is not set
CONFIG_BACKLIGHT_APPLE=y
CONFIG_BACKLIGHT_QCOM_WLED=y
CONFIG_BACKLIGHT_RT4831=y
CONFIG_BACKLIGHT_SAHARA=y
CONFIG_BACKLIGHT_WM831X=y
CONFIG_BACKLIGHT_ADP5520=y
CONFIG_BACKLIGHT_ADP8860=y
# CONFIG_BACKLIGHT_ADP8870 is not set
CONFIG_BACKLIGHT_88PM860X=y
CONFIG_BACKLIGHT_PCF50633=y
# CONFIG_BACKLIGHT_LM3630A is not set
# CONFIG_BACKLIGHT_LM3639 is not set
CONFIG_BACKLIGHT_LP855X=y
# CONFIG_BACKLIGHT_GPIO is not set
CONFIG_BACKLIGHT_LV5207LP=y
CONFIG_BACKLIGHT_BD6107=y
CONFIG_BACKLIGHT_ARCXCNN=y
CONFIG_BACKLIGHT_RAVE_SP=y
# end of Backlight & LCD device support

CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
# CONFIG_FRAMEBUFFER_CONSOLE is not set
# end of Console display driver support

# CONFIG_LOGO is not set
# end of Graphics support

CONFIG_SOUND=m
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
# CONFIG_SND_OSSEMUL is not set
CONFIG_SND_PCM_TIMER=y
# CONFIG_SND_HRTIMER is not set
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
CONFIG_SND_CTL_FAST_LOOKUP=y
# CONFIG_SND_DEBUG is not set
# CONFIG_SND_CTL_INPUT_VALIDATION is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_ALOOP is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_MTS64 is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_PORTMAN2X4 is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ASIHPI is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SE6X is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set

#
# HD-Audio
#
CONFIG_SND_HDA=m
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_HDA_HWDEP is not set
# CONFIG_SND_HDA_RECONFIG is not set
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
# CONFIG_SND_HDA_SCODEC_CS35L41_I2C is not set
# CONFIG_SND_HDA_SCODEC_CS35L41_SPI is not set
# CONFIG_SND_HDA_CODEC_REALTEK is not set
# CONFIG_SND_HDA_CODEC_ANALOG is not set
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
# CONFIG_SND_HDA_CODEC_HDMI is not set
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
# CONFIG_SND_HDA_CODEC_CS8409 is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CA0110 is not set
# CONFIG_SND_HDA_CODEC_CA0132 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
# CONFIG_SND_HDA_GENERIC is not set
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
# end of HD-Audio

CONFIG_SND_HDA_CORE=m
CONFIG_SND_HDA_DSP_LOADER=y
CONFIG_SND_HDA_EXT_CORE=m
CONFIG_SND_HDA_PREALLOC_SIZE=0
CONFIG_SND_INTEL_NHLT=y
CONFIG_SND_INTEL_DSP_CONFIG=m
CONFIG_SND_INTEL_SOUNDWIRE_ACPI=m
CONFIG_SND_SPI=y
CONFIG_SND_USB=y
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_UA101 is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_US122L is not set
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
# CONFIG_SND_USB_POD is not set
# CONFIG_SND_USB_PODHD is not set
# CONFIG_SND_USB_TONEPORT is not set
# CONFIG_SND_USB_VARIAX is not set
CONFIG_SND_PCMCIA=y
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_PDAUDIOCF is not set
CONFIG_SND_SOC=m
CONFIG_SND_SOC_COMPRESS=y
CONFIG_SND_SOC_TOPOLOGY=y
# CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST is not set
CONFIG_SND_SOC_UTILS_KUNIT_TEST=m
CONFIG_SND_SOC_ACPI=m
# CONFIG_SND_SOC_ADI is not set
# CONFIG_SND_SOC_AMD_ACP is not set
# CONFIG_SND_SOC_AMD_ACP3x is not set
# CONFIG_SND_SOC_AMD_RENOIR is not set
# CONFIG_SND_SOC_AMD_ACP5x is not set
# CONFIG_SND_SOC_AMD_ACP6x is not set
# CONFIG_SND_AMD_ACP_CONFIG is not set
# CONFIG_SND_SOC_AMD_ACP_COMMON is not set
# CONFIG_SND_SOC_AMD_RPL_ACP6x is not set
# CONFIG_SND_ATMEL_SOC is not set
# CONFIG_SND_BCM63XX_I2S_WHISTLER is not set
# CONFIG_SND_DESIGNWARE_I2S is not set

#
# SoC Audio for Freescale CPUs
#

#
# Common SoC Audio options for Freescale CPUs:
#
# CONFIG_SND_SOC_FSL_ASRC is not set
# CONFIG_SND_SOC_FSL_SAI is not set
# CONFIG_SND_SOC_FSL_AUDMIX is not set
# CONFIG_SND_SOC_FSL_SSI is not set
# CONFIG_SND_SOC_FSL_SPDIF is not set
# CONFIG_SND_SOC_FSL_ESAI is not set
# CONFIG_SND_SOC_FSL_MICFIL is not set
# CONFIG_SND_SOC_FSL_XCVR is not set
# CONFIG_SND_SOC_FSL_RPMSG is not set
# CONFIG_SND_SOC_IMX_AUDMUX is not set
# end of SoC Audio for Freescale CPUs

# CONFIG_SND_I2S_HI6210_I2S is not set
# CONFIG_SND_SOC_IMG is not set
CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM=m
# CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_PCI is not set
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI=m
# CONFIG_SND_SOC_INTEL_SKYLAKE is not set
# CONFIG_SND_SOC_INTEL_SKL is not set
# CONFIG_SND_SOC_INTEL_APL is not set
# CONFIG_SND_SOC_INTEL_KBL is not set
# CONFIG_SND_SOC_INTEL_GLK is not set
# CONFIG_SND_SOC_INTEL_CNL is not set
# CONFIG_SND_SOC_INTEL_CFL is not set
# CONFIG_SND_SOC_INTEL_CML_H is not set
# CONFIG_SND_SOC_INTEL_CML_LP is not set
CONFIG_SND_SOC_ACPI_INTEL_MATCH=m
CONFIG_SND_SOC_INTEL_AVS=m

#
# Intel AVS Machine drivers
#

#
# Available DSP configurations
#
# CONFIG_SND_SOC_INTEL_AVS_MACH_DA7219 is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_DMIC is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_HDAUDIO is not set
CONFIG_SND_SOC_INTEL_AVS_MACH_I2S_TEST=m
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98357A is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98373 is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_NAU8825 is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_RT274 is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_RT286 is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_RT298 is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_RT5682 is not set
# CONFIG_SND_SOC_INTEL_AVS_MACH_SSM4567 is not set
# end of Intel AVS Machine drivers

CONFIG_SND_SOC_INTEL_MACH=y
# CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES is not set
# CONFIG_SND_SOC_MTK_BTCVSD is not set
# CONFIG_SND_SOC_SOF_TOPLEVEL is not set

#
# STMicroelectronics STM32 SOC audio support
#
# end of STMicroelectronics STM32 SOC audio support

# CONFIG_SND_SOC_XILINX_I2S is not set
# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set
# CONFIG_SND_SOC_XILINX_SPDIF is not set
# CONFIG_SND_SOC_XTFPGA_I2S is not set
CONFIG_SND_SOC_I2C_AND_SPI=m

#
# CODEC drivers
#
# CONFIG_SND_SOC_AC97_CODEC is not set
# CONFIG_SND_SOC_ADAU1372_I2C is not set
# CONFIG_SND_SOC_ADAU1372_SPI is not set
# CONFIG_SND_SOC_ADAU1701 is not set
# CONFIG_SND_SOC_ADAU1761_I2C is not set
# CONFIG_SND_SOC_ADAU1761_SPI is not set
# CONFIG_SND_SOC_ADAU7002 is not set
# CONFIG_SND_SOC_ADAU7118_HW is not set
# CONFIG_SND_SOC_ADAU7118_I2C is not set
# CONFIG_SND_SOC_AK4104 is not set
# CONFIG_SND_SOC_AK4118 is not set
# CONFIG_SND_SOC_AK4375 is not set
# CONFIG_SND_SOC_AK4458 is not set
# CONFIG_SND_SOC_AK4554 is not set
# CONFIG_SND_SOC_AK4613 is not set
# CONFIG_SND_SOC_AK4642 is not set
# CONFIG_SND_SOC_AK5386 is not set
# CONFIG_SND_SOC_AK5558 is not set
# CONFIG_SND_SOC_ALC5623 is not set
# CONFIG_SND_SOC_AW8738 is not set
# CONFIG_SND_SOC_BD28623 is not set
# CONFIG_SND_SOC_BT_SCO is not set
# CONFIG_SND_SOC_CROS_EC_CODEC is not set
# CONFIG_SND_SOC_CS35L32 is not set
# CONFIG_SND_SOC_CS35L33 is not set
# CONFIG_SND_SOC_CS35L34 is not set
# CONFIG_SND_SOC_CS35L35 is not set
# CONFIG_SND_SOC_CS35L36 is not set
# CONFIG_SND_SOC_CS35L41_SPI is not set
# CONFIG_SND_SOC_CS35L41_I2C is not set
# CONFIG_SND_SOC_CS35L45_SPI is not set
# CONFIG_SND_SOC_CS35L45_I2C is not set
# CONFIG_SND_SOC_CS42L42 is not set
# CONFIG_SND_SOC_CS42L51_I2C is not set
# CONFIG_SND_SOC_CS42L52 is not set
# CONFIG_SND_SOC_CS42L56 is not set
# CONFIG_SND_SOC_CS42L73 is not set
# CONFIG_SND_SOC_CS4234 is not set
# CONFIG_SND_SOC_CS4265 is not set
# CONFIG_SND_SOC_CS4270 is not set
# CONFIG_SND_SOC_CS4271_I2C is not set
# CONFIG_SND_SOC_CS4271_SPI is not set
# CONFIG_SND_SOC_CS42XX8_I2C is not set
# CONFIG_SND_SOC_CS43130 is not set
# CONFIG_SND_SOC_CS4341 is not set
# CONFIG_SND_SOC_CS4349 is not set
# CONFIG_SND_SOC_CS53L30 is not set
# CONFIG_SND_SOC_CX2072X is not set
# CONFIG_SND_SOC_DA7213 is not set
# CONFIG_SND_SOC_DMIC is not set
# CONFIG_SND_SOC_ES7134 is not set
# CONFIG_SND_SOC_ES7241 is not set
# CONFIG_SND_SOC_ES8316 is not set
# CONFIG_SND_SOC_ES8328_I2C is not set
# CONFIG_SND_SOC_ES8328_SPI is not set
# CONFIG_SND_SOC_GTM601 is not set
CONFIG_SND_SOC_HDA=m
# CONFIG_SND_SOC_ICS43432 is not set
# CONFIG_SND_SOC_INNO_RK3036 is not set
# CONFIG_SND_SOC_MAX98088 is not set
# CONFIG_SND_SOC_MAX98357A is not set
# CONFIG_SND_SOC_MAX98504 is not set
# CONFIG_SND_SOC_MAX9867 is not set
# CONFIG_SND_SOC_MAX98927 is not set
# CONFIG_SND_SOC_MAX98520 is not set
# CONFIG_SND_SOC_MAX98373_I2C is not set
# CONFIG_SND_SOC_MAX98390 is not set
# CONFIG_SND_SOC_MAX98396 is not set
# CONFIG_SND_SOC_MAX9860 is not set
# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
# CONFIG_SND_SOC_PCM1681 is not set
# CONFIG_SND_SOC_PCM1789_I2C is not set
# CONFIG_SND_SOC_PCM179X_I2C is not set
# CONFIG_SND_SOC_PCM179X_SPI is not set
# CONFIG_SND_SOC_PCM186X_I2C is not set
# CONFIG_SND_SOC_PCM186X_SPI is not set
# CONFIG_SND_SOC_PCM3060_I2C is not set
# CONFIG_SND_SOC_PCM3060_SPI is not set
# CONFIG_SND_SOC_PCM3168A_I2C is not set
# CONFIG_SND_SOC_PCM3168A_SPI is not set
# CONFIG_SND_SOC_PCM5102A is not set
# CONFIG_SND_SOC_PCM512x_I2C is not set
# CONFIG_SND_SOC_PCM512x_SPI is not set
# CONFIG_SND_SOC_RK3328 is not set
# CONFIG_SND_SOC_RT5616 is not set
# CONFIG_SND_SOC_RT5631 is not set
# CONFIG_SND_SOC_RT5640 is not set
# CONFIG_SND_SOC_RT5659 is not set
# CONFIG_SND_SOC_RT9120 is not set
# CONFIG_SND_SOC_SGTL5000 is not set
# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set
# CONFIG_SND_SOC_SIMPLE_MUX is not set
# CONFIG_SND_SOC_SPDIF is not set
# CONFIG_SND_SOC_SSM2305 is not set
# CONFIG_SND_SOC_SSM2518 is not set
# CONFIG_SND_SOC_SSM2602_SPI is not set
# CONFIG_SND_SOC_SSM2602_I2C is not set
# CONFIG_SND_SOC_SSM4567 is not set
# CONFIG_SND_SOC_STA32X is not set
# CONFIG_SND_SOC_STA350 is not set
# CONFIG_SND_SOC_STI_SAS is not set
# CONFIG_SND_SOC_TAS2552 is not set
# CONFIG_SND_SOC_TAS2562 is not set
# CONFIG_SND_SOC_TAS2764 is not set
# CONFIG_SND_SOC_TAS2770 is not set
# CONFIG_SND_SOC_TAS2780 is not set
# CONFIG_SND_SOC_TAS5086 is not set
# CONFIG_SND_SOC_TAS571X is not set
# CONFIG_SND_SOC_TAS5720 is not set
# CONFIG_SND_SOC_TAS5805M is not set
# CONFIG_SND_SOC_TAS6424 is not set
# CONFIG_SND_SOC_TDA7419 is not set
# CONFIG_SND_SOC_TFA9879 is not set
# CONFIG_SND_SOC_TFA989X is not set
# CONFIG_SND_SOC_TLV320ADC3XXX is not set
# CONFIG_SND_SOC_TLV320AIC23_I2C is not set
# CONFIG_SND_SOC_TLV320AIC23_SPI is not set
# CONFIG_SND_SOC_TLV320AIC31XX is not set
# CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set
# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set
# CONFIG_SND_SOC_TLV320AIC3X_I2C is not set
# CONFIG_SND_SOC_TLV320AIC3X_SPI is not set
# CONFIG_SND_SOC_TLV320ADCX140 is not set
# CONFIG_SND_SOC_TS3A227E is not set
# CONFIG_SND_SOC_TSCS42XX is not set
# CONFIG_SND_SOC_TSCS454 is not set
# CONFIG_SND_SOC_UDA1334 is not set
# CONFIG_SND_SOC_WCD9335 is not set
# CONFIG_SND_SOC_WCD934X is not set
# CONFIG_SND_SOC_WM8510 is not set
# CONFIG_SND_SOC_WM8523 is not set
# CONFIG_SND_SOC_WM8524 is not set
# CONFIG_SND_SOC_WM8580 is not set
# CONFIG_SND_SOC_WM8711 is not set
# CONFIG_SND_SOC_WM8728 is not set
# CONFIG_SND_SOC_WM8731_I2C is not set
# CONFIG_SND_SOC_WM8731_SPI is not set
# CONFIG_SND_SOC_WM8737 is not set
# CONFIG_SND_SOC_WM8741 is not set
# CONFIG_SND_SOC_WM8750 is not set
# CONFIG_SND_SOC_WM8753 is not set
# CONFIG_SND_SOC_WM8770 is not set
# CONFIG_SND_SOC_WM8776 is not set
# CONFIG_SND_SOC_WM8782 is not set
# CONFIG_SND_SOC_WM8804_I2C is not set
# CONFIG_SND_SOC_WM8804_SPI is not set
# CONFIG_SND_SOC_WM8903 is not set
# CONFIG_SND_SOC_WM8904 is not set
# CONFIG_SND_SOC_WM8940 is not set
# CONFIG_SND_SOC_WM8960 is not set
# CONFIG_SND_SOC_WM8962 is not set
# CONFIG_SND_SOC_WM8974 is not set
# CONFIG_SND_SOC_WM8978 is not set
# CONFIG_SND_SOC_WM8985 is not set
# CONFIG_SND_SOC_ZL38060 is not set
# CONFIG_SND_SOC_MAX9759 is not set
# CONFIG_SND_SOC_MT6351 is not set
# CONFIG_SND_SOC_MT6358 is not set
# CONFIG_SND_SOC_MT6660 is not set
# CONFIG_SND_SOC_NAU8315 is not set
# CONFIG_SND_SOC_NAU8540 is not set
# CONFIG_SND_SOC_NAU8810 is not set
# CONFIG_SND_SOC_NAU8821 is not set
# CONFIG_SND_SOC_NAU8822 is not set
# CONFIG_SND_SOC_NAU8824 is not set
# CONFIG_SND_SOC_TPA6130A2 is not set
# CONFIG_SND_SOC_LPASS_WSA_MACRO is not set
# CONFIG_SND_SOC_LPASS_VA_MACRO is not set
# CONFIG_SND_SOC_LPASS_RX_MACRO is not set
# CONFIG_SND_SOC_LPASS_TX_MACRO is not set
# end of CODEC drivers

# CONFIG_SND_SIMPLE_CARD is not set
CONFIG_SND_X86=y
# CONFIG_SND_VIRTIO is not set

#
# HID support
#
# CONFIG_HID is not set

#
# USB HID support
#
# CONFIG_USB_HID is not set
CONFIG_HID_PID=y
# end of USB HID support

#
# I2C HID support
#
# CONFIG_I2C_HID_ACPI is not set
# end of I2C HID support

#
# Intel ISH HID support
#
# CONFIG_INTEL_ISH_HID is not set
# end of Intel ISH HID support
# end of HID support

CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ULPI_BUS=y
# CONFIG_USB_CONN_GPIO is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_FEW_INIT_RETRIES is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_OTG=y
CONFIG_USB_OTG_PRODUCTLIST=y
CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB=y
# CONFIG_USB_OTG_FSM is not set
CONFIG_USB_AUTOSUSPEND_DELAY=2
CONFIG_USB_MON=y

#
# USB Host Controller Drivers
#
CONFIG_USB_C67X00_HCD=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DBGCAP=y
CONFIG_USB_XHCI_PCI=y
# CONFIG_USB_XHCI_PCI_RENESAS is not set
CONFIG_USB_XHCI_PLATFORM=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
CONFIG_USB_EHCI_FSL=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
# CONFIG_USB_OXU210HP_HCD is not set
CONFIG_USB_ISP116X_HCD=y
# CONFIG_USB_FOTG210_HCD is not set
# CONFIG_USB_MAX3421_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
CONFIG_USB_OHCI_HCD_PLATFORM=y
# CONFIG_USB_UHCI_HCD is not set
CONFIG_USB_U132_HCD=y
CONFIG_USB_SL811_HCD=y
# CONFIG_USB_SL811_HCD_ISO is not set
CONFIG_USB_SL811_CS=y
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_BCMA is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=y
CONFIG_USB_WDM=y
CONFIG_USB_TMC=y

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
# CONFIG_USB_STORAGE is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
CONFIG_USB_MICROTEK=y
CONFIG_USBIP_CORE=y
CONFIG_USBIP_VHCI_HCD=y
CONFIG_USBIP_VHCI_HC_PORTS=8
CONFIG_USBIP_VHCI_NR_HCS=1
CONFIG_USBIP_HOST=y
CONFIG_USBIP_VUDC=y
# CONFIG_USBIP_DEBUG is not set
CONFIG_USB_CDNS_SUPPORT=y
CONFIG_USB_CDNS3=y
CONFIG_USB_CDNS3_GADGET=y
# CONFIG_USB_CDNS3_HOST is not set
CONFIG_USB_CDNS3_PCI_WRAP=y
# CONFIG_USB_CDNSP_PCI is not set
CONFIG_USB_MUSB_HDRC=y
# CONFIG_USB_MUSB_HOST is not set
# CONFIG_USB_MUSB_GADGET is not set
CONFIG_USB_MUSB_DUAL_ROLE=y

#
# Platform Glue Layer
#

#
# MUSB DMA mode
#
CONFIG_MUSB_PIO_ONLY=y
CONFIG_USB_DWC3=y
# CONFIG_USB_DWC3_ULPI is not set
# CONFIG_USB_DWC3_HOST is not set
# CONFIG_USB_DWC3_GADGET is not set
CONFIG_USB_DWC3_DUAL_ROLE=y

#
# Platform Glue Driver Support
#
CONFIG_USB_DWC3_PCI=y
CONFIG_USB_DWC3_HAPS=y
# CONFIG_USB_DWC2 is not set
CONFIG_USB_CHIPIDEA=y
CONFIG_USB_CHIPIDEA_UDC=y
# CONFIG_USB_CHIPIDEA_HOST is not set
CONFIG_USB_CHIPIDEA_PCI=y
CONFIG_USB_CHIPIDEA_MSM=y
CONFIG_USB_CHIPIDEA_GENERIC=y
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
CONFIG_USB_USS720=y
CONFIG_USB_SERIAL=y
# CONFIG_USB_SERIAL_CONSOLE is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_SIMPLE is not set
CONFIG_USB_SERIAL_AIRCABLE=y
CONFIG_USB_SERIAL_ARK3116=y
CONFIG_USB_SERIAL_BELKIN=y
# CONFIG_USB_SERIAL_CH341 is not set
CONFIG_USB_SERIAL_WHITEHEAT=y
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=y
# CONFIG_USB_SERIAL_CP210X is not set
CONFIG_USB_SERIAL_CYPRESS_M8=y
CONFIG_USB_SERIAL_EMPEG=y
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_SERIAL_VISOR=y
CONFIG_USB_SERIAL_IPAQ=y
CONFIG_USB_SERIAL_IR=y
CONFIG_USB_SERIAL_EDGEPORT=y
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
CONFIG_USB_SERIAL_F81232=y
# CONFIG_USB_SERIAL_F8153X is not set
CONFIG_USB_SERIAL_GARMIN=y
CONFIG_USB_SERIAL_IPW=y
CONFIG_USB_SERIAL_IUU=y
CONFIG_USB_SERIAL_KEYSPAN_PDA=y
# CONFIG_USB_SERIAL_KEYSPAN is not set
CONFIG_USB_SERIAL_KLSI=y
CONFIG_USB_SERIAL_KOBIL_SCT=y
CONFIG_USB_SERIAL_MCT_U232=y
# CONFIG_USB_SERIAL_METRO is not set
CONFIG_USB_SERIAL_MOS7720=y
# CONFIG_USB_SERIAL_MOS7715_PARPORT is not set
CONFIG_USB_SERIAL_MOS7840=y
CONFIG_USB_SERIAL_MXUPORT=y
CONFIG_USB_SERIAL_NAVMAN=y
CONFIG_USB_SERIAL_PL2303=y
# CONFIG_USB_SERIAL_OTI6858 is not set
CONFIG_USB_SERIAL_QCAUX=y
CONFIG_USB_SERIAL_QUALCOMM=y
CONFIG_USB_SERIAL_SPCP8X5=y
CONFIG_USB_SERIAL_SAFE=y
CONFIG_USB_SERIAL_SAFE_PADDED=y
CONFIG_USB_SERIAL_SIERRAWIRELESS=y
CONFIG_USB_SERIAL_SYMBOL=y
CONFIG_USB_SERIAL_TI=y
CONFIG_USB_SERIAL_CYBERJACK=y
CONFIG_USB_SERIAL_WWAN=y
# CONFIG_USB_SERIAL_OPTION is not set
CONFIG_USB_SERIAL_OMNINET=y
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_XSENS_MT is not set
# CONFIG_USB_SERIAL_WISHBONE is not set
CONFIG_USB_SERIAL_SSU100=y
# CONFIG_USB_SERIAL_QT2 is not set
# CONFIG_USB_SERIAL_UPD78F0730 is not set
CONFIG_USB_SERIAL_XR=y
CONFIG_USB_SERIAL_DEBUG=y

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
CONFIG_USB_EMI26=y
CONFIG_USB_ADUTUX=y
# CONFIG_USB_SEVSEG is not set
CONFIG_USB_LEGOTOWER=y
# CONFIG_USB_LCD is not set
CONFIG_USB_CYPRESS_CY7C63=y
# CONFIG_USB_CYTHERM is not set
CONFIG_USB_IDMOUSE=y
CONFIG_USB_FTDI_ELAN=y
# CONFIG_USB_APPLEDISPLAY is not set
CONFIG_APPLE_MFI_FASTCHARGE=y
CONFIG_USB_SISUSBVGA=y
CONFIG_USB_LD=y
# CONFIG_USB_TRANCEVIBRATOR is not set
CONFIG_USB_IOWARRIOR=y
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
CONFIG_USB_EZUSB_FX2=y
CONFIG_USB_HUB_USB251XB=y
CONFIG_USB_HSIC_USB3503=y
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
CONFIG_USB_ATM=y
# CONFIG_USB_SPEEDTOUCH is not set
CONFIG_USB_CXACRU=y
CONFIG_USB_UEAGLEATM=y
CONFIG_USB_XUSBATM=y

#
# USB Physical Layer drivers
#
CONFIG_USB_PHY=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_USB_GPIO_VBUS=y
CONFIG_USB_ISP1301=y
# end of USB Physical Layer drivers

CONFIG_USB_GADGET=y
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
CONFIG_U_SERIAL_CONSOLE=y

#
# USB Peripheral Controller
#
# CONFIG_USB_FOTG210_UDC is not set
# CONFIG_USB_GR_UDC is not set
CONFIG_USB_R8A66597=y
CONFIG_USB_PXA27X=y
# CONFIG_USB_MV_UDC is not set
# CONFIG_USB_MV_U3D is not set
# CONFIG_USB_M66592 is not set
# CONFIG_USB_BDC_UDC is not set
# CONFIG_USB_AMD5536UDC is not set
CONFIG_USB_NET2272=y
CONFIG_USB_NET2272_DMA=y
# CONFIG_USB_NET2280 is not set
# CONFIG_USB_GOKU is not set
# CONFIG_USB_EG20T is not set
CONFIG_USB_MAX3420_UDC=y
CONFIG_USB_DUMMY_HCD=y
# end of USB Peripheral Controller

CONFIG_USB_LIBCOMPOSITE=y
CONFIG_USB_F_ACM=y
CONFIG_USB_F_SS_LB=y
CONFIG_USB_U_SERIAL=y
CONFIG_USB_U_ETHER=y
CONFIG_USB_F_SERIAL=y
CONFIG_USB_F_OBEX=y
CONFIG_USB_F_NCM=y
CONFIG_USB_F_ECM=y
CONFIG_USB_F_PHONET=y
CONFIG_USB_F_SUBSET=y
CONFIG_USB_F_RNDIS=y
CONFIG_USB_F_MASS_STORAGE=y
CONFIG_USB_F_FS=y
CONFIG_USB_F_HID=y
CONFIG_USB_F_PRINTER=y
# CONFIG_USB_CONFIGFS is not set

#
# USB Gadget precomposed configurations
#
CONFIG_USB_ZERO=y
CONFIG_USB_ZERO_HNPTEST=y
# CONFIG_USB_AUDIO is not set
CONFIG_USB_ETH=y
CONFIG_USB_ETH_RNDIS=y
# CONFIG_USB_ETH_EEM is not set
CONFIG_USB_G_NCM=y
CONFIG_USB_GADGETFS=y
CONFIG_USB_FUNCTIONFS=y
CONFIG_USB_FUNCTIONFS_ETH=y
CONFIG_USB_FUNCTIONFS_RNDIS=y
# CONFIG_USB_FUNCTIONFS_GENERIC is not set
CONFIG_USB_MASS_STORAGE=y
CONFIG_USB_G_SERIAL=y
# CONFIG_USB_MIDI_GADGET is not set
CONFIG_USB_G_PRINTER=y
CONFIG_USB_CDC_COMPOSITE=y
CONFIG_USB_G_NOKIA=y
# CONFIG_USB_G_ACM_MS is not set
CONFIG_USB_G_MULTI=y
# CONFIG_USB_G_MULTI_RNDIS is not set
CONFIG_USB_G_MULTI_CDC=y
CONFIG_USB_G_HID=y
CONFIG_USB_G_DBGP=y
CONFIG_USB_G_DBGP_PRINTK=y
# CONFIG_USB_G_DBGP_SERIAL is not set
# CONFIG_USB_G_WEBCAM is not set
# CONFIG_USB_RAW_GADGET is not set
# end of USB Gadget precomposed configurations

CONFIG_TYPEC=y
# CONFIG_TYPEC_TCPM is not set
CONFIG_TYPEC_UCSI=y
CONFIG_UCSI_CCG=y
CONFIG_UCSI_ACPI=y
# CONFIG_UCSI_STM32G0 is not set
CONFIG_TYPEC_TPS6598X=y
CONFIG_TYPEC_ANX7411=y
# CONFIG_TYPEC_RT1719 is not set
CONFIG_TYPEC_HD3SS3220=y
CONFIG_TYPEC_STUSB160X=y
CONFIG_TYPEC_WUSB3801=y

#
# USB Type-C Multiplexer/DeMultiplexer Switch support
#
CONFIG_TYPEC_MUX_FSA4480=y
CONFIG_TYPEC_MUX_PI3USB30532=y
# end of USB Type-C Multiplexer/DeMultiplexer Switch support

#
# USB Type-C Alternate Mode drivers
#
# end of USB Type-C Alternate Mode drivers

CONFIG_USB_ROLE_SWITCH=y
CONFIG_USB_ROLES_INTEL_XHCI=y
# CONFIG_MMC is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_CLASS_FLASH=y
CONFIG_LEDS_CLASS_MULTICOLOR=y
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y

#
# LED drivers
#
CONFIG_LEDS_88PM860X=y
CONFIG_LEDS_APU=y
# CONFIG_LEDS_LM3530 is not set
CONFIG_LEDS_LM3532=y
# CONFIG_LEDS_LM3642 is not set
CONFIG_LEDS_PCA9532=y
# CONFIG_LEDS_PCA9532_GPIO is not set
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_LP3944=y
# CONFIG_LEDS_LP3952 is not set
CONFIG_LEDS_LP50XX=y
CONFIG_LEDS_PCA955X=y
# CONFIG_LEDS_PCA955X_GPIO is not set
# CONFIG_LEDS_PCA963X is not set
CONFIG_LEDS_WM831X_STATUS=y
# CONFIG_LEDS_WM8350 is not set
# CONFIG_LEDS_DA903X is not set
CONFIG_LEDS_DA9052=y
# CONFIG_LEDS_DAC124S085 is not set
CONFIG_LEDS_PWM=y
# CONFIG_LEDS_REGULATOR is not set
CONFIG_LEDS_BD2802=y
# CONFIG_LEDS_INTEL_SS4200 is not set
CONFIG_LEDS_LT3593=y
CONFIG_LEDS_ADP5520=y
CONFIG_LEDS_MC13783=y
CONFIG_LEDS_TCA6507=y
CONFIG_LEDS_TLC591XX=y
CONFIG_LEDS_MAX8997=y
CONFIG_LEDS_LM355x=y
# CONFIG_LEDS_MENF21BMC is not set
CONFIG_LEDS_IS31FL319X=y

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
CONFIG_LEDS_BLINKM=y
CONFIG_LEDS_MLXCPLD=y
CONFIG_LEDS_MLXREG=y
CONFIG_LEDS_USER=y
CONFIG_LEDS_NIC78BX=y
CONFIG_LEDS_TI_LMU_COMMON=y
# CONFIG_LEDS_LM36274 is not set
CONFIG_LEDS_TPS6105X=y

#
# Flash and Torch LED drivers
#
CONFIG_LEDS_AS3645A=y
CONFIG_LEDS_LM3601X=y
# CONFIG_LEDS_RT8515 is not set
CONFIG_LEDS_SGM3140=y

#
# RGB LED drivers
#
CONFIG_LEDS_PWM_MULTICOLOR=y

#
# LED Triggers
#
# CONFIG_LEDS_TRIGGERS is not set

#
# Simple LED drivers
#
CONFIG_ACCESSIBILITY=y
CONFIG_A11Y_BRAILLE_CONSOLE=y

#
# Speakup console speech
#
CONFIG_SPEAKUP=y
CONFIG_SPEAKUP_SYNTH_ACNTSA=y
CONFIG_SPEAKUP_SYNTH_APOLLO=y
CONFIG_SPEAKUP_SYNTH_AUDPTR=y
CONFIG_SPEAKUP_SYNTH_BNS=y
CONFIG_SPEAKUP_SYNTH_DECTLK=y
CONFIG_SPEAKUP_SYNTH_DECEXT=y
# CONFIG_SPEAKUP_SYNTH_LTLK is not set
CONFIG_SPEAKUP_SYNTH_SOFT=y
CONFIG_SPEAKUP_SYNTH_SPKOUT=y
# CONFIG_SPEAKUP_SYNTH_TXPRT is not set
CONFIG_SPEAKUP_SYNTH_DUMMY=y
# end of Speakup console speech

# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
CONFIG_EDAC_DEBUG=y
# CONFIG_EDAC_E752X is not set
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I3200 is not set
# CONFIG_EDAC_IE31200 is not set
# CONFIG_EDAC_X38 is not set
# CONFIG_EDAC_I5400 is not set
# CONFIG_EDAC_I5000 is not set
# CONFIG_EDAC_I5100 is not set
# CONFIG_EDAC_I7300 is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_HCTOSYS is not set
# CONFIG_RTC_SYSTOHC is not set
# CONFIG_RTC_DEBUG is not set
CONFIG_RTC_LIB_KUNIT_TEST=m
# CONFIG_RTC_NVMEM is not set

#
# RTC interfaces
#
# CONFIG_RTC_INTF_SYSFS is not set
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
CONFIG_RTC_DRV_88PM860X=y
CONFIG_RTC_DRV_ABB5ZES3=y
# CONFIG_RTC_DRV_ABEOZ9 is not set
# CONFIG_RTC_DRV_ABX80X is not set
CONFIG_RTC_DRV_DS1307=y
# CONFIG_RTC_DRV_DS1307_CENTURY is not set
CONFIG_RTC_DRV_DS1374=y
CONFIG_RTC_DRV_DS1672=y
CONFIG_RTC_DRV_MAX6900=y
# CONFIG_RTC_DRV_MAX8907 is not set
CONFIG_RTC_DRV_MAX8925=y
CONFIG_RTC_DRV_MAX8998=y
CONFIG_RTC_DRV_MAX8997=y
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
CONFIG_RTC_DRV_ISL12022=y
CONFIG_RTC_DRV_X1205=y
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF85363 is not set
CONFIG_RTC_DRV_PCF8563=y
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
CONFIG_RTC_DRV_PALMAS=y
CONFIG_RTC_DRV_TPS6586X=y
CONFIG_RTC_DRV_S35390A=y
# CONFIG_RTC_DRV_FM3130 is not set
CONFIG_RTC_DRV_RX8010=y
# CONFIG_RTC_DRV_RX8581 is not set
CONFIG_RTC_DRV_RX8025=y
CONFIG_RTC_DRV_EM3027=y
CONFIG_RTC_DRV_RV3028=y
# CONFIG_RTC_DRV_RV3032 is not set
CONFIG_RTC_DRV_RV8803=y
CONFIG_RTC_DRV_SD3078=y

#
# SPI RTC drivers
#
CONFIG_RTC_DRV_M41T93=y
CONFIG_RTC_DRV_M41T94=y
CONFIG_RTC_DRV_DS1302=y
CONFIG_RTC_DRV_DS1305=y
CONFIG_RTC_DRV_DS1343=y
CONFIG_RTC_DRV_DS1347=y
CONFIG_RTC_DRV_DS1390=y
# CONFIG_RTC_DRV_MAX6916 is not set
CONFIG_RTC_DRV_R9701=y
# CONFIG_RTC_DRV_RX4581 is not set
# CONFIG_RTC_DRV_RS5C348 is not set
CONFIG_RTC_DRV_MAX6902=y
# CONFIG_RTC_DRV_PCF2123 is not set
# CONFIG_RTC_DRV_MCP795 is not set
CONFIG_RTC_I2C_AND_SPI=y

#
# SPI and I2C RTC drivers
#
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set
# CONFIG_RTC_DRV_RX6110 is not set

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
CONFIG_RTC_DRV_DS1286=y
# CONFIG_RTC_DRV_DS1511 is not set
CONFIG_RTC_DRV_DS1553=y
CONFIG_RTC_DRV_DS1685_FAMILY=y
# CONFIG_RTC_DRV_DS1685 is not set
# CONFIG_RTC_DRV_DS1689 is not set
CONFIG_RTC_DRV_DS17285=y
# CONFIG_RTC_DRV_DS17485 is not set
# CONFIG_RTC_DRV_DS17885 is not set
CONFIG_RTC_DRV_DS1742=y
CONFIG_RTC_DRV_DS2404=y
CONFIG_RTC_DRV_DA9052=y
CONFIG_RTC_DRV_STK17TA8=y
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
CONFIG_RTC_DRV_MSM6242=y
CONFIG_RTC_DRV_BQ4802=y
CONFIG_RTC_DRV_RP5C01=y
CONFIG_RTC_DRV_V3020=y
CONFIG_RTC_DRV_WM831X=y
CONFIG_RTC_DRV_WM8350=y
CONFIG_RTC_DRV_PCF50633=y
CONFIG_RTC_DRV_CROS_EC=m

#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_FTRTC010=y
CONFIG_RTC_DRV_PCAP=y
# CONFIG_RTC_DRV_MC13XXX is not set

#
# HID Sensor RTC drivers
#
CONFIG_RTC_DRV_GOLDFISH=y
# CONFIG_DMADEVICES is not set

#
# DMABUF options
#
CONFIG_SYNC_FILE=y
CONFIG_SW_SYNC=y
# CONFIG_UDMABUF is not set
CONFIG_DMABUF_MOVE_NOTIFY=y
# CONFIG_DMABUF_DEBUG is not set
# CONFIG_DMABUF_SELFTESTS is not set
CONFIG_DMABUF_HEAPS=y
CONFIG_DMABUF_SYSFS_STATS=y
# CONFIG_DMABUF_HEAPS_SYSTEM is not set
# end of DMABUF options

CONFIG_AUXDISPLAY=y
CONFIG_CHARLCD=y
CONFIG_HD44780_COMMON=y
CONFIG_HD44780=y
# CONFIG_IMG_ASCII_LCD is not set
# CONFIG_HT16K33 is not set
CONFIG_LCD2S=y
CONFIG_PARPORT_PANEL=y
CONFIG_PANEL_PARPORT=0
CONFIG_PANEL_PROFILE=5
CONFIG_PANEL_CHANGE_MESSAGE=y
CONFIG_PANEL_BOOT_MESSAGE=""
CONFIG_CHARLCD_BL_OFF=y
# CONFIG_CHARLCD_BL_ON is not set
# CONFIG_CHARLCD_BL_FLASH is not set
CONFIG_PANEL=y
# CONFIG_UIO is not set
CONFIG_VFIO=y
CONFIG_VFIO_IOMMU_TYPE1=y
# CONFIG_VFIO_NOIOMMU is not set
CONFIG_VFIO_PCI_MMAP=y
CONFIG_VFIO_PCI_INTX=y
# CONFIG_VFIO_PCI is not set
CONFIG_VFIO_MDEV=y
CONFIG_IRQ_BYPASS_MANAGER=y
CONFIG_VIRT_DRIVERS=y
# CONFIG_VMGENID is not set
# CONFIG_VBOXGUEST is not set
# CONFIG_EFI_SECRET is not set
CONFIG_VIRTIO_ANCHOR=y
CONFIG_VIRTIO=y
# CONFIG_VIRTIO_MENU is not set
# CONFIG_VDPA is not set
# CONFIG_VHOST_MENU is not set

#
# Microsoft Hyper-V guest support
#
# CONFIG_HYPERV is not set
# end of Microsoft Hyper-V guest support

CONFIG_GREYBUS=y
CONFIG_GREYBUS_ES2=y
CONFIG_COMEDI=y
CONFIG_COMEDI_DEBUG=y
CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048
CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480
CONFIG_COMEDI_MISC_DRIVERS=y
# CONFIG_COMEDI_BOND is not set
# CONFIG_COMEDI_TEST is not set
CONFIG_COMEDI_PARPORT=y
# CONFIG_COMEDI_ISA_DRIVERS is not set
# CONFIG_COMEDI_PCI_DRIVERS is not set
CONFIG_COMEDI_PCMCIA_DRIVERS=y
CONFIG_COMEDI_CB_DAS16_CS=y
CONFIG_COMEDI_DAS08_CS=y
# CONFIG_COMEDI_NI_DAQ_700_CS is not set
CONFIG_COMEDI_NI_DAQ_DIO24_CS=y
# CONFIG_COMEDI_NI_LABPC_CS is not set
# CONFIG_COMEDI_NI_MIO_CS is not set
CONFIG_COMEDI_QUATECH_DAQP_CS=y
CONFIG_COMEDI_USB_DRIVERS=y
# CONFIG_COMEDI_DT9812 is not set
CONFIG_COMEDI_NI_USB6501=y
CONFIG_COMEDI_USBDUX=y
CONFIG_COMEDI_USBDUXFAST=y
CONFIG_COMEDI_USBDUXSIGMA=y
# CONFIG_COMEDI_VMK80XX is not set
CONFIG_COMEDI_8254=y
CONFIG_COMEDI_8255=y
# CONFIG_COMEDI_8255_SA is not set
CONFIG_COMEDI_KCOMEDILIB=y
CONFIG_COMEDI_DAS08=y
# CONFIG_COMEDI_TESTS is not set
CONFIG_STAGING=y
# CONFIG_RTS5208 is not set

#
# IIO staging drivers
#

#
# Accelerometers
#
CONFIG_ADIS16203=m
# CONFIG_ADIS16240 is not set
# end of Accelerometers

#
# Analog to digital converters
#
CONFIG_AD7816=m
# end of Analog to digital converters

#
# Analog digital bi-direction converters
#
CONFIG_ADT7316=m
CONFIG_ADT7316_SPI=m
CONFIG_ADT7316_I2C=m
# end of Analog digital bi-direction converters

#
# Capacitance to digital converters
#
CONFIG_AD7746=m
# end of Capacitance to digital converters

#
# Direct Digital Synthesis
#
CONFIG_AD9832=m
CONFIG_AD9834=m
# end of Direct Digital Synthesis

#
# Network Analyzer, Impedance Converters
#
CONFIG_AD5933=m
# end of Network Analyzer, Impedance Converters

#
# Active energy metering IC
#
# CONFIG_ADE7854 is not set
# end of Active energy metering IC

#
# Resolver to digital converters
#
CONFIG_AD2S1210=m
# end of Resolver to digital converters
# end of IIO staging drivers

# CONFIG_FB_SM750 is not set
# CONFIG_STAGING_MEDIA is not set
# CONFIG_LTE_GDM724X is not set
# CONFIG_FB_TFT is not set
# CONFIG_MOST_COMPONENTS is not set
# CONFIG_GREYBUS_AUDIO is not set
# CONFIG_GREYBUS_BOOTROM is not set
# CONFIG_GREYBUS_FIRMWARE is not set
CONFIG_GREYBUS_LIGHT=y
CONFIG_GREYBUS_LOG=y
CONFIG_GREYBUS_LOOPBACK=y
# CONFIG_GREYBUS_POWER is not set
CONFIG_GREYBUS_RAW=y
CONFIG_GREYBUS_VIBRATOR=y
CONFIG_GREYBUS_BRIDGED_PHY=y
CONFIG_GREYBUS_GPIO=y
# CONFIG_GREYBUS_I2C is not set
CONFIG_GREYBUS_PWM=y
CONFIG_GREYBUS_SPI=y
CONFIG_GREYBUS_UART=y
CONFIG_GREYBUS_USB=y
CONFIG_PI433=y
CONFIG_FIELDBUS_DEV=y
# CONFIG_QLGE is not set
# CONFIG_VME_BUS is not set
# CONFIG_GOLDFISH_PIPE is not set
CONFIG_CHROME_PLATFORMS=y
# CONFIG_CHROMEOS_ACPI is not set
CONFIG_CHROMEOS_LAPTOP=y
CONFIG_CHROMEOS_PSTORE=y
CONFIG_CHROMEOS_TBMC=y
CONFIG_CROS_EC=m
# CONFIG_CROS_EC_I2C is not set
CONFIG_CROS_EC_SPI=m
# CONFIG_CROS_EC_LPC is not set
CONFIG_CROS_EC_PROTO=y
CONFIG_CROS_KBD_LED_BACKLIGHT=y
CONFIG_CROS_KUNIT=m
# CONFIG_MELLANOX_PLATFORM is not set
# CONFIG_SURFACE_PLATFORMS is not set
# CONFIG_X86_PLATFORM_DEVICES is not set
# CONFIG_P2SB is not set
CONFIG_HAVE_CLK=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y
CONFIG_COMMON_CLK_WM831X=y
CONFIG_LMK04832=y
CONFIG_COMMON_CLK_MAX9485=y
CONFIG_COMMON_CLK_SI5341=y
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_SI544 is not set
# CONFIG_COMMON_CLK_CDCE706 is not set
CONFIG_COMMON_CLK_CS2000_CP=y
CONFIG_COMMON_CLK_PALMAS=y
# CONFIG_COMMON_CLK_PWM is not set
CONFIG_XILINX_VCU=y
CONFIG_CLK_KUNIT_TEST=m
CONFIG_CLK_GATE_KUNIT_TEST=m
CONFIG_HWSPINLOCK=y

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# end of Clock Source drivers

CONFIG_MAILBOX=y
CONFIG_PCC=y
CONFIG_ALTERA_MBOX=y
CONFIG_IOMMU_API=y
# CONFIG_IOMMU_SUPPORT is not set

#
# Remoteproc drivers
#
CONFIG_REMOTEPROC=y
CONFIG_REMOTEPROC_CDEV=y
# end of Remoteproc drivers

#
# Rpmsg drivers
#
CONFIG_RPMSG=y
CONFIG_RPMSG_CHAR=y
CONFIG_RPMSG_CTRL=y
CONFIG_RPMSG_NS=y
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
CONFIG_RPMSG_VIRTIO=y
# end of Rpmsg drivers

# CONFIG_SOUNDWIRE is not set

#
# SOC (System On Chip) specific Drivers
#

#
# Amlogic SoC drivers
#
# end of Amlogic SoC drivers

#
# Broadcom SoC drivers
#
# end of Broadcom SoC drivers

#
# NXP/Freescale QorIQ SoC drivers
#
# end of NXP/Freescale QorIQ SoC drivers

#
# fujitsu SoC drivers
#
# end of fujitsu SoC drivers

#
# i.MX SoC drivers
#
# end of i.MX SoC drivers

#
# Enable LiteX SoC Builder specific drivers
#
# end of Enable LiteX SoC Builder specific drivers

#
# Qualcomm SoC drivers
#
# end of Qualcomm SoC drivers

CONFIG_SOC_TI=y

#
# Xilinx SoC drivers
#
# end of Xilinx SoC drivers
# end of SOC (System On Chip) specific Drivers

# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=y

#
# Extcon Device Drivers
#
CONFIG_EXTCON_ADC_JACK=m
# CONFIG_EXTCON_AXP288 is not set
# CONFIG_EXTCON_FSA9480 is not set
CONFIG_EXTCON_GPIO=y
# CONFIG_EXTCON_INTEL_INT3496 is not set
CONFIG_EXTCON_MAX3355=y
CONFIG_EXTCON_MAX77693=y
CONFIG_EXTCON_MAX8997=y
CONFIG_EXTCON_PALMAS=y
# CONFIG_EXTCON_PTN5150 is not set
CONFIG_EXTCON_RT8973A=y
# CONFIG_EXTCON_SM5502 is not set
CONFIG_EXTCON_USB_GPIO=y
# CONFIG_EXTCON_USBC_CROS_EC is not set
CONFIG_EXTCON_USBC_TUSB320=y
CONFIG_MEMORY=y
CONFIG_IIO=m
CONFIG_IIO_BUFFER=y
CONFIG_IIO_BUFFER_CB=m
CONFIG_IIO_BUFFER_DMA=m
CONFIG_IIO_BUFFER_DMAENGINE=m
CONFIG_IIO_BUFFER_HW_CONSUMER=m
CONFIG_IIO_KFIFO_BUF=m
CONFIG_IIO_TRIGGERED_BUFFER=m
CONFIG_IIO_CONFIGFS=m
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
CONFIG_IIO_SW_DEVICE=m
# CONFIG_IIO_SW_TRIGGER is not set
CONFIG_IIO_TRIGGERED_EVENT=m

#
# Accelerometers
#
# CONFIG_ADIS16201 is not set
CONFIG_ADIS16209=m
CONFIG_ADXL313=m
CONFIG_ADXL313_I2C=m
# CONFIG_ADXL313_SPI is not set
# CONFIG_ADXL345_I2C is not set
# CONFIG_ADXL345_SPI is not set
CONFIG_ADXL355=m
CONFIG_ADXL355_I2C=m
CONFIG_ADXL355_SPI=m
# CONFIG_ADXL367_SPI is not set
# CONFIG_ADXL367_I2C is not set
CONFIG_ADXL372=m
# CONFIG_ADXL372_SPI is not set
CONFIG_ADXL372_I2C=m
CONFIG_BMA220=m
# CONFIG_BMA400 is not set
CONFIG_BMC150_ACCEL=m
CONFIG_BMC150_ACCEL_I2C=m
CONFIG_BMC150_ACCEL_SPI=m
CONFIG_BMI088_ACCEL=m
CONFIG_BMI088_ACCEL_SPI=m
# CONFIG_DA280 is not set
CONFIG_DA311=m
# CONFIG_DMARD06 is not set
CONFIG_DMARD09=m
CONFIG_DMARD10=m
CONFIG_FXLS8962AF=m
CONFIG_FXLS8962AF_I2C=m
CONFIG_FXLS8962AF_SPI=m
# CONFIG_KXSD9 is not set
CONFIG_KXCJK1013=m
# CONFIG_MC3230 is not set
CONFIG_MMA7455=m
# CONFIG_MMA7455_I2C is not set
CONFIG_MMA7455_SPI=m
CONFIG_MMA7660=m
CONFIG_MMA8452=m
CONFIG_MMA9551_CORE=m
CONFIG_MMA9551=m
CONFIG_MMA9553=m
# CONFIG_MXC4005 is not set
# CONFIG_MXC6255 is not set
# CONFIG_SCA3000 is not set
CONFIG_SCA3300=m
# CONFIG_STK8312 is not set
CONFIG_STK8BA50=m
# end of Accelerometers

#
# Analog to digital converters
#
CONFIG_AD_SIGMA_DELTA=m
# CONFIG_AD7091R5 is not set
CONFIG_AD7124=m
CONFIG_AD7192=m
CONFIG_AD7266=m
# CONFIG_AD7280 is not set
CONFIG_AD7291=m
# CONFIG_AD7292 is not set
# CONFIG_AD7298 is not set
# CONFIG_AD7476 is not set
CONFIG_AD7606=m
CONFIG_AD7606_IFACE_PARALLEL=m
CONFIG_AD7606_IFACE_SPI=m
CONFIG_AD7766=m
CONFIG_AD7768_1=m
CONFIG_AD7780=m
CONFIG_AD7791=m
# CONFIG_AD7793 is not set
CONFIG_AD7887=m
CONFIG_AD7923=m
CONFIG_AD7949=m
CONFIG_AD799X=m
CONFIG_AXP20X_ADC=m
# CONFIG_AXP288_ADC is not set
# CONFIG_CC10001_ADC is not set
CONFIG_ENVELOPE_DETECTOR=m
CONFIG_HI8435=m
CONFIG_HX711=m
# CONFIG_LTC2471 is not set
# CONFIG_LTC2485 is not set
CONFIG_LTC2496=m
CONFIG_LTC2497=m
CONFIG_MAX1027=m
CONFIG_MAX11100=m
# CONFIG_MAX1118 is not set
CONFIG_MAX1241=m
CONFIG_MAX1363=m
CONFIG_MAX9611=m
# CONFIG_MCP320X is not set
# CONFIG_MCP3422 is not set
CONFIG_MCP3911=m
# CONFIG_MP2629_ADC is not set
CONFIG_NAU7802=m
CONFIG_PALMAS_GPADC=m
# CONFIG_SD_ADC_MODULATOR is not set
CONFIG_TI_ADC081C=m
# CONFIG_TI_ADC0832 is not set
# CONFIG_TI_ADC084S021 is not set
# CONFIG_TI_ADC12138 is not set
CONFIG_TI_ADC108S102=m
CONFIG_TI_ADC128S052=m
CONFIG_TI_ADC161S626=m
# CONFIG_TI_ADS1015 is not set
CONFIG_TI_ADS7950=m
CONFIG_TI_ADS8344=m
CONFIG_TI_ADS8688=m
CONFIG_TI_ADS124S08=m
# CONFIG_TI_ADS131E08 is not set
CONFIG_TI_AM335X_ADC=m
# CONFIG_TI_TLC4541 is not set
CONFIG_TI_TSC2046=m
CONFIG_VF610_ADC=m
# CONFIG_VIPERBOARD_ADC is not set
# CONFIG_XILINX_XADC is not set
# end of Analog to digital converters

#
# Analog to digital and digital to analog converters
#
CONFIG_AD74413R=m
# end of Analog to digital and digital to analog converters

#
# Analog Front Ends
#
CONFIG_IIO_RESCALE=m
# end of Analog Front Ends

#
# Amplifiers
#
# CONFIG_AD8366 is not set
# CONFIG_ADA4250 is not set
# CONFIG_HMC425 is not set
# end of Amplifiers

#
# Capacitance to digital converters
#
CONFIG_AD7150=m
# end of Capacitance to digital converters

#
# Chemical Sensors
#
CONFIG_ATLAS_PH_SENSOR=m
CONFIG_ATLAS_EZO_SENSOR=m
CONFIG_BME680=m
CONFIG_BME680_I2C=m
CONFIG_BME680_SPI=m
CONFIG_CCS811=m
# CONFIG_IAQCORE is not set
CONFIG_PMS7003=m
CONFIG_SCD30_CORE=m
CONFIG_SCD30_I2C=m
CONFIG_SCD30_SERIAL=m
CONFIG_SCD4X=m
CONFIG_SENSIRION_SGP30=m
# CONFIG_SENSIRION_SGP40 is not set
CONFIG_SPS30=m
# CONFIG_SPS30_I2C is not set
CONFIG_SPS30_SERIAL=m
# CONFIG_SENSEAIR_SUNRISE_CO2 is not set
# CONFIG_VZ89X is not set
# end of Chemical Sensors

#
# Hid Sensor IIO Common
#
# end of Hid Sensor IIO Common

CONFIG_IIO_MS_SENSORS_I2C=m

#
# IIO SCMI Sensors
#
# end of IIO SCMI Sensors

#
# SSP Sensor Common
#
CONFIG_IIO_SSP_SENSORS_COMMONS=m
CONFIG_IIO_SSP_SENSORHUB=m
# end of SSP Sensor Common

CONFIG_IIO_ST_SENSORS_I2C=m
CONFIG_IIO_ST_SENSORS_SPI=m
CONFIG_IIO_ST_SENSORS_CORE=m

#
# Digital to analog converters
#
# CONFIG_AD3552R is not set
# CONFIG_AD5064 is not set
CONFIG_AD5360=m
CONFIG_AD5380=m
CONFIG_AD5421=m
CONFIG_AD5446=m
# CONFIG_AD5449 is not set
CONFIG_AD5592R_BASE=m
CONFIG_AD5592R=m
# CONFIG_AD5593R is not set
CONFIG_AD5504=m
CONFIG_AD5624R_SPI=m
CONFIG_LTC2688=m
CONFIG_AD5686=m
CONFIG_AD5686_SPI=m
# CONFIG_AD5696_I2C is not set
# CONFIG_AD5755 is not set
CONFIG_AD5758=m
# CONFIG_AD5761 is not set
# CONFIG_AD5764 is not set
CONFIG_AD5766=m
CONFIG_AD5770R=m
# CONFIG_AD5791 is not set
CONFIG_AD7293=m
CONFIG_AD7303=m
CONFIG_AD8801=m
CONFIG_DPOT_DAC=m
CONFIG_DS4424=m
CONFIG_LTC1660=m
CONFIG_LTC2632=m
CONFIG_M62332=m
# CONFIG_MAX517 is not set
CONFIG_MAX5821=m
# CONFIG_MCP4725 is not set
CONFIG_MCP4922=m
# CONFIG_TI_DAC082S085 is not set
CONFIG_TI_DAC5571=m
# CONFIG_TI_DAC7311 is not set
# CONFIG_TI_DAC7612 is not set
# CONFIG_VF610_DAC is not set
# end of Digital to analog converters

#
# IIO dummy driver
#
CONFIG_IIO_DUMMY_EVGEN=m
CONFIG_IIO_SIMPLE_DUMMY=m
CONFIG_IIO_SIMPLE_DUMMY_EVENTS=y
CONFIG_IIO_SIMPLE_DUMMY_BUFFER=y
# end of IIO dummy driver

#
# Filters
#
CONFIG_ADMV8818=m
# end of Filters

#
# Frequency Synthesizers DDS/PLL
#

#
# Clock Generator/Distribution
#
# CONFIG_AD9523 is not set
# end of Clock Generator/Distribution

#
# Phase-Locked Loop (PLL) frequency synthesizers
#
CONFIG_ADF4350=m
CONFIG_ADF4371=m
# CONFIG_ADMV1013 is not set
CONFIG_ADMV1014=m
# CONFIG_ADMV4420 is not set
CONFIG_ADRF6780=m
# end of Phase-Locked Loop (PLL) frequency synthesizers
# end of Frequency Synthesizers DDS/PLL

#
# Digital gyroscope sensors
#
# CONFIG_ADIS16080 is not set
CONFIG_ADIS16130=m
# CONFIG_ADIS16136 is not set
# CONFIG_ADIS16260 is not set
CONFIG_ADXRS290=m
CONFIG_ADXRS450=m
CONFIG_BMG160=m
CONFIG_BMG160_I2C=m
CONFIG_BMG160_SPI=m
CONFIG_FXAS21002C=m
CONFIG_FXAS21002C_I2C=m
CONFIG_FXAS21002C_SPI=m
CONFIG_MPU3050=m
CONFIG_MPU3050_I2C=m
CONFIG_IIO_ST_GYRO_3AXIS=m
CONFIG_IIO_ST_GYRO_I2C_3AXIS=m
CONFIG_IIO_ST_GYRO_SPI_3AXIS=m
CONFIG_ITG3200=m
# end of Digital gyroscope sensors

#
# Health Sensors
#

#
# Heart Rate Monitors
#
# CONFIG_AFE4403 is not set
CONFIG_AFE4404=m
CONFIG_MAX30100=m
CONFIG_MAX30102=m
# end of Heart Rate Monitors
# end of Health Sensors

#
# Humidity sensors
#
CONFIG_AM2315=m
CONFIG_DHT11=m
CONFIG_HDC100X=m
CONFIG_HDC2010=m
# CONFIG_HTS221 is not set
CONFIG_HTU21=m
CONFIG_SI7005=m
CONFIG_SI7020=m
# end of Humidity sensors

#
# Inertial measurement units
#
CONFIG_ADIS16400=m
CONFIG_ADIS16460=m
CONFIG_ADIS16475=m
CONFIG_ADIS16480=m
CONFIG_BMI160=m
CONFIG_BMI160_I2C=m
CONFIG_BMI160_SPI=m
CONFIG_FXOS8700=m
CONFIG_FXOS8700_I2C=m
CONFIG_FXOS8700_SPI=m
CONFIG_KMX61=m
CONFIG_INV_ICM42600=m
CONFIG_INV_ICM42600_I2C=m
CONFIG_INV_ICM42600_SPI=m
CONFIG_INV_MPU6050_IIO=m
CONFIG_INV_MPU6050_I2C=m
# CONFIG_INV_MPU6050_SPI is not set
CONFIG_IIO_ST_LSM6DSX=m
CONFIG_IIO_ST_LSM6DSX_I2C=m
CONFIG_IIO_ST_LSM6DSX_SPI=m
CONFIG_IIO_ST_LSM6DSX_I3C=m
# end of Inertial measurement units

CONFIG_IIO_ADIS_LIB=m
CONFIG_IIO_ADIS_LIB_BUFFER=y

#
# Light sensors
#
CONFIG_ACPI_ALS=m
CONFIG_ADJD_S311=m
CONFIG_ADUX1020=m
# CONFIG_AL3010 is not set
CONFIG_AL3320A=m
# CONFIG_APDS9300 is not set
CONFIG_APDS9960=m
CONFIG_AS73211=m
CONFIG_BH1750=m
# CONFIG_BH1780 is not set
# CONFIG_CM32181 is not set
CONFIG_CM3232=m
CONFIG_CM3323=m
CONFIG_CM3605=m
CONFIG_CM36651=m
CONFIG_GP2AP002=m
CONFIG_GP2AP020A00F=m
CONFIG_IQS621_ALS=m
# CONFIG_SENSORS_ISL29018 is not set
CONFIG_SENSORS_ISL29028=m
CONFIG_ISL29125=m
CONFIG_JSA1212=m
CONFIG_RPR0521=m
CONFIG_LTR501=m
# CONFIG_LV0104CS is not set
# CONFIG_MAX44000 is not set
CONFIG_MAX44009=m
# CONFIG_NOA1305 is not set
CONFIG_OPT3001=m
CONFIG_PA12203001=m
CONFIG_SI1133=m
CONFIG_SI1145=m
CONFIG_STK3310=m
# CONFIG_ST_UVIS25 is not set
CONFIG_TCS3414=m
CONFIG_TCS3472=m
CONFIG_SENSORS_TSL2563=m
CONFIG_TSL2583=m
# CONFIG_TSL2591 is not set
# CONFIG_TSL2772 is not set
CONFIG_TSL4531=m
CONFIG_US5182D=m
CONFIG_VCNL4000=m
CONFIG_VCNL4035=m
CONFIG_VEML6030=m
CONFIG_VEML6070=m
CONFIG_VL6180=m
# CONFIG_ZOPT2201 is not set
# end of Light sensors

#
# Magnetometer sensors
#
CONFIG_AK8974=m
CONFIG_AK8975=m
CONFIG_AK09911=m
CONFIG_BMC150_MAGN=m
CONFIG_BMC150_MAGN_I2C=m
# CONFIG_BMC150_MAGN_SPI is not set
CONFIG_MAG3110=m
# CONFIG_MMC35240 is not set
CONFIG_IIO_ST_MAGN_3AXIS=m
# CONFIG_IIO_ST_MAGN_I2C_3AXIS is not set
CONFIG_IIO_ST_MAGN_SPI_3AXIS=m
CONFIG_SENSORS_HMC5843=m
CONFIG_SENSORS_HMC5843_I2C=m
CONFIG_SENSORS_HMC5843_SPI=m
CONFIG_SENSORS_RM3100=m
# CONFIG_SENSORS_RM3100_I2C is not set
CONFIG_SENSORS_RM3100_SPI=m
CONFIG_YAMAHA_YAS530=m
# end of Magnetometer sensors

#
# Multiplexers
#
CONFIG_IIO_MUX=m
# end of Multiplexers

#
# Inclinometer sensors
#
# end of Inclinometer sensors

CONFIG_IIO_RESCALE_KUNIT_TEST=m
CONFIG_IIO_FORMAT_KUNIT_TEST=m

#
# Triggers - standalone
#
CONFIG_IIO_INTERRUPT_TRIGGER=m
# CONFIG_IIO_SYSFS_TRIGGER is not set
# end of Triggers - standalone

#
# Linear and angular position sensors
#
CONFIG_IQS624_POS=m
# end of Linear and angular position sensors

#
# Digital potentiometers
#
CONFIG_AD5110=m
# CONFIG_AD5272 is not set
CONFIG_DS1803=m
CONFIG_MAX5432=m
CONFIG_MAX5481=m
# CONFIG_MAX5487 is not set
# CONFIG_MCP4018 is not set
CONFIG_MCP4131=m
CONFIG_MCP4531=m
CONFIG_MCP41010=m
# CONFIG_TPL0102 is not set
# end of Digital potentiometers

#
# Digital potentiostats
#
# CONFIG_LMP91000 is not set
# end of Digital potentiostats

#
# Pressure sensors
#
# CONFIG_ABP060MG is not set
# CONFIG_BMP280 is not set
# CONFIG_DLHL60D is not set
CONFIG_DPS310=m
CONFIG_HP03=m
# CONFIG_ICP10100 is not set
CONFIG_MPL115=m
CONFIG_MPL115_I2C=m
CONFIG_MPL115_SPI=m
CONFIG_MPL3115=m
CONFIG_MS5611=m
# CONFIG_MS5611_I2C is not set
# CONFIG_MS5611_SPI is not set
# CONFIG_MS5637 is not set
CONFIG_IIO_ST_PRESS=m
CONFIG_IIO_ST_PRESS_I2C=m
CONFIG_IIO_ST_PRESS_SPI=m
CONFIG_T5403=m
# CONFIG_HP206C is not set
CONFIG_ZPA2326=m
CONFIG_ZPA2326_I2C=m
CONFIG_ZPA2326_SPI=m
# end of Pressure sensors

#
# Lightning sensors
#
CONFIG_AS3935=m
# end of Lightning sensors

#
# Proximity and distance sensors
#
CONFIG_CROS_EC_MKBP_PROXIMITY=m
# CONFIG_ISL29501 is not set
# CONFIG_LIDAR_LITE_V2 is not set
CONFIG_MB1232=m
# CONFIG_PING is not set
# CONFIG_RFD77402 is not set
# CONFIG_SRF04 is not set
CONFIG_SX_COMMON=m
CONFIG_SX9310=m
CONFIG_SX9324=m
CONFIG_SX9360=m
# CONFIG_SX9500 is not set
CONFIG_SRF08=m
# CONFIG_VCNL3020 is not set
# CONFIG_VL53L0X_I2C is not set
# end of Proximity and distance sensors

#
# Resolver to digital converters
#
CONFIG_AD2S90=m
CONFIG_AD2S1200=m
# end of Resolver to digital converters

#
# Temperature sensors
#
# CONFIG_IQS620AT_TEMP is not set
CONFIG_LTC2983=m
# CONFIG_MAXIM_THERMOCOUPLE is not set
CONFIG_MLX90614=m
# CONFIG_MLX90632 is not set
CONFIG_TMP006=m
# CONFIG_TMP007 is not set
# CONFIG_TMP117 is not set
CONFIG_TSYS01=m
CONFIG_TSYS02D=m
CONFIG_MAX31856=m
# CONFIG_MAX31865 is not set
# end of Temperature sensors

# CONFIG_NTB is not set
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
# CONFIG_PWM_DEBUG is not set
# CONFIG_PWM_CLK is not set
CONFIG_PWM_CRC=y
CONFIG_PWM_CROS_EC=m
# CONFIG_PWM_DWC is not set
# CONFIG_PWM_IQS620A is not set
CONFIG_PWM_LP3943=y
CONFIG_PWM_LPSS=y
# CONFIG_PWM_LPSS_PCI is not set
CONFIG_PWM_LPSS_PLATFORM=y
CONFIG_PWM_PCA9685=y

#
# IRQ chip support
#
# end of IRQ chip support

CONFIG_IPACK_BUS=y
# CONFIG_BOARD_TPCI200 is not set
CONFIG_SERIAL_IPOCTAL=y
CONFIG_RESET_CONTROLLER=y
CONFIG_RESET_TI_SYSCON=y
CONFIG_RESET_TI_TPS380X=y

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_USB_LGM_PHY is not set
# CONFIG_PHY_CAN_TRANSCEIVER is not set

#
# PHY drivers for Broadcom platforms
#
# CONFIG_BCM_KONA_USB2_PHY is not set
# end of PHY drivers for Broadcom platforms

# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
CONFIG_PHY_CPCAP_USB=m
CONFIG_PHY_QCOM_USB_HS=y
CONFIG_PHY_QCOM_USB_HSIC=y
CONFIG_PHY_TUSB1210=y
CONFIG_PHY_INTEL_LGM_EMMC=y
# end of PHY Subsystem

# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set

#
# Performance monitor support
#
# end of Performance monitor support

CONFIG_RAS=y
CONFIG_USB4=y
# CONFIG_USB4_DEBUGFS_WRITE is not set
CONFIG_USB4_KUNIT_TEST=y
# CONFIG_USB4_DMA_TEST is not set

#
# Android
#
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
# end of Android

CONFIG_LIBNVDIMM=y
CONFIG_BLK_DEV_PMEM=y
CONFIG_ND_CLAIM=y
CONFIG_ND_BTT=y
CONFIG_BTT=y
CONFIG_ND_PFN=y
CONFIG_NVDIMM_PFN=y
# CONFIG_NVDIMM_DAX is not set
CONFIG_NVDIMM_KEYS=y
CONFIG_DAX=y
# CONFIG_DEV_DAX is not set
CONFIG_NVMEM=y
CONFIG_NVMEM_SYSFS=y
# CONFIG_RAVE_SP_EEPROM is not set
CONFIG_NVMEM_RMEM=y

#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# end of HW tracing support

# CONFIG_FPGA is not set
CONFIG_TEE=y
CONFIG_MULTIPLEXER=m

#
# Multiplexer drivers
#
CONFIG_MUX_ADG792A=m
# CONFIG_MUX_ADGS1408 is not set
CONFIG_MUX_GPIO=m
# end of Multiplexer drivers

CONFIG_SIOX=y
CONFIG_SIOX_BUS_GPIO=y
CONFIG_SLIMBUS=y
# CONFIG_SLIM_QCOM_CTRL is not set
CONFIG_INTERCONNECT=y
CONFIG_COUNTER=y
CONFIG_INTERRUPT_CNT=y
# CONFIG_INTEL_QEP is not set
CONFIG_MOST=y
CONFIG_MOST_USB_HDM=y
CONFIG_MOST_CDEV=y
# CONFIG_MOST_SND is not set
CONFIG_PECI=y
CONFIG_PECI_CPU=y
CONFIG_HTE=y
# end of Device Drivers

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_VALIDATE_FS_PARSER=y
CONFIG_FS_IOMAP=y
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
# CONFIG_EXT2_FS_POSIX_ACL is not set
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_DEBUG=y
CONFIG_EXT4_KUNIT_TESTS=m
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_REISERFS_FS_XATTR is not set
CONFIG_JFS_FS=y
# CONFIG_JFS_POSIX_ACL is not set
CONFIG_JFS_SECURITY=y
CONFIG_JFS_DEBUG=y
# CONFIG_JFS_STATISTICS is not set
# CONFIG_XFS_FS is not set
CONFIG_GFS2_FS=y
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
CONFIG_NILFS2_FS=y
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
# CONFIG_F2FS_FS_POSIX_ACL is not set
CONFIG_F2FS_FS_SECURITY=y
# CONFIG_F2FS_CHECK_FS is not set
# CONFIG_F2FS_FAULT_INJECTION is not set
# CONFIG_F2FS_FS_COMPRESSION is not set
CONFIG_F2FS_IOSTAT=y
CONFIG_F2FS_UNFAIR_RWSEM=y
# CONFIG_FS_DAX is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FS_ENCRYPTION_ALGS=y
CONFIG_FS_ENCRYPTION_INLINE_CRYPT=y
# CONFIG_FS_VERITY is not set
CONFIG_FSNOTIFY=y
# CONFIG_DNOTIFY is not set
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_FANOTIFY_ACCESS_PERMISSIONS is not set
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QFMT_V1=y
# CONFIG_QFMT_V2 is not set
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS4_FS is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_FUSE_FS=y
CONFIG_CUSE=y
# CONFIG_VIRTIO_FS is not set
# CONFIG_OVERLAY_FS is not set

#
# Caches
#
# CONFIG_FSCACHE is not set
# end of Caches

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
CONFIG_UDF_FS=y
# end of CD-ROM/DVD Filesystems

#
# DOS/FAT/EXFAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
# CONFIG_VFAT_FS is not set
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_KUNIT_TEST=m
CONFIG_EXFAT_FS=y
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS3_FS is not set
# end of DOS/FAT/EXFAT/NT Filesystems

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
# CONFIG_PROC_VMCORE is not set
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_PROC_CHILDREN is not set
CONFIG_PROC_PID_ARCH_STATUS=y
CONFIG_PROC_CPU_RESCTRL=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_TMPFS_XATTR is not set
# CONFIG_TMPFS_INODE64 is not set
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON=y
CONFIG_MEMFD_CREATE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
# end of Pseudo filesystems

CONFIG_MISC_FILESYSTEMS=y
CONFIG_ORANGEFS_FS=y
# CONFIG_ADFS_FS is not set
CONFIG_AFFS_FS=y
# CONFIG_ECRYPT_FS is not set
CONFIG_HFS_FS=y
CONFIG_HFSPLUS_FS=y
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
CONFIG_JFFS2_FS=y
CONFIG_JFFS2_FS_DEBUG=0
# CONFIG_JFFS2_FS_WRITEBUFFER is not set
# CONFIG_JFFS2_SUMMARY is not set
# CONFIG_JFFS2_FS_XATTR is not set
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_RTIME=y
CONFIG_CRAMFS=y
CONFIG_CRAMFS_BLOCKDEV=y
CONFIG_CRAMFS_MTD=y
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_FILE_CACHE=y
# CONFIG_SQUASHFS_FILE_DIRECT is not set
# CONFIG_SQUASHFS_DECOMP_SINGLE is not set
# CONFIG_SQUASHFS_DECOMP_MULTI is not set
CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
CONFIG_SQUASHFS_XATTR=y
# CONFIG_SQUASHFS_ZLIB is not set
CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
# CONFIG_SQUASHFS_XZ is not set
# CONFIG_SQUASHFS_ZSTD is not set
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
CONFIG_VXFS_FS=y
CONFIG_MINIX_FS=y
CONFIG_OMFS_FS=y
CONFIG_HPFS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
CONFIG_ROMFS_FS=y
# CONFIG_ROMFS_BACKED_BY_BLOCK is not set
# CONFIG_ROMFS_BACKED_BY_MTD is not set
CONFIG_ROMFS_BACKED_BY_BOTH=y
CONFIG_ROMFS_ON_BLOCK=y
CONFIG_ROMFS_ON_MTD=y
CONFIG_PSTORE=y
CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240
# CONFIG_PSTORE_DEFLATE_COMPRESS is not set
# CONFIG_PSTORE_LZO_COMPRESS is not set
CONFIG_PSTORE_LZ4_COMPRESS=y
# CONFIG_PSTORE_LZ4HC_COMPRESS is not set
# CONFIG_PSTORE_842_COMPRESS is not set
CONFIG_PSTORE_ZSTD_COMPRESS=y
CONFIG_PSTORE_COMPRESS=y
CONFIG_PSTORE_LZ4_COMPRESS_DEFAULT=y
# CONFIG_PSTORE_ZSTD_COMPRESS_DEFAULT is not set
CONFIG_PSTORE_COMPRESS_DEFAULT="lz4"
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_PMSG=y
# CONFIG_PSTORE_FTRACE is not set
CONFIG_PSTORE_RAM=y
CONFIG_PSTORE_ZONE=y
CONFIG_PSTORE_BLK=y
CONFIG_PSTORE_BLK_BLKDEV=""
CONFIG_PSTORE_BLK_KMSG_SIZE=64
CONFIG_PSTORE_BLK_MAX_REASON=2
CONFIG_PSTORE_BLK_PMSG_SIZE=64
CONFIG_PSTORE_BLK_CONSOLE_SIZE=64
CONFIG_SYSV_FS=y
CONFIG_UFS_FS=y
CONFIG_UFS_FS_WRITE=y
CONFIG_UFS_DEBUG=y
# CONFIG_EROFS_FS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
# CONFIG_NLS_CODEPAGE_857 is not set
CONFIG_NLS_CODEPAGE_860=y
# CONFIG_NLS_CODEPAGE_861 is not set
CONFIG_NLS_CODEPAGE_862=y
CONFIG_NLS_CODEPAGE_863=y
CONFIG_NLS_CODEPAGE_864=y
# CONFIG_NLS_CODEPAGE_865 is not set
CONFIG_NLS_CODEPAGE_866=y
CONFIG_NLS_CODEPAGE_869=y
# CONFIG_NLS_CODEPAGE_936 is not set
CONFIG_NLS_CODEPAGE_950=y
CONFIG_NLS_CODEPAGE_932=y
# CONFIG_NLS_CODEPAGE_949 is not set
CONFIG_NLS_CODEPAGE_874=y
CONFIG_NLS_ISO8859_8=y
# CONFIG_NLS_CODEPAGE_1250 is not set
CONFIG_NLS_CODEPAGE_1251=y
CONFIG_NLS_ASCII=y
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
# CONFIG_NLS_ISO8859_6 is not set
CONFIG_NLS_ISO8859_7=y
CONFIG_NLS_ISO8859_9=y
CONFIG_NLS_ISO8859_13=y
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
CONFIG_NLS_KOI8_U=y
CONFIG_NLS_MAC_ROMAN=y
CONFIG_NLS_MAC_CELTIC=y
# CONFIG_NLS_MAC_CENTEURO is not set
CONFIG_NLS_MAC_CROATIAN=y
CONFIG_NLS_MAC_CYRILLIC=y
CONFIG_NLS_MAC_GAELIC=y
# CONFIG_NLS_MAC_GREEK is not set
CONFIG_NLS_MAC_ICELAND=y
CONFIG_NLS_MAC_INUIT=y
CONFIG_NLS_MAC_ROMANIAN=y
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set
# CONFIG_UNICODE is not set
CONFIG_IO_WQ=y
# end of File systems

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_REQUEST_CACHE is not set
# CONFIG_PERSISTENT_KEYRINGS is not set
CONFIG_TRUSTED_KEYS=y
CONFIG_TRUSTED_KEYS_TPM=y
CONFIG_TRUSTED_KEYS_TEE=y
CONFIG_ENCRYPTED_KEYS=y
# CONFIG_USER_DECRYPTED_DATA is not set
CONFIG_KEY_DH_OPERATIONS=y
CONFIG_KEY_NOTIFICATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_PATH=y
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
# CONFIG_SECURITY_SELINUX is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
CONFIG_SECURITY_APPARMOR=y
# CONFIG_SECURITY_APPARMOR_DEBUG is not set
CONFIG_SECURITY_APPARMOR_INTROSPECT_POLICY=y
CONFIG_SECURITY_APPARMOR_HASH=y
CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
CONFIG_SECURITY_APPARMOR_EXPORT_BINARY=y
CONFIG_SECURITY_APPARMOR_PARANOID_LOAD=y
CONFIG_SECURITY_APPARMOR_KUNIT_TEST=y
# CONFIG_SECURITY_LOADPIN is not set
# CONFIG_SECURITY_YAMA is not set
# CONFIG_SECURITY_SAFESETID is not set
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
# CONFIG_SECURITY_LANDLOCK is not set
CONFIG_INTEGRITY=y
# CONFIG_INTEGRITY_SIGNATURE is not set
CONFIG_INTEGRITY_AUDIT=y
# CONFIG_IMA is not set
# CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT is not set
# CONFIG_EVM is not set
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,bpf"

#
# Kernel hardening options
#

#
# Memory initialization
#
CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
# CONFIG_INIT_STACK_NONE is not set
# CONFIG_INIT_STACK_ALL_PATTERN is not set
CONFIG_INIT_STACK_ALL_ZERO=y
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
CONFIG_INIT_ON_FREE_DEFAULT_ON=y
# end of Memory initialization

CONFIG_RANDSTRUCT_NONE=y
# end of Kernel hardening options
# end of Security options

CONFIG_XOR_BLOCKS=y
CONFIG_ASYNC_CORE=y
CONFIG_ASYNC_MEMCPY=y
CONFIG_ASYNC_XOR=y
CONFIG_ASYNC_PQ=y
CONFIG_ASYNC_RAID6_RECOV=y
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_SKCIPHER=y
CONFIG_CRYPTO_SKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_SIMD=y

#
# Public-key cryptography
#
# CONFIG_CRYPTO_RSA is not set
CONFIG_CRYPTO_DH=y
CONFIG_CRYPTO_DH_RFC7919_GROUPS=y
CONFIG_CRYPTO_ECC=y
CONFIG_CRYPTO_ECDH=y
CONFIG_CRYPTO_ECDSA=y
CONFIG_CRYPTO_ECRDSA=y
# CONFIG_CRYPTO_SM2 is not set
CONFIG_CRYPTO_CURVE25519=y
CONFIG_CRYPTO_CURVE25519_X86=y

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_AEGIS128=y
# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_ECHAINIV=y

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CFB=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_OFB=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_KEYWRAP=y
CONFIG_CRYPTO_NHPOLY1305=y
# CONFIG_CRYPTO_NHPOLY1305_SSE2 is not set
CONFIG_CRYPTO_NHPOLY1305_AVX2=y
# CONFIG_CRYPTO_ADIANTUM is not set
# CONFIG_CRYPTO_HCTR2 is not set
CONFIG_CRYPTO_ESSIV=y

#
# Hash modes
#
# CONFIG_CRYPTO_CMAC is not set
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_VMAC=y

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32C_INTEL is not set
CONFIG_CRYPTO_CRC32=y
CONFIG_CRYPTO_CRC32_PCLMUL=y
CONFIG_CRYPTO_XXHASH=y
CONFIG_CRYPTO_BLAKE2B=y
CONFIG_CRYPTO_BLAKE2S_X86=y
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
CONFIG_CRYPTO_CRC64_ROCKSOFT=y
CONFIG_CRYPTO_GHASH=y
# CONFIG_CRYPTO_POLYVAL_CLMUL_NI is not set
# CONFIG_CRYPTO_POLY1305 is not set
# CONFIG_CRYPTO_POLY1305_X86_64 is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_CRYPTO_MD5 is not set
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
# CONFIG_CRYPTO_SHA256_SSSE3 is not set
CONFIG_CRYPTO_SHA512_SSSE3=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_SHA3=y
CONFIG_CRYPTO_SM3=y
CONFIG_CRYPTO_SM3_GENERIC=y
CONFIG_CRYPTO_SM3_AVX_X86_64=y
CONFIG_CRYPTO_STREEBOG=y
# CONFIG_CRYPTO_WP512 is not set
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_TI=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_BLOWFISH_COMMON=y
# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAMELLIA_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=y
CONFIG_CRYPTO_CAST_COMMON=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST5_AVX_X86_64=y
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
# CONFIG_CRYPTO_FCRYPT is not set
CONFIG_CRYPTO_KHAZAD=y
CONFIG_CRYPTO_CHACHA20=y
# CONFIG_CRYPTO_CHACHA20_X86_64 is not set
CONFIG_CRYPTO_SEED=y
CONFIG_CRYPTO_ARIA=y
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=y
CONFIG_CRYPTO_SERPENT_AVX_X86_64=y
CONFIG_CRYPTO_SERPENT_AVX2_X86_64=y
CONFIG_CRYPTO_SM4=y
CONFIG_CRYPTO_SM4_GENERIC=y
CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64=y
CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=y
CONFIG_CRYPTO_TWOFISH_AVX_X86_64=y

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
# CONFIG_CRYPTO_LZO is not set
CONFIG_CRYPTO_842=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_LZ4HC=y
CONFIG_CRYPTO_ZSTD=y

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG_HASH=y
# CONFIG_CRYPTO_DRBG_CTR is not set
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
CONFIG_CRYPTO_KDF800108_CTR=y
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_USER_API_RNG=y
CONFIG_CRYPTO_USER_API_RNG_CAVP=y
# CONFIG_CRYPTO_USER_API_AEAD is not set
CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y
CONFIG_CRYPTO_STATS=y
CONFIG_CRYPTO_HASH_INFO=y
# CONFIG_CRYPTO_HW is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
# CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE is not set

#
# Certificates for signature checking
#
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
# end of Certificates for signature checking

CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_RAID6_PQ=y
# CONFIG_RAID6_PQ_BENCHMARK is not set
CONFIG_LINEAR_RANGES=y
# CONFIG_PACKING is not set
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_CORDIC=y
# CONFIG_PRIME_NUMBERS is not set
CONFIG_RATIONAL=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_ARCH_USE_SYM_ANNOTATIONS=y

#
# Crypto library routines
#
CONFIG_CRYPTO_LIB_AES=y
CONFIG_CRYPTO_LIB_ARC4=y
CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S=y
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
CONFIG_CRYPTO_LIB_CHACHA_GENERIC=y
CONFIG_CRYPTO_LIB_CHACHA=y
CONFIG_CRYPTO_ARCH_HAVE_LIB_CURVE25519=y
CONFIG_CRYPTO_LIB_CURVE25519_GENERIC=y
CONFIG_CRYPTO_LIB_CURVE25519=y
CONFIG_CRYPTO_LIB_DES=y
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11
CONFIG_CRYPTO_LIB_POLY1305_GENERIC=y
CONFIG_CRYPTO_LIB_POLY1305=y
# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_LIB_SHA1=y
CONFIG_CRYPTO_LIB_SHA256=y
# end of Crypto library routines

CONFIG_LIB_MEMNEQ=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC64_ROCKSOFT=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC32_SELFTEST=m
# CONFIG_CRC32_SLICEBY8 is not set
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
CONFIG_CRC32_BIT=y
CONFIG_CRC64=y
CONFIG_CRC4=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
CONFIG_CRC8=y
CONFIG_XXHASH=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_842_COMPRESS=y
CONFIG_842_DECOMPRESS=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4HC_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_ZSTD_COMPRESS=y
CONFIG_ZSTD_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
# CONFIG_XZ_DEC_MICROLZMA is not set
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_DECOMPRESS_ZSTD=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_REED_SOLOMON=y
CONFIG_REED_SOLOMON_ENC8=y
CONFIG_REED_SOLOMON_DEC8=y
CONFIG_BCH=y
CONFIG_INTERVAL_TREE=y
CONFIG_XARRAY_MULTI=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_SWIOTLB=y
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_DMA_MAP_BENCHMARK is not set
CONFIG_SGL_ALLOC=y
CONFIG_DQL=y
CONFIG_GLOB=y
CONFIG_GLOB_SELFTEST=m
CONFIG_NLATTR=y
CONFIG_CLZ_TAB=y
# CONFIG_IRQ_POLL is not set
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_HAVE_GENERIC_VDSO=y
CONFIG_GENERIC_GETTIMEOFDAY=y
CONFIG_GENERIC_VDSO_TIME_NS=y
CONFIG_FONT_SUPPORT=y
CONFIG_FONT_8x16=y
CONFIG_FONT_AUTOSELECT=y
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_MEMREGION=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_HAS_COPY_MC=y
CONFIG_ARCH_STACKWALK=y
CONFIG_STACKDEPOT=y
CONFIG_STACKDEPOT_ALWAYS_INIT=y
CONFIG_SBITMAP=y
# end of Library routines

CONFIG_ASN1_ENCODER=y
CONFIG_POLYNOMIAL=y

#
# Kernel hacking
#

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_PRINTK_CALLER=y
# CONFIG_STACKTRACE_BUILD_ID is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DYNAMIC_DEBUG_CORE=y
# CONFIG_SYMBOLIC_ERRNAME is not set
CONFIG_DEBUG_BUGVERBOSE=y
# end of printk and dmesg options

CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_MISC=y

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_NONE is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
CONFIG_DEBUG_INFO_REDUCED=y
# CONFIG_DEBUG_INFO_SPLIT is not set
CONFIG_PAHOLE_HAS_SPLIT_BTF=y
CONFIG_PAHOLE_HAS_BTF_TAG=y
# CONFIG_GDB_SCRIPTS is not set
CONFIG_FRAME_WARN=8192
CONFIG_STRIP_ASM_SYMS=y
CONFIG_HEADERS_INSTALL=y
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_FRAME_POINTER=y
CONFIG_OBJTOOL=y
# CONFIG_STACK_VALIDATION is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# end of Compile-time checks and compiler options

#
# Generic Kernel Debugging Instruments
#
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
CONFIG_DEBUG_FS=y
CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
# CONFIG_DEBUG_FS_ALLOW_NONE is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
CONFIG_UBSAN=y
# CONFIG_UBSAN_TRAP is not set
CONFIG_CC_HAS_UBSAN_BOUNDS=y
CONFIG_CC_HAS_UBSAN_ARRAY_BOUNDS=y
CONFIG_UBSAN_BOUNDS=y
CONFIG_UBSAN_ARRAY_BOUNDS=y
CONFIG_UBSAN_SHIFT=y
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set
# CONFIG_UBSAN_ALIGNMENT is not set
CONFIG_UBSAN_SANITIZE_ALL=y
# CONFIG_TEST_UBSAN is not set
CONFIG_HAVE_ARCH_KCSAN=y
CONFIG_HAVE_KCSAN_COMPILER=y
# end of Generic Kernel Debugging Instruments

#
# Networking Debugging
#
# CONFIG_NET_DEV_REFCNT_TRACKER is not set
# CONFIG_NET_NS_REFCNT_TRACKER is not set
# CONFIG_DEBUG_NET is not set
# end of Networking Debugging

#
# Memory Debugging
#
CONFIG_PAGE_EXTENSION=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_SLUB_DEBUG=y
CONFIG_SLUB_DEBUG_ON=y
CONFIG_PAGE_OWNER=y
CONFIG_PAGE_TABLE_CHECK=y
# CONFIG_PAGE_TABLE_CHECK_ENFORCED is not set
CONFIG_PAGE_POISONING=y
# CONFIG_DEBUG_PAGE_REF is not set
# CONFIG_DEBUG_RODATA_TEST is not set
CONFIG_ARCH_HAS_DEBUG_WX=y
CONFIG_DEBUG_WX=y
CONFIG_GENERIC_PTDUMP=y
CONFIG_PTDUMP_CORE=y
# CONFIG_PTDUMP_DEBUGFS is not set
# CONFIG_DEBUG_OBJECTS is not set
CONFIG_SHRINKER_DEBUG=y
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VM_PGTABLE is not set
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_ARCH_SUPPORTS_KMAP_LOCAL_FORCE_MAP=y
# CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP is not set
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_HAVE_ARCH_KASAN_VMALLOC=y
CONFIG_CC_HAS_KASAN_GENERIC=y
CONFIG_CC_HAS_KASAN_SW_TAGS=y
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
CONFIG_KASAN=y
CONFIG_KASAN_GENERIC=y
# CONFIG_KASAN_OUTLINE is not set
CONFIG_KASAN_INLINE=y
# CONFIG_KASAN_STACK is not set
CONFIG_KASAN_VMALLOC=y
CONFIG_KASAN_KUNIT_TEST=m
# CONFIG_KASAN_MODULE_TEST is not set
CONFIG_HAVE_ARCH_KFENCE=y
CONFIG_KFENCE=y
CONFIG_KFENCE_SAMPLE_INTERVAL=100
CONFIG_KFENCE_NUM_OBJECTS=255
# CONFIG_KFENCE_DEFERRABLE is not set
CONFIG_KFENCE_STRESS_TEST_FAULTS=0
CONFIG_KFENCE_KUNIT_TEST=m
# end of Memory Debugging

# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Oops, Lockups and Hangs
#
CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_ON_OOPS_VALUE=1
CONFIG_PANIC_TIMEOUT=0
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y
# CONFIG_HARDLOCKUP_DETECTOR is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=480
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_WQ_WATCHDOG=y
# CONFIG_TEST_LOCKUP is not set
# end of Debug Oops, Lockups and Hangs

#
# Scheduler Debugging
#
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
CONFIG_SCHEDSTATS=y
# end of Scheduler Debugging

CONFIG_DEBUG_TIMEKEEPING=y

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_PROVE_LOCKING=y
# CONFIG_PROVE_RAW_LOCK_NESTING is not set
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
CONFIG_DEBUG_RWSEMS=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_LOCKDEP=y
CONFIG_LOCKDEP_BITS=15
CONFIG_LOCKDEP_CHAINS_BITS=16
CONFIG_LOCKDEP_STACK_TRACE_BITS=19
CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=14
CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=12
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_DEBUG_ATOMIC_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
# CONFIG_SCF_TORTURE_TEST is not set
# CONFIG_CSD_LOCK_WAIT_DEBUG is not set
# end of Lock Debugging (spinlocks, mutexes, etc...)

CONFIG_TRACE_IRQFLAGS=y
CONFIG_TRACE_IRQFLAGS_NMI=y
# CONFIG_DEBUG_IRQFLAGS is not set
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set

#
# Debug kernel data structures
#
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PLIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
CONFIG_BUG_ON_DATA_CORRUPTION=y
# end of Debug kernel data structures

# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
CONFIG_PROVE_RCU=y
# CONFIG_PROVE_RCU_LIST is not set
# CONFIG_RCU_SCALE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_REF_SCALE_TEST is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging

# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
CONFIG_LATENCYTOP=y
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_RETHOOK=y
CONFIG_RETHOOK=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_OBJTOOL_MCOUNT=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_HAVE_BUILDTIME_MCOUNT_SORT=y
CONFIG_BUILDTIME_MCOUNT_SORT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_RING_BUFFER_ALLOW_SWAP=y
CONFIG_PREEMPTIRQ_TRACEPOINTS=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_BOOTTIME_TRACING=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
CONFIG_DYNAMIC_FTRACE_WITH_ARGS=y
CONFIG_FPROBE=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_STACK_TRACER=y
CONFIG_IRQSOFF_TRACER=y
# CONFIG_SCHED_TRACER is not set
CONFIG_HWLAT_TRACER=y
CONFIG_OSNOISE_TRACER=y
CONFIG_TIMERLAT_TRACER=y
# CONFIG_MMIOTRACE is not set
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP=y
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
CONFIG_KPROBE_EVENTS=y
# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set
CONFIG_UPROBE_EVENTS=y
CONFIG_DYNAMIC_EVENTS=y
CONFIG_PROBE_EVENTS=y
CONFIG_FTRACE_MCOUNT_RECORD=y
CONFIG_FTRACE_MCOUNT_USE_OBJTOOL=y
CONFIG_SYNTH_EVENTS=y
# CONFIG_HIST_TRIGGERS is not set
# CONFIG_TRACE_EVENT_INJECT is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_TRACE_EVAL_MAP_FILE is not set
CONFIG_FTRACE_RECORD_RECURSION=y
CONFIG_FTRACE_RECORD_RECURSION_SIZE=128
# CONFIG_RING_BUFFER_RECORD_RECURSION is not set
# CONFIG_FTRACE_STARTUP_TEST is not set
CONFIG_FTRACE_SORT_STARTUP_TEST=y
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set
# CONFIG_PREEMPTIRQ_DELAY_TEST is not set
# CONFIG_SYNTH_EVENT_GEN_TEST is not set
# CONFIG_KPROBE_EVENT_GEN_TEST is not set
CONFIG_DA_MON_EVENTS=y
CONFIG_DA_MON_EVENTS_ID=y
CONFIG_RV=y
CONFIG_RV_MON_WWNR=y
# CONFIG_RV_REACTORS is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=y
CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=y
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
# CONFIG_STRICT_DEVMEM is not set

#
# x86 Debugging
#
CONFIG_EARLY_PRINTK_USB=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_EARLY_PRINTK_USB_XDBC=y
# CONFIG_EFI_PGT_DUMP is not set
# CONFIG_DEBUG_TLBFLUSH is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
# CONFIG_IO_DELAY_0X80 is not set
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
CONFIG_IO_DELAY_NONE=y
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_DEBUG_ENTRY is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_FPU=y
# CONFIG_PUNIT_ATOM_DEBUG is not set
# CONFIG_UNWINDER_ORC is not set
CONFIG_UNWINDER_FRAME_POINTER=y
# end of x86 Debugging

#
# Kernel Testing and Coverage
#
CONFIG_KUNIT=y
CONFIG_KUNIT_DEBUGFS=y
# CONFIG_KUNIT_TEST is not set
# CONFIG_KUNIT_EXAMPLE_TEST is not set
CONFIG_KUNIT_ALL_TESTS=m
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
CONFIG_FUNCTION_ERROR_INJECTION=y
# CONFIG_FAULT_INJECTION is not set
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_ARCH_USE_MEMTEST=y
# CONFIG_MEMTEST is not set
# end of Kernel Testing and Coverage
# end of Kernel hacking
#!/bin/sh

export_top_env()
{
export suite='kunit'
export testcase='kunit'
export category='functional'
export job_origin='kunit.yaml'
export queue_cmdline_keys='branch
commit
kbuild_queue_analysis'
export queue='validate'
export testbox='vm-snb'
export tbox_group='vm-snb'
export branch='linus/master'
export commit='262ca38f4b6eb418b20b8e1d6d8495c6a98727c1'
export kconfig='x86_64-randconfig-r006-20230116'
export repeat_to=6
export nr_vm=300
export submit_id='63ccdd32dc211b4e51df79a1'
export job_file='/lkp/jobs/scheduled/vm-meta-39/kunit-group-02-debian-11.1-x86_64-20220510.cgz-262ca38f4b6eb418b20b8e1d6d8495c6a98727c1-20230122-85585-1adl5fv-5.yaml'
export id='ff4287b659853ee862c745d05a18c81af6c9a1a4'
export queuer_version='/zday/lkp'
export model='qemu-system-x86_64 -enable-kvm -cpu SandyBridge'
export nr_cpu=2
export memory='16G'
export need_kconfig=\{\"KVM_GUEST\"\=\>\"y\"\}
export ssh_base_port=23032
export kernel_cmdline='vmalloc=256M initramfs_async=0 page_owner=on'
export rootfs='debian-11.1-x86_64-20220510.cgz'
export compiler='clang-14'
export enqueue_time='2023-01-22 14:52:34 +0800'
export _id='63ccdd33dc211b4e51df79a3'
export _rt='/result/kunit/group-02/vm-snb/debian-11.1-x86_64-20220510.cgz/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1'
export user='lkp'
export LKP_SERVER='internal-lkp-server'
export result_root='/result/kunit/group-02/vm-snb/debian-11.1-x86_64-20220510.cgz/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/3'
export scheduler_version='/lkp/lkp/.src-20230120-005037'
export arch='x86_64'
export max_uptime=1200
export initrd='/osimage/debian/debian-11.1-x86_64-20220510.cgz'
export bootloader_append='root=/dev/ram0
RESULT_ROOT=/result/kunit/group-02/vm-snb/debian-11.1-x86_64-20220510.cgz/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/3
BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/vmlinuz-6.0.0-rc1-00021-g262ca38f4b6e
branch=linus/master
job=/lkp/jobs/scheduled/vm-meta-39/kunit-group-02-debian-11.1-x86_64-20220510.cgz-262ca38f4b6eb418b20b8e1d6d8495c6a98727c1-20230122-85585-1adl5fv-5.yaml
user=lkp
ARCH=x86_64
kconfig=x86_64-randconfig-r006-20230116
commit=262ca38f4b6eb418b20b8e1d6d8495c6a98727c1
vmalloc=256M initramfs_async=0 page_owner=on
initcall_debug
nmi_watchdog=0
max_uptime=1200
LKP_SERVER=internal-lkp-server
selinux=0
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
net.ifnames=0
printk.devkmsg=on
panic=-1
softlockup_panic=1
nmi_watchdog=panic
oops=panic
load_ramdisk=2
prompt_ramdisk=0
drbd.minor_count=8
systemd.log_level=err
ignore_loglevel
console=tty0
earlyprintk=ttyS0,115200
console=ttyS0,115200
vga=normal
rw'
export modules_initrd='/pkg/linux/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/modules.cgz'
export bm_initrd='/osimage/deps/debian-11.1-x86_64-20220510.cgz/run-ipconfig_20220515.cgz,/osimage/deps/debian-11.1-x86_64-20220510.cgz/lkp_20220513.cgz,/osimage/deps/debian-11.1-x86_64-20220510.cgz/rsync-rootfs_20220515.cgz'
export lkp_initrd='/osimage/user/lkp/lkp-x86_64.cgz'
export site='inn'
export LKP_CGI_PORT=80
export LKP_CIFS_PORT=139
export schedule_notify_address=
export stop_repeat_if_found='dmesg.WARNING:at_drivers/clk/clk.c:#clk_core_get_boundaries'
export kbuild_queue_analysis=1
export meta_host='vm-meta-39'
export kernel='/pkg/linux/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/vmlinuz-6.0.0-rc1-00021-g262ca38f4b6e'
export dequeue_time='2023-01-22 14:52:52 +0800'
export job_initrd='/lkp/jobs/scheduled/vm-meta-39/kunit-group-02-debian-11.1-x86_64-20220510.cgz-262ca38f4b6eb418b20b8e1d6d8495c6a98727c1-20230122-85585-1adl5fv-5.cgz'

[ -n "$LKP_SRC" ] ||
export LKP_SRC=/lkp/${user:-lkp}/src
}

run_job()
{
echo $$ > $TMP/run-job.pid

. $LKP_SRC/lib/http.sh
. $LKP_SRC/lib/job.sh
. $LKP_SRC/lib/env.sh

export_top_env

run_monitor $LKP_SRC/monitors/wrapper kmsg
run_monitor $LKP_SRC/monitors/wrapper heartbeat
run_monitor $LKP_SRC/monitors/wrapper meminfo
run_monitor $LKP_SRC/monitors/wrapper oom-killer
run_monitor $LKP_SRC/monitors/plain/watchdog

run_test group='group-02' $LKP_SRC/tests/wrapper kunit
}

extract_stats()
{
export stats_part_begin=
export stats_part_end=

env group='group-02' $LKP_SRC/stats/wrapper kunit
$LKP_SRC/stats/wrapper kmsg
$LKP_SRC/stats/wrapper meminfo

$LKP_SRC/stats/wrapper time kunit.time
$LKP_SRC/stats/wrapper dmesg
$LKP_SRC/stats/wrapper kmsg
$LKP_SRC/stats/wrapper last_state
$LKP_SRC/stats/wrapper stderr
$LKP_SRC/stats/wrapper time
}

"$@"

Attachment: dmesg.xz
Description: application/xz

[ 0.000000] Linux version 6.0.0-rc1-00021-g262ca38f4b6e (kbuild@a7966e8b9f8e) (clang version 14.0.6 (git://gitmirror/llvm_project f28c006a5895fc0e329fe15fead81e37457cb1d1), LLD 14.0.6) #1 Sun Jan 22 12:23:54 CST 2023
[ 0.000000] Command line: ip=::::vm-meta-39::dhcp root=/dev/ram0 RESULT_ROOT=/result/kunit/group-02/vm-snb/debian-11.1-x86_64-20220510.cgz/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/3 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/vmlinuz-6.0.0-rc1-00021-g262ca38f4b6e branch=linus/master job=/lkp/jobs/scheduled/vm-meta-39/kunit-group-02-debian-11.1-x86_64-20220510.cgz-262ca38f4b6eb418b20b8e1d6d8495c6a98727c1-20230122-85585-1adl5fv-5.yaml user=lkp ARCH=x86_64 kconfig=x86_64-randconfig-r006-20230116 commit=262ca38f4b6eb418b20b8e1d6d8495c6a98727c1 vmalloc=256M initramfs_async=0 page_owner=on initcall_debug nmi_watchdog=0 max_uptime=1200 LKP_SERVER=internal-lkp-server selinux=0 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] signal: max sigframe size: 1440
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bffe0000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043fffffff] usable
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] printk: bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000013] kvm-clock: using sched offset of 1220402435 cycles
[ 0.001390] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.005152] tsc: Detected 2800.098 MHz processor
[ 0.008700] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.009571] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.010286] last_pfn = 0x440000 max_arch_pfn = 0x400000000
[ 0.011030] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.011876] last_pfn = 0xbffe0 max_arch_pfn = 0x400000000
[ 0.012591] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.013253] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.013914] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.024784] found SMP MP-table at [mem 0x000f5ba0-0x000f5baf]
[ 0.026211] mpc: f5bb0-f5c80
[ 0.031355] RAMDISK: [mem 0xb43ad000-0xbffdffff]
[ 0.032496] ACPI: Early table checksum verification disabled
[ 0.033203] ACPI: RSDP 0x00000000000F59B0 000014 (v00 BOCHS )
[ 0.033927] ACPI: RSDT 0x00000000BFFE198D 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.034973] ACPI: FACP 0x00000000BFFE1839 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.035978] ACPI: DSDT 0x00000000BFFE0040 0017F9 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.037002] ACPI: FACS 0x00000000BFFE0000 000040
[ 0.037586] ACPI: APIC 0x00000000BFFE18AD 000080 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.038587] ACPI: HPET 0x00000000BFFE192D 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.039584] ACPI: WAET 0x00000000BFFE1965 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.040594] ACPI: Reserving FACP table memory at [mem 0xbffe1839-0xbffe18ac]
[ 0.041460] ACPI: Reserving DSDT table memory at [mem 0xbffe0040-0xbffe1838]
[ 0.042332] ACPI: Reserving FACS table memory at [mem 0xbffe0000-0xbffe003f]
[ 0.043200] ACPI: Reserving APIC table memory at [mem 0xbffe18ad-0xbffe192c]
[ 0.044068] ACPI: Reserving HPET table memory at [mem 0xbffe192d-0xbffe1964]
[ 0.044932] ACPI: Reserving WAET table memory at [mem 0xbffe1965-0xbffe198c]
[ 0.045796] mapped APIC to ffffffffff5fd000 ( fee00000)
[ 0.046694] Zone ranges:
[ 0.047057] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.047805] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.048559] Normal [mem 0x0000000100000000-0x000000043fffffff]
[ 0.049300] Device empty
[ 0.049689] Movable zone start for each node
[ 0.050223] Early memory node ranges
[ 0.050682] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.051428] node 0: [mem 0x0000000000100000-0x00000000bffdffff]
[ 0.052173] node 0: [mem 0x0000000100000000-0x000000043fffffff]
[ 0.052941] Initmem setup node 0 [mem 0x0000000000001000-0x000000043fffffff]
[ 0.054320] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.054546] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.526919] On node 0, zone Normal: 32 pages in unavailable ranges
[ 1.735116] kasan: KernelAddressSanitizer initialized
[ 1.740653] ACPI: PM-Timer IO Port: 0x608
[ 1.741725] APIC: NR_CPUS/possible_cpus limit of 1 reached. Processor 1/0x1 ignored.
[ 1.743421] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 1.744745] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 1.745609] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 1.746381] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 1.747244] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 1.748045] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 1.748945] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 1.749738] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 1.750596] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 1.751411] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 1.752275] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 1.753163] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 1.754022] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 1.754875] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 1.755730] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 1.773365] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 1.774807] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 1.776412] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 1.778261] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 1.780078] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 1.781705] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 1.783255] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 1.785055] ACPI: Using ACPI (MADT) for SMP configuration information
[ 1.786671] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 1.787977] TSC deadline timer available
[ 1.789062] mapped IOAPIC to ffffffffff5fc000 (fec00000)
[ 1.798769] [mem 0xc0000000-0xfeffbfff] available for PCI devices
[ 1.800342] Booting paravirtualized kernel on KVM
[ 1.801495] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 1.803919] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 1.805195] pcpu-alloc: [0] 0
[ 1.806002] Built 1 zonelists, mobility grouping on. Total pages: 4128480
[ 1.807481] Kernel command line: ip=::::vm-meta-39::dhcp root=/dev/ram0 RESULT_ROOT=/result/kunit/group-02/vm-snb/debian-11.1-x86_64-20220510.cgz/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/3 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/vmlinuz-6.0.0-rc1-00021-g262ca38f4b6e branch=linus/master job=/lkp/jobs/scheduled/vm-meta-39/kunit-group-02-debian-11.1-x86_64-20220510.cgz-262ca38f4b6eb418b20b8e1d6d8495c6a98727c1-20230122-85585-1adl5fv-5.yaml user=lkp ARCH=x86_64 kconfig=x86_64-randconfig-r006-20230116 commit=262ca38f4b6eb418b20b8e1d6d8495c6a98727c1 vmalloc=256M initramfs_async=0 page_owner=on initcall_debug nmi_watchdog=0 max_uptime=1200 LKP_SERVER=internal-lkp-server selinux=0 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd
[ 1.811935] sysrq: sysrq always enabled.
[ 1.826449] ignoring the deprecated load_ramdisk= option
[ 1.827190] ignoring the deprecated prompt_ramdisk= option
[ 1.828280] Unknown kernel command line parameters "RESULT_ROOT=/result/kunit/group-02/vm-snb/debian-11.1-x86_64-20220510.cgz/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/3 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/vmlinuz-6.0.0-rc1-00021-g262ca38f4b6e branch=linus/master job=/lkp/jobs/scheduled/vm-meta-39/kunit-group-02-debian-11.1-x86_64-20220510.cgz-262ca38f4b6eb418b20b8e1d6d8495c6a98727c1-20230122-85585-1adl5fv-5.yaml user=lkp ARCH=x86_64 kconfig=x86_64-randconfig-r006-20230116 commit=262ca38f4b6eb418b20b8e1d6d8495c6a98727c1 vmalloc=256M nmi_watchdog=panic max_uptime=1200 LKP_SERVER=internal-lkp-server selinux=0 softlockup_panic=1 vga=normal", will be passed to user space.
[ 1.841987] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 1.846065] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 1.847838] mem auto-init: stack:all(zero), heap alloc:off, heap free:on
[ 1.848782] mem auto-init: clearing system memory may take some time...
[ 1.852622] stackdepot hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 1.853632] software IO TLB: area num 1.
[ 12.789883] Memory: 13979524K/16776696K available (59404K kernel code, 20572K rwdata, 25320K rodata, 2380K init, 15820K bss, 2796916K reserved, 0K cma-reserved)
[ 12.793898] **********************************************************
[ 12.795595] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 12.797218] ** **
[ 12.798799] ** This system shows unhashed kernel memory addresses **
[ 12.800407] ** via the console, logs, and other interfaces. This **
[ 12.802053] ** might reduce the security of your system. **
[ 12.803670] ** **
[ 12.806426] ** If you see this message and you are not debugging **
[ 12.808076] ** the kernel, report this immediately to your system **
[ 12.809745] ** administrator! **
[ 12.811384] ** **
[ 12.813068] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 12.814712] **********************************************************
[ 12.818562] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 12.820323] ftrace: allocating 72653 entries in 284 pages
[ 12.821988] ftrace section at ffffffff87b93710 sorted properly
[ 12.824620] ftrace: allocated 284 pages with 4 groups
[ 12.826282] Running RCU self tests
[ 12.909728] NR_IRQS: 4352, nr_irqs: 48, preallocated irqs: 16
[ 12.911274] kfence: initialized - using 2097152 bytes for 255 objects at 0xffff8883ad600000-0xffff8883ad800000
[ 12.912707] calling con_init+0x0/0x5e9 @ 0
[ 12.918777] Console: colour VGA+ 80x25
[ 13.002321] printk: console [tty0] enabled
[ 13.003840] initcall con_init+0x0/0x5e9 returned 0 after 0 usecs
[ 13.005924] calling hvc_console_init+0x0/0x1d @ 0
[ 13.007710] initcall hvc_console_init+0x0/0x1d returned 0 after 0 usecs
[ 13.009194] calling univ8250_console_init+0x0/0x32 @ 0
[ 13.010263] printk: console [ttyS0] enabled
[ 13.011646] printk: bootconsole [earlyser0] disabled
[ 13.017341] initcall univ8250_console_init+0x0/0x32 returned 0 after 0 usecs
[ 13.018631] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 13.020002] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 13.020833] ... MAX_LOCK_DEPTH: 48
[ 13.021656] ... MAX_LOCKDEP_KEYS: 8192
[ 13.022499] ... CLASSHASH_SIZE: 4096
[ 13.023343] ... MAX_LOCKDEP_ENTRIES: 32768
[ 13.024215] ... MAX_LOCKDEP_CHAINS: 65536
[ 13.025071] ... CHAINHASH_SIZE: 32768
[ 13.025922] memory used by lock dependency info: 6365 kB
[ 13.026904] memory used for stack traces: 4224 kB
[ 13.027807] per task-struct memory footprint: 1920 bytes
[ 13.032916] ACPI: Core revision 20220331
[ 13.034606] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 13.036466] APIC: Switch to symmetric I/O mode setup
[ 13.037467] masked ExtINT on CPU#0
[ 13.038814] ENABLING IO-APIC IRQs
[ 13.039543] init IO_APIC IRQs
[ 13.040221] apic 0 pin 0 not connected
[ 13.041056] IOAPIC[0]: Preconfigured routing entry (0-1 -> IRQ 1 Level:0 ActiveLow:0)
[ 13.042482] IOAPIC[0]: Preconfigured routing entry (0-2 -> IRQ 0 Level:0 ActiveLow:0)
[ 13.043892] IOAPIC[0]: Preconfigured routing entry (0-3 -> IRQ 3 Level:0 ActiveLow:0)
[ 13.045288] IOAPIC[0]: Preconfigured routing entry (0-4 -> IRQ 4 Level:0 ActiveLow:0)
[ 13.046657] IOAPIC[0]: Preconfigured routing entry (0-5 -> IRQ 5 Level:1 ActiveLow:0)
[ 13.048069] IOAPIC[0]: Preconfigured routing entry (0-6 -> IRQ 6 Level:0 ActiveLow:0)
[ 13.049473] IOAPIC[0]: Preconfigured routing entry (0-7 -> IRQ 7 Level:0 ActiveLow:0)
[ 13.050878] IOAPIC[0]: Preconfigured routing entry (0-8 -> IRQ 8 Level:0 ActiveLow:0)
[ 13.052267] IOAPIC[0]: Preconfigured routing entry (0-9 -> IRQ 9 Level:1 ActiveLow:0)
[ 13.053683] IOAPIC[0]: Preconfigured routing entry (0-10 -> IRQ 10 Level:1 ActiveLow:0)
[ 13.055075] IOAPIC[0]: Preconfigured routing entry (0-11 -> IRQ 11 Level:1 ActiveLow:0)
[ 13.073293] IOAPIC[0]: Preconfigured routing entry (0-12 -> IRQ 12 Level:0 ActiveLow:0)
[ 13.076087] IOAPIC[0]: Preconfigured routing entry (0-13 -> IRQ 13 Level:0 ActiveLow:0)
[ 13.078751] IOAPIC[0]: Preconfigured routing entry (0-14 -> IRQ 14 Level:0 ActiveLow:0)
[ 13.081432] IOAPIC[0]: Preconfigured routing entry (0-15 -> IRQ 15 Level:0 ActiveLow:0)
[ 13.084345] apic 0 pin 16 not connected
[ 13.085764] apic 0 pin 17 not connected
[ 13.087257] apic 0 pin 18 not connected
[ 13.088790] apic 0 pin 19 not connected
[ 13.091268] apic 0 pin 20 not connected
[ 13.092834] apic 0 pin 21 not connected
[ 13.097706] apic 0 pin 22 not connected
[ 13.099289] apic 0 pin 23 not connected
[ 13.101195] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 13.103406] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285c9d8cb0a, max_idle_ns: 440795325745 ns
[ 13.107144] Calibrating delay loop (skipped) preset value.. 5602.53 BogoMIPS (lpj=9333660)
[ 13.110875] pid_max: default: 32768 minimum: 301
[ 13.112169] LSM: Security Framework initializing
[ 13.113896] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 13.115225] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 13.119843] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 13.120699] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 13.121731] CPU: Intel Xeon E312xx (Sandy Bridge) (family: 0x6, model: 0x2a, stepping: 0x1)
[ 13.123156] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 13.124188] Spectre V2 : Kernel not compiled with retpoline; no mitigation available!
[ 13.124192] Spectre V2 : Vulnerable
[ 13.126238] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 13.127500] Speculative Store Bypass: Vulnerable
[ 13.128367] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 13.137993] cblist_init_generic: Setting adjustable number of callback queues.
[ 13.139308] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 13.140541] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 13.141773] Running RCU-tasks wait API self tests
[ 13.142752] calling init_hw_perf_events+0x0/0x8bd @ 1
[ 13.143692] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
[ 13.144193] initcall init_hw_perf_events+0x0/0x8bd returned 0 after 3333 usecs
[ 13.145474] calling init_real_mode+0x0/0x31 @ 1
[ 13.147395] Callback from call_rcu_tasks_trace() invoked.
[ 13.148404] initcall init_real_mode+0x0/0x31 returned 0 after 0 usecs
[ 13.149513] calling trace_init_perf_perm_irq_work_exit+0x0/0x1c @ 1
[ 13.151129] initcall trace_init_perf_perm_irq_work_exit+0x0/0x1c returned 0 after 0 usecs
[ 13.154754] calling bp_init_aperfmperf+0x0/0x23 @ 1
[ 13.157638] initcall bp_init_aperfmperf+0x0/0x23 returned 0 after 0 usecs
[ 13.161182] calling validate_x2apic+0x0/0x64 @ 1
[ 13.163775] initcall validate_x2apic+0x0/0x64 returned 0 after 0 usecs
[ 13.165818] calling register_nmi_cpu_backtrace_handler+0x0/0x1f @ 1
[ 13.167076] initcall register_nmi_cpu_backtrace_handler+0x0/0x1f returned 0 after 0 usecs
[ 13.167076] calling kvm_setup_vsyscall_timeinfo+0x0/0x8e @ 1
[ 13.167692] initcall kvm_setup_vsyscall_timeinfo+0x0/0x8e returned 0 after 0 usecs
[ 13.170438] calling spawn_ksoftirqd+0x0/0x74 @ 1
[ 13.174790] initcall spawn_ksoftirqd+0x0/0x74 returned 0 after 0 usecs
[ 13.177777] calling trace_init_flags_sys_enter+0x0/0x18 @ 1
[ 13.180436] initcall trace_init_flags_sys_enter+0x0/0x18 returned 0 after 0 usecs
[ 13.182406] calling trace_init_flags_sys_exit+0x0/0x18 @ 1
[ 13.184071] initcall trace_init_flags_sys_exit+0x0/0x18 returned 0 after 0 usecs
[ 13.187502] calling init_kprobes+0x0/0x1ea @ 1
[ 13.191111] initcall init_kprobes+0x0/0x1ea returned 0 after 3333 usecs
[ 13.192320] calling init_events+0x0/0xfc @ 1
[ 13.193182] initcall init_events+0x0/0xfc returned 0 after 0 usecs
[ 13.194067] calling init_trace_printk+0x0/0x16 @ 1
[ 13.194968] initcall init_trace_printk+0x0/0x16 returned 0 after 0 usecs
[ 13.196178] calling event_trace_enable_again+0x0/0xcd @ 1
[ 13.197406] initcall event_trace_enable_again+0x0/0xcd returned 0 after 0 usecs
[ 13.198684] calling irq_work_init_threads+0x0/0xc @ 1
[ 13.199612] initcall irq_work_init_threads+0x0/0xc returned 0 after 0 usecs
[ 13.200813] calling static_call_init+0x0/0x72 @ 1
[ 13.201717] initcall static_call_init+0x0/0x72 returned 0 after 0 usecs
[ 13.202903] calling jump_label_init_module+0x0/0x1b @ 1
[ 13.204044] initcall jump_label_init_module+0x0/0x1b returned 0 after 0 usecs
[ 13.205292] calling init_zero_pfn+0x0/0x73 @ 1
[ 13.206161] initcall init_zero_pfn+0x0/0x73 returned 0 after 0 usecs
[ 13.207086] calling init_fs_inode_sysctls+0x0/0x2b @ 1
[ 13.208088] initcall init_fs_inode_sysctls+0x0/0x2b returned 0 after 0 usecs
[ 13.209375] calling init_fs_locks_sysctls+0x0/0x2b @ 1
[ 13.210438] initcall init_fs_locks_sysctls+0x0/0x2b returned 0 after 0 usecs
[ 13.211700] calling dynamic_debug_init+0x0/0x264 @ 1
[ 13.219363] initcall dynamic_debug_init+0x0/0x264 returned 0 after 6666 usecs
[ 13.220423] calling efi_memreserve_root_init+0x0/0x31 @ 1
[ 13.221448] initcall efi_memreserve_root_init+0x0/0x31 returned 0 after 0 usecs
[ 13.222759] calling efi_earlycon_remap_fb+0x0/0x119 @ 1
[ 13.224056] initcall efi_earlycon_remap_fb+0x0/0x119 returned 0 after 0 usecs
[ 13.239966] allocated 268435456 bytes of page_ext
[ 13.241342] Node 0, zone DMA: page owner found early allocated 0 pages
[ 13.243820] Callback from call_rcu_tasks_rude() invoked.
[ 13.248841] Node 0, zone DMA32: page owner found early allocated 0 pages
[ 13.280319] Node 0, zone Normal: page owner found early allocated 67090 pages
[ 13.281972] devtmpfs: initialized
[ 13.283884] x86/mm: Memory block size: 128MB
[ 13.352167] calling ipc_ns_init+0x0/0x11a @ 1
[ 13.353786] initcall ipc_ns_init+0x0/0x11a returned 0 after 3333 usecs
[ 13.355988] calling init_mmap_min_addr+0x0/0x1f @ 1
[ 13.357575] initcall init_mmap_min_addr+0x0/0x1f returned 0 after 0 usecs
[ 13.359611] calling pci_realloc_setup_params+0x0/0x41 @ 1
[ 13.360912] initcall pci_realloc_setup_params+0x0/0x41 returned 0 after 0 usecs
[ 13.363261] calling inet_frag_wq_init+0x0/0x4b @ 1
[ 13.364619] initcall inet_frag_wq_init+0x0/0x4b returned 0 after 0 usecs
[ 13.368548] calling e820__register_nvs_regions+0x0/0x270 @ 1
[ 13.370424] initcall e820__register_nvs_regions+0x0/0x270 returned 0 after 0 usecs
[ 13.372381] calling cpufreq_register_tsc_scaling+0x0/0x78 @ 1
[ 13.373405] initcall cpufreq_register_tsc_scaling+0x0/0x78 returned 0 after 0 usecs
[ 13.374169] calling reboot_init+0x0/0xb4 @ 1
[ 13.374997] initcall reboot_init+0x0/0xb4 returned 0 after 0 usecs
[ 13.376086] calling init_lapic_sysfs+0x0/0x51 @ 1
[ 13.376999] initcall init_lapic_sysfs+0x0/0x51 returned 0 after 0 usecs
[ 13.377469] calling wq_sysfs_init+0x0/0x34 @ 1
[ 13.378695] initcall wq_sysfs_init+0x0/0x34 returned 0 after 0 usecs
[ 13.379795] calling ksysfs_init+0x0/0xac @ 1
[ 13.380531] initcall ksysfs_init+0x0/0xac returned 0 after 0 usecs
[ 13.381608] calling pm_init+0x0/0x69 @ 1
[ 13.382715] initcall pm_init+0x0/0x69 returned 0 after 0 usecs
[ 13.383748] calling rcu_set_runtime_mode+0x0/0x6a @ 1
[ 13.384678] initcall rcu_set_runtime_mode+0x0/0x6a returned 0 after 0 usecs
[ 13.387123] calling init_jiffies_clocksource+0x0/0x22 @ 1
[ 13.389144] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 13.391339] initcall init_jiffies_clocksource+0x0/0x22 returned 0 after 3333 usecs
[ 13.393779] calling futex_init+0x0/0x1e4 @ 1
[ 13.395531] futex hash table entries: 256 (order: 2, 22528 bytes, linear)
[ 13.397931] initcall futex_init+0x0/0x1e4 returned 0 after 3333 usecs
[ 13.400122] calling cgroup_wq_init+0x0/0x32 @ 1
[ 13.401064] initcall cgroup_wq_init+0x0/0x32 returned 0 after 0 usecs
[ 13.403233] calling cgroup1_wq_init+0x0/0x32 @ 1
[ 13.404428] initcall cgroup1_wq_init+0x0/0x32 returned 0 after 0 usecs
[ 13.406679] calling ftrace_mod_cmd_init+0x0/0x16 @ 1
[ 13.407647] initcall ftrace_mod_cmd_init+0x0/0x16 returned 0 after 0 usecs
[ 13.410173] calling init_irqsoff_tracer+0x0/0x18 @ 1
[ 13.411020] initcall init_irqsoff_tracer+0x0/0x18 returned 0 after 0 usecs
[ 13.413378] calling init_graph_trace+0x0/0x61 @ 1
[ 13.414255] initcall init_graph_trace+0x0/0x61 returned 0 after 0 usecs
[ 13.416323] calling trace_events_eprobe_init_early+0x0/0x2e @ 1
[ 13.417473] initcall trace_events_eprobe_init_early+0x0/0x2e returned 0 after 0 usecs
[ 13.418847] calling trace_events_synth_init_early+0x0/0x2e @ 1
[ 13.419882] initcall trace_events_synth_init_early+0x0/0x2e returned 0 after 0 usecs
[ 13.420837] calling init_kprobe_trace_early+0x0/0x32 @ 1
[ 13.421812] initcall init_kprobe_trace_early+0x0/0x32 returned 0 after 0 usecs
[ 13.423076] calling kasan_memhotplug_init+0x0/0x18 @ 1
[ 13.423753] initcall kasan_memhotplug_init+0x0/0x18 returned 0 after 0 usecs
[ 13.425010] calling fsnotify_init+0x0/0x91 @ 1
[ 13.425923] initcall fsnotify_init+0x0/0x91 returned 0 after 0 usecs
[ 13.427040] calling filelock_init+0x0/0x8b @ 1
[ 13.427431] initcall filelock_init+0x0/0x8b returned 0 after 0 usecs
[ 13.428538] calling init_misc_binfmt+0x0/0x36 @ 1
[ 13.429445] initcall init_misc_binfmt+0x0/0x36 returned 0 after 0 usecs
[ 13.430417] calling init_script_binfmt+0x0/0x1f @ 1
[ 13.431336] initcall init_script_binfmt+0x0/0x1f returned 0 after 0 usecs
[ 13.432552] calling init_elf_binfmt+0x0/0x1f @ 1
[ 13.433486] initcall init_elf_binfmt+0x0/0x1f returned 0 after 0 usecs
[ 13.434134] calling init_compat_elf_binfmt+0x0/0x1f @ 1
[ 13.435089] initcall init_compat_elf_binfmt+0x0/0x1f returned 0 after 0 usecs
[ 13.436340] calling configfs_init+0x0/0xef @ 1
[ 13.437164] initcall configfs_init+0x0/0xef returned 0 after 0 usecs
[ 13.438259] calling debugfs_init+0x0/0xb8 @ 1
[ 13.439117] initcall debugfs_init+0x0/0xb8 returned 0 after 0 usecs
[ 13.440204] calling tracefs_init+0x0/0x6d @ 1
[ 13.440702] initcall tracefs_init+0x0/0x6d returned 0 after 0 usecs
[ 13.441788] calling securityfs_init+0x0/0xc5 @ 1
[ 13.443120] initcall securityfs_init+0x0/0xc5 returned 0 after 0 usecs
[ 13.444150] calling register_xor_blocks+0x0/0x11b @ 1
[ 13.445082] initcall register_xor_blocks+0x0/0x11b returned 0 after 0 usecs
[ 13.446327] calling pinctrl_init+0x0/0xb7 @ 1
[ 13.447084] pinctrl core: initialized pinctrl subsystem
[ 13.448523] initcall pinctrl_init+0x0/0xb7 returned 0 after 0 usecs
[ 13.449614] calling gpiolib_dev_init+0x0/0x122 @ 1
[ 13.450793] initcall gpiolib_dev_init+0x0/0x122 returned 0 after 0 usecs
[ 13.453772] calling virtio_init+0x0/0x32 @ 1
[ 13.455709] initcall virtio_init+0x0/0x32 returned 0 after 0 usecs
[ 13.457697] calling regulator_init+0x0/0xa1 @ 1
[ 13.460622] regulator-dummy: no parameters, enabled
[ 13.463850] initcall regulator_init+0x0/0xa1 returned 0 after 6666 usecs
[ 13.466049] calling iommu_init+0x0/0x5b @ 1
[ 13.467161] initcall iommu_init+0x0/0x5b returned 0 after 0 usecs
[ 13.469020] calling component_debug_init+0x0/0x26 @ 1
[ 13.470577] initcall component_debug_init+0x0/0x26 returned 0 after 0 usecs
[ 13.472804] calling cpufreq_core_init+0x0/0xd3 @ 1
[ 13.474341] initcall cpufreq_core_init+0x0/0xd3 returned 0 after 0 usecs
[ 13.477099] calling cpufreq_gov_performance_init+0x0/0x1b @ 1
[ 13.478874] initcall cpufreq_gov_performance_init+0x0/0x1b returned 0 after 0 usecs
[ 13.481155] calling cpufreq_gov_powersave_init+0x0/0x1b @ 1
[ 13.482868] initcall cpufreq_gov_powersave_init+0x0/0x1b returned 0 after 0 usecs
[ 13.484473] calling CPU_FREQ_GOV_CONSERVATIVE_init+0x0/0x1b @ 1
[ 13.486336] initcall CPU_FREQ_GOV_CONSERVATIVE_init+0x0/0x1b returned 0 after 0 usecs
[ 13.487523] calling cpuidle_init+0x0/0x50 @ 1
[ 13.488469] initcall cpuidle_init+0x0/0x50 returned 0 after 0 usecs
[ 13.489553] calling capsule_reboot_register+0x0/0x1b @ 1
[ 13.490454] initcall capsule_reboot_register+0x0/0x1b returned 0 after 0 usecs
[ 13.493185] calling sock_init+0x0/0x98 @ 1
[ 13.494548] initcall sock_init+0x0/0x98 returned 0 after 0 usecs
[ 13.495615] calling net_inuse_init+0x0/0x32 @ 1
[ 13.496493] initcall net_inuse_init+0x0/0x32 returned 0 after 0 usecs
[ 13.497408] calling net_defaults_init+0x0/0x32 @ 1
[ 13.498850] initcall net_defaults_init+0x0/0x32 returned 0 after 0 usecs
[ 13.501129] calling init_default_flow_dissectors+0x0/0x59 @ 1
[ 13.503026] initcall init_default_flow_dissectors+0x0/0x59 returned 0 after 0 usecs
[ 13.504503] calling netpoll_init+0x0/0x50 @ 1
[ 13.506138] initcall netpoll_init+0x0/0x50 returned 0 after 0 usecs
[ 13.507641] calling netlink_proto_init+0x0/0x10b @ 1
[ 13.510202] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 13.511122] initcall netlink_proto_init+0x0/0x10b returned 0 after 3333 usecs
[ 13.512418] calling genl_init+0x0/0x48 @ 1
[ 13.513334] initcall genl_init+0x0/0x48 returned 0 after 0 usecs
[ 13.514059] calling bsp_pm_check_init+0x0/0x1d @ 1
[ 13.514971] initcall bsp_pm_check_init+0x0/0x1d returned 0 after 0 usecs
[ 13.516193] calling trace_boot_init+0x0/0xe3 @ 1
[ 13.517069] initcall trace_boot_init+0x0/0xe3 returned 0 after 0 usecs
[ 13.519247] calling pi_init+0x0/0x62 @ 1
[ 13.520162] initcall pi_init+0x0/0x62 returned 0 after 0 usecs
[ 13.520724] calling irq_sysfs_init+0x0/0xc4 @ 1
[ 13.524435] initcall irq_sysfs_init+0x0/0xc4 returned 0 after 3333 usecs
[ 13.525654] calling audit_init+0x0/0x230 @ 1
[ 13.527766] audit: initializing netlink subsys (disabled)
[ 13.530391] initcall audit_init+0x0/0x230 returned 0 after 0 usecs
[ 13.531020] calling release_early_probes+0x0/0x6f @ 1
[ 13.532813] initcall release_early_probes+0x0/0x6f returned 0 after 0 usecs
[ 13.534456] calling bdi_class_init+0x0/0x83 @ 1
[ 13.536021] audit: type=2000 audit(1674370398.700:1): state=initialized audit_enabled=0 res=1
[ 13.538168] initcall bdi_class_init+0x0/0x83 returned 0 after 3333 usecs
[ 13.540236] calling mm_sysfs_init+0x0/0x5d @ 1
[ 13.540973] initcall mm_sysfs_init+0x0/0x5d returned 0 after 0 usecs
[ 13.542765] calling init_per_zone_wmark_min+0x0/0x20 @ 1
[ 13.544388] initcall init_per_zone_wmark_min+0x0/0x20 returned 0 after 0 usecs
[ 13.546524] calling ramoops_init+0x0/0x43 @ 1
[ 13.547619] initcall ramoops_init+0x0/0x43 returned 0 after 0 usecs
[ 13.548726] calling mpi_init+0x0/0x200 @ 1
[ 13.549631] initcall mpi_init+0x0/0x200 returned 0 after 0 usecs
[ 13.550422] calling kobject_uevent_init+0x0/0x16 @ 1
[ 13.551472] initcall kobject_uevent_init+0x0/0x16 returned 0 after 0 usecs
[ 13.552717] calling mhi_init+0x0/0x20 @ 1
[ 13.553862] initcall mhi_init+0x0/0x20 returned 0 after 3333 usecs
[ 13.554986] calling mhi_ep_init+0x0/0x1b @ 1
[ 13.556003] initcall mhi_ep_init+0x0/0x1b returned 0 after 0 usecs
[ 13.557081] calling acpi_gpio_setup_params+0x0/0xdc @ 1
[ 13.558046] initcall acpi_gpio_setup_params+0x0/0xdc returned 0 after 0 usecs
[ 13.559311] calling pcibus_class_init+0x0/0x22 @ 1
[ 13.560297] initcall pcibus_class_init+0x0/0x22 returned 0 after 0 usecs
[ 13.560801] calling pci_driver_init+0x0/0x1b @ 1
[ 13.561932] initcall pci_driver_init+0x0/0x1b returned 0 after 0 usecs
[ 13.563117] calling lcd_class_init+0x0/0x7f @ 1
[ 13.563842] initcall lcd_class_init+0x0/0x7f returned 0 after 0 usecs
[ 13.564961] calling backlight_class_init+0x0/0xfc @ 1
[ 13.566028] initcall backlight_class_init+0x0/0xfc returned 0 after 0 usecs
[ 13.567084] calling tty_class_init+0x0/0x6c @ 1
[ 13.568038] initcall tty_class_init+0x0/0x6c returned 0 after 0 usecs
[ 13.569169] calling vtconsole_class_init+0x0/0x21f @ 1
[ 13.570611] initcall vtconsole_class_init+0x0/0x21f returned 0 after 3333 usecs
[ 13.571909] calling serdev_init+0x0/0x26 @ 1
[ 13.572935] initcall serdev_init+0x0/0x26 returned 0 after 0 usecs
[ 13.574310] calling iommu_dev_init+0x0/0x22 @ 1
[ 13.576046] initcall iommu_dev_init+0x0/0x22 returned 0 after 0 usecs
[ 13.577657] calling devlink_class_init+0x0/0x4e @ 1
[ 13.579575] initcall devlink_class_init+0x0/0x4e returned 0 after 0 usecs
[ 13.581102] calling software_node_init+0x0/0x61 @ 1
[ 13.582842] initcall software_node_init+0x0/0x61 returned 0 after 0 usecs
[ 13.584147] calling wakeup_sources_debugfs_init+0x0/0x2d @ 1
[ 13.585214] initcall wakeup_sources_debugfs_init+0x0/0x2d returned 0 after 0 usecs
[ 13.586529] calling wakeup_sources_sysfs_init+0x0/0x38 @ 1
[ 13.587481] initcall wakeup_sources_sysfs_init+0x0/0x38 returned 0 after 0 usecs
[ 13.588811] calling isa_bus_init+0x0/0x47 @ 1
[ 13.589944] initcall isa_bus_init+0x0/0x47 returned 0 after 0 usecs
[ 13.590758] calling regmap_initcall+0x0/0x16 @ 1
[ 13.591693] initcall regmap_initcall+0x0/0x16 returned 0 after 0 usecs
[ 13.592871] calling sram_init+0x0/0x1d @ 1
[ 13.593830] initcall sram_init+0x0/0x1d returned 0 after 3333 usecs
[ 13.595615] calling syscon_init+0x0/0x1d @ 1
[ 13.597376] initcall syscon_init+0x0/0x1d returned 0 after 0 usecs
[ 13.599410] calling spi_init+0x0/0xc9 @ 1
[ 13.601045] initcall spi_init+0x0/0xc9 returned 0 after 0 usecs
[ 13.604360] calling hsi_init+0x0/0x1b @ 1
[ 13.606191] initcall hsi_init+0x0/0x1b returned 0 after 0 usecs
[ 13.607721] calling slimbus_init+0x0/0x1b @ 1
[ 13.609786] initcall slimbus_init+0x0/0x1b returned 0 after 0 usecs
[ 13.611018] calling i2c_init+0x0/0x120 @ 1
[ 13.613207] initcall i2c_init+0x0/0x120 returned 0 after 0 usecs
[ 13.614343] calling thermal_init+0x0/0xf8 @ 1
[ 13.615975] thermal_sys: Registered thermal governor 'fair_share'
[ 13.615988] thermal_sys: Registered thermal governor 'bang_bang'
[ 13.617621] thermal_sys: Registered thermal governor 'step_wise'
[ 13.619574] thermal_sys: Registered thermal governor 'user_space'
[ 13.622356] initcall thermal_init+0x0/0xf8 returned 0 after 6666 usecs
[ 13.624944] calling eisa_init+0x0/0x33 @ 1
[ 13.627134] EISA bus registered
[ 13.627914] initcall eisa_init+0x0/0x33 returned 0 after 3333 usecs
[ 13.629002] calling init_ladder+0x0/0x25 @ 1
[ 13.629886] cpuidle: using governor ladder
[ 13.630683] initcall init_ladder+0x0/0x25 returned 0 after 3333 usecs
[ 13.631823] calling teo_governor_init+0x0/0x1b @ 1
[ 13.632728] initcall teo_governor_init+0x0/0x1b returned 0 after 0 usecs
[ 13.633789] calling pcc_init+0x0/0xdd @ 1
[ 13.634599] initcall pcc_init+0x0/0xdd returned -19 after 0 usecs
[ 13.635698] calling rpmsg_init+0x0/0x93 @ 1
[ 13.636814] initcall rpmsg_init+0x0/0x93 returned 0 after 0 usecs
[ 13.637401] calling rpmsg_chrdev_init+0x0/0x7e @ 1
[ 13.638447] initcall rpmsg_chrdev_init+0x0/0x7e returned 0 after 0 usecs
[ 13.639669] calling rpmsg_ctrldev_init+0x0/0x73 @ 1
[ 13.640558] initcall rpmsg_ctrldev_init+0x0/0x73 returned 0 after 0 usecs
[ 13.641779] calling rpmsg_ns_init+0x0/0x3c @ 1
[ 13.642757] initcall rpmsg_ns_init+0x0/0x3c returned 0 after 0 usecs
[ 13.643750] calling qrtr_proto_init+0x0/0x61 @ 1
[ 13.644690] NET: Registered PF_QIPCRTR protocol family
[ 13.645917] initcall qrtr_proto_init+0x0/0x61 returned 0 after 0 usecs
[ 13.647476] calling amd_postcore_init+0x0/0x63 @ 1
[ 13.648383] initcall amd_postcore_init+0x0/0x63 returned 0 after 0 usecs
[ 13.650591] calling bts_init+0x0/0x151 @ 1
[ 13.651406] initcall bts_init+0x0/0x151 returned -19 after 0 usecs
[ 13.652479] calling pt_init+0x0/0x1c8 @ 1
[ 13.653275] initcall pt_init+0x0/0x1c8 returned -19 after 0 usecs
[ 13.654064] calling boot_params_ksysfs_init+0x0/0xa5 @ 1
[ 13.655106] initcall boot_params_ksysfs_init+0x0/0xa5 returned 0 after 0 usecs
[ 13.656388] calling sbf_init+0x0/0x69 @ 1
[ 13.657103] initcall sbf_init+0x0/0x69 returned 0 after 0 usecs
[ 13.658147] calling arch_kdebugfs_init+0x0/0x26 @ 1
[ 13.659169] initcall arch_kdebugfs_init+0x0/0x26 returned 0 after 0 usecs
[ 13.660386] calling xfd_update_static_branch+0x0/0x4e @ 1
[ 13.660717] initcall xfd_update_static_branch+0x0/0x4e returned 0 after 0 usecs
[ 13.662022] calling intel_pconfig_init+0x0/0xb0 @ 1
[ 13.662927] initcall intel_pconfig_init+0x0/0xb0 returned 0 after 0 usecs
[ 13.664135] calling mtrr_if_init+0x0/0xe0 @ 1
[ 13.664997] initcall mtrr_if_init+0x0/0xe0 returned 0 after 0 usecs
[ 13.667038] calling activate_jump_labels+0x0/0x3b @ 1
[ 13.667627] initcall activate_jump_labels+0x0/0x3b returned 0 after 0 usecs
[ 13.669943] calling ffh_cstate_init+0x0/0x7c @ 1
[ 13.670924] initcall ffh_cstate_init+0x0/0x7c returned 0 after 0 usecs
[ 13.673035] calling activate_jump_labels+0x0/0x3b @ 1
[ 13.674358] initcall activate_jump_labels+0x0/0x3b returned 0 after 0 usecs
[ 13.676722] calling gigantic_pages_init+0x0/0x4f @ 1
[ 13.677579] initcall gigantic_pages_init+0x0/0x4f returned 0 after 0 usecs
[ 13.679861] calling cryptomgr_init+0x0/0x1b @ 1
[ 13.680995] initcall cryptomgr_init+0x0/0x1b returned 0 after 0 usecs
[ 13.683268] calling acpi_pci_init+0x0/0x144 @ 1
[ 13.684291] initcall acpi_pci_init+0x0/0x144 returned 0 after 0 usecs
[ 13.690452] calling dmi_id_init+0x0/0x16d @ 1
[ 13.693135] initcall dmi_id_init+0x0/0x16d returned 0 after 0 usecs
[ 13.694378] calling pci_arch_init+0x0/0x119 @ 1
[ 13.696255] PCI: Using configuration type 1 for base access
[ 13.697615] initcall pci_arch_init+0x0/0x119 returned 0 after 3333 usecs
[ 13.701411] calling init_vdso+0x0/0x1d @ 1
[ 13.703073] initcall init_vdso+0x0/0x1d returned 0 after 0 usecs
[ 13.704094] calling sysenter_setup+0x0/0x1d @ 1
[ 13.704993] initcall sysenter_setup+0x0/0x1d returned 0 after 0 usecs
[ 13.706118] calling fixup_ht_bug+0x0/0xc6 @ 1
[ 13.706994] initcall fixup_ht_bug+0x0/0xc6 returned 0 after 0 usecs
[ 13.707664] calling topology_init+0x0/0x1f @ 1
[ 13.710132] initcall topology_init+0x0/0x1f returned 0 after 0 usecs
[ 13.710981] calling intel_epb_init+0x0/0xda @ 1
[ 13.712569] initcall intel_epb_init+0x0/0xda returned -19 after 0 usecs
[ 13.714173] calling mtrr_init_finialize+0x0/0x7b @ 1
[ 13.715136] initcall mtrr_init_finialize+0x0/0x7b returned 0 after 0 usecs
[ 13.716361] calling eisa_bus_probe+0x0/0x80 @ 1
[ 13.717208] initcall eisa_bus_probe+0x0/0x80 returned 0 after 0 usecs
[ 13.718352] calling uid_cache_init+0x0/0xbe @ 1
[ 13.719298] initcall uid_cache_init+0x0/0xbe returned 0 after 0 usecs
[ 13.720416] calling param_sysfs_init+0x0/0x69 @ 1
[ 13.892520] initcall param_sysfs_init+0x0/0x69 returned 0 after 170000 usecs
[ 13.893752] calling user_namespace_sysctl_init+0x0/0x11c @ 1
[ 13.894927] initcall user_namespace_sysctl_init+0x0/0x11c returned 0 after 0 usecs
[ 13.896255] calling proc_schedstat_init+0x0/0x2e @ 1
[ 13.897107] initcall proc_schedstat_init+0x0/0x2e returned 0 after 0 usecs
[ 13.898338] calling pm_sysrq_init+0x0/0x22 @ 1
[ 13.899228] initcall pm_sysrq_init+0x0/0x22 returned 0 after 0 usecs
[ 13.900331] calling create_proc_profile+0x0/0x50 @ 1
[ 13.900704] initcall create_proc_profile+0x0/0x50 returned 0 after 0 usecs
[ 13.901936] calling crash_save_vmcoreinfo_init+0x0/0x726 @ 1
[ 13.903045] initcall crash_save_vmcoreinfo_init+0x0/0x726 returned 0 after 0 usecs
[ 13.904161] calling crash_notes_memory_init+0x0/0x42 @ 1
[ 13.905146] initcall crash_notes_memory_init+0x0/0x42 returned 0 after 0 usecs
[ 13.906425] calling cgroup_sysfs_init+0x0/0x49 @ 1
[ 13.907132] initcall cgroup_sysfs_init+0x0/0x49 returned 0 after 0 usecs
[ 13.908352] calling cgroup_namespaces_init+0x0/0x11 @ 1
[ 13.909307] initcall cgroup_namespaces_init+0x0/0x11 returned 0 after 0 usecs
[ 13.910417] calling user_namespaces_init+0x0/0x36 @ 1
[ 13.911433] initcall user_namespaces_init+0x0/0x36 returned 0 after 0 usecs
[ 13.912680] calling init_optprobes+0x0/0x16 @ 1
[ 13.913577] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 13.917114] initcall init_optprobes+0x0/0x16 returned 0 after 6666 usecs
[ 13.919487] calling hung_task_init+0x0/0x80 @ 1
[ 13.921385] initcall hung_task_init+0x0/0x80 returned 0 after 0 usecs
[ 13.923572] calling ftrace_check_for_weak_functions+0x0/0x94 @ 1
[ 13.924587] initcall ftrace_check_for_weak_functions+0x0/0x94 returned 0 after 0 usecs
[ 13.927112] calling trace_eval_init+0x0/0xee @ 1
[ 13.970894] initcall trace_eval_init+0x0/0xee returned 0 after 43333 usecs
[ 13.972244] calling oom_init+0x0/0x61 @ 1
[ 13.982408] initcall oom_init+0x0/0x61 returned 0 after 10000 usecs
[ 13.983602] calling default_bdi_init+0x0/0x38 @ 1
[ 13.984666] initcall default_bdi_init+0x0/0x38 returned 0 after 0 usecs
[ 13.985872] calling cgwb_init+0x0/0x38 @ 1
[ 13.986740] initcall cgwb_init+0x0/0x38 returned 0 after 0 usecs
[ 13.987407] calling percpu_enable_async+0x0/0x18 @ 1
[ 13.988347] initcall percpu_enable_async+0x0/0x18 returned 0 after 0 usecs
[ 13.989580] calling kcompactd_init+0x0/0x59 @ 1
[ 14.005547] initcall kcompactd_init+0x0/0x59 returned 0 after 13333 usecs
[ 14.007865] calling init_user_reserve+0x0/0x99 @ 1
[ 14.009596] initcall init_user_reserve+0x0/0x99 returned 0 after 0 usecs
[ 14.011142] calling init_admin_reserve+0x0/0x99 @ 1
[ 14.012728] initcall init_admin_reserve+0x0/0x99 returned 0 after 0 usecs
[ 14.014515] calling init_reserve_notifier+0x0/0x2a @ 1
[ 14.016483] initcall init_reserve_notifier+0x0/0x2a returned 0 after 0 usecs
[ 14.017857] calling hugetlb_init+0x0/0x388 @ 1
[ 14.019552] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 14.021257] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 14.022985] initcall hugetlb_init+0x0/0x388 returned 0 after 3333 usecs
[ 14.024154] calling hugepage_init+0x0/0x146 @ 1
[ 14.025655] initcall hugepage_init+0x0/0x146 returned 0 after 0 usecs
[ 14.027089] calling mem_cgroup_init+0x0/0x105 @ 1
[ 14.028003] initcall mem_cgroup_init+0x0/0x105 returned 0 after 0 usecs
[ 14.029194] calling seqiv_module_init+0x0/0x1b @ 1
[ 14.030176] initcall seqiv_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.030806] calling echainiv_module_init+0x0/0x1b @ 1
[ 14.032415] initcall echainiv_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.033718] calling dh_init+0x0/0x4c @ 1
[ 14.034052] initcall dh_init+0x0/0x4c returned 0 after 0 usecs
[ 14.035082] calling ecdsa_init+0x0/0x71 @ 1
[ 14.035956] initcall ecdsa_init+0x0/0x71 returned 0 after 0 usecs
[ 14.037041] calling hmac_module_init+0x0/0x1b @ 1
[ 14.037392] initcall hmac_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.038581] calling vmac_module_init+0x0/0x1b @ 1
[ 14.039471] initcall vmac_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.040417] calling crypto_xcbc_module_init+0x0/0x1b @ 1
[ 14.041386] initcall crypto_xcbc_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.042652] calling crypto_null_mod_init+0x0/0x79 @ 1
[ 14.043769] initcall crypto_null_mod_init+0x0/0x79 returned 0 after 3333 usecs
[ 14.046090] calling sha1_generic_mod_init+0x0/0x1b @ 1
[ 14.047660] initcall sha1_generic_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.050038] calling sha256_generic_mod_init+0x0/0x20 @ 1
[ 14.050757] initcall sha256_generic_mod_init+0x0/0x20 returned 0 after 0 usecs
[ 14.052032] calling sha512_generic_mod_init+0x0/0x20 @ 1
[ 14.053032] initcall sha512_generic_mod_init+0x0/0x20 returned 0 after 0 usecs
[ 14.054181] calling sha3_generic_mod_init+0x0/0x20 @ 1
[ 14.055238] initcall sha3_generic_mod_init+0x0/0x20 returned 0 after 0 usecs
[ 14.056495] calling sm3_generic_mod_init+0x0/0x1b @ 1
[ 14.057389] initcall sm3_generic_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.058650] calling streebog_mod_init+0x0/0x20 @ 1
[ 14.059579] initcall streebog_mod_init+0x0/0x20 returned 0 after 0 usecs
[ 14.060417] calling blake2b_mod_init+0x0/0x20 @ 1
[ 14.061370] initcall blake2b_mod_init+0x0/0x20 returned 0 after 0 usecs
[ 14.062570] calling crypto_ecb_module_init+0x0/0x1b @ 1
[ 14.063528] initcall crypto_ecb_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.064155] calling crypto_cbc_module_init+0x0/0x1b @ 1
[ 14.067114] initcall crypto_cbc_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.069682] calling crypto_cfb_module_init+0x0/0x1b @ 1
[ 14.070997] initcall crypto_cfb_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.073452] calling crypto_pcbc_module_init+0x0/0x1b @ 1
[ 14.074456] initcall crypto_pcbc_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.076866] calling crypto_cts_module_init+0x0/0x1b @ 1
[ 14.077670] initcall crypto_cts_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.079984] calling xts_module_init+0x0/0x1b @ 1
[ 14.080772] initcall xts_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.081988] calling crypto_ctr_module_init+0x0/0x20 @ 1
[ 14.083527] initcall crypto_ctr_module_init+0x0/0x20 returned 0 after 0 usecs
[ 14.084263] calling crypto_kw_init+0x0/0x1b @ 1
[ 14.085332] initcall crypto_kw_init+0x0/0x1b returned 0 after 0 usecs
[ 14.086525] calling nhpoly1305_mod_init+0x0/0x1b @ 1
[ 14.087511] initcall nhpoly1305_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.088779] calling crypto_ccm_module_init+0x0/0x20 @ 1
[ 14.089980] initcall crypto_ccm_module_init+0x0/0x20 returned 0 after 0 usecs
[ 14.090877] calling crypto_aegis128_module_init+0x0/0x1b @ 1
[ 14.092163] initcall crypto_aegis128_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.093511] calling cryptd_init+0x0/0x16d @ 1
[ 14.094384] cryptd: max_cpu_qlen set to 1000
[ 14.095261] initcall cryptd_init+0x0/0x16d returned 0 after 0 usecs
[ 14.096386] calling des_generic_mod_init+0x0/0x20 @ 1
[ 14.097178] initcall des_generic_mod_init+0x0/0x20 returned 0 after 0 usecs
[ 14.099968] calling blowfish_mod_init+0x0/0x1b @ 1
[ 14.100774] initcall blowfish_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.102204] calling twofish_mod_init+0x0/0x1b @ 1
[ 14.103802] initcall twofish_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.106067] calling serpent_mod_init+0x0/0x1b @ 1
[ 14.107636] initcall serpent_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.109870] calling aes_init+0x0/0x1b @ 1
[ 14.110919] initcall aes_init+0x0/0x1b returned 0 after 0 usecs
[ 14.112894] calling sm4_init+0x0/0x1b @ 1
[ 14.114262] initcall sm4_init+0x0/0x1b returned 0 after 0 usecs
[ 14.116163] calling cast5_mod_init+0x0/0x1b @ 1
[ 14.117386] initcall cast5_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.118492] calling arc4_init+0x0/0x1b @ 1
[ 14.119318] initcall arc4_init+0x0/0x1b returned 0 after 0 usecs
[ 14.120408] calling tea_mod_init+0x0/0x20 @ 1
[ 14.121384] initcall tea_mod_init+0x0/0x20 returned 0 after 0 usecs
[ 14.122484] calling khazad_mod_init+0x0/0x1b @ 1
[ 14.123385] initcall khazad_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.124128] calling anubis_mod_init+0x0/0x1b @ 1
[ 14.125046] initcall anubis_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.126226] calling seed_init+0x0/0x1b @ 1
[ 14.127052] initcall seed_init+0x0/0x1b returned 0 after 0 usecs
[ 14.127396] calling aria_init+0x0/0x1b @ 1
[ 14.128243] initcall aria_init+0x0/0x1b returned 0 after 0 usecs
[ 14.129297] calling chacha_generic_mod_init+0x0/0x20 @ 1
[ 14.130317] initcall chacha_generic_mod_init+0x0/0x20 returned 0 after 0 usecs
[ 14.130817] calling deflate_mod_init+0x0/0x4c @ 1
[ 14.131796] initcall deflate_mod_init+0x0/0x4c returned 0 after 0 usecs
[ 14.132995] calling michael_mic_init+0x0/0x1b @ 1
[ 14.133773] initcall michael_mic_init+0x0/0x1b returned 0 after 0 usecs
[ 14.134984] calling crc32c_mod_init+0x0/0x1b @ 1
[ 14.135878] initcall crc32c_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.137069] calling crc32_mod_init+0x0/0x1b @ 1
[ 14.137962] initcall crc32_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.141095] calling crct10dif_mod_init+0x0/0x1b @ 1
[ 14.142982] initcall crct10dif_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.144562] calling crypto_authenc_module_init+0x0/0x1b @ 1
[ 14.146589] initcall crypto_authenc_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.147800] calling crypto_authenc_esn_module_init+0x0/0x1b @ 1
[ 14.149859] initcall crypto_authenc_esn_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.151240] calling lz4_mod_init+0x0/0x47 @ 1
[ 14.152915] initcall lz4_mod_init+0x0/0x47 returned 0 after 0 usecs
[ 14.154382] calling lz4hc_mod_init+0x0/0x47 @ 1
[ 14.156198] initcall lz4hc_mod_init+0x0/0x47 returned 0 after 0 usecs
[ 14.157436] calling xxhash_mod_init+0x0/0x1b @ 1
[ 14.158401] initcall xxhash_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.159602] calling crypto842_mod_init+0x0/0x47 @ 1
[ 14.160497] initcall crypto842_mod_init+0x0/0x47 returned 0 after 0 usecs
[ 14.162576] calling prng_mod_init+0x0/0x20 @ 1
[ 14.163783] initcall prng_mod_init+0x0/0x20 returned 0 after 3333 usecs
[ 14.165645] calling drbg_init+0x0/0x8b @ 1
[ 14.167665] initcall drbg_init+0x0/0x8b returned 0 after 0 usecs
[ 14.169485] calling ghash_mod_init+0x0/0x1b @ 1
[ 14.170533] initcall ghash_mod_init+0x0/0x1b returned 0 after 0 usecs
[ 14.173775] calling zstd_mod_init+0x0/0x47 @ 1
[ 14.175650] initcall zstd_mod_init+0x0/0x47 returned 0 after 0 usecs
[ 14.177737] calling crypto_ofb_module_init+0x0/0x1b @ 1
[ 14.179622] initcall crypto_ofb_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.181155] calling essiv_module_init+0x0/0x1b @ 1
[ 14.182902] initcall essiv_module_init+0x0/0x1b returned 0 after 0 usecs
[ 14.184453] calling curve25519_init+0x0/0x1b @ 1
[ 14.186120] initcall curve25519_init+0x0/0x1b returned 0 after 0 usecs
[ 14.187751] calling ecdh_init+0x0/0x71 @ 1
[ 14.189403] initcall ecdh_init+0x0/0x71 returned 0 after 0 usecs
[ 14.190946] calling init_bio+0x0/0x15a @ 1
[ 14.193206] initcall init_bio+0x0/0x15a returned 0 after 0 usecs
[ 14.194066] calling blk_ioc_init+0x0/0x33 @ 1
[ 14.194957] initcall blk_ioc_init+0x0/0x33 returned 0 after 0 usecs
[ 14.196077] calling blk_mq_init+0x0/0x95 @ 1
[ 14.196914] initcall blk_mq_init+0x0/0x95 returned 0 after 0 usecs
[ 14.197397] calling genhd_device_init+0x0/0x8c @ 1
[ 14.199743] initcall genhd_device_init+0x0/0x8c returned 0 after 0 usecs
[ 14.200811] calling blkcg_init+0x0/0x38 @ 1
[ 14.202252] initcall blkcg_init+0x0/0x38 returned 0 after 0 usecs
[ 14.203335] calling bio_crypt_ctx_init+0x0/0x71 @ 1
[ 14.204951] initcall bio_crypt_ctx_init+0x0/0x71 returned 0 after 0 usecs
[ 14.206165] calling blk_crypto_sysfs_init+0x0/0x17c @ 1
[ 14.207097] initcall blk_crypto_sysfs_init+0x0/0x17c returned 0 after 0 usecs
[ 14.211226] calling io_wq_init+0x0/0x4a @ 1
[ 14.213047] initcall io_wq_init+0x0/0x4a returned 0 after 0 usecs
[ 14.214351] calling raid6_select_algo+0x0/0x324 @ 1
[ 14.216300] raid6: skipped pq benchmark and selected sse2x4
[ 14.217678] raid6: using ssse3x2 recovery algorithm
[ 14.219534] initcall raid6_select_algo+0x0/0x324 returned 0 after 3333 usecs
[ 14.221137] calling mcp23s08_i2c_init+0x0/0x1d @ 1
[ 14.223343] initcall mcp23s08_i2c_init+0x0/0x1d returned 0 after 0 usecs
[ 14.224503] calling mcp23s08_spi_init+0x0/0x1d @ 1
[ 14.226558] initcall mcp23s08_spi_init+0x0/0x1d returned 0 after 0 usecs
[ 14.227885] calling byt_gpio_init+0x0/0x1d @ 1
[ 14.229782] initcall byt_gpio_init+0x0/0x1d returned 0 after 0 usecs
[ 14.231073] calling chv_pinctrl_init+0x0/0x1d @ 1
[ 14.233192] initcall chv_pinctrl_init+0x0/0x1d returned 0 after 0 usecs
[ 14.234551] calling bxt_pinctrl_init+0x0/0x1d @ 1
[ 14.236560] initcall bxt_pinctrl_init+0x0/0x1d returned 0 after 0 usecs
[ 14.237836] calling dnv_pinctrl_init+0x0/0x1d @ 1
[ 14.239773] initcall dnv_pinctrl_init+0x0/0x1d returned 0 after 0 usecs
[ 14.241142] calling glk_pinctrl_init+0x0/0x1d @ 1
[ 14.243042] initcall glk_pinctrl_init+0x0/0x1d returned 0 after 0 usecs
[ 14.244151] calling gpiolib_debugfs_init+0x0/0x2d @ 1
[ 14.245180] initcall gpiolib_debugfs_init+0x0/0x2d returned 0 after 0 usecs
[ 14.246441] calling f7188x_gpio_init+0x0/0xa1 @ 1
[ 14.247266] initcall f7188x_gpio_init+0x0/0xa1 returned -19 after 0 usecs
[ 14.248483] calling max7300_init+0x0/0x1d @ 1
[ 14.249470] initcall max7300_init+0x0/0x1d returned 0 after 0 usecs
[ 14.250417] calling max7301_init+0x0/0x1d @ 1
[ 14.251426] initcall max7301_init+0x0/0x1d returned 0 after 0 usecs
[ 14.252517] calling palmas_gpio_init+0x0/0x1d @ 1
[ 14.253523] initcall palmas_gpio_init+0x0/0x1d returned 0 after 0 usecs
[ 14.254160] calling pcf857x_init+0x0/0x1d @ 1
[ 14.255167] initcall pcf857x_init+0x0/0x1d returned 0 after 0 usecs
[ 14.256256] calling tps6586x_gpio_init+0x0/0x1d @ 1
[ 14.257200] initcall tps6586x_gpio_init+0x0/0x1d returned 0 after 0 usecs
[ 14.258490] calling vprbrd_gpio_init+0x0/0x7f @ 1
[ 14.259527] initcall vprbrd_gpio_init+0x0/0x7f returned 0 after 0 usecs
[ 14.260417] calling wm831x_gpio_init+0x0/0x1d @ 1
[ 14.261440] initcall wm831x_gpio_init+0x0/0x1d returned 0 after 0 usecs
[ 14.262657] calling pwm_debugfs_init+0x0/0x2d @ 1
[ 14.263666] initcall pwm_debugfs_init+0x0/0x2d returned 0 after 0 usecs
[ 14.264131] calling pwm_sysfs_init+0x0/0x22 @ 1
[ 14.265127] initcall pwm_sysfs_init+0x0/0x22 returned 0 after 0 usecs
[ 14.266243] calling pci_slot_init+0x0/0x52 @ 1
[ 14.267116] initcall pci_slot_init+0x0/0x52 returned 0 after 0 usecs
[ 14.268218] calling fbmem_init+0x0/0xef @ 1
[ 14.269216] initcall fbmem_init+0x0/0xef returned 0 after 0 usecs
[ 14.270284] calling acpi_init+0x0/0x204 @ 1
[ 14.270876] ACPI: Added _OSI(Module Device)
[ 14.271686] ACPI: Added _OSI(Processor Device)
[ 14.272545] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 14.273418] ACPI: Added _OSI(Processor Aggregator Device)
[ 14.274062] ACPI: Added _OSI(Linux-Dell-Video)
[ 14.274917] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 14.275889] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 14.343721] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 14.371844] ACPI: Interpreter enabled
[ 14.374726] ACPI: PM: (supports S0 S3 S5)
[ 14.376269] ACPI: Using IOAPIC for interrupt routing
[ 14.378221] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 14.380435] PCI: Using E820 reservations for host bridge windows
[ 14.387277] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 14.505792] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 14.507776] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments HPX-Type3]
[ 14.509774] acpi PNP0A03:00: PCIe port services disabled; not requesting _OSC control
[ 14.512532] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 14.516331] PCI host bridge to bus 0000:00
[ 14.517102] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 14.518336] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 14.519558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 14.520842] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 14.522163] pci_bus 0000:00: root bus resource [mem 0x440000000-0x4bfffffff window]
[ 14.523505] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 14.524494] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x88 @ 1
[ 14.525723] pci 0000:00:00.0: quirk_mmio_always_on+0x0/0x88 took 0 usecs
[ 14.526944] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 14.549677] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 14.555567] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 14.562223] pci 0000:00:01.1: reg 0x20: [io 0xc040-0xc04f]
[ 14.565542] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 14.567882] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 14.570237] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 14.571206] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 14.575173] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x74 @ 1
[ 14.577112] pci 0000:00:01.3: acpi_pm_check_blacklist+0x0/0x74 took 0 usecs
[ 14.579477] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 14.582051] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x1db @ 1
[ 14.583805] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 14.586262] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 14.587895] pci 0000:00:01.3: quirk_piix4_acpi+0x0/0x1db took 3255 usecs
[ 14.590883] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x4f @ 1
[ 14.592096] pci 0000:00:01.3: pci_fixup_piix4_acpi+0x0/0x4f took 0 usecs
[ 14.594255] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[ 14.596595] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[ 14.599428] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[ 14.604268] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 14.606541] pci 0000:00:02.0: calling pci_fixup_video+0x0/0x279 @ 1
[ 14.607444] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 14.608904] pci 0000:00:02.0: pci_fixup_video+0x0/0x279 took 0 usecs
[ 14.628127] pci 0000:00:03.0: calling quirk_f0_vpd_link+0x0/0x280 @ 1
[ 14.629411] pci 0000:00:03.0: quirk_f0_vpd_link+0x0/0x280 took 0 usecs
[ 14.630420] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 14.634591] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[ 14.637943] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 14.648642] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 14.683247] pci 0000:00:04.0: [8086:25ab] type 00 class 0x088000
[ 14.684620] pci 0000:00:04.0: reg 0x10: [mem 0xfebf1000-0xfebf100f]
[ 14.706175] pci_bus 0000:00: on NUMA node 0
[ 14.716285] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 14.719854] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 14.723061] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 14.731517] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 14.735494] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[ 14.745210] initcall acpi_init+0x0/0x204 returned 0 after 473333 usecs
[ 14.747105] calling pnp_init+0x0/0x1b @ 1
[ 14.749100] initcall pnp_init+0x0/0x1b returned 0 after 0 usecs
[ 14.750995] calling regulator_fixed_voltage_init+0x0/0x1d @ 1
[ 14.753426] initcall regulator_fixed_voltage_init+0x0/0x1d returned 0 after 0 usecs
[ 14.754535] calling pm8607_regulator_init+0x0/0x1d @ 1
[ 14.756730] initcall pm8607_regulator_init+0x0/0x1d returned 0 after 0 usecs
[ 14.757826] calling da9052_regulator_init+0x0/0x1d @ 1
[ 14.760004] initcall da9052_regulator_init+0x0/0x1d returned 0 after 0 usecs
[ 14.761196] calling gpio_regulator_init+0x0/0x1d @ 1
[ 14.763279] initcall gpio_regulator_init+0x0/0x1d returned 0 after 0 usecs
[ 14.764539] calling lp3972_module_init+0x0/0x1d @ 1
[ 14.766605] initcall lp3972_module_init+0x0/0x1d returned 0 after 0 usecs
[ 14.767502] calling max8952_pmic_init+0x0/0x1d @ 1
[ 14.768602] initcall max8952_pmic_init+0x0/0x1d returned 0 after 0 usecs
[ 14.769810] calling max8997_pmic_init+0x0/0x1d @ 1
[ 14.770870] initcall max8997_pmic_init+0x0/0x1d returned 0 after 0 usecs
[ 14.772086] calling max77693_pmic_init+0x0/0x1d @ 1
[ 14.773137] initcall max77693_pmic_init+0x0/0x1d returned 0 after 0 usecs
[ 14.774143] calling mc13892_regulator_init+0x0/0x1d @ 1
[ 14.775281] initcall mc13892_regulator_init+0x0/0x1d returned 0 after 0 usecs
[ 14.776538] calling pcap_regulator_init+0x0/0x1d @ 1
[ 14.777497] initcall pcap_regulator_init+0x0/0x1d returned 0 after 0 usecs
[ 14.778991] calling tps_65023_init+0x0/0x1d @ 1
[ 14.780743] initcall tps_65023_init+0x0/0x1d returned 0 after 0 usecs
[ 14.782813] calling tps6507x_pmic_init+0x0/0x1d @ 1
[ 14.784527] initcall tps6507x_pmic_init+0x0/0x1d returned 0 after 0 usecs
[ 14.786700] calling tps65090_regulator_init+0x0/0x1d @ 1
[ 14.787874] initcall tps65090_regulator_init+0x0/0x1d returned 0 after 0 usecs
[ 14.789847] calling tps6586x_regulator_init+0x0/0x1d @ 1
[ 14.790843] initcall tps6586x_regulator_init+0x0/0x1d returned 0 after 0 usecs
[ 14.792117] calling wm831x_dcdc_init+0x0/0x22 @ 1
[ 14.793568] initcall wm831x_dcdc_init+0x0/0x22 returned 0 after 0 usecs
[ 14.794143] calling wm831x_isink_init+0x0/0x37 @ 1
[ 14.795193] initcall wm831x_isink_init+0x0/0x37 returned 0 after 0 usecs
[ 14.796398] calling wm831x_ldo_init+0x0/0x22 @ 1
[ 14.797504] initcall wm831x_ldo_init+0x0/0x22 returned 0 after 0 usecs
[ 14.798722] calling wm8350_regulator_init+0x0/0x1d @ 1
[ 14.799807] initcall wm8350_regulator_init+0x0/0x1d returned 0 after 0 usecs
[ 14.800818] calling misc_init+0x0/0xf0 @ 1
[ 14.801816] initcall misc_init+0x0/0xf0 returned 0 after 0 usecs
[ 14.802874] calling tpm_init+0x0/0x205 @ 1
[ 14.804138] initcall tpm_init+0x0/0x205 returned 0 after 3333 usecs
[ 14.805233] calling iommu_subsys_init+0x0/0x101 @ 1
[ 14.806144] iommu: Default domain type: Translated
[ 14.807034] iommu: DMA domain TLB invalidation policy: lazy mode
[ 14.807420] initcall iommu_subsys_init+0x0/0x101 returned 0 after 3333 usecs
[ 14.808674] calling parport_default_proc_register+0x0/0x4d @ 1
[ 14.809999] initcall parport_default_proc_register+0x0/0x4d returned 0 after 0 usecs
[ 14.813782] calling uacce_init+0x0/0x75 @ 1
[ 14.815918] initcall uacce_init+0x0/0x75 returned 0 after 0 usecs
[ 14.817696] calling pm860x_i2c_init+0x0/0x37 @ 1
[ 14.819658] initcall pm860x_i2c_init+0x0/0x37 returned 0 after 0 usecs
[ 14.821154] calling wm8400_driver_init+0x0/0x37 @ 1
[ 14.823196] initcall wm8400_driver_init+0x0/0x37 returned 0 after 0 usecs
[ 14.824494] calling wm831x_i2c_init+0x0/0x37 @ 1
[ 14.826522] initcall wm831x_i2c_init+0x0/0x37 returned 0 after 0 usecs
[ 14.827820] calling wm831x_spi_init+0x0/0x33 @ 1
[ 14.829854] initcall wm831x_spi_init+0x0/0x33 returned 0 after 0 usecs
[ 14.831157] calling wm8350_i2c_init+0x0/0x1d @ 1
[ 14.833329] initcall wm8350_i2c_init+0x0/0x1d returned 0 after 0 usecs
[ 14.834498] calling tps6105x_init+0x0/0x1d @ 1
[ 14.836576] initcall tps6105x_init+0x0/0x1d returned 0 after 0 usecs
[ 14.837688] calling tps6507x_i2c_init+0x0/0x1d @ 1
[ 14.839632] initcall tps6507x_i2c_init+0x0/0x1d returned 0 after 0 usecs
[ 14.841174] calling mc13xxx_init+0x0/0x1d @ 1
[ 14.843156] initcall mc13xxx_init+0x0/0x1d returned 0 after 0 usecs
[ 14.844229] calling ezx_pcap_init+0x0/0x1d @ 1
[ 14.845275] initcall ezx_pcap_init+0x0/0x1d returned 0 after 0 usecs
[ 14.846371] calling da903x_init+0x0/0x1d @ 1
[ 14.847241] initcall da903x_init+0x0/0x1d returned 0 after 0 usecs
[ 14.848358] calling da9052_spi_init+0x0/0x37 @ 1
[ 14.849371] initcall da9052_spi_init+0x0/0x37 returned 0 after 0 usecs
[ 14.850418] calling da9052_i2c_init+0x0/0x37 @ 1
[ 14.851452] initcall da9052_i2c_init+0x0/0x37 returned 0 after 0 usecs
[ 14.852663] calling max8907_i2c_init+0x0/0x37 @ 1
[ 14.853664] initcall max8907_i2c_init+0x0/0x37 returned 0 after 0 usecs
[ 14.854134] calling max8925_i2c_init+0x0/0x37 @ 1
[ 14.857326] initcall max8925_i2c_init+0x0/0x37 returned 0 after 0 usecs
[ 14.859607] calling max8997_i2c_init+0x0/0x1d @ 1
[ 14.861089] initcall max8997_i2c_init+0x0/0x1d returned 0 after 0 usecs
[ 14.863267] calling max8998_i2c_init+0x0/0x1d @ 1
[ 14.864447] initcall max8998_i2c_init+0x0/0x1d returned 0 after 0 usecs
[ 14.866751] calling pcf50633_init+0x0/0x1d @ 1
[ 14.867790] initcall pcf50633_init+0x0/0x1d returned 0 after 0 usecs
[ 14.869120] calling tps6586x_init+0x0/0x1d @ 1
[ 14.870132] initcall tps6586x_init+0x0/0x1d returned 0 after 0 usecs
[ 14.870739] calling tps65090_init+0x0/0x1d @ 1
[ 14.871701] initcall tps65090_init+0x0/0x1d returned 0 after 0 usecs
[ 14.872799] calling palmas_i2c_init+0x0/0x1d @ 1
[ 14.873818] initcall palmas_i2c_init+0x0/0x1d returned 0 after 3333 usecs
[ 14.875027] calling libnvdimm_init+0x0/0x4b @ 1
[ 14.876965] initcall libnvdimm_init+0x0/0x4b returned 0 after 0 usecs
[ 14.877410] calling dax_core_init+0x0/0xe6 @ 1
[ 14.878857] initcall dax_core_init+0x0/0xe6 returned 0 after 0 usecs
[ 14.879984] calling dma_buf_init+0x0/0x72 @ 1
[ 14.881106] initcall dma_buf_init+0x0/0x72 returned 0 after 0 usecs
[ 14.882203] calling dma_resv_lockdep+0x0/0x58e @ 1
[ 14.884914] initcall dma_resv_lockdep+0x0/0x58e returned 0 after 0 usecs
[ 14.887110] calling dma_heap_init+0x0/0x9a @ 1
[ 14.888478] initcall dma_heap_init+0x0/0x9a returned 0 after 0 usecs
[ 14.889912] calling init_scsi+0x0/0x78 @ 1
[ 14.893906] SCSI subsystem initialized
[ 14.895572] initcall init_scsi+0x0/0x78 returned 0 after 3333 usecs
[ 14.897725] calling ata_init+0x0/0x6b @ 1
[ 14.899927] libata version 3.00 loaded.
[ 14.900978] initcall ata_init+0x0/0x6b returned 0 after 3333 usecs
[ 14.903105] calling phy_init+0x0/0x709 @ 1
[ 14.907049] initcall phy_init+0x0/0x709 returned 0 after 0 usecs
[ 14.907690] calling mdev_init+0x0/0x1b @ 1
[ 14.909628] initcall mdev_init+0x0/0x1b returned 0 after 0 usecs
[ 14.910990] calling init_pcmcia_cs+0x0/0x46 @ 1
[ 14.912860] initcall init_pcmcia_cs+0x0/0x46 returned 0 after 0 usecs
[ 14.914431] calling usb_common_init+0x0/0x26 @ 1
[ 14.916282] initcall usb_common_init+0x0/0x26 returned 0 after 0 usecs
[ 14.917490] calling ulpi_init+0x0/0x42 @ 1
[ 14.918562] initcall ulpi_init+0x0/0x42 returned 0 after 0 usecs
[ 14.919630] calling usb_init+0x0/0x193 @ 1
[ 14.920530] ACPI: bus type USB registered
[ 14.921841] usbcore: registered new interface driver usbfs
[ 14.923102] usbcore: registered new interface driver hub
[ 14.924223] usbcore: registered new device driver usb
[ 14.925218] initcall usb_init+0x0/0x193 returned 0 after 3333 usecs
[ 14.926308] calling usb_phy_generic_init+0x0/0x1d @ 1
[ 14.927239] initcall usb_phy_generic_init+0x0/0x1d returned 0 after 0 usecs
[ 14.928667] calling xdbc_init+0x0/0x249 @ 1
[ 14.930169] initcall xdbc_init+0x0/0x249 returned 0 after 0 usecs
[ 14.930962] calling usb_udc_init+0x0/0xa1 @ 1
[ 14.932869] initcall usb_udc_init+0x0/0xa1 returned 0 after 0 usecs
[ 14.934302] calling typec_init+0x0/0xb3 @ 1
[ 14.936665] initcall typec_init+0x0/0xb3 returned 0 after 0 usecs
[ 14.937647] calling usb_roles_init+0x0/0x38 @ 1
[ 14.939325] initcall usb_roles_init+0x0/0x38 returned 0 after 0 usecs
[ 14.941009] calling serio_init+0x0/0x35 @ 1
[ 14.942154] initcall serio_init+0x0/0x35 returned 0 after 0 usecs
[ 14.943223] calling gameport_init+0x0/0x35 @ 1
[ 14.944218] initcall gameport_init+0x0/0x35 returned 0 after 0 usecs
[ 14.945342] calling input_init+0x0/0x91 @ 1
[ 14.946291] initcall input_init+0x0/0x91 returned 0 after 0 usecs
[ 14.947084] calling rtc_init+0x0/0x7d @ 1
[ 14.947999] initcall rtc_init+0x0/0x7d returned 0 after 0 usecs
[ 14.949061] calling dw_i2c_init_driver+0x0/0x1d @ 1
[ 14.950126] initcall dw_i2c_init_driver+0x0/0x1d returned 0 after 0 usecs
[ 14.950807] calling vprbrd_i2c_init+0x0/0x8f @ 1
[ 14.951830] initcall vprbrd_i2c_init+0x0/0x8f returned 0 after 0 usecs
[ 14.953035] calling i3c_init+0x0/0x55 @ 1
[ 14.953911] initcall i3c_init+0x0/0x55 returned 0 after 0 usecs
[ 14.954951] calling media_devnode_init+0x0/0x7d @ 1
[ 14.955866] mc: Linux media interface: v0.10
[ 14.958108] initcall media_devnode_init+0x0/0x7d returned 0 after 3333 usecs
[ 14.960442] calling v4l2_async_init+0x0/0x43 @ 1
[ 14.962259] initcall v4l2_async_init+0x0/0x43 returned 0 after 0 usecs
[ 14.963774] calling videodev_init+0x0/0x89 @ 1
[ 14.965542] videodev: Linux video capture interface: v2.00
[ 14.967314] initcall videodev_init+0x0/0x89 returned 0 after 3333 usecs
[ 14.968588] calling init_dvbdev+0x0/0x124 @ 1
[ 14.970042] initcall init_dvbdev+0x0/0x124 returned 0 after 0 usecs
[ 14.970805] calling cec_devnode_init+0x0/0xac @ 1
[ 14.971988] initcall cec_devnode_init+0x0/0xac returned 0 after 0 usecs
[ 14.973299] calling pps_init+0x0/0xe3 @ 1
[ 14.974290] pps_core: LinuxPPS API ver. 1 registered
[ 14.975263] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 14.976861] initcall pps_init+0x0/0xe3 returned 0 after 0 usecs
[ 14.977412] calling power_supply_class_init+0x0/0x78 @ 1
[ 14.978644] initcall power_supply_class_init+0x0/0x78 returned 0 after 0 usecs
[ 14.980155] calling hwmon_init+0x0/0x3f @ 1
[ 14.980887] initcall hwmon_init+0x0/0x3f returned 0 after 0 usecs
[ 14.982646] calling md_init+0x0/0x131 @ 1
[ 14.985095] initcall md_init+0x0/0x131 returned 0 after 0 usecs
[ 14.987095] calling edac_init+0x0/0x91 @ 1
[ 14.988622] EDAC MC: Ver: 3.0.0
[ 14.990364] EDAC DEBUG: edac_mc_sysfs_init: device mc created
[ 14.991203] initcall edac_init+0x0/0x91 returned 0 after 3333 usecs
[ 14.992391] calling leds_init+0x0/0x90 @ 1
[ 14.993373] initcall leds_init+0x0/0x90 returned 0 after 0 usecs
[ 14.994081] calling dmi_init+0x0/0x14e @ 1
[ 14.995018] initcall dmi_init+0x0/0x14e returned 0 after 0 usecs
[ 14.996122] calling efisubsys_init+0x0/0x3bb @ 1
[ 14.997004] initcall efisubsys_init+0x0/0x3bb returned 0 after 0 usecs
[ 14.997474] calling fieldbus_init+0x0/0x7e @ 1
[ 14.998471] initcall fieldbus_init+0x0/0x7e returned 0 after 0 usecs
[ 14.999975] calling remoteproc_init+0x0/0x7b @ 1
[ 15.001362] initcall remoteproc_init+0x0/0x7b returned 0 after 0 usecs
[ 15.003559] calling rpmsg_init+0x0/0x3c @ 1
[ 15.004466] initcall rpmsg_init+0x0/0x3c returned 0 after 0 usecs
[ 15.006505] calling rt8973a_muic_i2c_init+0x0/0x1d @ 1
[ 15.007925] initcall rt8973a_muic_i2c_init+0x0/0x1d returned 0 after 0 usecs
[ 15.009652] calling tusb320_init+0x0/0x1d @ 1
[ 15.010559] initcall tusb320_init+0x0/0x1d returned 0 after 0 usecs
[ 15.011654] calling ras_init+0x0/0x19 @ 1
[ 15.012536] initcall ras_init+0x0/0x19 returned 0 after 0 usecs
[ 15.013607] calling nvmem_init+0x0/0x1b @ 1
[ 15.014248] initcall nvmem_init+0x0/0x1b returned 0 after 0 usecs
[ 15.015312] calling tee_init+0x0/0xe1 @ 1
[ 15.016453] initcall tee_init+0x0/0xe1 returned 0 after 0 usecs
[ 15.017393] calling siox_init+0x0/0x3c @ 1
[ 15.018369] initcall siox_init+0x0/0x3c returned 0 after 0 usecs
[ 15.019421] calling counter_init+0x0/0x5d @ 1
[ 15.020472] initcall counter_init+0x0/0x5d returned 0 after 3333 usecs
[ 15.021655] calling most_init+0x0/0xb0 @ 1
[ 15.022787] initcall most_init+0x0/0xb0 returned 0 after 0 usecs
[ 15.023750] calling hte_subsys_dbgfs_init+0x0/0x26 @ 1
[ 15.024771] initcall hte_subsys_dbgfs_init+0x0/0x26 returned 0 after 0 usecs
[ 15.026022] calling proto_init+0x0/0x1b @ 1
[ 15.026867] initcall proto_init+0x0/0x1b returned 0 after 0 usecs
[ 15.027401] calling net_dev_init+0x0/0x344 @ 1
[ 15.030194] initcall net_dev_init+0x0/0x344 returned 0 after 0 usecs
[ 15.030903] calling neigh_init+0x0/0x8e @ 1
[ 15.035688] initcall neigh_init+0x0/0x8e returned 0 after 0 usecs
[ 15.037740] calling fib_notifier_init+0x0/0x1b @ 1
[ 15.039530] initcall fib_notifier_init+0x0/0x1b returned 0 after 0 usecs
[ 15.040988] calling bpf_lwt_init+0x0/0x20 @ 1
[ 15.041869] initcall bpf_lwt_init+0x0/0x20 returned 0 after 0 usecs
[ 15.042988] calling ethnl_init+0x0/0x5e @ 1
[ 15.044455] initcall ethnl_init+0x0/0x5e returned 0 after 0 usecs
[ 15.045694] calling nexthop_init+0x0/0xff @ 1
[ 15.046971] initcall nexthop_init+0x0/0xff returned 0 after 0 usecs
[ 15.047447] calling atm_init+0x0/0xca @ 1
[ 15.048401] NET: Registered PF_ATMPVC protocol family
[ 15.049408] NET: Registered PF_ATMSVC protocol family
[ 15.050663] initcall atm_init+0x0/0xca returned 0 after 3333 usecs
[ 15.051823] calling rfkill_init+0x0/0xbd @ 1
[ 15.053741] initcall rfkill_init+0x0/0xbd returned 0 after 0 usecs
[ 15.054873] calling nfc_init+0x0/0xa3 @ 1
[ 15.056292] nfc: nfc_init: NFC Core ver 0.1
[ 15.058207] NET: Registered PF_NFC protocol family
[ 15.059891] initcall nfc_init+0x0/0xa3 returned 0 after 3333 usecs
[ 15.060997] calling pci_subsys_init+0x0/0x12c @ 1
[ 15.062728] PCI: Using ACPI for IRQ routing
[ 15.064260] PCI: pci_cache_line_size set to 64 bytes
[ 15.066288] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 15.067707] e820: reserve RAM buffer [mem 0xbffe0000-0xbfffffff]
[ 15.069638] initcall pci_subsys_init+0x0/0x12c returned 0 after 6666 usecs
[ 15.071041] calling vga_arb_device_init+0x0/0xa9 @ 1
[ 15.072729] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 15.073742] pci 0000:00:02.0: vgaarb: bridge control possible
[ 15.073742] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 15.073762] vgaarb: loaded
[ 15.074379] initcall vga_arb_device_init+0x0/0xa9 returned 0 after 3333 usecs
[ 15.075638] calling pci_eisa_init_early+0x0/0xb4 @ 1
[ 15.076610] initcall pci_eisa_init_early+0x0/0xb4 returned 0 after 0 usecs
[ 15.078468] calling nmi_warning_debugfs+0x0/0x57 @ 1
[ 15.079465] initcall nmi_warning_debugfs+0x0/0x57 returned 0 after 0 usecs
[ 15.080418] calling save_microcode_in_initrd+0x0/0xd5 @ 1
[ 15.082204] initcall save_microcode_in_initrd+0x0/0xd5 returned 0 after 0 usecs
[ 15.083517] calling hpet_late_init+0x0/0x155 @ 1
[ 15.084065] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 15.084972] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 15.088128] initcall hpet_late_init+0x0/0x155 returned 0 after 3333 usecs
[ 15.089351] calling init_amd_nbs+0x0/0x581 @ 1
[ 15.090250] initcall init_amd_nbs+0x0/0x581 returned 0 after 0 usecs
[ 15.090736] calling iomem_init_inode+0x0/0xac @ 1
[ 15.092014] initcall iomem_init_inode+0x0/0xac returned 0 after 0 usecs
[ 15.093210] calling init_lockevent_counts+0x0/0xdc @ 1
[ 15.094562] initcall init_lockevent_counts+0x0/0xdc returned 0 after 0 usecs
[ 15.095811] calling clocksource_done_booting+0x0/0x4a @ 1
[ 15.096807] clocksource: Switched to clocksource kvm-clock
[ 15.096807] initcall clocksource_done_booting+0x0/0x4a returned 0 after 1065 usecs
[ 15.096807] calling tracer_init_tracefs+0x0/0xa3 @ 1
[ 15.100900] initcall tracer_init_tracefs+0x0/0xa3 returned 0 after 3853 usecs
[ 15.102213] calling init_trace_printk_function_export+0x0/0x31 @ 1
[ 15.103333] initcall init_trace_printk_function_export+0x0/0x31 returned 0 after 39 usecs
[ 15.104749] calling init_graph_tracefs+0x0/0x31 @ 1
[ 15.118625] initcall init_graph_tracefs+0x0/0x31 returned 0 after 12923 usecs
[ 15.121088] calling trace_events_synth_init+0x0/0x51 @ 1
[ 15.123077] initcall trace_events_synth_init+0x0/0x51 returned 0 after 108 usecs
[ 15.125464] calling init_kprobe_trace+0x0/0x54 @ 1
[ 15.690276] initcall init_kprobe_trace+0x0/0x54 returned 0 after 563034 usecs
[ 15.691645] calling init_dynamic_event+0x0/0x31 @ 1
[ 15.692600] initcall init_dynamic_event+0x0/0x31 returned 0 after 39 usecs
[ 15.693849] calling init_uprobe_trace+0x0/0x61 @ 1
[ 15.698170] initcall init_uprobe_trace+0x0/0x61 returned 0 after 3401 usecs
[ 15.699427] calling create_recursed_functions+0x0/0x28 @ 1
[ 15.700472] initcall create_recursed_functions+0x0/0x28 returned 0 after 35 usecs
[ 15.701783] calling secretmem_init+0x0/0x83 @ 1
[ 15.702682] initcall secretmem_init+0x0/0x83 returned 0 after 1 usecs
[ 15.703806] calling init_fs_stat_sysctls+0x0/0x37 @ 1
[ 15.704786] initcall init_fs_stat_sysctls+0x0/0x37 returned 0 after 46 usecs
[ 15.710640] calling init_fs_exec_sysctls+0x0/0x2b @ 1
[ 15.712421] initcall init_fs_exec_sysctls+0x0/0x2b returned 0 after 43 usecs
[ 15.714976] calling init_pipe_fs+0x0/0x6e @ 1
[ 15.717283] initcall init_pipe_fs+0x0/0x6e returned 0 after 643 usecs
[ 15.719609] calling init_fs_namei_sysctls+0x0/0x2b @ 1
[ 15.721647] initcall init_fs_namei_sysctls+0x0/0x2b returned 0 after 52 usecs
[ 15.724147] calling init_fs_dcache_sysctls+0x0/0x2b @ 1
[ 15.726128] initcall init_fs_dcache_sysctls+0x0/0x2b returned 0 after 73 usecs
[ 15.728429] calling init_fs_namespace_sysctls+0x0/0x2b @ 1
[ 15.730581] initcall init_fs_namespace_sysctls+0x0/0x2b returned 0 after 46 usecs
[ 15.733154] calling cgroup_writeback_init+0x0/0x35 @ 1
[ 15.735180] initcall cgroup_writeback_init+0x0/0x35 returned 0 after 81 usecs
[ 15.737668] calling inotify_user_setup+0x0/0x159 @ 1
[ 15.739686] initcall inotify_user_setup+0x0/0x159 returned 0 after 165 usecs
[ 15.742188] calling eventpoll_init+0x0/0x134 @ 1
[ 15.743415] initcall eventpoll_init+0x0/0x134 returned 0 after 289 usecs
[ 15.744874] calling anon_inode_init+0x0/0x9b @ 1
[ 15.746298] initcall anon_inode_init+0x0/0x9b returned 0 after 518 usecs
[ 15.747606] calling proc_locks_init+0x0/0x31 @ 1
[ 15.748521] initcall proc_locks_init+0x0/0x31 returned 0 after 28 usecs
[ 15.749717] calling init_fs_coredump_sysctls+0x0/0x2b @ 1
[ 15.751135] initcall init_fs_coredump_sysctls+0x0/0x2b returned 0 after 40 usecs
[ 15.753208] calling iomap_init+0x0/0x2a @ 1
[ 15.755640] initcall iomap_init+0x0/0x2a returned 0 after 1467 usecs
[ 15.757806] calling dquot_init+0x0/0xf2 @ 1
[ 15.759372] VFS: Disk quotas dquot_6.6.0
[ 15.761149] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 15.763407] initcall dquot_init+0x0/0xf2 returned 0 after 4036 usecs
[ 15.765493] calling quota_init+0x0/0x2f @ 1
[ 15.767309] initcall quota_init+0x0/0x2f returned 0 after 309 usecs
[ 15.769303] calling proc_cmdline_init+0x0/0x2b @ 1
[ 15.770608] initcall proc_cmdline_init+0x0/0x2b returned 0 after 23 usecs
[ 15.771828] calling proc_consoles_init+0x0/0x2e @ 1
[ 15.772756] initcall proc_consoles_init+0x0/0x2e returned 0 after 15 usecs
[ 15.774036] calling proc_cpuinfo_init+0x0/0x28 @ 1
[ 15.774977] initcall proc_cpuinfo_init+0x0/0x28 returned 0 after 37 usecs
[ 15.776195] calling proc_devices_init+0x0/0x2e @ 1
[ 15.777147] initcall proc_devices_init+0x0/0x2e returned 0 after 31 usecs
[ 15.778388] calling proc_interrupts_init+0x0/0x2e @ 1
[ 15.779349] initcall proc_interrupts_init+0x0/0x2e returned 0 after 15 usecs
[ 15.780630] calling proc_loadavg_init+0x0/0x2b @ 1
[ 15.781548] initcall proc_loadavg_init+0x0/0x2b returned 0 after 15 usecs
[ 15.782811] calling proc_meminfo_init+0x0/0x2b @ 1
[ 15.783728] initcall proc_meminfo_init+0x0/0x2b returned 0 after 15 usecs
[ 15.784964] calling proc_stat_init+0x0/0x28 @ 1
[ 15.785848] initcall proc_stat_init+0x0/0x28 returned 0 after 16 usecs
[ 15.787039] calling proc_uptime_init+0x0/0x2b @ 1
[ 15.787960] initcall proc_uptime_init+0x0/0x2b returned 0 after 15 usecs
[ 15.789167] calling proc_version_init+0x0/0x2b @ 1
[ 15.790095] initcall proc_version_init+0x0/0x2b returned 0 after 15 usecs
[ 15.791327] calling proc_softirqs_init+0x0/0x2b @ 1
[ 15.792258] initcall proc_softirqs_init+0x0/0x2b returned 0 after 14 usecs
[ 15.793481] calling proc_kcore_init+0x0/0xf5 @ 1
[ 15.794556] initcall proc_kcore_init+0x0/0xf5 returned 0 after 160 usecs
[ 15.795770] calling proc_kmsg_init+0x0/0x2b @ 1
[ 15.796650] initcall proc_kmsg_init+0x0/0x2b returned 0 after 15 usecs
[ 15.797852] calling proc_page_init+0x0/0x5f @ 1
[ 15.798810] initcall proc_page_init+0x0/0x5f returned 0 after 49 usecs
[ 15.799992] calling proc_boot_config_init+0x0/0x86 @ 1
[ 15.800987] initcall proc_boot_config_init+0x0/0x86 returned 0 after 29 usecs
[ 15.802264] calling init_ramfs_fs+0x0/0x1b @ 1
[ 15.803129] initcall init_ramfs_fs+0x0/0x1b returned 0 after 4 usecs
[ 15.804255] calling init_hugetlbfs_fs+0x0/0x33e @ 1
[ 15.805566] initcall init_hugetlbfs_fs+0x0/0x33e returned 0 after 395 usecs
[ 15.828110] calling aa_create_aafs+0x0/0x745 @ 1
[ 15.829884] initcall aa_create_aafs+0x0/0x745 returned 0 after 2 usecs
[ 15.832212] calling dynamic_debug_init_control+0x0/0x80 @ 1
[ 15.834449] initcall dynamic_debug_init_control+0x0/0x80 returned 0 after 229 usecs
[ 15.837009] calling acpi_event_init+0x0/0x73 @ 1
[ 15.839105] initcall acpi_event_init+0x0/0x73 returned 0 after 321 usecs
[ 15.841059] calling pnp_system_init+0x0/0x1b @ 1
[ 15.842435] initcall pnp_system_init+0x0/0x1b returned 0 after 244 usecs
[ 15.844359] calling pnpacpi_init+0x0/0xec @ 1
[ 15.845257] pnp: PnP ACPI init
[ 15.848115] pnp 00:02: [dma 2]
[ 15.857236] pnp: PnP ACPI: found 7 devices
[ 15.862243] initcall pnpacpi_init+0x0/0xec returned 0 after 16985 usecs
[ 15.863474] calling chr_dev_init+0x0/0x12f @ 1
[ 15.896406] initcall chr_dev_init+0x0/0x12f returned 0 after 32059 usecs
[ 15.897712] calling firmware_class_init+0x0/0x63 @ 1
[ 15.898809] initcall firmware_class_init+0x0/0x63 returned 0 after 137 usecs
[ 15.900056] calling init_pcmcia_bus+0x0/0x6d @ 1
[ 15.901215] initcall init_pcmcia_bus+0x0/0x6d returned 0 after 257 usecs
[ 15.902441] calling map_properties+0x0/0x357 @ 1
[ 15.903321] initcall map_properties+0x0/0x357 returned 0 after 1 usecs
[ 15.906344] calling init_acpi_pm_clocksource+0x0/0xd9 @ 1
[ 15.920753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 15.923706] initcall init_acpi_pm_clocksource+0x0/0xd9 returned 0 after 15503 usecs
[ 15.926378] calling bcma_init_bus_register+0x0/0x33 @ 1
[ 15.928653] initcall bcma_init_bus_register+0x0/0x33 returned 0 after 364 usecs
[ 15.931392] calling sysctl_core_init+0x0/0x35 @ 1
[ 15.933412] initcall sysctl_core_init+0x0/0x35 returned 0 after 205 usecs
[ 15.935927] calling eth_offload_init+0x0/0x1d @ 1
[ 15.937864] initcall eth_offload_init+0x0/0x1d returned 0 after 101 usecs
[ 15.944574] calling ipv4_offload_init+0x0/0x83 @ 1
[ 15.946477] initcall ipv4_offload_init+0x0/0x83 returned 0 after 5 usecs
[ 15.948817] calling inet_init+0x0/0x2ad @ 1
[ 15.950901] NET: Registered PF_INET protocol family
[ 15.952476] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 15.962791] tcp_listen_portaddr_hash hash table entries: 8192 (order: 7, 589824 bytes, linear)
[ 15.965028] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 15.966577] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 15.969666] TCP bind hash table entries: 65536 (order: 10, 4718592 bytes, vmalloc hugepage)
[ 15.976010] TCP: Hash tables configured (established 131072 bind 65536)
[ 15.978771] MPTCP token hash table entries: 16384 (order: 8, 1441792 bytes, linear)
[ 15.982613] UDP hash table entries: 8192 (order: 8, 1310720 bytes, linear)
[ 15.985864] UDP-Lite hash table entries: 8192 (order: 8, 1310720 bytes, linear)
[ 15.988700] initcall inet_init+0x0/0x2ad returned 0 after 38517 usecs
[ 15.989816] calling af_unix_init+0x0/0xda @ 1
[ 15.990813] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 15.991990] initcall af_unix_init+0x0/0xda returned 0 after 1295 usecs
[ 15.993169] calling ipv6_offload_init+0x0/0x8c @ 1
[ 15.994102] initcall ipv6_offload_init+0x0/0x8c returned 0 after 2 usecs
[ 15.995298] calling pcibios_assign_resources+0x0/0xcf @ 1
[ 15.996311] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 15.997404] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 15.998493] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 15.999709] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[ 16.000960] pci_bus 0000:00: resource 8 [mem 0x440000000-0x4bfffffff window]
[ 16.002922] initcall pcibios_assign_resources+0x0/0xcf returned 0 after 6643 usecs
[ 16.004272] calling pci_apply_final_quirks+0x0/0x425 @ 1
[ 16.005247] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x13d @ 1
[ 16.027613] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 16.029479] pci 0000:00:00.0: quirk_passive_release+0x0/0x13d took 1861 usecs
[ 16.031889] pci 0000:00:00.0: calling quirk_natoma+0x0/0xae @ 1
[ 16.034002] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 16.036080] pci 0000:00:00.0: quirk_natoma+0x0/0xae took 2029 usecs
[ 16.038458] pci 0000:00:03.0: calling quirk_e100_interrupt+0x0/0x305 @ 1
[ 16.040956] pci 0000:00:03.0: quirk_e100_interrupt+0x0/0x305 took 2 usecs
[ 16.043606] PCI: CLS 0 bytes, default 64
[ 16.045121] initcall pci_apply_final_quirks+0x0/0x425 returned 0 after 39881 usecs
[ 16.047758] calling acpi_reserve_resources+0x0/0x2c2 @ 1
[ 16.049803] initcall acpi_reserve_resources+0x0/0x2c2 returned 0 after 109 usecs
[ 16.052452] calling populate_rootfs+0x0/0x47 @ 1
[ 16.055861] Trying to unpack rootfs image as initramfs...
[ 29.573616] Freeing initrd memory: 192716K
[ 29.575945] initcall populate_rootfs+0x0/0x47 returned 0 after 13521794 usecs
[ 29.577255] calling pci_iommu_init+0x0/0x5f @ 1
[ 29.578183] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 29.579295] software IO TLB: mapped [mem 0x00000000b03ad000-0x00000000b43ad000] (64MB)
[ 29.580681] initcall pci_iommu_init+0x0/0x5f returned 0 after 2499 usecs
[ 29.581908] calling nhi_init+0x0/0x48 @ 1
[ 29.582871] ACPI: bus type thunderbolt registered
[ 29.584525] initcall nhi_init+0x0/0x48 returned 0 after 1815 usecs
[ 29.587297] calling ia32_binfmt_init+0x0/0x1d @ 1
[ 29.588918] initcall ia32_binfmt_init+0x0/0x1d returned 0 after 136 usecs
[ 29.591055] calling rapl_pmu_init+0x0/0x122 @ 1
[ 29.592729] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
[ 29.595288] initcall rapl_pmu_init+0x0/0x122 returned 0 after 2705 usecs
[ 29.597358] calling amd_ibs_init+0x0/0x147 @ 1
[ 29.598857] initcall amd_ibs_init+0x0/0x147 returned -19 after 1 usecs
[ 29.600791] calling msr_init+0x0/0x8a @ 1
[ 29.602099] initcall msr_init+0x0/0x8a returned 0 after 26 usecs
[ 29.604065] calling intel_uncore_init+0x0/0x240 @ 1
[ 29.605872] initcall intel_uncore_init+0x0/0x240 returned -19 after 2 usecs
[ 29.608166] calling cstate_pmu_init+0x0/0x9a @ 1
[ 29.609821] initcall cstate_pmu_init+0x0/0x9a returned -19 after 3 usecs
[ 29.611999] calling kvm_x86_init+0x0/0x16 @ 1
[ 29.613702] initcall kvm_x86_init+0x0/0x16 returned 0 after 62 usecs
[ 29.615717] calling vmx_init+0x0/0xe6 @ 1
[ 29.617194] kvm: no hardware support for 'kvm_intel'
[ 29.618936] initcall vmx_init+0x0/0xe6 returned -95 after 1818 usecs
[ 29.621150] calling register_kernel_offset_dumper+0x0/0x24 @ 1
[ 29.623224] initcall register_kernel_offset_dumper+0x0/0x24 returned 0 after 5 usecs
[ 29.625877] calling i8259A_init_ops+0x0/0x2d @ 1
[ 29.627712] initcall i8259A_init_ops+0x0/0x2d returned 0 after 10 usecs
[ 29.630128] calling init_tsc_clocksource+0x0/0x149 @ 1
[ 29.632116] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x285c9d8cb0a, max_idle_ns: 440795325745 ns
[ 29.635472] initcall init_tsc_clocksource+0x0/0x149 returned 0 after 3357 usecs
[ 29.637885] calling add_rtc_cmos+0x0/0x169 @ 1
[ 29.639461] initcall add_rtc_cmos+0x0/0x169 returned 0 after 9 usecs
[ 29.641541] calling i8237A_init_ops+0x0/0x41 @ 1
[ 29.642693] initcall i8237A_init_ops+0x0/0x41 returned 0 after 35 usecs
[ 29.643962] calling umwait_init+0x0/0xe8 @ 1
[ 29.644804] initcall umwait_init+0x0/0xe8 returned -19 after 1 usecs
[ 29.646051] calling msr_init+0x0/0x110 @ 1
[ 29.648166] initcall msr_init+0x0/0x110 returned 0 after 1286 usecs
[ 29.649349] calling ioapic_init_ops+0x0/0x1d @ 1
[ 29.650514] initcall ioapic_init_ops+0x0/0x1d returned 0 after 6 usecs
[ 29.652642] calling add_pcspkr+0x0/0xaa @ 1
[ 29.654812] initcall add_pcspkr+0x0/0xaa returned 0 after 662 usecs
[ 29.656712] calling start_periodic_check_for_corruption+0x0/0x7c @ 1
[ 29.658779] initcall start_periodic_check_for_corruption+0x0/0x7c returned 0 after 1 usecs
[ 29.660296] calling audit_classes_init+0x0/0xb8 @ 1
[ 29.661388] initcall audit_classes_init+0x0/0xb8 returned 0 after 150 usecs
[ 29.662666] calling pt_dump_init+0x0/0x77 @ 1
[ 29.663512] initcall pt_dump_init+0x0/0x77 returned 0 after 1 usecs
[ 29.664623] calling twofish_glue_init+0x0/0x1b @ 1
[ 29.665580] initcall twofish_glue_init+0x0/0x1b returned 0 after 56 usecs
[ 29.666825] calling twofish_3way_init+0x0/0x118 @ 1
[ 29.667829] initcall twofish_3way_init+0x0/0x118 returned 0 after 59 usecs
[ 29.669061] calling twofish_init+0x0/0x9b @ 1
[ 29.669966] CPU feature 'AVX registers' is not supported.
[ 29.670965] initcall twofish_init+0x0/0x9b returned -19 after 999 usecs
[ 29.672146] calling serpent_sse2_init+0x0/0x27 @ 1
[ 29.674135] initcall serpent_sse2_init+0x0/0x27 returned 0 after 1089 usecs
[ 29.675397] calling serpent_init+0x0/0x9b @ 1
[ 29.676238] CPU feature 'AVX registers' is not supported.
[ 29.677245] initcall serpent_init+0x0/0x9b returned -19 after 1006 usecs
[ 29.678492] calling serpent_avx2_init+0x0/0xfe @ 1
[ 29.679389] AVX2 instructions are not detected.
[ 29.680237] initcall serpent_avx2_init+0x0/0xfe returned -19 after 847 usecs
[ 29.681510] calling camellia_init+0x0/0xdd @ 1
[ 29.682602] initcall camellia_init+0x0/0xdd returned 0 after 215 usecs
[ 29.683803] calling camellia_aesni_init+0x0/0x12f @ 1
[ 29.684744] AVX or AES-NI instructions are not detected.
[ 29.685711] initcall camellia_aesni_init+0x0/0x12f returned -19 after 967 usecs
[ 29.686988] calling camellia_aesni_init+0x0/0x15c @ 1
[ 29.687940] AVX2 or AES-NI instructions are not detected.
[ 29.688909] initcall camellia_aesni_init+0x0/0x15c returned -19 after 968 usecs
[ 29.690205] calling cast5_init+0x0/0x9b @ 1
[ 29.692483] CPU feature 'AVX registers' is not supported.
[ 29.693456] initcall cast5_init+0x0/0x9b returned -19 after 973 usecs
[ 29.694608] calling sha1_ssse3_mod_init+0x0/0x1a0 @ 1
[ 29.695595] initcall sha1_ssse3_mod_init+0x0/0x1a0 returned 0 after 58 usecs
[ 29.696842] calling sha512_ssse3_mod_init+0x0/0x18e @ 1
[ 29.697882] initcall sha512_ssse3_mod_init+0x0/0x18e returned 0 after 44 usecs
[ 29.699158] calling blake2s_mod_init+0x0/0x114 @ 1
[ 29.700106] initcall blake2s_mod_init+0x0/0x114 returned 0 after 52 usecs
[ 29.701339] calling ghash_pclmulqdqni_mod_init+0x0/0x5f @ 1
[ 29.702417] initcall ghash_pclmulqdqni_mod_init+0x0/0x5f returned 0 after 51 usecs
[ 29.703729] calling crc32_pclmul_mod_init+0x0/0x3f @ 1
[ 29.704746] initcall crc32_pclmul_mod_init+0x0/0x3f returned 0 after 53 usecs
[ 29.706803] calling nhpoly1305_mod_init+0x0/0x88 @ 1
[ 29.708723] initcall nhpoly1305_mod_init+0x0/0x88 returned -19 after 2 usecs
[ 29.711259] calling curve25519_mod_init+0x0/0x8f @ 1
[ 29.712818] initcall curve25519_mod_init+0x0/0x8f returned 0 after 2 usecs
[ 29.715114] calling sm3_avx_mod_init+0x0/0xfb @ 1
[ 29.716852] sm3_avx_x86_64: AVX instruction are not detected.
[ 29.718740] initcall sm3_avx_mod_init+0x0/0xfb returned -19 after 1887 usecs
[ 29.721116] calling sm4_init+0x0/0x12f @ 1
[ 29.722644] AVX or AES-NI instructions are not detected.
[ 29.724544] initcall sm4_init+0x0/0x12f returned -19 after 1901 usecs
[ 29.726530] calling sm4_init+0x0/0x15c @ 1
[ 29.728008] AVX2 or AES-NI instructions are not detected.
[ 29.729974] initcall sm4_init+0x0/0x15c returned -19 after 1965 usecs
[ 29.731938] calling proc_execdomains_init+0x0/0x2b @ 1
[ 29.733627] initcall proc_execdomains_init+0x0/0x2b returned 0 after 54 usecs
[ 29.736145] calling register_warn_debugfs+0x0/0x2d @ 1
[ 29.738318] initcall register_warn_debugfs+0x0/0x2d returned 0 after 111 usecs
[ 29.740777] calling ioresources_init+0x0/0x53 @ 1
[ 29.742563] initcall ioresources_init+0x0/0x53 returned 0 after 96 usecs
[ 29.744774] calling psi_proc_init+0x0/0x76 @ 1
[ 29.746530] initcall psi_proc_init+0x0/0x76 returned 0 after 2 usecs
[ 29.748726] calling lockdep_proc_init+0x0/0x69 @ 1
[ 29.750548] initcall lockdep_proc_init+0x0/0x69 returned 0 after 81 usecs
[ 29.752584] calling irq_pm_init_ops+0x0/0x1d @ 1
[ 29.754026] initcall irq_pm_init_ops+0x0/0x1d returned 0 after 7 usecs
[ 29.755779] calling irq_debugfs_init+0x0/0xfc @ 1
[ 29.758427] initcall irq_debugfs_init+0x0/0xfc returned 0 after 1072 usecs
[ 29.759728] calling klp_init+0x0/0x5d @ 1
[ 29.760617] initcall klp_init+0x0/0x5d returned 0 after 46 usecs
[ 29.761727] calling proc_modules_init+0x0/0x28 @ 1
[ 29.763163] initcall proc_modules_init+0x0/0x28 returned 0 after 45 usecs
[ 29.765325] calling timekeeping_init_ops+0x0/0x1d @ 1
[ 29.766474] initcall timekeeping_init_ops+0x0/0x1d returned 0 after 5 usecs
[ 29.767759] calling init_clocksource_sysfs+0x0/0x2d @ 1
[ 29.769433] initcall init_clocksource_sysfs+0x0/0x2d returned 0 after 721 usecs
[ 29.770791] calling init_timer_list_procfs+0x0/0x41 @ 1
[ 29.771776] initcall init_timer_list_procfs+0x0/0x41 returned 0 after 22 usecs
[ 29.773058] calling alarmtimer_init+0x0/0x138 @ 1
[ 29.774233] initcall alarmtimer_init+0x0/0x138 returned 0 after 244 usecs
[ 29.775454] calling init_posix_timers+0x0/0x33 @ 1
[ 29.776405] initcall init_posix_timers+0x0/0x33 returned 0 after 54 usecs
[ 29.777641] calling clockevents_init_sysfs+0x0/0x28 @ 1
[ 29.786786] initcall clockevents_init_sysfs+0x0/0x28 returned 0 after 974 usecs
[ 29.788111] calling proc_dma_init+0x0/0x2b @ 1
[ 29.789010] initcall proc_dma_init+0x0/0x2b returned 0 after 45 usecs
[ 29.790155] calling kallsyms_init+0x0/0x2b @ 1
[ 29.791053] initcall kallsyms_init+0x0/0x2b returned 0 after 18 usecs
[ 29.792167] calling ikconfig_init+0x0/0x54 @ 1
[ 29.793041] initcall ikconfig_init+0x0/0x54 returned 0 after 18 usecs
[ 29.794194] calling ikheaders_init+0x0/0x61 @ 1
[ 29.795074] initcall ikheaders_init+0x0/0x61 returned 0 after 23 usecs
[ 29.796248] calling audit_watch_init+0x0/0x45 @ 1
[ 29.797168] initcall audit_watch_init+0x0/0x45 returned 0 after 20 usecs
[ 29.798386] calling audit_fsnotify_init+0x0/0x48 @ 1
[ 29.799332] initcall audit_fsnotify_init+0x0/0x48 returned 0 after 18 usecs
[ 29.800588] calling audit_tree_init+0x0/0xde @ 1
[ 29.801542] initcall audit_tree_init+0x0/0xde returned 0 after 71 usecs
[ 29.802753] calling utsname_sysctl_init+0x0/0x1d @ 1
[ 29.803795] initcall utsname_sysctl_init+0x0/0x1d returned 0 after 110 usecs
[ 29.805046] calling init_tracepoints+0x0/0x33 @ 1
[ 29.806616] initcall init_tracepoints+0x0/0x33 returned 0 after 5 usecs
[ 29.808737] calling init_lstats_procfs+0x0/0x45 @ 1
[ 29.810537] initcall init_lstats_procfs+0x0/0x45 returned 0 after 83 usecs
[ 29.812748] calling stack_trace_init+0x0/0xab @ 1
[ 29.814814] initcall stack_trace_init+0x0/0xab returned 0 after 239 usecs
[ 29.817257] calling register_wwnr+0x0/0x1d @ 1
[ 29.819391] initcall register_wwnr+0x0/0x1d returned 0 after 493 usecs
[ 29.821571] calling perf_event_sysfs_init+0x0/0x12a @ 1
[ 29.827385] initcall perf_event_sysfs_init+0x0/0x12a returned 0 after 3934 usecs
[ 29.829911] calling kswapd_init+0x0/0x1d @ 1
[ 29.831911] initcall kswapd_init+0x0/0x1d returned 0 after 430 usecs
[ 29.834204] calling extfrag_debug_init+0x0/0x5e @ 1
[ 29.836010] initcall extfrag_debug_init+0x0/0x5e returned 0 after 255 usecs
[ 29.838183] calling slab_proc_init+0x0/0x2b @ 1
[ 29.839867] initcall slab_proc_init+0x0/0x2b returned 0 after 194 usecs
[ 29.842217] calling workingset_init+0x0/0xea @ 1
[ 29.843946] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 29.846111] initcall workingset_init+0x0/0xea returned 0 after 2165 usecs
[ 29.848465] calling proc_vmalloc_init+0x0/0x31 @ 1
[ 29.850267] initcall proc_vmalloc_init+0x0/0x31 returned 0 after 61 usecs
[ 29.852606] calling slab_sysfs_init+0x0/0xf9 @ 1
[ 29.903601] initcall slab_sysfs_init+0x0/0xf9 returned 0 after 49207 usecs
[ 29.904966] calling slab_debugfs_init+0x0/0x53 @ 1
[ 29.927903] initcall slab_debugfs_init+0x0/0x53 returned 0 after 21294 usecs
[ 29.930659] calling fcntl_init+0x0/0x33 @ 1
[ 29.933330] initcall fcntl_init+0x0/0x33 returned 0 after 1006 usecs
[ 29.935620] calling proc_filesystems_init+0x0/0x2b @ 1
[ 29.937544] initcall proc_filesystems_init+0x0/0x2b returned 0 after 59 usecs
[ 29.939970] calling start_dirtytime_writeback+0x0/0x5f @ 1
[ 29.941898] initcall start_dirtytime_writeback+0x0/0x5f returned 0 after 7 usecs
[ 29.944247] calling dio_init+0x0/0x36 @ 1
[ 29.946728] initcall dio_init+0x0/0x36 returned 0 after 1090 usecs
[ 29.948797] calling fanotify_user_setup+0x0/0x19e @ 1
[ 29.953057] initcall fanotify_user_setup+0x0/0x19e returned 0 after 2540 usecs
[ 29.955561] calling aio_setup+0x0/0xa1 @ 1
[ 29.958722] initcall aio_setup+0x0/0xa1 returned 0 after 1744 usecs
[ 29.959893] calling mbcache_init+0x0/0x40 @ 1
[ 29.961276] initcall mbcache_init+0x0/0x40 returned 0 after 495 usecs
[ 29.962486] calling init_v1_quota_format+0x0/0x1b @ 1
[ 29.963492] initcall init_v1_quota_format+0x0/0x1b returned 0 after 50 usecs
[ 29.964801] calling init_devpts_fs+0x0/0x31 @ 1
[ 29.965822] initcall init_devpts_fs+0x0/0x31 returned 0 after 123 usecs
[ 29.967034] calling init_reiserfs_fs+0x0/0x72 @ 1
[ 29.968541] initcall init_reiserfs_fs+0x0/0x72 returned 0 after 551 usecs
[ 29.969809] calling ext4_init_fs+0x0/0x160 @ 1
[ 29.977037] initcall ext4_init_fs+0x0/0x160 returned 0 after 6345 usecs
[ 29.978351] calling init_ext2_fs+0x0/0x45 @ 1
[ 29.979687] initcall init_ext2_fs+0x0/0x45 returned 0 after 489 usecs
[ 29.980840] calling journal_init+0x0/0x3a @ 1
[ 29.984614] initcall journal_init+0x0/0x3a returned 0 after 2904 usecs
[ 29.985851] calling init_cramfs_fs+0x0/0x37 @ 1
[ 29.986866] initcall init_cramfs_fs+0x0/0x37 returned 0 after 144 usecs
[ 29.988107] calling init_squashfs_fs+0x0/0x78 @ 1
[ 29.989582] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 29.990706] initcall init_squashfs_fs+0x0/0x78 returned 0 after 1698 usecs
[ 29.991955] calling init_minix_fs+0x0/0x72 @ 1
[ 29.993348] initcall init_minix_fs+0x0/0x72 returned 0 after 535 usecs
[ 29.994613] calling init_fat_fs+0x0/0x55 @ 1
[ 29.996362] initcall init_fat_fs+0x0/0x55 returned 0 after 914 usecs
[ 29.997485] calling init_msdos_fs+0x0/0x1b @ 1
[ 29.999791] initcall init_msdos_fs+0x0/0x1b returned 0 after 4 usecs
[ 30.000909] calling init_exfat_fs+0x0/0x7d @ 1
[ 30.002748] initcall init_exfat_fs+0x0/0x7d returned 0 after 967 usecs
[ 30.003967] calling init_hfsplus_fs+0x0/0x77 @ 1
[ 30.006194] initcall init_hfsplus_fs+0x0/0x77 returned 0 after 1350 usecs
[ 30.008486] calling init_hfs_fs+0x0/0x6d @ 1
[ 30.011122] initcall init_hfs_fs+0x0/0x6d returned 0 after 973 usecs
[ 30.013263] calling vxfs_init+0x0/0x6e @ 1
[ 30.015875] initcall vxfs_init+0x0/0x6e returned 0 after 877 usecs
[ 30.018118] calling init_nls_cp437+0x0/0x1d @ 1
[ 30.019885] initcall init_nls_cp437+0x0/0x1d returned 0 after 82 usecs
[ 30.022279] calling init_nls_cp737+0x0/0x1d @ 1
[ 30.023855] initcall init_nls_cp737+0x0/0x1d returned 0 after 3 usecs
[ 30.025831] calling init_nls_cp775+0x0/0x1d @ 1
[ 30.027663] initcall init_nls_cp775+0x0/0x1d returned 0 after 4 usecs
[ 30.029742] calling init_nls_cp850+0x0/0x1d @ 1
[ 30.031616] initcall init_nls_cp850+0x0/0x1d returned 0 after 4 usecs
[ 30.033891] calling init_nls_cp852+0x0/0x1d @ 1
[ 30.035415] initcall init_nls_cp852+0x0/0x1d returned 0 after 4 usecs
[ 30.037352] calling init_nls_cp855+0x0/0x1d @ 1
[ 30.038882] initcall init_nls_cp855+0x0/0x1d returned 0 after 4 usecs
[ 30.040959] calling init_nls_cp860+0x0/0x1d @ 1
[ 30.042653] initcall init_nls_cp860+0x0/0x1d returned 0 after 4 usecs
[ 30.044702] calling init_nls_cp862+0x0/0x1d @ 1
[ 30.046404] initcall init_nls_cp862+0x0/0x1d returned 0 after 5 usecs
[ 30.048543] calling init_nls_cp863+0x0/0x1d @ 1
[ 30.050275] initcall init_nls_cp863+0x0/0x1d returned 0 after 5 usecs
[ 30.052469] calling init_nls_cp864+0x0/0x1d @ 1
[ 30.054204] initcall init_nls_cp864+0x0/0x1d returned 0 after 4 usecs
[ 30.056305] calling init_nls_cp866+0x0/0x1d @ 1
[ 30.058114] initcall init_nls_cp866+0x0/0x1d returned 0 after 4 usecs
[ 30.060238] calling init_nls_cp869+0x0/0x1d @ 1
[ 30.061924] initcall init_nls_cp869+0x0/0x1d returned 0 after 3 usecs
[ 30.063050] calling init_nls_cp874+0x0/0x1d @ 1
[ 30.063942] initcall init_nls_cp874+0x0/0x1d returned 0 after 2 usecs
[ 30.065053] calling init_nls_cp932+0x0/0x1d @ 1
[ 30.065956] initcall init_nls_cp932+0x0/0x1d returned 0 after 2 usecs
[ 30.067099] calling init_nls_euc_jp+0x0/0x95 @ 1
[ 30.067990] initcall init_nls_euc_jp+0x0/0x95 returned 0 after 3 usecs
[ 30.069177] calling init_nls_cp950+0x0/0x1d @ 1
[ 30.070086] initcall init_nls_cp950+0x0/0x1d returned 0 after 2 usecs
[ 30.071239] calling init_nls_cp1251+0x0/0x1d @ 1
[ 30.072126] initcall init_nls_cp1251+0x0/0x1d returned 0 after 2 usecs
[ 30.073305] calling init_nls_ascii+0x0/0x1d @ 1
[ 30.074222] initcall init_nls_ascii+0x0/0x1d returned 0 after 2 usecs
[ 30.075334] calling init_nls_iso8859_3+0x0/0x1d @ 1
[ 30.076251] initcall init_nls_iso8859_3+0x0/0x1d returned 0 after 1 usecs
[ 30.077492] calling init_nls_iso8859_4+0x0/0x1d @ 1
[ 30.078453] initcall init_nls_iso8859_4+0x0/0x1d returned 0 after 1 usecs
[ 30.079669] calling init_nls_iso8859_5+0x0/0x1d @ 1
[ 30.080604] initcall init_nls_iso8859_5+0x0/0x1d returned 0 after 1 usecs
[ 30.081837] calling init_nls_iso8859_7+0x0/0x1d @ 1
[ 30.082751] initcall init_nls_iso8859_7+0x0/0x1d returned 0 after 2 usecs
[ 30.083983] calling init_nls_cp1255+0x0/0x1d @ 1
[ 30.084869] initcall init_nls_cp1255+0x0/0x1d returned 0 after 2 usecs
[ 30.086068] calling init_nls_iso8859_9+0x0/0x1d @ 1
[ 30.086982] initcall init_nls_iso8859_9+0x0/0x1d returned 0 after 2 usecs
[ 30.088217] calling init_nls_iso8859_13+0x0/0x1d @ 1
[ 30.089141] initcall init_nls_iso8859_13+0x0/0x1d returned 0 after 2 usecs
[ 30.090382] calling init_nls_koi8_u+0x0/0x1d @ 1
[ 30.091281] initcall init_nls_koi8_u+0x0/0x1d returned 0 after 2 usecs
[ 30.092450] calling init_nls_koi8_ru+0x0/0x95 @ 1
[ 30.093340] initcall init_nls_koi8_ru+0x0/0x95 returned 0 after 2 usecs
[ 30.094590] calling init_nls_utf8+0x0/0x69 @ 1
[ 30.095444] initcall init_nls_utf8+0x0/0x69 returned 0 after 2 usecs
[ 30.096544] calling init_nls_macceltic+0x0/0x1d @ 1
[ 30.097480] initcall init_nls_macceltic+0x0/0x1d returned 0 after 1 usecs
[ 30.098768] calling init_nls_maccroatian+0x0/0x1d @ 1
[ 30.099698] initcall init_nls_maccroatian+0x0/0x1d returned 0 after 1 usecs
[ 30.100961] calling init_nls_maccyrillic+0x0/0x1d @ 1
[ 30.101915] initcall init_nls_maccyrillic+0x0/0x1d returned 0 after 2 usecs
[ 30.103146] calling init_nls_macgaelic+0x0/0x1d @ 1
[ 30.104079] initcall init_nls_macgaelic+0x0/0x1d returned 0 after 2 usecs
[ 30.105301] calling init_nls_maciceland+0x0/0x1d @ 1
[ 30.107161] initcall init_nls_maciceland+0x0/0x1d returned 0 after 4 usecs
[ 30.109489] calling init_nls_macinuit+0x0/0x1d @ 1
[ 30.111215] initcall init_nls_macinuit+0x0/0x1d returned 0 after 6 usecs
[ 30.113419] calling init_nls_macromanian+0x0/0x1d @ 1
[ 30.115259] initcall init_nls_macromanian+0x0/0x1d returned 0 after 10 usecs
[ 30.117615] calling init_nls_macroman+0x0/0x1d @ 1
[ 30.119352] initcall init_nls_macroman+0x0/0x1d returned 0 after 7 usecs
[ 30.121605] calling init_sysv_fs+0x0/0x57 @ 1
[ 30.124022] initcall init_sysv_fs+0x0/0x57 returned 0 after 883 usecs
[ 30.126093] calling init_hpfs_fs+0x0/0x72 @ 1
[ 30.128983] initcall init_hpfs_fs+0x0/0x72 returned 0 after 1066 usecs
[ 30.131692] calling init_ufs_fs+0x0/0x45 @ 1
[ 30.134224] initcall init_ufs_fs+0x0/0x45 returned 0 after 999 usecs
[ 30.136431] calling init_jffs2_fs+0x0/0xcf @ 1
[ 30.138148] jffs2: version 2.2. © 2001-2006 Red Hat, Inc.
[ 30.147439] initcall init_jffs2_fs+0x0/0xcf returned 0 after 9291 usecs
[ 30.149906] calling init_affs_fs+0x0/0x72 @ 1
[ 30.152525] initcall init_affs_fs+0x0/0x72 returned 0 after 842 usecs
[ 30.154826] calling init_romfs_fs+0x0/0x95 @ 1
[ 30.156453] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[ 30.159018] initcall init_romfs_fs+0x0/0x95 returned 0 after 2565 usecs
[ 30.161229] calling fuse_init+0x0/0x10f @ 1
[ 30.162778] fuse: init (API version 7.36)
[ 30.166286] initcall fuse_init+0x0/0x10f returned 0 after 3508 usecs
[ 30.167447] calling cuse_init+0x0/0x12f @ 1
[ 30.168746] initcall cuse_init+0x0/0x12f returned 0 after 480 usecs
[ 30.169880] calling orangefs_init+0x0/0x1c8 @ 1
[ 30.171929] orangefs_debugfs_init: called with debug mask: :none: :0:
[ 30.173734] orangefs_init: module version upstream loaded
[ 30.174739] initcall orangefs_init+0x0/0x1c8 returned 0 after 3962 usecs
[ 30.176091] calling init_udf_fs+0x0/0x72 @ 1
[ 30.177435] initcall init_udf_fs+0x0/0x72 returned 0 after 508 usecs
[ 30.178576] calling init_omfs_fs+0x0/0x1b @ 1
[ 30.179433] initcall init_omfs_fs+0x0/0x1b returned 0 after 3 usecs
[ 30.180539] calling init_jfs_fs+0x0/0x3a4 @ 1
[ 30.182603] JFS: nTxBlock = 8192, nTxLock = 65536
[ 30.194214] initcall init_jfs_fs+0x0/0x3a4 returned 0 after 12824 usecs
[ 30.195512] calling init_nilfs_fs+0x0/0x57 @ 1
[ 30.198425] NILFS version 2 loaded
[ 30.199137] initcall init_nilfs_fs+0x0/0x57 returned 0 after 2773 usecs
[ 30.200330] calling init_gfs2_fs+0x0/0x7ca @ 1
[ 30.207903] gfs2: GFS2 installed
[ 30.209193] initcall init_gfs2_fs+0x0/0x7ca returned 0 after 7994 usecs
[ 30.211266] calling init_f2fs_fs+0x0/0x161 @ 1
[ 30.232139] initcall init_f2fs_fs+0x0/0x161 returned 0 after 19437 usecs
[ 30.234644] calling efivarfs_init+0x0/0x2c @ 1
[ 30.236253] initcall efivarfs_init+0x0/0x2c returned -19 after 2 usecs
[ 30.238605] calling ipc_init+0x0/0x2e @ 1
[ 30.240384] initcall ipc_init+0x0/0x2e returned 0 after 261 usecs
[ 30.242517] calling ipc_sysctl_init+0x0/0x36 @ 1
[ 30.244442] initcall ipc_sysctl_init+0x0/0x36 returned 0 after 175 usecs
[ 30.246784] calling init_mqueue_fs+0x0/0xc0 @ 1
[ 30.249873] initcall init_mqueue_fs+0x0/0xc0 returned 0 after 1570 usecs
[ 30.252346] calling key_proc_init+0x0/0x77 @ 1
[ 30.254201] initcall key_proc_init+0x0/0x77 returned 0 after 72 usecs
[ 30.256371] calling crypto_user_init+0x0/0x1b @ 1
[ 30.258468] initcall crypto_user_init+0x0/0x1b returned 0 after 233 usecs
[ 30.260944] calling aes_init+0x0/0x1b @ 1
[ 30.262253] initcall aes_init+0x0/0x1b returned 0 after 63 usecs
[ 30.263318] calling crc64_rocksoft_init+0x0/0x1b @ 1
[ 30.264308] initcall crc64_rocksoft_init+0x0/0x1b returned 0 after 28 usecs
[ 30.265543] calling jent_mod_init+0x0/0x39 @ 1
[ 30.275914] initcall jent_mod_init+0x0/0x39 returned 0 after 9480 usecs
[ 30.277192] calling af_alg_init+0x0/0x48 @ 1
[ 30.278055] NET: Registered PF_ALG protocol family
[ 30.278941] initcall af_alg_init+0x0/0x48 returned 0 after 892 usecs
[ 30.280042] calling algif_hash_init+0x0/0x1b @ 1
[ 30.281026] initcall algif_hash_init+0x0/0x1b returned 0 after 88 usecs
[ 30.282245] calling algif_skcipher_init+0x0/0x1b @ 1
[ 30.284635] initcall algif_skcipher_init+0x0/0x1b returned 0 after 12 usecs
[ 30.285892] calling rng_init+0x0/0x1b @ 1
[ 30.286696] initcall rng_init+0x0/0x1b returned 0 after 12 usecs
[ 30.287768] calling ecrdsa_mod_init+0x0/0x1b @ 1
[ 30.288688] initcall ecrdsa_mod_init+0x0/0x1b returned 0 after 44 usecs
[ 30.289912] calling calibrate_xor_blocks+0x0/0x285 @ 1
[ 30.290894] xor: measuring software checksum speed
[ 30.292400] prefetch64-sse : 16087 MB/sec
[ 30.293973] generic_sse : 13753 MB/sec
[ 30.294805] xor: using function: prefetch64-sse (16087 MB/sec)
[ 30.295830] initcall calibrate_xor_blocks+0x0/0x285 returned 0 after 4949 usecs
[ 30.297127] calling async_pq_init+0x0/0x4b @ 1
[ 30.298026] initcall async_pq_init+0x0/0x4b returned 0 after 8 usecs
[ 30.299124] calling asymmetric_key_init+0x0/0x1b @ 1
[ 30.300091] Key type asymmetric registered
[ 30.300937] initcall asymmetric_key_init+0x0/0x1b returned 0 after 892 usecs
[ 30.302226] calling crypto_kdf108_init+0x0/0x1c6 @ 1
[ 30.344192] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 30.346409] initcall crypto_kdf108_init+0x0/0x1c6 returned 0 after 43263 usecs
[ 30.348955] calling blkdev_init+0x0/0x2a @ 1
[ 30.352463] initcall blkdev_init+0x0/0x2a returned 0 after 1850 usecs
[ 30.354688] calling proc_genhd_init+0x0/0x4b @ 1
[ 30.356504] initcall proc_genhd_init+0x0/0x4b returned 0 after 63 usecs
[ 30.358801] calling bsg_init+0x0/0x122 @ 1
[ 30.360637] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 236)
[ 30.363176] initcall bsg_init+0x0/0x122 returned 0 after 2814 usecs
[ 30.365301] calling throtl_init+0x0/0x4b @ 1
[ 30.366713] initcall throtl_init+0x0/0x4b returned 0 after 367 usecs
[ 30.367848] calling ioprio_init+0x0/0x1b @ 1
[ 30.368772] initcall ioprio_init+0x0/0x1b returned 0 after 99 usecs
[ 30.369886] calling ioc_init+0x0/0x1b @ 1
[ 30.370815] initcall ioc_init+0x0/0x1b returned 0 after 104 usecs
[ 30.371945] calling deadline_init+0x0/0x1b @ 1
[ 30.372833] io scheduler mq-deadline registered
[ 30.373704] initcall deadline_init+0x0/0x1b returned 0 after 896 usecs
[ 30.374908] calling bfq_init+0x0/0x7a @ 1
[ 30.376678] io scheduler bfq registered
[ 30.377470] initcall bfq_init+0x0/0x7a returned 0 after 1765 usecs
[ 30.378565] calling io_uring_init+0x0/0x3b @ 1
[ 30.379943] initcall io_uring_init+0x0/0x3b returned 0 after 526 usecs
[ 30.381154] calling blake2s_mod_init+0x0/0x11 @ 1
[ 30.382079] initcall blake2s_mod_init+0x0/0x11 returned 0 after 0 usecs
[ 30.383265] calling curve25519_init+0x0/0x11 @ 1
[ 30.384169] initcall curve25519_init+0x0/0x11 returned 0 after 0 usecs
[ 30.385350] calling crc_t10dif_mod_init+0x0/0x7e @ 1
[ 30.386973] initcall crc_t10dif_mod_init+0x0/0x7e returned 0 after 672 usecs
[ 30.388289] calling libcrc32c_mod_init+0x0/0x2e @ 1
[ 30.389562] initcall libcrc32c_mod_init+0x0/0x2e returned 0 after 332 usecs
[ 30.390861] calling crc64_rocksoft_mod_init+0x0/0x7e @ 1
[ 30.392551] initcall crc64_rocksoft_mod_init+0x0/0x7e returned 0 after 721 usecs
[ 30.393921] calling sw842_init+0x0/0x21 @ 1
[ 30.394752] initcall sw842_init+0x0/0x21 returned 0 after 1 usecs
[ 30.395818] calling sw842_init+0x0/0x21 @ 1
[ 30.396643] initcall sw842_init+0x0/0x21 returned 0 after 1 usecs
[ 30.397753] calling sg_pool_init+0x0/0x1fc @ 1
[ 30.401206] initcall sg_pool_init+0x0/0x1fc returned 0 after 2591 usecs
[ 30.402463] calling phy_core_init+0x0/0x7f @ 1
[ 30.403446] initcall phy_core_init+0x0/0x7f returned 0 after 116 usecs
[ 30.404652] calling intel_emmc_driver_init+0x0/0x1d @ 1
[ 30.406255] initcall intel_emmc_driver_init+0x0/0x1d returned 0 after 295 usecs
[ 30.408615] calling qcom_usb_hs_phy_driver_init+0x0/0x1d @ 1
[ 30.410900] initcall qcom_usb_hs_phy_driver_init+0x0/0x1d returned 0 after 234 usecs
[ 30.413215] calling qcom_usb_hsic_phy_driver_init+0x0/0x1d @ 1
[ 30.415598] initcall qcom_usb_hsic_phy_driver_init+0x0/0x1d returned 0 after 309 usecs
[ 30.418177] calling tusb1210_driver_init+0x0/0x1d @ 1
[ 30.420308] initcall tusb1210_driver_init+0x0/0x1d returned 0 after 283 usecs
[ 30.423026] calling jsl_pinctrl_driver_init+0x0/0x1d @ 1
[ 30.425369] initcall jsl_pinctrl_driver_init+0x0/0x1d returned 0 after 337 usecs
[ 30.427847] calling lkf_pinctrl_driver_init+0x0/0x1d @ 1
[ 30.430226] initcall lkf_pinctrl_driver_init+0x0/0x1d returned 0 after 352 usecs
[ 30.432888] calling lbg_pinctrl_driver_init+0x0/0x1d @ 1
[ 30.435184] initcall lbg_pinctrl_driver_init+0x0/0x1d returned 0 after 377 usecs
[ 30.437593] calling mtl_pinctrl_driver_init+0x0/0x1d @ 1
[ 30.439720] initcall mtl_pinctrl_driver_init+0x0/0x1d returned 0 after 287 usecs
[ 30.442263] calling bgpio_driver_init+0x0/0x1d @ 1
[ 30.444567] initcall bgpio_driver_init+0x0/0x1d returned 0 after 368 usecs
[ 30.447217] calling crystalcove_gpio_driver_init+0x0/0x1d @ 1
[ 30.449529] initcall crystalcove_gpio_driver_init+0x0/0x1d returned 0 after 284 usecs
[ 30.451977] calling da9052_gpio_driver_init+0x0/0x1d @ 1
[ 30.453925] initcall da9052_gpio_driver_init+0x0/0x1d returned 0 after 375 usecs
[ 30.456437] calling dwapb_gpio_driver_init+0x0/0x1d @ 1
[ 30.458688] initcall dwapb_gpio_driver_init+0x0/0x1d returned 0 after 260 usecs
[ 30.461286] calling it87_gpio_init+0x0/0x3d3 @ 1
[ 30.462542] gpio_it87: no device
[ 30.463231] initcall it87_gpio_init+0x0/0x3d3 returned -19 after 794 usecs
[ 30.464496] calling kempld_gpio_driver_init+0x0/0x1d @ 1
[ 30.465651] initcall kempld_gpio_driver_init+0x0/0x1d returned 0 after 181 usecs
[ 30.467019] calling lp3943_gpio_driver_init+0x0/0x1d @ 1
[ 30.468159] initcall lp3943_gpio_driver_init+0x0/0x1d returned 0 after 146 usecs
[ 30.469455] calling max3191x_driver_init+0x0/0x14 @ 1
[ 30.470596] initcall max3191x_driver_init+0x0/0x14 returned 0 after 158 usecs
[ 30.471859] calling mb86s70_gpio_driver_init+0x0/0x1d @ 1
[ 30.472968] initcall mb86s70_gpio_driver_init+0x0/0x1d returned 0 after 128 usecs
[ 30.474336] calling gpio_mockup_init+0x0/0x167 @ 1
[ 30.475435] initcall gpio_mockup_init+0x0/0x167 returned 0 after 203 usecs
[ 30.476657] calling sch311x_gpio_init+0x0/0x11d @ 1
[ 30.477721] initcall sch311x_gpio_init+0x0/0x11d returned -19 after 129 usecs
[ 30.478982] calling gpio_sim_init+0x0/0xa9 @ 1
[ 30.480607] initcall gpio_sim_init+0x0/0xa9 returned 0 after 750 usecs
[ 30.481842] calling gpio_siox_driver_init+0x0/0x1d @ 1
[ 30.482922] initcall gpio_siox_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 30.484225] calling tpic2810_driver_init+0x0/0x1d @ 1
[ 30.485318] initcall tpic2810_driver_init+0x0/0x1d returned 0 after 162 usecs
[ 30.486601] calling tps65912_gpio_driver_init+0x0/0x1d @ 1
[ 30.487758] initcall tps65912_gpio_driver_init+0x0/0x1d returned 0 after 141 usecs
[ 30.489073] calling winbond_gpio_idriver_init+0x0/0x20 @ 1
[ 30.490550] gpio_winbond: chip ID at 2e is ffff
[ 30.491409] gpio_winbond: not an our chip
[ 30.492237] gpio_winbond: chip ID at 4e is ffff
[ 30.493086] gpio_winbond: not an our chip
[ 30.494364] initcall winbond_gpio_idriver_init+0x0/0x20 returned -19 after 4266 usecs
[ 30.495724] calling ws16c48_driver_init+0x0/0x21 @ 1
[ 30.496891] initcall ws16c48_driver_init+0x0/0x21 returned -19 after 241 usecs
[ 30.498203] calling crystalcove_pwm_driver_init+0x0/0x1d @ 1
[ 30.499407] initcall crystalcove_pwm_driver_init+0x0/0x1d returned 0 after 184 usecs
[ 30.500773] calling lp3943_pwm_driver_init+0x0/0x1d @ 1
[ 30.501904] initcall lp3943_pwm_driver_init+0x0/0x1d returned 0 after 139 usecs
[ 30.503217] calling pwm_lpss_driver_platform_init+0x0/0x1d @ 1
[ 30.504424] initcall pwm_lpss_driver_platform_init+0x0/0x1d returned 0 after 141 usecs
[ 30.506362] calling pca9685_i2c_driver_init+0x0/0x1d @ 1
[ 30.508452] initcall pca9685_i2c_driver_init+0x0/0x1d returned 0 after 223 usecs
[ 30.511078] calling pci_proc_init+0x0/0x88 @ 1
[ 30.512865] initcall pci_proc_init+0x0/0x88 returned 0 after 261 usecs
[ 30.515179] calling hx8357_driver_init+0x0/0x1d @ 1
[ 30.516839] SPI driver hx8357 has no spi_device_id for himax,hx8369
[ 30.519203] initcall hx8357_driver_init+0x0/0x1d returned 0 after 2365 usecs
[ 30.521521] calling lms283gf05_driver_init+0x0/0x1d @ 1
[ 30.523887] initcall lms283gf05_driver_init+0x0/0x1d returned 0 after 350 usecs
[ 30.526509] calling lms501kf03_driver_init+0x0/0x1d @ 1
[ 30.528741] initcall lms501kf03_driver_init+0x0/0x1d returned 0 after 280 usecs
[ 30.531276] calling ltv350qv_driver_init+0x0/0x1d @ 1
[ 30.535637] initcall ltv350qv_driver_init+0x0/0x1d returned 0 after 257 usecs
[ 30.538032] calling platform_lcd_driver_init+0x0/0x1d @ 1
[ 30.540378] initcall platform_lcd_driver_init+0x0/0x1d returned 0 after 411 usecs
[ 30.543088] calling tdo24m_driver_init+0x0/0x1d @ 1
[ 30.545164] initcall tdo24m_driver_init+0x0/0x1d returned 0 after 229 usecs
[ 30.547678] calling vgg2432a4_driver_init+0x0/0x1d @ 1
[ 30.549820] initcall vgg2432a4_driver_init+0x0/0x1d returned 0 after 321 usecs
[ 30.552405] calling pm860x_backlight_driver_init+0x0/0x1d @ 1
[ 30.554771] initcall pm860x_backlight_driver_init+0x0/0x1d returned 0 after 264 usecs
[ 30.557525] calling adp5520_bl_driver_init+0x0/0x1d @ 1
[ 30.559878] initcall adp5520_bl_driver_init+0x0/0x1d returned 0 after 289 usecs
[ 30.562123] calling adp8860_driver_init+0x0/0x1d @ 1
[ 30.563182] initcall adp8860_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 30.564454] calling apple_bl_init+0x0/0x14 @ 1
[ 30.565577] initcall apple_bl_init+0x0/0x14 returned 0 after 266 usecs
[ 30.566799] calling bd6107_driver_init+0x0/0x1d @ 1
[ 30.567876] initcall bd6107_driver_init+0x0/0x1d returned 0 after 140 usecs
[ 30.569117] calling da903x_backlight_driver_init+0x0/0x1d @ 1
[ 30.570345] initcall da903x_backlight_driver_init+0x0/0x1d returned 0 after 177 usecs
[ 30.571734] calling da9052_wled_driver_init+0x0/0x1d @ 1
[ 30.572841] initcall da9052_wled_driver_init+0x0/0x1d returned 0 after 133 usecs
[ 30.574218] calling ktd253_backlight_driver_init+0x0/0x1d @ 1
[ 30.575400] initcall ktd253_backlight_driver_init+0x0/0x1d returned 0 after 153 usecs
[ 30.576759] calling lp855x_driver_init+0x0/0x1d @ 1
[ 30.577877] initcall lp855x_driver_init+0x0/0x1d returned 0 after 139 usecs
[ 30.579163] calling lv5207lp_driver_init+0x0/0x1d @ 1
[ 30.580233] initcall lv5207lp_driver_init+0x0/0x1d returned 0 after 137 usecs
[ 30.581510] calling pcf50633_bl_driver_init+0x0/0x1d @ 1
[ 30.582648] initcall pcf50633_bl_driver_init+0x0/0x1d returned 0 after 130 usecs
[ 30.583961] calling wled_driver_init+0x0/0x1d @ 1
[ 30.585007] initcall wled_driver_init+0x0/0x1d returned 0 after 158 usecs
[ 30.586251] calling rt4831_bl_driver_init+0x0/0x1d @ 1
[ 30.587336] initcall rt4831_bl_driver_init+0x0/0x1d returned 0 after 119 usecs
[ 30.588608] calling kb3886_init+0x0/0x45 @ 1
[ 30.589443] initcall kb3886_init+0x0/0x45 returned -19 after 2 usecs
[ 30.590574] calling wm831x_backlight_driver_init+0x0/0x1d @ 1
[ 30.591736] initcall wm831x_backlight_driver_init+0x0/0x1d returned 0 after 138 usecs
[ 30.593087] calling arcxcnn_driver_init+0x0/0x1d @ 1
[ 30.594178] initcall arcxcnn_driver_init+0x0/0x1d returned 0 after 122 usecs
[ 30.595424] calling rave_sp_backlight_driver_init+0x0/0x1d @ 1
[ 30.596617] initcall rave_sp_backlight_driver_init+0x0/0x1d returned 0 after 162 usecs
[ 30.598037] calling arcfb_init+0x0/0x89 @ 1
[ 30.598856] initcall arcfb_init+0x0/0x89 returned -6 after 1 usecs
[ 30.599924] calling goldfish_fb_driver_init+0x0/0x1d @ 1
[ 30.601043] initcall goldfish_fb_driver_init+0x0/0x1d returned 0 after 140 usecs
[ 30.602360] calling metronomefb_driver_init+0x0/0x1d @ 1
[ 30.603485] initcall metronomefb_driver_init+0x0/0x1d returned 0 after 149 usecs
[ 30.604798] calling s1d13xxxfb_init+0x0/0x36 @ 1
[ 30.606376] initcall s1d13xxxfb_init+0x0/0x36 returned 0 after 243 usecs
[ 30.608708] calling gxt4500_init+0x0/0x42 @ 1
[ 30.610815] initcall gxt4500_init+0x0/0x42 returned 0 after 427 usecs
[ 30.613013] calling sm501fb_driver_init+0x0/0x1d @ 1
[ 30.615156] initcall sm501fb_driver_init+0x0/0x1d returned 0 after 267 usecs
[ 30.617500] calling dlfb_driver_init+0x0/0x24 @ 1
[ 30.619863] usbcore: registered new interface driver udlfb
[ 30.622017] initcall dlfb_driver_init+0x0/0x24 returned 0 after 2787 usecs
[ 30.624294] calling vesafb_driver_init+0x0/0x1d @ 1
[ 30.626445] initcall vesafb_driver_init+0x0/0x1d returned 0 after 315 usecs
[ 30.628846] calling simplefb_driver_init+0x0/0x1d @ 1
[ 30.631085] initcall simplefb_driver_init+0x0/0x1d returned 0 after 301 usecs
[ 30.633364] calling ipmb_driver_init+0x0/0x1d @ 1
[ 30.635437] initcall ipmb_driver_init+0x0/0x1d returned 0 after 329 usecs
[ 30.637678] calling ged_driver_init+0x0/0x1d @ 1
[ 30.639769] initcall ged_driver_init+0x0/0x1d returned 0 after 322 usecs
[ 30.642183] calling acpi_ac_init+0x0/0x85 @ 1
[ 30.644413] initcall acpi_ac_init+0x0/0x85 returned 0 after 498 usecs
[ 30.646625] calling acpi_button_driver_init+0x0/0xb4 @ 1
[ 30.650019] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 30.654512] ACPI: button: Power Button [PWRF]
[ 30.656591] initcall acpi_button_driver_init+0x0/0xb4 returned 0 after 8217 usecs
[ 30.659222] calling acpi_tad_driver_init+0x0/0x1d @ 1
[ 30.661340] initcall acpi_tad_driver_init+0x0/0x1d returned 0 after 259 usecs
[ 30.663731] calling acpi_processor_driver_init+0x0/0x104 @ 1
[ 30.666932] initcall acpi_processor_driver_init+0x0/0x104 returned 0 after 1196 usecs
[ 30.668355] calling acpi_thermal_init+0x0/0x78 @ 1
[ 30.669725] initcall acpi_thermal_init+0x0/0x78 returned 0 after 473 usecs
[ 30.670986] calling acpi_battery_init+0x0/0x78 @ 1
[ 30.671913] initcall acpi_battery_init+0x0/0x78 returned 0 after 23 usecs
[ 30.673125] calling acpi_hed_driver_init+0x0/0x1b @ 1
[ 30.674733] initcall acpi_hed_driver_init+0x0/0x1b returned 0 after 596 usecs
[ 30.676026] calling acpi_custom_method_init+0x0/0x60 @ 1
[ 30.677057] initcall acpi_custom_method_init+0x0/0x60 returned 0 after 56 usecs
[ 30.678409] calling bgrt_init+0x0/0x1b3 @ 1
[ 30.679228] initcall bgrt_init+0x0/0x1b3 returned -19 after 1 usecs
[ 30.680308] calling acpi_aml_init+0x0/0x13a @ 1
[ 30.681287] initcall acpi_aml_init+0x0/0x13a returned 0 after 89 usecs
[ 30.682486] calling acpi_pfru_driver_init+0x0/0x1d @ 1
[ 30.683631] initcall acpi_pfru_driver_init+0x0/0x1d returned 0 after 193 usecs
[ 30.684940] calling acpi_pfrt_log_driver_init+0x0/0x1d @ 1
[ 30.686168] initcall acpi_pfrt_log_driver_init+0x0/0x1d returned 0 after 182 usecs
[ 30.687536] calling acpi_pad_init+0x0/0x18e @ 1
[ 30.688404] initcall acpi_pad_init+0x0/0x18e returned -22 after 1 usecs
[ 30.689587] calling dptf_power_driver_init+0x0/0x1d @ 1
[ 30.690780] initcall dptf_power_driver_init+0x0/0x1d returned 0 after 178 usecs
[ 30.692070] calling gpio_clk_driver_init+0x0/0x1d @ 1
[ 30.693153] initcall gpio_clk_driver_init+0x0/0x1d returned 0 after 142 usecs
[ 30.694476] calling cs2000_driver_init+0x0/0x1d @ 1
[ 30.695534] initcall cs2000_driver_init+0x0/0x1d returned 0 after 143 usecs
[ 30.696775] calling lmk04832_driver_init+0x0/0x1d @ 1
[ 30.697891] initcall lmk04832_driver_init+0x0/0x1d returned 0 after 145 usecs
[ 30.699153] calling max9485_driver_init+0x0/0x1d @ 1
[ 30.700195] initcall max9485_driver_init+0x0/0x1d returned 0 after 120 usecs
[ 30.701470] calling palmas_clks_driver_init+0x0/0x1d @ 1
[ 30.702692] initcall palmas_clks_driver_init+0x0/0x1d returned 0 after 183 usecs
[ 30.704035] calling si5341_driver_init+0x0/0x1d @ 1
[ 30.705078] initcall si5341_driver_init+0x0/0x1d returned 0 after 127 usecs
[ 30.707306] calling wm831x_clk_driver_init+0x0/0x1d @ 1
[ 30.709309] initcall wm831x_clk_driver_init+0x0/0x1d returned 0 after 276 usecs
[ 30.711710] calling xvcu_driver_init+0x0/0x1d @ 1
[ 30.713517] initcall xvcu_driver_init+0x0/0x1d returned 0 after 263 usecs
[ 30.715986] calling regulator_virtual_consumer_driver_init+0x0/0x1d @ 1
[ 30.718721] initcall regulator_virtual_consumer_driver_init+0x0/0x1d returned 0 after 416 usecs
[ 30.721747] calling pg86x_regulator_driver_init+0x0/0x1d @ 1
[ 30.724116] initcall pg86x_regulator_driver_init+0x0/0x1d returned 0 after 277 usecs
[ 30.727385] calling act8865_pmic_driver_init+0x0/0x1d @ 1
[ 30.729533] initcall act8865_pmic_driver_init+0x0/0x1d returned 0 after 325 usecs
[ 30.731819] calling atc260x_regulator_driver_init+0x0/0x1d @ 1
[ 30.733985] initcall atc260x_regulator_driver_init+0x0/0x1d returned 0 after 440 usecs
[ 30.736642] calling da9211_regulator_driver_init+0x0/0x1d @ 1
[ 30.739047] initcall da9211_regulator_driver_init+0x0/0x1d returned 0 after 289 usecs
[ 30.741758] calling isl9305_regulator_driver_init+0x0/0x1d @ 1
[ 30.743933] initcall isl9305_regulator_driver_init+0x0/0x1d returned 0 after 304 usecs
[ 30.746513] calling lp3971_i2c_driver_init+0x0/0x1d @ 1
[ 30.751789] initcall lp3971_i2c_driver_init+0x0/0x1d returned 0 after 412 usecs
[ 30.754478] calling lp872x_driver_init+0x0/0x1d @ 1
[ 30.756538] initcall lp872x_driver_init+0x0/0x1d returned 0 after 279 usecs
[ 30.758474] calling ltc3589_driver_init+0x0/0x1d @ 1
[ 30.759642] initcall ltc3589_driver_init+0x0/0x1d returned 0 after 204 usecs
[ 30.760939] calling max8893_driver_init+0x0/0x1d @ 1
[ 30.762074] initcall max8893_driver_init+0x0/0x1d returned 0 after 145 usecs
[ 30.763370] calling max20086_regulator_driver_init+0x0/0x1d @ 1
[ 30.764656] initcall max20086_regulator_driver_init+0x0/0x1d returned 0 after 183 usecs
[ 30.766116] calling max77826_regulator_driver_init+0x0/0x1d @ 1
[ 30.767403] initcall max77826_regulator_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 30.768790] calling mp8859_regulator_driver_init+0x0/0x1d @ 1
[ 30.770037] initcall mp8859_regulator_driver_init+0x0/0x1d returned 0 after 179 usecs
[ 30.771488] calling pca9450_i2c_driver_init+0x0/0x1d @ 1
[ 30.772578] initcall pca9450_i2c_driver_init+0x0/0x1d returned 0 after 123 usecs
[ 30.773938] calling pv88080_regulator_driver_init+0x0/0x1d @ 1
[ 30.775197] initcall pv88080_regulator_driver_init+0x0/0x1d returned 0 after 160 usecs
[ 30.776568] calling pv88090_regulator_driver_init+0x0/0x1d @ 1
[ 30.777767] initcall pv88090_regulator_driver_init+0x0/0x1d returned 0 after 138 usecs
[ 30.779149] calling pwm_regulator_driver_init+0x0/0x1d @ 1
[ 30.780315] initcall pwm_regulator_driver_init+0x0/0x1d returned 0 after 173 usecs
[ 30.781693] calling rt5033_regulator_driver_init+0x0/0x1d @ 1
[ 30.782944] initcall rt5033_regulator_driver_init+0x0/0x1d returned 0 after 174 usecs
[ 30.784332] calling rt5190a_driver_init+0x0/0x1d @ 1
[ 30.785396] initcall rt5190a_driver_init+0x0/0x1d returned 0 after 146 usecs
[ 30.786683] calling rt5759_driver_init+0x0/0x1d @ 1
[ 30.787773] initcall rt5759_driver_init+0x0/0x1d returned 0 after 128 usecs
[ 30.789009] calling rtq6752_driver_init+0x0/0x1d @ 1
[ 30.790108] initcall rtq6752_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 30.791387] calling slg51000_regulator_driver_init+0x0/0x1d @ 1
[ 30.792585] initcall slg51000_regulator_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 30.794007] calling tps65912_regulator_driver_init+0x0/0x1d @ 1
[ 30.795226] initcall tps65912_regulator_driver_init+0x0/0x1d returned 0 after 168 usecs
[ 30.796605] calling tps65132_i2c_driver_init+0x0/0x1d @ 1
[ 30.797756] initcall tps65132_i2c_driver_init+0x0/0x1d returned 0 after 147 usecs
[ 30.799078] calling ti_syscon_reset_driver_init+0x0/0x1d @ 1
[ 30.800249] initcall ti_syscon_reset_driver_init+0x0/0x1d returned 0 after 161 usecs
[ 30.801608] calling tps380x_reset_driver_init+0x0/0x1d @ 1
[ 30.802756] initcall tps380x_reset_driver_init+0x0/0x1d returned 0 after 121 usecs
[ 30.804099] calling n_null_init+0x0/0x23 @ 1
[ 30.804930] initcall n_null_init+0x0/0x23 returned 0 after 2 usecs
[ 30.806705] calling pty_init+0x0/0x16 @ 1
[ 30.809257] initcall pty_init+0x0/0x16 returned 0 after 975 usecs
[ 30.811394] calling sysrq_init+0x0/0x70 @ 1
[ 30.812855] initcall sysrq_init+0x0/0x70 returned 0 after 54 usecs
[ 30.814769] calling serial8250_init+0x0/0x10c @ 1
[ 30.816354] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 30.819962] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 30.825591] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 30.850791] initcall serial8250_init+0x0/0x10c returned 0 after 34437 usecs
[ 30.853256] calling serial_pci_driver_init+0x0/0x24 @ 1
[ 30.855657] initcall serial_pci_driver_init+0x0/0x24 returned 0 after 432 usecs
[ 30.858212] calling exar_pci_driver_init+0x0/0x24 @ 1
[ 30.860381] initcall exar_pci_driver_init+0x0/0x24 returned 0 after 348 usecs
[ 30.862894] calling dw8250_platform_driver_init+0x0/0x1d @ 1
[ 30.865188] initcall dw8250_platform_driver_init+0x0/0x1d returned 0 after 310 usecs
[ 30.866831] calling lpss8250_pci_driver_init+0x0/0x24 @ 1
[ 30.868070] initcall lpss8250_pci_driver_init+0x0/0x24 returned 0 after 225 usecs
[ 30.869377] calling mid8250_pci_driver_init+0x0/0x24 @ 1
[ 30.870593] initcall mid8250_pci_driver_init+0x0/0x24 returned 0 after 216 usecs
[ 30.871898] calling pericom8250_pci_driver_init+0x0/0x24 @ 1
[ 30.873112] initcall pericom8250_pci_driver_init+0x0/0x24 returned 0 after 202 usecs
[ 30.874534] calling max3100_driver_init+0x0/0x1d @ 1
[ 30.875591] initcall max3100_driver_init+0x0/0x1d returned 0 after 137 usecs
[ 30.876836] calling ulite_init+0x0/0x38 @ 1
[ 30.877856] initcall ulite_init+0x0/0x38 returned 0 after 135 usecs
[ 30.878943] calling altera_uart_init+0x0/0x4f @ 1
[ 30.880068] initcall altera_uart_init+0x0/0x4f returned 0 after 240 usecs
[ 30.881296] calling altera_jtaguart_init+0x0/0x4f @ 1
[ 30.882519] initcall altera_jtaguart_init+0x0/0x4f returned 0 after 253 usecs
[ 30.883806] calling arc_serial_init+0x0/0x4f @ 1
[ 30.884876] initcall arc_serial_init+0x0/0x4f returned 0 after 188 usecs
[ 30.886108] calling lpuart_serial_init+0x0/0x4f @ 1
[ 30.887306] initcall lpuart_serial_init+0x0/0x4f returned 0 after 288 usecs
[ 30.888547] calling linflex_serial_init+0x0/0x4f @ 1
[ 30.889758] initcall linflex_serial_init+0x0/0x4f returned 0 after 289 usecs
[ 30.891034] calling ttynull_init+0x0/0x19c @ 1
[ 30.892352] initcall ttynull_init+0x0/0x19c returned 0 after 461 usecs
[ 30.893542] calling goldfish_tty_platform_driver_init+0x0/0x1d @ 1
[ 30.894820] initcall goldfish_tty_platform_driver_init+0x0/0x1d returned 0 after 160 usecs
[ 30.896239] calling init_ipwireless+0x0/0x39 @ 1
[ 30.897323] initcall init_ipwireless+0x0/0x39 returned 0 after 191 usecs
[ 30.898550] calling random_sysctls_init+0x0/0x2b @ 1
[ 30.899527] initcall random_sysctls_init+0x0/0x2b returned 0 after 50 usecs
[ 30.900786] calling virtio_console_init+0x0/0x103 @ 1
[ 30.902135] initcall virtio_console_init+0x0/0x103 returned 0 after 405 usecs
[ 30.903405] calling lp_init_module+0x0/0x225 @ 1
[ 30.921265] lp: driver loaded but no devices found
[ 30.923056] initcall lp_init_module+0x0/0x225 returned 0 after 18759 usecs
[ 30.925302] calling hpet_init+0x0/0x75 @ 1
[ 30.928467] initcall hpet_init+0x0/0x75 returned 0 after 1569 usecs
[ 30.930691] calling ppdev_init+0x0/0xd3 @ 1
[ 30.954027] ppdev: user-space parallel port driver
[ 30.955847] initcall ppdev_init+0x0/0xd3 returned 0 after 23604 usecs
[ 30.958002] calling tlclk_init+0x0/0x2b8 @ 1
[ 30.959005] telclk_interrupt = 0xf non-mcpbl0010 hw.
[ 30.960020] initcall tlclk_init+0x0/0x2b8 returned -6 after 1155 usecs
[ 30.961258] calling mwave_init+0x0/0x41c @ 1
[ 30.962338] smapi::smapi_init, ERROR invalid usSmapiID
[ 30.963314] mwave: tp3780i::tp3780I_InitializeBoardData: Error: SMAPI is not available on this machine
[ 30.964961] mwave: mwavedd::mwave_init: Error: Failed to initialize board data
[ 30.966318] mwave: mwavedd::mwave_init: Error: Failed to initialize
[ 30.967485] initcall mwave_init+0x0/0x41c returned -5 after 5274 usecs
[ 30.968665] calling synclink_cs_init+0x0/0x29c @ 1
[ 30.969830] SyncLink PC Card driver $Revision: 4.34 $, tty major#508
[ 30.970963] initcall synclink_cs_init+0x0/0x29c returned 0 after 1394 usecs
[ 30.972198] calling cmm_init+0x0/0xc6 @ 1
[ 30.973285] initcall cmm_init+0x0/0xc6 returned 0 after 294 usecs
[ 30.974390] calling cm4040_init+0x0/0xc6 @ 1
[ 30.975472] initcall cm4040_init+0x0/0xc6 returned 0 after 250 usecs
[ 30.976569] calling scr24x_init+0x0/0x8f @ 1
[ 30.977711] initcall scr24x_init+0x0/0x8f returned 0 after 292 usecs
[ 30.978816] calling hangcheck_init+0x0/0xa2 @ 1
[ 30.979680] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[ 30.981204] initcall hangcheck_init+0x0/0xa2 returned 0 after 1524 usecs
[ 30.982430] calling tpm_tis_spi_driver_init+0x0/0x1d @ 1
[ 30.983559] initcall tpm_tis_spi_driver_init+0x0/0x1d returned 0 after 156 usecs
[ 30.984881] calling tpm_tis_i2c_driver_init+0x0/0x1d @ 1
[ 30.985988] initcall tpm_tis_i2c_driver_init+0x0/0x1d returned 0 after 125 usecs
[ 30.987301] calling tpm_tis_i2c_driver_init+0x0/0x1d @ 1
[ 30.988411] initcall tpm_tis_i2c_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 30.989723] calling i2c_nuvoton_driver_init+0x0/0x1d @ 1
[ 30.990854] initcall i2c_nuvoton_driver_init+0x0/0x1d returned 0 after 132 usecs
[ 30.992158] calling init_atmel+0x0/0x30c @ 1
[ 30.993307] initcall init_atmel+0x0/0x30c returned -19 after 319 usecs
[ 30.994527] calling tpm_inf_pnp_driver_init+0x0/0x1b @ 1
[ 30.995682] initcall tpm_inf_pnp_driver_init+0x0/0x1b returned 0 after 187 usecs
[ 30.998446] calling st33zp24_i2c_driver_init+0x0/0x1d @ 1
[ 30.999554] initcall st33zp24_i2c_driver_init+0x0/0x1d returned 0 after 118 usecs
[ 31.000885] calling st33zp24_spi_driver_init+0x0/0x1d @ 1
[ 31.002034] initcall st33zp24_spi_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 31.003349] calling crb_acpi_driver_init+0x0/0x1b @ 1
[ 31.004492] initcall crb_acpi_driver_init+0x0/0x1b returned 0 after 191 usecs
[ 31.006281] calling xillybus_class_init+0x0/0x4d @ 1
[ 31.008204] initcall xillybus_class_init+0x0/0x4d returned 0 after 218 usecs
[ 31.010400] calling xillyusb_init+0x0/0x2e @ 1
[ 31.012418] usbcore: registered new interface driver xillyusb
[ 31.014466] initcall xillyusb_init+0x0/0x2e returned 0 after 2432 usecs
[ 31.016728] calling axdrv_init+0x0/0x1d @ 1
[ 31.018707] initcall axdrv_init+0x0/0x1d returned 0 after 326 usecs
[ 31.020926] calling topology_sysfs_init+0x0/0x36 @ 1
[ 31.023077] initcall topology_sysfs_init+0x0/0x36 returned 0 after 263 usecs
[ 31.025680] calling cacheinfo_sysfs_init+0x0/0x36 @ 1
[ 31.028933] initcall cacheinfo_sysfs_init+0x0/0x36 returned 0 after 1479 usecs
[ 31.035566] calling devcoredump_init+0x0/0x22 @ 1
[ 31.037573] initcall devcoredump_init+0x0/0x22 returned 0 after 225 usecs
[ 31.039793] calling floppy_init+0x0/0x24 @ 1
[ 31.041407] initcall floppy_init+0x0/0x24 returned 0 after 51 usecs
[ 31.043465] calling brd_init+0x0/0x132 @ 1
[ 31.053574] Floppy drive(s): fd0 is 2.88M AMI BIOS
[ 31.077701] FDC 0 is a S82078B
[ 31.101630] brd: module loaded
[ 31.102394] initcall brd_init+0x0/0x132 returned 0 after 57315 usecs
[ 31.103489] calling loop_init+0x0/0x17a @ 1
[ 31.162675] loop: module loaded
[ 31.163433] initcall loop_init+0x0/0x17a returned 0 after 59114 usecs
[ 31.164623] calling nbd_init+0x0/0x1f5 @ 1
[ 31.263878] initcall nbd_init+0x0/0x1f5 returned 0 after 98441 usecs
[ 31.265098] calling virtio_blk_init+0x0/0x8e @ 1
[ 31.270352] initcall virtio_blk_init+0x0/0x8e returned 0 after 260 usecs
[ 31.271585] calling ublk_init+0x0/0xb0 @ 1
[ 31.272904] initcall ublk_init+0x0/0xb0 returned 0 after 512 usecs
[ 31.274023] calling dummy_irq_init+0x0/0x77 @ 1
[ 31.274886] dummy-irq: no IRQ given. Use irq=N
[ 31.275733] initcall dummy_irq_init+0x0/0x77 returned -5 after 847 usecs
[ 31.276926] calling ics932s401_driver_init+0x0/0x1d @ 1
[ 31.278068] initcall ics932s401_driver_init+0x0/0x1d returned 0 after 125 usecs
[ 31.279349] calling apds990x_driver_init+0x0/0x1d @ 1
[ 31.280450] initcall apds990x_driver_init+0x0/0x1d returned 0 after 165 usecs
[ 31.281743] calling enclosure_init+0x0/0x22 @ 1
[ 31.282710] initcall enclosure_init+0x0/0x22 returned 0 after 97 usecs
[ 31.283910] calling apds9802als_driver_init+0x0/0x1d @ 1
[ 31.285012] initcall apds9802als_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 31.286318] calling isl29003_driver_init+0x0/0x1d @ 1
[ 31.287437] initcall isl29003_driver_init+0x0/0x1d returned 0 after 146 usecs
[ 31.288706] calling isl29020_driver_init+0x0/0x1d @ 1
[ 31.289778] initcall isl29020_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 31.291068] calling tsl2550_driver_init+0x0/0x1d @ 1
[ 31.292117] initcall tsl2550_driver_init+0x0/0x1d returned 0 after 129 usecs
[ 31.293364] calling c2port_init+0x0/0x84 @ 1
[ 31.294275] Silicon Labs C2 port support v. 0.51.0 - (C) 2007 Rodolfo Giometti
[ 31.295646] initcall c2port_init+0x0/0x84 returned 0 after 1371 usecs
[ 31.296755] calling duramar2150_c2port_init+0x0/0x81 @ 1
[ 31.298352] c2port c2port0: C2 port uc added
[ 31.299177] c2port c2port0: uc flash has 30 blocks x 512 bytes (15360 bytes total)
[ 31.300528] initcall duramar2150_c2port_init+0x0/0x81 returned 0 after 2768 usecs
[ 31.301859] calling hmc6352_driver_init+0x0/0x1d @ 1
[ 31.302957] initcall hmc6352_driver_init+0x0/0x1d returned 0 after 157 usecs
[ 31.304226] calling at24_init+0x0/0x7d @ 1
[ 31.305152] initcall at24_init+0x0/0x7d returned 0 after 118 usecs
[ 31.307359] calling at25_driver_init+0x0/0x1d @ 1
[ 31.309436] initcall at25_driver_init+0x0/0x1d returned 0 after 294 usecs
[ 31.311979] calling eeprom_93xx46_driver_init+0x0/0x1d @ 1
[ 31.314325] initcall eeprom_93xx46_driver_init+0x0/0x1d returned 0 after 289 usecs
[ 31.316870] calling idt_init+0x0/0x3b @ 1
[ 31.331111] initcall idt_init+0x0/0x3b returned 0 after 398 usecs
[ 31.333236] calling ee1004_driver_init+0x0/0x1d @ 1
[ 31.335360] initcall ee1004_driver_init+0x0/0x1d returned 0 after 244 usecs
[ 31.337887] calling kim_platform_driver_init+0x0/0x1d @ 1
[ 31.340374] initcall kim_platform_driver_init+0x0/0x1d returned 0 after 396 usecs
[ 31.343199] calling lis3lv02d_i2c_driver_init+0x0/0x1d @ 1
[ 31.345415] initcall lis3lv02d_i2c_driver_init+0x0/0x1d returned 0 after 281 usecs
[ 31.347981] calling rtsx_usb_driver_init+0x0/0x24 @ 1
[ 31.350380] usbcore: registered new interface driver rtsx_usb
[ 31.352252] initcall rtsx_usb_driver_init+0x0/0x24 returned 0 after 2356 usecs
[ 31.354664] calling pvpanic_init+0x0/0x59 @ 1
[ 31.356242] initcall pvpanic_init+0x0/0x59 returned 0 after 5 usecs
[ 31.358485] calling pvpanic_mmio_driver_init+0x0/0x1d @ 1
[ 31.360725] initcall pvpanic_mmio_driver_init+0x0/0x1d returned 0 after 326 usecs
[ 31.363253] calling sm501_base_init+0x0/0x32 @ 1
[ 31.365564] initcall sm501_base_init+0x0/0x32 returned 0 after 569 usecs
[ 31.367917] calling pasic3_driver_init+0x0/0x24 @ 1
[ 31.369891] initcall pasic3_driver_init+0x0/0x24 returned -19 after 237 usecs
[ 31.371210] calling ti_tscadc_driver_init+0x0/0x1d @ 1
[ 31.372366] initcall ti_tscadc_driver_init+0x0/0x1d returned 0 after 202 usecs
[ 31.373647] calling arizona_spi_driver_init+0x0/0x1d @ 1
[ 31.374768] initcall arizona_spi_driver_init+0x0/0x1d returned 0 after 126 usecs
[ 31.376072] calling wcd934x_slim_driver_init+0x0/0x1d @ 1
[ 31.377202] initcall wcd934x_slim_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 31.378529] calling tps65912_i2c_driver_init+0x0/0x1d @ 1
[ 31.379654] initcall tps65912_i2c_driver_init+0x0/0x1d returned 0 after 139 usecs
[ 31.380988] calling axp20x_i2c_driver_init+0x0/0x1d @ 1
[ 31.382105] initcall axp20x_i2c_driver_init+0x0/0x1d returned 0 after 136 usecs
[ 31.383397] calling lp3943_driver_init+0x0/0x1d @ 1
[ 31.384460] initcall lp3943_driver_init+0x0/0x1d returned 0 after 129 usecs
[ 31.385721] calling ti_lmu_driver_init+0x0/0x1d @ 1
[ 31.386769] initcall ti_lmu_driver_init+0x0/0x1d returned 0 after 136 usecs
[ 31.388021] calling max77693_i2c_driver_init+0x0/0x1d @ 1
[ 31.389143] initcall max77693_i2c_driver_init+0x0/0x1d returned 0 after 136 usecs
[ 31.390488] calling mp2629_driver_init+0x0/0x1d @ 1
[ 31.391535] initcall mp2629_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 31.392779] calling pcf50633_adc_driver_init+0x0/0x1d @ 1
[ 31.393952] initcall pcf50633_adc_driver_init+0x0/0x1d returned 0 after 133 usecs
[ 31.395305] calling adp5520_driver_init+0x0/0x1d @ 1
[ 31.396369] initcall adp5520_driver_init+0x0/0x1d returned 0 after 140 usecs
[ 31.397713] calling kempld_init+0x0/0x12f @ 1
[ 31.398748] initcall kempld_init+0x0/0x12f returned 0 after 176 usecs
[ 31.399877] calling si476x_core_driver_init+0x0/0x1d @ 1
[ 31.401056] initcall si476x_core_driver_init+0x0/0x1d returned 0 after 164 usecs
[ 31.402407] calling intel_lpss_init+0x0/0x26 @ 1
[ 31.403357] initcall intel_lpss_init+0x0/0x26 returned 0 after 62 usecs
[ 31.404618] calling intel_lpss_acpi_driver_init+0x0/0x1d @ 1
[ 31.406509] initcall intel_lpss_acpi_driver_init+0x0/0x1d returned 0 after 373 usecs
[ 31.409348] calling vprbrd_driver_init+0x0/0x24 @ 1
[ 31.411685] usbcore: registered new interface driver viperboard
[ 31.413667] initcall vprbrd_driver_init+0x0/0x24 returned 0 after 2393 usecs
[ 31.416145] calling iqs62x_i2c_driver_init+0x0/0x1d @ 1
[ 31.422605] initcall iqs62x_i2c_driver_init+0x0/0x1d returned 0 after 264 usecs
[ 31.425176] calling menf21bmc_driver_init+0x0/0x1d @ 1
[ 31.427510] initcall menf21bmc_driver_init+0x0/0x1d returned 0 after 298 usecs
[ 31.429979] calling rt4831_driver_init+0x0/0x1d @ 1
[ 31.432126] initcall rt4831_driver_init+0x0/0x1d returned 0 after 328 usecs
[ 31.434609] calling rt5033_driver_init+0x0/0x1d @ 1
[ 31.436899] initcall rt5033_driver_init+0x0/0x1d returned 0 after 341 usecs
[ 31.439551] calling intel_soc_pmic_i2c_driver_init+0x0/0x1d @ 1
[ 31.442129] initcall intel_soc_pmic_i2c_driver_init+0x0/0x1d returned 0 after 270 usecs
[ 31.451912] calling rave_sp_drv_init+0x0/0x1d @ 1
[ 31.454154] initcall rave_sp_drv_init+0x0/0x1d returned 0 after 344 usecs
[ 31.456732] calling atc260x_i2c_driver_init+0x0/0x1d @ 1
[ 31.458599] initcall atc260x_i2c_driver_init+0x0/0x1d returned 0 after 218 usecs
[ 31.459975] calling pn533_usb_driver_init+0x0/0x24 @ 1
[ 31.461368] usbcore: registered new interface driver pn533_usb
[ 31.462528] initcall pn533_usb_driver_init+0x0/0x24 returned 0 after 1484 usecs
[ 31.463889] calling pn533_i2c_driver_init+0x0/0x1d @ 1
[ 31.465048] initcall pn533_i2c_driver_init+0x0/0x1d returned 0 after 206 usecs
[ 31.466390] calling nd_pmem_driver_init+0x0/0x24 @ 1
[ 31.467551] initcall nd_pmem_driver_init+0x0/0x24 returned 0 after 193 usecs
[ 31.468801] calling nd_btt_init+0x0/0x3e @ 1
[ 31.469730] initcall nd_btt_init+0x0/0x3e returned 0 after 87 usecs
[ 31.470852] calling mac_hid_init+0x0/0x36 @ 1
[ 31.471721] initcall mac_hid_init+0x0/0x36 returned 0 after 31 usecs
[ 31.472814] calling raid_init+0x0/0x1b @ 1
[ 31.477814] initcall raid_init+0x0/0x1b returned 0 after 4195 usecs
[ 31.478931] calling spi_transport_init+0x0/0x1f6 @ 1
[ 31.480188] initcall spi_transport_init+0x0/0x1f6 returned 0 after 333 usecs
[ 31.481485] calling fc_transport_init+0x0/0x9e @ 1
[ 31.482757] initcall fc_transport_init+0x0/0x9e returned 0 after 357 usecs
[ 31.484000] calling iscsi_transport_init+0x0/0x1c0 @ 1
[ 31.484949] Loading iSCSI transport class v2.0-870.
[ 31.487283] initcall iscsi_transport_init+0x0/0x1c0 returned 0 after 2334 usecs
[ 31.488580] calling sas_transport_init+0x0/0xc3 @ 1
[ 31.490027] initcall sas_transport_init+0x0/0xc3 returned 0 after 537 usecs
[ 31.491292] calling sas_class_init+0x0/0x7a @ 1
[ 31.493112] initcall sas_class_init+0x0/0x7a returned 0 after 954 usecs
[ 31.494359] calling init_st+0x0/0x100 @ 1
[ 31.495150] st: Version 20160209, fixed bufsize 32768, s/g segs 256
[ 31.496520] initcall init_st+0x0/0x100 returned 0 after 1370 usecs
[ 31.497620] calling init_sd+0x0/0x188 @ 1
[ 31.499288] initcall init_sd+0x0/0x188 returned 0 after 847 usecs
[ 31.500359] calling init_sg+0x0/0xfd @ 1
[ 31.501342] initcall init_sg+0x0/0xfd returned 0 after 178 usecs
[ 31.502414] calling init_ch_module+0x0/0xc4 @ 1
[ 31.503279] SCSI Media Changer driver v0.25
[ 31.504358] initcall init_ch_module+0x0/0xc4 returned 0 after 1078 usecs
[ 31.510155] calling ses_init+0x0/0x47 @ 1
[ 31.512123] initcall ses_init+0x0/0x47 returned 0 after 287 usecs
[ 31.514334] calling nvme_core_init+0x0/0x1e9 @ 1
[ 31.519555] initcall nvme_core_init+0x0/0x1e9 returned 0 after 3566 usecs
[ 31.522155] calling nvmf_init+0x0/0x248 @ 1
[ 31.525294] initcall nvmf_init+0x0/0x248 returned 0 after 1469 usecs
[ 31.527517] calling nvme_fc_init_module+0x0/0xde @ 1
[ 31.530522] initcall nvme_fc_init_module+0x0/0xde returned 0 after 1300 usecs
[ 31.533021] calling init_mtd+0x0/0xf2 @ 1
[ 31.535734] initcall init_mtd+0x0/0xf2 returned 0 after 1090 usecs
[ 31.538036] calling ar7_parser_init+0x0/0x1d @ 1
[ 31.539851] initcall ar7_parser_init+0x0/0x1d returned 0 after 97 usecs
[ 31.542333] calling cmdline_parser_init+0x0/0x32 @ 1
[ 31.544163] initcall cmdline_parser_init+0x0/0x32 returned 0 after 3 usecs
[ 31.550800] calling redboot_parser_init+0x0/0x1d @ 1
[ 31.552586] initcall redboot_parser_init+0x0/0x1d returned 0 after 4 usecs
[ 31.554969] calling mtdblock_tr_init+0x0/0x1b @ 1
[ 31.556830] initcall mtdblock_tr_init+0x0/0x1b returned 0 after 135 usecs
[ 31.559194] calling init_ssfdcr+0x0/0x27 @ 1
[ 31.560824] SSFDC read-only Flash Translation layer
[ 31.562547] initcall init_ssfdcr+0x0/0x27 returned 0 after 1723 usecs
[ 31.564715] calling mtdoops_init+0x0/0x247 @ 1
[ 31.566299] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 31.568385] initcall mtdoops_init+0x0/0x247 returned -22 after 2087 usecs
[ 31.570666] calling mtdpstore_init+0x0/0xc2 @ 1
[ 31.572243] mtd device must be supplied (device name is empty)
[ 31.578005] initcall mtdpstore_init+0x0/0xc2 returned -22 after 5763 usecs
[ 31.579237] calling cfi_probe_init+0x0/0x1d @ 1
[ 31.580159] initcall cfi_probe_init+0x0/0x1d returned 0 after 55 usecs
[ 31.581388] calling lpddr_probe_init+0x0/0x1d @ 1
[ 31.582292] initcall lpddr_probe_init+0x0/0x1d returned 0 after 1 usecs
[ 31.583485] calling init_slram+0x0/0xc22 @ 1
[ 31.584329] slram: not enough parameters.
[ 31.585104] initcall init_slram+0x0/0xc22 returned -22 after 774 usecs
[ 31.586300] calling init_mtdram+0x0/0x11e @ 1
[ 31.629718] initcall init_mtdram+0x0/0x11e returned 0 after 42557 usecs
[ 31.632385] calling dataflash_driver_init+0x0/0x1d @ 1
[ 31.634726] initcall dataflash_driver_init+0x0/0x1d returned 0 after 284 usecs
[ 31.637201] calling mchp23k256_driver_init+0x0/0x1d @ 1
[ 31.639237] initcall mchp23k256_driver_init+0x0/0x1d returned 0 after 240 usecs
[ 31.641841] calling mchp48l640_driver_init+0x0/0x1d @ 1
[ 31.644085] initcall mchp48l640_driver_init+0x0/0x1d returned 0 after 392 usecs
[ 31.646582] calling sst25l_driver_init+0x0/0x1d @ 1
[ 31.648663] initcall sst25l_driver_init+0x0/0x1d returned 0 after 242 usecs
[ 31.651108] calling mxic_ecc_driver_init+0x0/0x1d @ 1
[ 31.653209] initcall mxic_ecc_driver_init+0x0/0x1d returned 0 after 278 usecs
[ 31.655716] calling plat_nand_driver_init+0x0/0x1d @ 1
[ 31.657767] initcall plat_nand_driver_init+0x0/0x1d returned 0 after 219 usecs
[ 31.659066] calling mxic_nfc_driver_init+0x0/0x1d @ 1
[ 31.660168] initcall mxic_nfc_driver_init+0x0/0x1d returned 0 after 169 usecs
[ 31.661457] calling anfc_driver_init+0x0/0x1d @ 1
[ 31.664094] initcall anfc_driver_init+0x0/0x1d returned 0 after 171 usecs
[ 31.665318] calling spi_nor_driver_init+0x0/0x1d @ 1
[ 31.666417] initcall spi_nor_driver_init+0x0/0x1d returned 0 after 147 usecs
[ 31.667693] calling spidev_init+0x0/0xb6 @ 1
[ 31.668821] initcall spidev_init+0x0/0xb6 returned 0 after 305 usecs
[ 31.669928] calling altera_spi_driver_init+0x0/0x1d @ 1
[ 31.671027] initcall altera_spi_driver_init+0x0/0x1d returned 0 after 120 usecs
[ 31.672315] calling cdns_spi_driver_init+0x0/0x1d @ 1
[ 31.673392] initcall cdns_spi_driver_init+0x0/0x1d returned 0 after 146 usecs
[ 31.674716] calling intel_spi_platform_driver_init+0x0/0x1d @ 1
[ 31.675906] initcall intel_spi_platform_driver_init+0x0/0x1d returned 0 after 142 usecs
[ 31.677303] calling spi_lm70llp_drv_init+0x0/0x24 @ 1
[ 31.687614] initcall spi_lm70llp_drv_init+0x0/0x24 returned 0 after 9361 usecs
[ 31.688919] calling mchp_corespi_driver_init+0x0/0x1d @ 1
[ 31.690039] initcall mchp_corespi_driver_init+0x0/0x1d returned 0 after 127 usecs
[ 31.691372] calling xilinx_spi_driver_init+0x0/0x1d @ 1
[ 31.692493] initcall xilinx_spi_driver_init+0x0/0x1d returned 0 after 166 usecs
[ 31.693808] calling zynqmp_qspi_driver_init+0x0/0x1d @ 1
[ 31.694912] initcall zynqmp_qspi_driver_init+0x0/0x1d returned 0 after 136 usecs
[ 31.696217] calling dummy_init_module+0x0/0xa0 @ 1
[ 31.699564] initcall dummy_init_module+0x0/0xa0 returned 0 after 2433 usecs
[ 31.701773] calling macvlan_init_module+0x0/0x80 @ 1
[ 31.703459] initcall macvlan_init_module+0x0/0x80 returned 0 after 9 usecs
[ 31.705815] calling blackhole_netdev_init+0x0/0xa8 @ 1
[ 31.707719] initcall blackhole_netdev_init+0x0/0xa8 returned 0 after 193 usecs
[ 31.710224] calling sfp_init+0x0/0x24 @ 1
[ 31.711992] initcall sfp_init+0x0/0x24 returned 0 after 297 usecs
[ 31.714165] calling phy_module_init+0x0/0x22 @ 1
[ 31.716448] initcall phy_module_init+0x0/0x22 returned 0 after 484 usecs
[ 31.718874] calling phy_module_init+0x0/0x22 @ 1
[ 31.720797] initcall phy_module_init+0x0/0x22 returned 0 after 266 usecs
[ 31.724468] calling phy_module_init+0x0/0x22 @ 1
[ 31.727792] initcall phy_module_init+0x0/0x22 returned 0 after 1669 usecs
[ 31.730121] calling phy_module_init+0x0/0x22 @ 1
[ 31.732532] initcall phy_module_init+0x0/0x22 returned 0 after 645 usecs
[ 31.734907] calling phy_module_init+0x0/0x22 @ 1
[ 31.736824] initcall phy_module_init+0x0/0x22 returned 0 after 278 usecs
[ 31.739283] calling phy_module_init+0x0/0x22 @ 1
[ 31.741314] initcall phy_module_init+0x0/0x22 returned 0 after 287 usecs
[ 31.743444] calling phy_module_init+0x0/0x22 @ 1
[ 31.745487] initcall phy_module_init+0x0/0x22 returned 0 after 488 usecs
[ 31.747732] calling phy_module_init+0x0/0x22 @ 1
[ 31.755250] initcall phy_module_init+0x0/0x22 returned 0 after 3067 usecs
[ 31.757580] calling phy_module_init+0x0/0x22 @ 1
[ 31.759432] initcall phy_module_init+0x0/0x22 returned 0 after 274 usecs
[ 31.761757] calling phy_module_init+0x0/0x22 @ 1
[ 31.763149] initcall phy_module_init+0x0/0x22 returned 0 after 493 usecs
[ 31.764389] calling phy_module_init+0x0/0x22 @ 1
[ 31.765802] initcall phy_module_init+0x0/0x22 returned 0 after 537 usecs
[ 31.767011] calling phy_module_init+0x0/0x22 @ 1
[ 31.768049] initcall phy_module_init+0x0/0x22 returned 0 after 145 usecs
[ 31.769246] calling phy_module_init+0x0/0x22 @ 1
[ 31.770288] initcall phy_module_init+0x0/0x22 returned 0 after 117 usecs
[ 31.771508] calling fixed_mdio_bus_init+0x0/0x247 @ 1
[ 31.774720] initcall fixed_mdio_bus_init+0x0/0x247 returned 0 after 2276 usecs
[ 31.776010] calling phy_module_init+0x0/0x22 @ 1
[ 31.777355] initcall phy_module_init+0x0/0x22 returned 0 after 473 usecs
[ 31.778581] calling phy_module_init+0x0/0x22 @ 1
[ 31.780656] initcall phy_module_init+0x0/0x22 returned 0 after 1200 usecs
[ 31.781914] calling phy_module_init+0x0/0x22 @ 1
[ 31.782922] initcall phy_module_init+0x0/0x22 returned 0 after 131 usecs
[ 31.784149] calling phy_module_init+0x0/0x22 @ 1
[ 31.785476] initcall phy_module_init+0x0/0x22 returned 0 after 449 usecs
[ 31.786710] calling phy_module_init+0x0/0x22 @ 1
[ 31.789848] initcall phy_module_init+0x0/0x22 returned 0 after 2245 usecs
[ 31.791086] calling phy_module_init+0x0/0x22 @ 1
[ 31.792094] initcall phy_module_init+0x0/0x22 returned 0 after 135 usecs
[ 31.793294] calling phy_module_init+0x0/0x22 @ 1
[ 31.795619] initcall phy_module_init+0x0/0x22 returned 0 after 1387 usecs
[ 31.796834] calling ks8995_driver_init+0x0/0x1d @ 1
[ 31.797934] initcall ks8995_driver_init+0x0/0x1d returned 0 after 153 usecs
[ 31.799175] calling phy_module_init+0x0/0x22 @ 1
[ 31.800181] initcall phy_module_init+0x0/0x22 returned 0 after 135 usecs
[ 31.801400] calling phy_module_init+0x0/0x22 @ 1
[ 31.802465] initcall phy_module_init+0x0/0x22 returned 0 after 115 usecs
[ 31.803663] calling phy_module_init+0x0/0x22 @ 1
[ 31.804717] initcall phy_module_init+0x0/0x22 returned 0 after 159 usecs
[ 31.806572] calling phy_module_init+0x0/0x22 @ 1
[ 31.812277] initcall phy_module_init+0x0/0x22 returned 0 after 3937 usecs
[ 31.826620] calling phy_module_init+0x0/0x22 @ 1
[ 31.827922] initcall phy_module_init+0x0/0x22 returned 0 after 218 usecs
[ 31.829141] calling phy_module_init+0x0/0x22 @ 1
[ 31.831056] initcall phy_module_init+0x0/0x22 returned 0 after 933 usecs
[ 31.832472] calling phy_module_init+0x0/0x22 @ 1
[ 31.834654] initcall phy_module_init+0x0/0x22 returned 0 after 498 usecs
[ 31.835971] calling phy_module_init+0x0/0x22 @ 1
[ 31.838257] initcall phy_module_init+0x0/0x22 returned 0 after 1398 usecs
[ 31.839523] calling mdio_module_init+0x0/0x1b @ 1
[ 31.840575] initcall mdio_module_init+0x0/0x1b returned 0 after 131 usecs
[ 31.841971] calling unimac_mdio_driver_init+0x0/0x1d @ 1
[ 31.844188] initcall unimac_mdio_driver_init+0x0/0x1d returned 0 after 314 usecs
[ 31.846748] calling mscc_miim_driver_init+0x0/0x1d @ 1
[ 31.848929] initcall mscc_miim_driver_init+0x0/0x1d returned 0 after 282 usecs
[ 31.851511] calling mhi_net_driver_init+0x0/0x1d @ 1
[ 31.853347] initcall mhi_net_driver_init+0x0/0x1d returned 0 after 267 usecs
[ 31.855728] calling ipddp_init_module+0x0/0x26 @ 1
[ 31.857546] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@xxxxxxxxxxxxxxxxx>
[ 31.860678] ipddp0: Appletalk-IP Decap. mode by Jay Schulist <jschlst@xxxxxxxxx>
[ 31.862017] initcall ipddp_init_module+0x0/0x26 returned 0 after 4589 usecs
[ 31.863249] calling el3_init_module+0x0/0x134 @ 1
[ 31.914358] initcall el3_init_module+0x0/0x134 returned 0 after 50196 usecs
[ 31.916841] calling tc589_driver_init+0x0/0x1b @ 1
[ 31.919015] initcall tc589_driver_init+0x0/0x1b returned 0 after 335 usecs
[ 31.921372] calling tc574_driver_init+0x0/0x1b @ 1
[ 31.923325] initcall tc574_driver_init+0x0/0x1b returned 0 after 261 usecs
[ 31.925611] calling vortex_init+0x0/0x62 @ 1
[ 31.927934] initcall vortex_init+0x0/0x62 returned 0 after 631 usecs
[ 31.929857] calling altera_tse_driver_init+0x0/0x1d @ 1
[ 31.932095] initcall altera_tse_driver_init+0x0/0x1d returned 0 after 307 usecs
[ 31.934677] calling macb_driver_init+0x0/0x1d @ 1
[ 31.936678] initcall macb_driver_init+0x0/0x1d returned 0 after 280 usecs
[ 31.939152] calling tsnep_driver_init+0x0/0x1d @ 1
[ 31.941220] initcall tsnep_driver_init+0x0/0x1d returned 0 after 308 usecs
[ 31.942709] calling e1000_init_module+0x0/0x7e @ 1
[ 31.943616] e1000: Intel(R) PRO/1000 Network Driver
[ 31.944548] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 34.931899] ACPI: \_SB_.LNKC: Enabled at IRQ 11
[ 35.353461] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56
[ 35.355954] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
[ 35.358903] initcall e1000_init_module+0x0/0x7e returned 0 after 3415286 usecs
[ 35.361090] calling ethoc_driver_init+0x0/0x1d @ 1
[ 35.362928] initcall ethoc_driver_init+0x0/0x1d returned 0 after 256 usecs
[ 35.365258] calling sxgbe_init+0x0/0x2c @ 1
[ 35.366416] initcall sxgbe_init+0x0/0x2c returned 0 after 169 usecs
[ 35.367540] calling stmmac_init+0x0/0x3c @ 1
[ 35.368458] initcall stmmac_init+0x0/0x3c returned 0 after 95 usecs
[ 35.369541] calling intel_eth_pci_driver_init+0x0/0x24 @ 1
[ 35.370759] initcall intel_eth_pci_driver_init+0x0/0x24 returned 0 after 190 usecs
[ 35.372074] calling xemaclite_of_driver_init+0x0/0x1d @ 1
[ 35.373196] initcall xemaclite_of_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 35.374534] calling mkiss_init_driver+0x0/0x41 @ 1
[ 35.375431] mkiss: AX.25 Multikiss, Hans Albas PE1AYX
[ 35.376341] initcall mkiss_init_driver+0x0/0x41 returned 0 after 909 usecs
[ 35.377705] calling sixpack_init_driver+0x0/0x41 @ 1
[ 35.378631] AX.25: 6pack driver, Revision: 0.3.0
[ 35.379488] initcall sixpack_init_driver+0x0/0x41 returned 0 after 856 usecs
[ 35.380740] calling yam_init_driver+0x0/0x236 @ 1
[ 35.381637] YAM driver version 0.8 by F1OAT/F6FBB
[ 35.388373] initcall yam_init_driver+0x0/0x236 returned 0 after 6736 usecs
[ 35.389627] calling bpq_init_driver+0x0/0x98 @ 1
[ 35.390547] AX.25: bpqether driver version 004
[ 35.391385] initcall bpq_init_driver+0x0/0x98 returned 0 after 859 usecs
[ 35.392584] calling init_baycomserfdx+0x0/0x30d @ 1
[ 35.393496] baycom_ser_fdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA
baycom_ser_fdx: version 0.10
[ 35.401612] initcall init_baycomserfdx+0x0/0x30d returned 0 after 8116 usecs
[ 35.402896] calling hdlcdrv_init_driver+0x0/0x29 @ 1
[ 35.403838] hdlcdrv: (C) 1996-2000 Thomas Sailer HB9JNX/AE4WA
[ 35.404846] hdlcdrv: version 0.8
[ 35.414285] initcall hdlcdrv_init_driver+0x0/0x29 returned 0 after 10445 usecs
[ 35.416839] calling init_baycomserhdx+0x0/0x288 @ 1
[ 35.418726] baycom_ser_hdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA
baycom_ser_hdx: version 0.10
[ 35.432678] initcall init_baycomserhdx+0x0/0x288 returned 0 after 13952 usecs
[ 35.435048] calling init_baycompar+0x0/0x25a @ 1
[ 35.436558] baycom_par: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA
baycom_par: version 0.9
[ 35.466104] initcall init_baycompar+0x0/0x25a returned 0 after 29546 usecs
[ 35.468536] calling ppp_init+0x0/0x11b @ 1
[ 35.470049] PPP generic driver version 2.4.2
[ 35.472578] initcall ppp_init+0x0/0x11b returned 0 after 2530 usecs
[ 35.474176] calling ppp_async_init+0x0/0x35 @ 1
[ 35.475038] initcall ppp_async_init+0x0/0x35 returned 0 after 1 usecs
[ 35.476141] calling ppp_sync_init+0x0/0x35 @ 1
[ 35.476985] initcall ppp_sync_init+0x0/0x35 returned 0 after 1 usecs
[ 35.478116] calling slip_init+0x0/0xa9 @ 1
[ 35.478925] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
[ 35.480207] initcall slip_init+0x0/0xa9 returned 0 after 1282 usecs
[ 35.481316] calling wwan_init+0x0/0xb6 @ 1
[ 35.482335] initcall wwan_init+0x0/0xb6 returned 0 after 194 usecs
[ 35.483410] calling wwan_hwsim_init+0x0/0x105 @ 1
[ 35.497690] initcall wwan_hwsim_init+0x0/0x105 returned 0 after 11722 usecs
[ 35.498974] calling mhi_mbim_driver_init+0x0/0x1d @ 1
[ 35.500065] initcall mhi_mbim_driver_init+0x0/0x1d returned 0 after 151 usecs
[ 35.501368] calling rpmsg_wwan_ctrl_driver_init+0x0/0x1d @ 1
[ 35.502517] initcall rpmsg_wwan_ctrl_driver_init+0x0/0x1d returned 0 after 117 usecs
[ 35.503877] calling catc_driver_init+0x0/0x24 @ 1
[ 35.504975] usbcore: registered new interface driver catc
[ 35.506676] initcall catc_driver_init+0x0/0x24 returned 0 after 1913 usecs
[ 35.509042] calling kaweth_driver_init+0x0/0x24 @ 1
[ 35.511122] usbcore: registered new interface driver kaweth
[ 35.512905] initcall kaweth_driver_init+0x0/0x24 returned 0 after 2144 usecs
[ 35.515451] calling pegasus_init+0x0/0x4a @ 1
[ 35.517146] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 35.519493] usbcore: registered new interface driver pegasus
[ 35.533699] initcall pegasus_init+0x0/0x4a returned 0 after 4393 usecs
[ 35.536099] calling rtl8150_driver_init+0x0/0x24 @ 1
[ 35.538371] usbcore: registered new interface driver rtl8150
[ 35.540364] initcall rtl8150_driver_init+0x0/0x24 returned 0 after 2380 usecs
[ 35.542877] calling rtl8152_driver_init+0x0/0x24 @ 1
[ 35.545161] usbcore: registered new interface driver r8152
[ 35.547236] initcall rtl8152_driver_init+0x0/0x24 returned 0 after 2552 usecs
[ 35.549710] calling lan78xx_driver_init+0x0/0x24 @ 1
[ 35.551966] usbcore: registered new interface driver lan78xx
[ 35.553992] initcall lan78xx_driver_init+0x0/0x24 returned 0 after 2421 usecs
[ 35.556520] calling ax88179_178a_driver_init+0x0/0x24 @ 1
[ 35.558898] usbcore: registered new interface driver ax88179_178a
[ 35.561030] initcall ax88179_178a_driver_init+0x0/0x24 returned 0 after 2486 usecs
[ 35.563605] calling cdc_driver_init+0x0/0x24 @ 1
[ 35.565507] usbcore: registered new interface driver cdc_ether
[ 35.566608] initcall cdc_driver_init+0x0/0x24 returned 0 after 1429 usecs
[ 35.567844] calling eem_driver_init+0x0/0x24 @ 1
[ 35.568972] usbcore: registered new interface driver cdc_eem
[ 35.570028] initcall eem_driver_init+0x0/0x24 returned 0 after 1305 usecs
[ 35.571259] calling dm9601_driver_init+0x0/0x24 @ 1
[ 35.572339] usbcore: registered new interface driver dm9601
[ 35.573332] initcall dm9601_driver_init+0x0/0x24 returned 0 after 1163 usecs
[ 35.574640] calling sr9700_usb_driver_init+0x0/0x24 @ 1
[ 35.575782] usbcore: registered new interface driver sr9700
[ 35.576772] initcall sr9700_usb_driver_init+0x0/0x24 returned 0 after 1178 usecs
[ 35.578104] calling smsc75xx_driver_init+0x0/0x24 @ 1
[ 35.579237] usbcore: registered new interface driver smsc75xx
[ 35.580246] initcall smsc75xx_driver_init+0x0/0x24 returned 0 after 1216 usecs
[ 35.581536] calling gl620a_driver_init+0x0/0x24 @ 1
[ 35.582644] usbcore: registered new interface driver gl620a
[ 35.583629] initcall gl620a_driver_init+0x0/0x24 returned 0 after 1165 usecs
[ 35.584884] calling net1080_driver_init+0x0/0x24 @ 1
[ 35.586056] usbcore: registered new interface driver net1080
[ 35.587059] initcall net1080_driver_init+0x0/0x24 returned 0 after 1173 usecs
[ 35.588338] calling plusb_driver_init+0x0/0x24 @ 1
[ 35.589414] usbcore: registered new interface driver plusb
[ 35.590431] initcall plusb_driver_init+0x0/0x24 returned 0 after 1202 usecs
[ 35.591665] calling rndis_driver_init+0x0/0x24 @ 1
[ 35.592708] usbcore: registered new interface driver rndis_host
[ 35.593780] initcall rndis_driver_init+0x0/0x24 returned 0 after 1218 usecs
[ 35.595013] calling cdc_subset_driver_init+0x0/0x24 @ 1
[ 35.596135] usbcore: registered new interface driver cdc_subset
[ 35.597191] initcall cdc_subset_driver_init+0x0/0x24 returned 0 after 1231 usecs
[ 35.598514] calling zaurus_driver_init+0x0/0x24 @ 1
[ 35.599568] usbcore: registered new interface driver zaurus
[ 35.600583] initcall zaurus_driver_init+0x0/0x24 returned 0 after 1161 usecs
[ 35.601854] calling usbnet_init+0x0/0x32 @ 1
[ 35.602682] initcall usbnet_init+0x0/0x32 returned 0 after 6 usecs
[ 35.603768] calling int51x1_driver_init+0x0/0x24 @ 1
[ 35.604875] usbcore: registered new interface driver int51x1
[ 35.606682] initcall int51x1_driver_init+0x0/0x24 returned 0 after 1991 usecs
[ 35.609303] calling usbpn_driver_init+0x0/0x24 @ 1
[ 35.620621] usbcore: registered new interface driver cdc_phonet
[ 35.622855] initcall usbpn_driver_init+0x0/0x24 returned 0 after 2639 usecs
[ 35.625160] calling ipheth_driver_init+0x0/0x24 @ 1
[ 35.627336] usbcore: registered new interface driver ipheth
[ 35.629082] initcall ipheth_driver_init+0x0/0x24 returned 0 after 2192 usecs
[ 35.631325] calling cx82310_driver_init+0x0/0x24 @ 1
[ 35.633468] usbcore: registered new interface driver cx82310_eth
[ 35.635691] initcall cx82310_driver_init+0x0/0x24 returned 0 after 2584 usecs
[ 35.638177] calling cdc_ncm_driver_init+0x0/0x24 @ 1
[ 35.640373] usbcore: registered new interface driver cdc_ncm
[ 35.646441] initcall cdc_ncm_driver_init+0x0/0x24 returned 0 after 6567 usecs
[ 35.648871] calling lg_vl600_driver_init+0x0/0x24 @ 1
[ 35.651045] usbcore: registered new interface driver lg-vl600
[ 35.652988] initcall lg_vl600_driver_init+0x0/0x24 returned 0 after 2315 usecs
[ 35.655559] calling cdc_mbim_driver_init+0x0/0x24 @ 1
[ 35.657802] usbcore: registered new interface driver cdc_mbim
[ 35.659680] initcall cdc_mbim_driver_init+0x0/0x24 returned 0 after 2276 usecs
[ 35.661946] calling ch9200_driver_init+0x0/0x24 @ 1
[ 35.663097] usbcore: registered new interface driver ch9200
[ 35.664122] initcall ch9200_driver_init+0x0/0x24 returned 0 after 1266 usecs
[ 35.665362] calling aq_driver_init+0x0/0x24 @ 1
[ 35.666449] usbcore: registered new interface driver aqc111
[ 35.667465] initcall aq_driver_init+0x0/0x24 returned 0 after 1197 usecs
[ 35.668656] calling r8153_ecm_driver_init+0x0/0x24 @ 1
[ 35.669790] usbcore: registered new interface driver r8153_ecm
[ 35.670853] initcall r8153_ecm_driver_init+0x0/0x24 returned 0 after 1226 usecs
[ 35.672127] calling fjes_init_module+0x0/0x126 @ 1
[ 35.673260] initcall fjes_init_module+0x0/0x126 returned -19 after 241 usecs
[ 35.675255] calling vfio_init+0x0/0x17a @ 1
[ 35.677852] VFIO - User Level meta-driver version: 0.3
[ 35.679570] initcall vfio_init+0x0/0x17a returned 0 after 2883 usecs
[ 35.681753] calling vfio_iommu_type1_init+0x0/0x1b @ 1
[ 35.683620] initcall vfio_iommu_type1_init+0x0/0x1b returned 0 after 114 usecs
[ 35.686020] calling hd44780_driver_init+0x0/0x1d @ 1
[ 35.688065] initcall hd44780_driver_init+0x0/0x1d returned 0 after 289 usecs
[ 35.690076] calling panel_init_module+0x0/0x264 @ 1
[ 35.700815] panel: panel driver not yet registered
[ 35.701801] initcall panel_init_module+0x0/0x264 returned 0 after 10792 usecs
[ 35.703061] calling lcd2s_i2c_driver_init+0x0/0x1d @ 1
[ 35.705176] initcall lcd2s_i2c_driver_init+0x0/0x1d returned 0 after 1148 usecs
[ 35.727854] calling aoe_init+0x0/0x117 @ 1
[ 35.735206] aoe: AoE v85 initialised.
[ 35.737185] initcall aoe_init+0x0/0x117 returned 0 after 7797 usecs
[ 35.739133] calling gpio_vbus_driver_init+0x0/0x1d @ 1
[ 35.741295] initcall gpio_vbus_driver_init+0x0/0x1d returned 0 after 646 usecs
[ 35.742784] calling isp1301_driver_init+0x0/0x1d @ 1
[ 35.743982] initcall isp1301_driver_init+0x0/0x1d returned 0 after 191 usecs
[ 35.745252] calling dwc3_driver_init+0x0/0x1d @ 1
[ 35.746382] initcall dwc3_driver_init+0x0/0x1d returned 0 after 178 usecs
[ 35.747643] calling dwc3_pci_driver_init+0x0/0x24 @ 1
[ 35.748805] initcall dwc3_pci_driver_init+0x0/0x24 returned 0 after 230 usecs
[ 35.750104] calling dwc3_haps_driver_init+0x0/0x24 @ 1
[ 35.751264] initcall dwc3_haps_driver_init+0x0/0x24 returned 0 after 171 usecs
[ 35.752535] calling cdns3_driver_init+0x0/0x1d @ 1
[ 35.753650] initcall cdns3_driver_init+0x0/0x1d returned 0 after 217 usecs
[ 35.754922] calling cdns3_pci_driver_init+0x0/0x24 @ 1
[ 35.756079] initcall cdns3_pci_driver_init+0x0/0x24 returned 0 after 212 usecs
[ 35.757386] calling mon_init+0x0/0x1dd @ 1
[ 35.759003] initcall mon_init+0x0/0x1dd returned 0 after 766 usecs
[ 35.760084] calling ehci_hcd_init+0x0/0x1b4 @ 1
[ 35.760990] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 35.762292] initcall ehci_hcd_init+0x0/0x1b4 returned 0 after 1302 usecs
[ 35.763504] calling ehci_pci_init+0x0/0x72 @ 1
[ 35.764395] ehci-pci: EHCI PCI platform driver
[ 35.765478] initcall ehci_pci_init+0x0/0x72 returned 0 after 1083 usecs
[ 35.768254] calling ehci_platform_init+0x0/0x55 @ 1
[ 35.769881] ehci-platform: EHCI generic platform driver
[ 35.771950] initcall ehci_platform_init+0x0/0x55 returned 0 after 2069 usecs
[ 35.777212] calling isp116x_driver_init+0x0/0x1d @ 1
[ 35.779149] initcall isp116x_driver_init+0x0/0x1d returned 0 after 292 usecs
[ 35.780786] calling ohci_hcd_mod_init+0x0/0x10c @ 1
[ 35.781729] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 35.783038] initcall ohci_hcd_mod_init+0x0/0x10c returned 0 after 1309 usecs
[ 35.784317] calling ohci_pci_init+0x0/0x72 @ 1
[ 35.785164] ohci-pci: OHCI PCI platform driver
[ 35.786244] initcall ohci_pci_init+0x0/0x72 returned 0 after 1080 usecs
[ 35.787455] calling ohci_platform_init+0x0/0x55 @ 1
[ 35.788363] ohci-platform: OHCI generic platform driver
[ 35.789425] initcall ohci_platform_init+0x0/0x55 returned 0 after 1061 usecs
[ 35.790732] calling xhci_hcd_init+0x0/0x2d @ 1
[ 35.791722] initcall xhci_hcd_init+0x0/0x2d returned 0 after 136 usecs
[ 35.792895] calling xhci_pci_init+0x0/0x58 @ 1
[ 35.793992] initcall xhci_pci_init+0x0/0x58 returned 0 after 210 usecs
[ 35.795170] calling xhci_plat_init+0x0/0x30 @ 1
[ 35.796165] initcall xhci_plat_init+0x0/0x30 returned 0 after 132 usecs
[ 35.797373] calling sl811h_driver_init+0x0/0x1d @ 1
[ 35.798452] initcall sl811h_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 35.799693] calling sl811_cs_driver_init+0x0/0x1b @ 1
[ 35.800788] initcall sl811_cs_driver_init+0x0/0x1b returned 0 after 153 usecs
[ 35.802065] calling u132_hcd_init+0x0/0x9e @ 1
[ 35.802913] driver u132_hcd
[ 35.803962] initcall u132_hcd_init+0x0/0x9e returned 0 after 1049 usecs
[ 35.805183] calling fsl_usb2_mph_dr_driver_init+0x0/0x1d @ 1
[ 35.822091] initcall fsl_usb2_mph_dr_driver_init+0x0/0x1d returned 0 after 388 usecs
[ 35.824580] calling ehci_fsl_init+0x0/0x64 @ 1
[ 35.826280] ehci-fsl: Freescale EHCI Host controller driver
[ 35.828549] initcall ehci_fsl_init+0x0/0x64 returned 0 after 2270 usecs
[ 35.830969] calling c67x00_driver_init+0x0/0x1d @ 1
[ 35.833057] initcall c67x00_driver_init+0x0/0x1d returned 0 after 304 usecs
[ 35.835096] calling acm_init+0x0/0x24d @ 1
[ 35.836494] usbcore: registered new interface driver cdc_acm
[ 35.837949] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 35.839344] initcall acm_init+0x0/0x24d returned 0 after 3245 usecs
[ 35.840476] calling usblp_driver_init+0x0/0x24 @ 1
[ 35.841744] usbcore: registered new interface driver usblp
[ 35.842753] initcall usblp_driver_init+0x0/0x24 returned 0 after 1373 usecs
[ 35.844029] calling wdm_driver_init+0x0/0x24 @ 1
[ 35.845154] usbcore: registered new interface driver cdc_wdm
[ 35.850142] initcall wdm_driver_init+0x0/0x24 returned 0 after 5214 usecs
[ 35.852484] calling usbtmc_driver_init+0x0/0x24 @ 1
[ 35.854682] usbcore: registered new interface driver usbtmc
[ 35.856570] initcall usbtmc_driver_init+0x0/0x24 returned 0 after 2269 usecs
[ 35.858997] calling mts_usb_driver_init+0x0/0x24 @ 1
[ 35.861118] usbcore: registered new interface driver microtekX6
[ 35.863072] initcall mts_usb_driver_init+0x0/0x24 returned 0 after 2366 usecs
[ 35.865581] calling usb_serial_init+0x0/0x2f9 @ 1
[ 35.867877] initcall usb_serial_init+0x0/0x2f9 returned 0 after 646 usecs
[ 35.870187] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.872481] usbcore: registered new interface driver aircable
[ 35.874271] usbserial: USB Serial support registered for aircable
[ 35.875363] initcall usb_serial_module_init+0x0/0x29 returned 0 after 3225 usecs
[ 35.876659] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.877810] usbcore: registered new interface driver ark3116
[ 35.878926] usbserial: USB Serial support registered for ark3116
[ 35.879979] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2328 usecs
[ 35.881288] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.882462] usbcore: registered new interface driver belkin_sa
[ 35.883594] usbserial: USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter
[ 35.885153] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2880 usecs
[ 35.886492] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.887664] usbcore: registered new interface driver cyberjack
[ 35.888819] usbserial: USB Serial support registered for Reiner SCT Cyberjack USB card reader
[ 35.890288] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2810 usecs
[ 35.891600] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.892727] usbcore: registered new interface driver cypress_m8
[ 35.893956] usbserial: USB Serial support registered for DeLorme Earthmate USB
[ 35.895400] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[ 35.896790] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[ 35.898118] initcall usb_serial_module_init+0x0/0x29 returned 0 after 5569 usecs
[ 35.899406] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.900559] usbcore: registered new interface driver usb_debug
[ 35.901715] usbserial: USB Serial support registered for debug
[ 35.902865] usbserial: USB Serial support registered for xhci_dbc
[ 35.903946] initcall usb_serial_module_init+0x0/0x29 returned 0 after 3590 usecs
[ 35.905285] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.923999] usbcore: registered new interface driver digi_acceleport
[ 35.926700] usbserial: USB Serial support registered for Digi 2 port USB adapter
[ 35.929417] usbserial: USB Serial support registered for Digi 4 port USB adapter
[ 35.932185] initcall usb_serial_module_init+0x0/0x29 returned 0 after 8614 usecs
[ 35.934792] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.936881] usbcore: registered new interface driver io_edgeport
[ 35.938535] usbserial: USB Serial support registered for Edgeport 2 port adapter
[ 35.939996] usbserial: USB Serial support registered for Edgeport 4 port adapter
[ 35.941428] usbserial: USB Serial support registered for Edgeport 8 port adapter
[ 35.943102] usbserial: USB Serial support registered for EPiC device
[ 35.944464] initcall usb_serial_module_init+0x0/0x29 returned 0 after 7943 usecs
[ 35.946189] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.947809] usbcore: registered new interface driver empeg
[ 35.949129] usbserial: USB Serial support registered for empeg
[ 35.951269] initcall usb_serial_module_init+0x0/0x29 returned 0 after 3765 usecs
[ 35.953046] calling f81232_init+0x0/0x5d @ 1
[ 35.954255] usbcore: registered new interface driver f81534a_ctrl
[ 35.955851] usbcore: registered new interface driver f81232
[ 35.956989] usbserial: USB Serial support registered for f81232
[ 35.958230] usbserial: USB Serial support registered for f81534a
[ 35.959283] initcall f81232_init+0x0/0x5d returned 0 after 5325 usecs
[ 35.960396] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.961688] usbcore: registered new interface driver ftdi_sio
[ 35.963905] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 35.966335] initcall usb_serial_module_init+0x0/0x29 returned 0 after 4955 usecs
[ 35.968398] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.970110] usbcore: registered new interface driver garmin_gps
[ 35.971393] usbserial: USB Serial support registered for Garmin GPS usb/tty
[ 35.972636] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2719 usecs
[ 35.973966] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.975062] usbcore: registered new interface driver ipaq
[ 35.976154] usbserial: USB Serial support registered for PocketPC PDA
[ 35.977284] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2362 usecs
[ 35.978632] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.979759] usbcore: registered new interface driver ipw
[ 35.980880] usbserial: USB Serial support registered for IPWireless converter
[ 35.982155] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2567 usecs
[ 35.983450] calling ir_init+0x0/0x43 @ 1
[ 35.984393] usbcore: registered new interface driver ir_usb
[ 35.985510] usbserial: USB Serial support registered for IR Dongle
[ 35.986611] initcall ir_init+0x0/0x43 returned 0 after 2358 usecs
[ 35.987702] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.988806] usbcore: registered new interface driver iuu_phoenix
[ 35.990070] usbserial: USB Serial support registered for iuu_phoenix
[ 35.991196] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2538 usecs
[ 35.992489] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.993618] usbcore: registered new interface driver keyspan_pda
[ 35.994824] usbserial: USB Serial support registered for Keyspan PDA
[ 35.996017] usbserial: USB Serial support registered for Keyspan PDA - (prerenumeration)
[ 35.997423] initcall usb_serial_module_init+0x0/0x29 returned 0 after 3977 usecs
[ 35.998738] calling usb_serial_module_init+0x0/0x29 @ 1
[ 35.999886] usbcore: registered new interface driver kl5kusb105
[ 36.001081] usbserial: USB Serial support registered for KL5KUSB105D / PalmConnect
[ 36.003890] initcall usb_serial_module_init+0x0/0x29 returned 0 after 4195 usecs
[ 36.005260] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.019829] usbcore: registered new interface driver kobil_sct
[ 36.021959] usbserial: USB Serial support registered for KOBIL USB smart card terminal
[ 36.024558] initcall usb_serial_module_init+0x0/0x29 returned 0 after 5086 usecs
[ 36.027246] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.029645] usbcore: registered new interface driver mct_u232
[ 36.031896] usbserial: USB Serial support registered for MCT U232
[ 36.033858] initcall usb_serial_module_init+0x0/0x29 returned 0 after 4672 usecs
[ 36.035203] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.036484] usbcore: registered new interface driver mos7720
[ 36.037722] usbserial: USB Serial support registered for Moschip 2 port adapter
[ 36.039071] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2906 usecs
[ 36.040395] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.041722] usbcore: registered new interface driver mos7840
[ 36.042890] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[ 36.044726] initcall usb_serial_module_init+0x0/0x29 returned 0 after 3322 usecs
[ 36.046700] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.048167] usbcore: registered new interface driver mxuport
[ 36.049669] usbserial: USB Serial support registered for MOXA UPort
[ 36.051790] initcall usb_serial_module_init+0x0/0x29 returned 0 after 3902 usecs
[ 36.054116] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.056305] usbcore: registered new interface driver navman
[ 36.058515] usbserial: USB Serial support registered for navman
[ 36.060355] initcall usb_serial_module_init+0x0/0x29 returned 0 after 4448 usecs
[ 36.062738] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.064833] usbcore: registered new interface driver omninet
[ 36.066829] usbserial: USB Serial support registered for ZyXEL - omni.net usb
[ 36.069132] initcall usb_serial_module_init+0x0/0x29 returned 0 after 4653 usecs
[ 36.071561] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.073549] usbcore: registered new interface driver pl2303
[ 36.074758] usbserial: USB Serial support registered for pl2303
[ 36.075801] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2658 usecs
[ 36.077115] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.079848] usbcore: registered new interface driver qcaux
[ 36.080961] usbserial: USB Serial support registered for qcaux
[ 36.082007] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2430 usecs
[ 36.083294] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.084451] usbcore: registered new interface driver qcserial
[ 36.085621] usbserial: USB Serial support registered for Qualcomm USB modem
[ 36.086863] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2586 usecs
[ 36.088176] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.089291] usbcore: registered new interface driver safe_serial
[ 36.090501] usbserial: USB Serial support registered for safe_serial
[ 36.091601] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2476 usecs
[ 36.092890] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.094074] usbcore: registered new interface driver sierra
[ 36.095169] usbserial: USB Serial support registered for Sierra USB modem
[ 36.096380] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2498 usecs
[ 36.097719] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.098831] usbcore: registered new interface driver spcp8x5
[ 36.099950] usbserial: USB Serial support registered for SPCP8x5
[ 36.101027] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2356 usecs
[ 36.102350] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.103464] usbcore: registered new interface driver ssu100
[ 36.104583] usbserial: USB Serial support registered for Quatech SSU-100 USB to Serial Driver
[ 36.116930] initcall usb_serial_module_init+0x0/0x29 returned 0 after 13633 usecs
[ 36.119516] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.121760] usbcore: registered new interface driver symbolserial
[ 36.123999] usbserial: USB Serial support registered for symbol
[ 36.125973] initcall usb_serial_module_init+0x0/0x29 returned 0 after 4679 usecs
[ 36.128589] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.130948] usbcore: registered new interface driver ti_usb_3410_5052
[ 36.133308] usbserial: USB Serial support registered for TI USB 3410 1 port adapter
[ 36.136285] usbserial: USB Serial support registered for TI USB 5052 2 port adapter
[ 36.139571] initcall usb_serial_module_init+0x0/0x29 returned 0 after 9062 usecs
[ 36.142369] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.144732] usbcore: registered new interface driver visor
[ 36.146923] usbserial: USB Serial support registered for Handspring Visor / Palm OS
[ 36.149954] usbserial: USB Serial support registered for Sony Clie 5.0
[ 36.152526] usbserial: USB Serial support registered for Sony Clie 3.5
[ 36.154825] initcall usb_serial_module_init+0x0/0x29 returned 0 after 10414 usecs
[ 36.157294] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.158654] usbcore: registered new interface driver whiteheat
[ 36.159855] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT - (prerenumeration)
[ 36.161601] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT
[ 36.162908] initcall usb_serial_module_init+0x0/0x29 returned 0 after 4490 usecs
[ 36.164229] calling usb_serial_module_init+0x0/0x29 @ 1
[ 36.165382] usbcore: registered new interface driver xr_serial
[ 36.166558] usbserial: USB Serial support registered for xr_serial
[ 36.167673] initcall usb_serial_module_init+0x0/0x29 returned 0 after 2492 usecs
[ 36.168971] calling adu_driver_init+0x0/0x24 @ 1
[ 36.170065] usbcore: registered new interface driver adutux
[ 36.171078] initcall adu_driver_init+0x0/0x24 returned 0 after 1213 usecs
[ 36.172279] calling cypress_driver_init+0x0/0x24 @ 1
[ 36.173370] usbcore: registered new interface driver cypress_cy7c63
[ 36.174487] initcall cypress_driver_init+0x0/0x24 returned 0 after 1292 usecs
[ 36.175736] calling emi26_driver_init+0x0/0x24 @ 1
[ 36.176807] usbcore: registered new interface driver emi26 - firmware loader
[ 36.178118] initcall emi26_driver_init+0x0/0x24 returned 0 after 1485 usecs
[ 36.179343] calling ftdi_elan_init+0x0/0x81 @ 1
[ 36.180204] ftdi_elan: driver ftdi-elan
[ 36.181211] usbcore: registered new interface driver ftdi-elan
[ 36.182280] initcall ftdi_elan_init+0x0/0x81 returned 0 after 2075 usecs
[ 36.183480] calling mfi_fc_driver_init+0x0/0x1d @ 1
[ 36.184554] usbcore: registered new device driver apple-mfi-fastcharge
[ 36.185771] initcall mfi_fc_driver_init+0x0/0x1d returned 0 after 1368 usecs
[ 36.187019] calling idmouse_driver_init+0x0/0x24 @ 1
[ 36.188135] usbcore: registered new interface driver idmouse
[ 36.189141] initcall idmouse_driver_init+0x0/0x24 returned 0 after 1179 usecs
[ 36.190438] calling iowarrior_driver_init+0x0/0x24 @ 1
[ 36.191566] usbcore: registered new interface driver iowarrior
[ 36.192591] initcall iowarrior_driver_init+0x0/0x24 returned 0 after 1209 usecs
[ 36.193914] calling ld_usb_driver_init+0x0/0x24 @ 1
[ 36.194991] usbcore: registered new interface driver ldusb
[ 36.195970] initcall ld_usb_driver_init+0x0/0x24 returned 0 after 1139 usecs
[ 36.197235] calling tower_driver_init+0x0/0x24 @ 1
[ 36.198368] usbcore: registered new interface driver legousbtower
[ 36.199427] initcall tower_driver_init+0x0/0x24 returned 0 after 1252 usecs
[ 36.200673] calling uss720_init+0x0/0x60 @ 1
[ 36.201682] usbcore: registered new interface driver uss720
[ 36.202673] uss720: USB Parport Cable driver for Cables using the Lucent Technologies USS720 Chip
[ 36.204165] uss720: NOTE: this is a special purpose driver to allow nonstandard
[ 36.217942] uss720: protocols (eg. bitbang) over USS720 usb to parallel cables
[ 36.220181] uss720: If you just want to connect to a printer, use usblp instead
[ 36.222539] initcall uss720_init+0x0/0x60 returned 0 after 21033 usecs
[ 36.224749] calling usb251xb_i2c_driver_init+0x0/0x1d @ 1
[ 36.226455] initcall usb251xb_i2c_driver_init+0x0/0x1d returned 0 after 237 usecs
[ 36.228274] calling usb3503_init+0x0/0x72 @ 1
[ 36.230592] initcall usb3503_init+0x0/0x72 returned 0 after 703 usecs
[ 36.232743] calling usb_sisusb_init+0x0/0x24 @ 1
[ 36.234886] usbcore: registered new interface driver sisusb
[ 36.236793] initcall usb_sisusb_init+0x0/0x24 returned 0 after 2269 usecs
[ 36.239211] calling cxacru_usb_driver_init+0x0/0x24 @ 1
[ 36.241491] usbcore: registered new interface driver cxacru
[ 36.243436] initcall cxacru_usb_driver_init+0x0/0x24 returned 0 after 2345 usecs
[ 36.246006] calling uea_driver_init+0x0/0x24 @ 1
[ 36.251100] usbcore: registered new interface driver ueagle-atm
[ 36.253215] initcall uea_driver_init+0x0/0x24 returned 0 after 2628 usecs
[ 36.255598] calling usbatm_usb_init+0x0/0x51 @ 1
[ 36.257384] initcall usbatm_usb_init+0x0/0x51 returned 0 after 1 usecs
[ 36.259632] calling xusbatm_init+0x0/0xb03 @ 1
[ 36.261269] xusbatm: malformed module parameters
[ 36.262285] initcall xusbatm_init+0x0/0xb03 returned -22 after 1016 usecs
[ 36.263496] calling musb_driver_init+0x0/0x1d @ 1
[ 36.264656] initcall musb_driver_init+0x0/0x1d returned 0 after 238 usecs
[ 36.265907] calling ci_hdrc_platform_register+0x0/0x1d @ 1
[ 36.267024] initcall ci_hdrc_platform_register+0x0/0x1d returned 0 after 123 usecs
[ 36.268367] calling ci_hdrc_usb2_driver_init+0x0/0x1d @ 1
[ 36.269501] initcall ci_hdrc_usb2_driver_init+0x0/0x1d returned 0 after 160 usecs
[ 36.270857] calling ci_hdrc_msm_driver_init+0x0/0x1d @ 1
[ 36.271950] initcall ci_hdrc_msm_driver_init+0x0/0x1d returned 0 after 127 usecs
[ 36.273793] calling ci_hdrc_pci_driver_init+0x0/0x24 @ 1
[ 36.275437] initcall ci_hdrc_pci_driver_init+0x0/0x24 returned 0 after 280 usecs
[ 36.276775] calling gadget_cfs_init+0x0/0x27 @ 1
[ 36.277952] initcall gadget_cfs_init+0x0/0x27 returned 0 after 149 usecs
[ 36.280140] calling dummy_hcd_init+0x0/0xbb3 @ 1
[ 36.283258] dummy_hcd dummy_hcd.0: USB Host+Gadget Emulator, driver 02 May 2005
[ 36.285915] dummy_hcd dummy_hcd.0: Dummy host controller
[ 36.289448] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 1
[ 36.296304] hub 1-0:1.0: USB hub found
[ 36.297442] hub 1-0:1.0: 1 port detected
[ 36.303115] initcall dummy_hcd_init+0x0/0xbb3 returned 0 after 21256 usecs
[ 36.304439] calling net2272_init+0x0/0x51 @ 1
[ 36.318531] initcall net2272_init+0x0/0x51 returned 0 after 13076 usecs
[ 36.320981] calling udc_driver_init+0x0/0x1d @ 1
[ 36.323007] initcall udc_driver_init+0x0/0x1d returned 0 after 306 usecs
[ 36.325292] calling r8a66597_driver_init+0x0/0x24 @ 1
[ 36.327658] initcall r8a66597_driver_init+0x0/0x24 returned -19 after 445 usecs
[ 36.330247] calling max3420_driver_init+0x0/0x1d @ 1
[ 36.332415] initcall max3420_driver_init+0x0/0x1d returned 0 after 290 usecs
[ 36.334974] calling acmmod_init+0x0/0x1b @ 1
[ 36.336644] initcall acmmod_init+0x0/0x1b returned 0 after 121 usecs
[ 36.338883] calling sslb_modinit+0x0/0x40 @ 1
[ 36.340554] initcall sslb_modinit+0x0/0x40 returned 0 after 8 usecs
[ 36.342534] calling userial_init+0x0/0x273 @ 1
[ 36.344358] initcall userial_init+0x0/0x273 returned 0 after 182 usecs
[ 36.346663] calling gsermod_init+0x0/0x1b @ 1
[ 36.348385] initcall gsermod_init+0x0/0x1b returned 0 after 8 usecs
[ 36.350513] calling obexmod_init+0x0/0x1b @ 1
[ 36.352151] initcall obexmod_init+0x0/0x1b returned 0 after 8 usecs
[ 36.354341] calling ncmmod_init+0x0/0x1b @ 1
[ 36.358640] initcall ncmmod_init+0x0/0x1b returned 0 after 8 usecs
[ 36.360330] calling ecmmod_init+0x0/0x1b @ 1
[ 36.361964] initcall ecmmod_init+0x0/0x1b returned 0 after 7 usecs
[ 36.364009] calling phonetmod_init+0x0/0x1b @ 1
[ 36.365753] initcall phonetmod_init+0x0/0x1b returned 0 after 7 usecs
[ 36.367831] calling gethmod_init+0x0/0x1b @ 1
[ 36.369433] initcall gethmod_init+0x0/0x1b returned 0 after 8 usecs
[ 36.371522] calling rndismod_init+0x0/0x1b @ 1
[ 36.373232] initcall rndismod_init+0x0/0x1b returned 0 after 8 usecs
[ 36.374584] calling mass_storagemod_init+0x0/0x1b @ 1
[ 36.375661] initcall mass_storagemod_init+0x0/0x1b returned 0 after 4 usecs
[ 36.376931] calling ffsmod_init+0x0/0x1b @ 1
[ 36.377825] initcall ffsmod_init+0x0/0x1b returned 0 after 3 usecs
[ 36.378900] calling hidmod_init+0x0/0x1b @ 1
[ 36.379732] initcall hidmod_init+0x0/0x1b returned 0 after 3 usecs
[ 36.380909] calling printermod_init+0x0/0x1b @ 1
[ 36.381833] initcall printermod_init+0x0/0x1b returned 0 after 29 usecs
[ 36.383067] calling zero_driver_init+0x0/0x1b @ 1
[ 36.384680] zero gadget.0: Gadget Zero, version: Cinco de Mayo 2008
[ 36.385833] zero gadget.0: zero ready
[ 36.387425] initcall zero_driver_init+0x0/0x1b returned 0 after 3412 usecs
[ 36.388709] calling eth_driver_init+0x0/0x1b @ 1
[ 36.389778] UDC core: g_ether: couldn't find an available UDC
[ 36.390865] initcall eth_driver_init+0x0/0x1b returned 0 after 1257 usecs
[ 36.392083] calling gadgetfs_init+0x0/0x41 @ 1
[ 36.392945] gadgetfs: USB Gadget filesystem, version 24 Aug 2004
[ 36.394026] initcall gadgetfs_init+0x0/0x41 returned 0 after 1088 usecs
[ 36.395233] calling gfs_init+0x0/0x30f @ 1
[ 36.396241] file system registered
[ 36.396982] initcall gfs_init+0x0/0x30f returned 0 after 944 usecs
[ 36.398115] calling msg_driver_init+0x0/0x1b @ 1
[ 36.399174] UDC core: g_mass_storage: couldn't find an available UDC
[ 36.400280] initcall msg_driver_init+0x0/0x1b returned 0 after 1287 usecs
[ 36.401504] calling gserial_init+0x0/0x99 @ 1
[ 36.402490] UDC core: g_serial: couldn't find an available UDC
[ 36.403516] initcall gserial_init+0x0/0x99 returned 0 after 1155 usecs
[ 36.404702] calling printer_driver_init+0x0/0x1b @ 1
[ 36.410893] UDC core: printer: couldn't find an available UDC
[ 36.412809] initcall printer_driver_init+0x0/0x1b returned 0 after 2290 usecs
[ 36.415289] calling cdc_driver_init+0x0/0x1b @ 1
[ 36.417309] UDC core: g_cdc: couldn't find an available UDC
[ 36.419290] initcall cdc_driver_init+0x0/0x1b returned 0 after 2385 usecs
[ 36.421649] calling hidg_init+0x0/0x4e @ 1
[ 36.423651] initcall hidg_init+0x0/0x4e returned -19 after 456 usecs
[ 36.425870] calling dbgp_init+0x0/0x24 @ 1
[ 36.428117] UDC core: dbgp: couldn't find an available UDC
[ 36.430183] initcall dbgp_init+0x0/0x24 returned 0 after 2559 usecs
[ 36.432261] calling multi_driver_init+0x0/0x1b @ 1
[ 36.434371] UDC core: g_multi: couldn't find an available UDC
[ 36.436297] initcall multi_driver_init+0x0/0x1b returned 0 after 2315 usecs
[ 36.438654] calling nokia_driver_init+0x0/0x1b @ 1
[ 36.440850] UDC core: g_nokia: couldn't find an available UDC
[ 36.442671] initcall nokia_driver_init+0x0/0x1b returned 0 after 2198 usecs
[ 36.445028] calling ncm_driver_init+0x0/0x1b @ 1
[ 36.447046] UDC core: g_ncm: couldn't find an available UDC
[ 36.449009] initcall ncm_driver_init+0x0/0x1b returned 0 after 2296 usecs
[ 36.451471] calling usbip_core_init+0x0/0x14 @ 1
[ 36.453798] initcall usbip_core_init+0x0/0x14 returned 0 after 587 usecs
[ 36.456082] calling vhci_hcd_init+0x0/0x31f @ 1
[ 36.459133] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 36.462164] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[ 36.464850] vhci_hcd: created sysfs vhci_hcd.0
[ 36.475103] hub 2-0:1.0: USB hub found
[ 36.476895] hub 2-0:1.0: 8 ports detected
[ 36.486725] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[ 36.488735] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 3
[ 36.490353] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 36.495176] hub 3-0:1.0: USB hub found
[ 36.496154] hub 3-0:1.0: 8 ports detected
[ 36.503418] initcall vhci_hcd_init+0x0/0x31f returned 0 after 45569 usecs
[ 36.504732] calling usbip_host_init+0x0/0x10d @ 1
[ 36.617222] usb 1-1: new high-speed USB device number 2 using dummy_hcd
[ 36.830661] usb 1-1: Dual-Role OTG device on HNP port
[ 36.853621] usbcore: registered new device driver usbip-host
[ 36.855618] initcall usbip_host_init+0x0/0x10d returned 0 after 329139 usecs
[ 36.857838] calling vudc_init+0x0/0x349 @ 1
[ 36.862400] using random self ethernet address
[ 36.863371] using random host ethernet address
[ 36.866439] usb0: HOST MAC 2a:1b:9f:12:81:b0
[ 36.867338] usb0: MAC c6:12:65:dd:0a:99
[ 36.868323] using random self ethernet address
[ 36.869190] using random host ethernet address
[ 36.870558] g_ether gadget.1: Ethernet Gadget, version: Memorial Day 2008
[ 36.871788] g_ether gadget.1: g_ether ready
[ 36.872969] initcall vudc_init+0x0/0x349 returned 0 after 13729 usecs
[ 36.874140] calling ucsi_acpi_platform_driver_init+0x0/0x1d @ 1
[ 36.875364] initcall ucsi_acpi_platform_driver_init+0x0/0x1d returned 0 after 171 usecs
[ 36.876738] calling ucsi_ccg_driver_init+0x0/0x1d @ 1
[ 36.882026] initcall ucsi_ccg_driver_init+0x0/0x1d returned 0 after 203 usecs
[ 36.883334] calling tps6598x_i2c_driver_init+0x0/0x1d @ 1
[ 36.884475] initcall tps6598x_i2c_driver_init+0x0/0x1d returned 0 after 124 usecs
[ 36.885808] calling anx7411_driver_init+0x0/0x1d @ 1
[ 36.886883] initcall anx7411_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 36.888181] calling hd3ss3220_driver_init+0x0/0x1d @ 1
[ 36.890781] initcall hd3ss3220_driver_init+0x0/0x1d returned 0 after 153 usecs
[ 36.892070] calling stusb160x_driver_init+0x0/0x1d @ 1
[ 36.893189] initcall stusb160x_driver_init+0x0/0x1d returned 0 after 160 usecs
[ 36.894542] calling wusb3801_driver_init+0x0/0x1d @ 1
[ 36.895605] initcall wusb3801_driver_init+0x0/0x1d returned 0 after 128 usecs
[ 36.896872] calling fsa4480_driver_init+0x0/0x1d @ 1
[ 36.898014] initcall fsa4480_driver_init+0x0/0x1d returned 0 after 138 usecs
[ 36.899278] calling pi3usb30532_driver_init+0x0/0x1d @ 1
[ 36.900394] initcall pi3usb30532_driver_init+0x0/0x1d returned 0 after 133 usecs
[ 36.901745] calling intel_xhci_usb_driver_init+0x0/0x1d @ 1
[ 36.902928] initcall intel_xhci_usb_driver_init+0x0/0x1d returned 0 after 177 usecs
[ 36.904305] calling i8042_init+0x0/0x12f @ 1
[ 36.906470] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 36.912488] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 36.914561] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 36.936423] initcall i8042_init+0x0/0x12f returned 0 after 31241 usecs
[ 36.938722] calling parkbd_parport_driver_init+0x0/0x24 @ 1
[ 36.959324] initcall parkbd_parport_driver_init+0x0/0x24 returned 0 after 18822 usecs
[ 36.961975] calling serport_init+0x0/0x33 @ 1
[ 36.962853] initcall serport_init+0x0/0x33 returned 0 after 2 usecs
[ 36.963964] calling serio_raw_drv_init+0x0/0x24 @ 1
[ 36.965138] initcall serio_raw_drv_init+0x0/0x24 returned 0 after 258 usecs
[ 36.966442] calling altera_ps2_driver_init+0x0/0x1d @ 1
[ 36.967609] initcall altera_ps2_driver_init+0x0/0x1d returned 0 after 174 usecs
[ 36.968894] calling arc_ps2_driver_init+0x0/0x1d @ 1
[ 36.970001] initcall arc_ps2_driver_init+0x0/0x1d returned 0 after 139 usecs
[ 36.971289] calling userio_misc_init+0x0/0x1b @ 1
[ 36.972633] initcall userio_misc_init+0x0/0x1b returned 0 after 456 usecs
[ 36.973914] calling l4_init+0x0/0x8e @ 1
[ 36.974747] initcall l4_init+0x0/0x8e returned -19 after 41 usecs
[ 36.975805] calling input_leds_init+0x0/0x1b @ 1
[ 36.976687] initcall input_leds_init+0x0/0x1b returned 0 after 6 usecs
[ 36.977974] calling mousedev_init+0x0/0x70 @ 1
[ 36.979862] mousedev: PS/2 mouse device common for all mice
[ 36.980895] initcall mousedev_init+0x0/0x70 returned 0 after 2062 usecs
[ 36.982121] calling evbug_init+0x0/0x1b @ 1
[ 36.983033] evbug: Connected device: input0 (Power Button at LNXPWRBN/button/input0)
[ 36.984429] initcall evbug_init+0x0/0x1b returned 0 after 1485 usecs
[ 36.985545] calling atkbd_init+0x0/0x30 @ 1
[ 36.986695] initcall atkbd_init+0x0/0x30 returned 0 after 323 usecs
[ 36.987828] calling atp_driver_init+0x0/0x24 @ 1
[ 36.990486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 36.993414] evbug: Connected device: input1 (AT Translated Set 2 keyboard at isa0060/serio0/input0)
[ 36.995380] usbcore: registered new interface driver appletouch
[ 36.996424] initcall atp_driver_init+0x0/0x24 returned 0 after 7718 usecs
[ 36.997701] calling cyapa_driver_init+0x0/0x1d @ 1
[ 36.998756] initcall cyapa_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 36.999986] calling elan_driver_init+0x0/0x1d @ 1
[ 37.001656] initcall elan_driver_init+0x0/0x1d returned 0 after 740 usecs
[ 37.002886] calling gpio_mouse_device_driver_init+0x0/0x1d @ 1
[ 37.004105] initcall gpio_mouse_device_driver_init+0x0/0x1d returned 0 after 164 usecs
[ 37.010124] calling psmouse_init+0x0/0x93 @ 1
[ 37.012618] initcall psmouse_init+0x0/0x93 returned 0 after 744 usecs
[ 37.014992] calling sermouse_drv_init+0x0/0x24 @ 1
[ 37.020922] initcall sermouse_drv_init+0x0/0x24 returned 0 after 4156 usecs
[ 37.023419] calling synaptics_i2c_driver_init+0x0/0x1d @ 1
[ 37.026355] initcall synaptics_i2c_driver_init+0x0/0x1d returned 0 after 810 usecs
[ 37.029109] calling synusb_driver_init+0x0/0x24 @ 1
[ 37.031255] usbcore: registered new interface driver synaptics_usb
[ 37.033004] initcall synusb_driver_init+0x0/0x24 returned 0 after 2233 usecs
[ 37.035204] calling a3d_drv_init+0x0/0x24 @ 1
[ 37.037182] initcall a3d_drv_init+0x0/0x24 returned 0 after 614 usecs
[ 37.038976] calling as5011_driver_init+0x0/0x1d @ 1
[ 37.041351] initcall as5011_driver_init+0x0/0x1d returned 0 after 517 usecs
[ 37.043485] calling analog_init+0x0/0x666 @ 1
[ 37.045310] initcall analog_init+0x0/0x666 returned 0 after 467 usecs
[ 37.047506] calling cobra_drv_init+0x0/0x24 @ 1
[ 37.049652] initcall cobra_drv_init+0x0/0x24 returned 0 after 466 usecs
[ 37.051498] calling db9_init+0x0/0x157 @ 1
[ 37.052320] initcall db9_init+0x0/0x157 returned -19 after 1 usecs
[ 37.053401] calling fsia6b_serio_drv_init+0x0/0x24 @ 1
[ 37.054847] initcall fsia6b_serio_drv_init+0x0/0x24 returned 0 after 380 usecs
[ 37.056152] calling gc_init+0x0/0x156 @ 1
[ 37.056958] initcall gc_init+0x0/0x156 returned -19 after 1 usecs
[ 37.058117] calling grip_drv_init+0x0/0x24 @ 1
[ 37.059226] initcall grip_drv_init+0x0/0x24 returned 0 after 245 usecs
[ 37.060445] calling grip_drv_init+0x0/0x24 @ 1
[ 37.061600] initcall grip_drv_init+0x0/0x24 returned 0 after 295 usecs
[ 37.063830] calling guillemot_drv_init+0x0/0x24 @ 1
[ 37.066219] initcall guillemot_drv_init+0x0/0x24 returned 0 after 542 usecs
[ 37.068538] calling iforce_usb_driver_init+0x0/0x24 @ 1
[ 37.070780] usbcore: registered new interface driver iforce
[ 37.072669] initcall iforce_usb_driver_init+0x0/0x24 returned 0 after 2329 usecs
[ 37.075199] calling interact_drv_init+0x0/0x24 @ 1
[ 37.077368] initcall interact_drv_init+0x0/0x24 returned 0 after 465 usecs
[ 37.078723] calling joydump_drv_init+0x0/0x24 @ 1
[ 37.079816] initcall joydump_drv_init+0x0/0x24 returned 0 after 205 usecs
[ 37.081081] calling magellan_drv_init+0x0/0x24 @ 1
[ 37.082716] initcall magellan_drv_init+0x0/0x24 returned 0 after 324 usecs
[ 37.085073] calling pxrc_driver_init+0x0/0x24 @ 1
[ 37.086474] usbcore: registered new interface driver pxrc
[ 37.087473] initcall pxrc_driver_init+0x0/0x24 returned 0 after 1261 usecs
[ 37.088697] calling qwiic_driver_init+0x0/0x1d @ 1
[ 37.089802] initcall qwiic_driver_init+0x0/0x1d returned 0 after 176 usecs
[ 37.091060] calling sw_drv_init+0x0/0x24 @ 1
[ 37.092085] initcall sw_drv_init+0x0/0x24 returned 0 after 197 usecs
[ 37.093192] calling spaceball_drv_init+0x0/0x24 @ 1
[ 37.094364] initcall spaceball_drv_init+0x0/0x24 returned 0 after 207 usecs
[ 37.095613] calling stinger_drv_init+0x0/0x24 @ 1
[ 37.096678] initcall stinger_drv_init+0x0/0x24 returned 0 after 177 usecs
[ 37.097957] calling tmdc_drv_init+0x0/0x24 @ 1
[ 37.099010] initcall tmdc_drv_init+0x0/0x24 returned 0 after 199 usecs
[ 37.100197] calling tgfx_init+0x0/0x157 @ 1
[ 37.101048] initcall tgfx_init+0x0/0x157 returned -19 after 1 usecs
[ 37.102323] calling twidjoy_drv_init+0x0/0x24 @ 1
[ 37.103451] initcall twidjoy_drv_init+0x0/0x24 returned 0 after 234 usecs
[ 37.104691] calling warrior_drv_init+0x0/0x24 @ 1
[ 37.106392] initcall warrior_drv_init+0x0/0x24 returned 0 after 393 usecs
[ 37.108799] calling walkera0701_init+0x0/0x24 @ 1
[ 37.140143] initcall walkera0701_init+0x0/0x24 returned 0 after 29549 usecs
[ 37.142803] calling xpad_driver_init+0x0/0x24 @ 1
[ 37.145181] usbcore: registered new interface driver xpad
[ 37.147199] initcall xpad_driver_init+0x0/0x24 returned 0 after 2558 usecs
[ 37.149631] calling zhenhua_drv_init+0x0/0x24 @ 1
[ 37.150878] initcall zhenhua_drv_init+0x0/0x24 returned 0 after 263 usecs
[ 37.152126] calling pm860x_onkey_driver_init+0x0/0x1d @ 1
[ 37.153318] initcall pm860x_onkey_driver_init+0x0/0x1d returned 0 after 201 usecs
[ 37.154737] calling ati_remote2_driver_init+0x0/0x24 @ 1
[ 37.156024] usbcore: registered new interface driver ati_remote2
[ 37.157120] initcall ati_remote2_driver_init+0x0/0x24 returned 0 after 1397 usecs
[ 37.158505] calling atlas_acpi_driver_init+0x0/0x1b @ 1
[ 37.159755] initcall atlas_acpi_driver_init+0x0/0x1b returned 0 after 279 usecs
[ 37.161099] calling bma150_driver_init+0x0/0x1d @ 1
[ 37.162217] initcall bma150_driver_init+0x0/0x1d returned 0 after 155 usecs
[ 37.163466] calling cm109_init+0x0/0x41 @ 1
[ 37.164337] cm109: Keymap for Komunikate KIP1000 phone loaded
[ 37.165699] usbcore: registered new interface driver cm109
[ 37.166698] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad
[ 37.167902] initcall cm109_init+0x0/0x41 returned 0 after 3566 usecs
[ 37.169002] calling da7280_driver_init+0x0/0x1d @ 1
[ 37.171644] initcall da7280_driver_init+0x0/0x1d returned 0 after 164 usecs
[ 37.172885] calling drv260x_driver_init+0x0/0x1d @ 1
[ 37.174048] initcall drv260x_driver_init+0x0/0x1d returned 0 after 170 usecs
[ 37.175293] calling drv2665_driver_init+0x0/0x1d @ 1
[ 37.176329] initcall drv2665_driver_init+0x0/0x1d returned 0 after 123 usecs
[ 37.177635] calling drv2667_driver_init+0x0/0x1d @ 1
[ 37.178701] initcall drv2667_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 37.179943] calling ims_pcu_driver_init+0x0/0x24 @ 1
[ 37.181117] usbcore: registered new interface driver ims_pcu
[ 37.182189] initcall ims_pcu_driver_init+0x0/0x24 returned 0 after 1297 usecs
[ 37.183439] calling iqs269_i2c_driver_init+0x0/0x1d @ 1
[ 37.184571] initcall iqs269_i2c_driver_init+0x0/0x1d returned 0 after 156 usecs
[ 37.185885] calling iqs626_i2c_driver_init+0x0/0x1d @ 1
[ 37.186985] initcall iqs626_i2c_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 37.188292] calling iqs7222_i2c_driver_init+0x0/0x1d @ 1
[ 37.189412] initcall iqs7222_i2c_driver_init+0x0/0x1d returned 0 after 158 usecs
[ 37.190759] calling keyspan_driver_init+0x0/0x24 @ 1
[ 37.191971] usbcore: registered new interface driver keyspan_remote
[ 37.193056] initcall keyspan_driver_init+0x0/0x24 returned 0 after 1368 usecs
[ 37.194357] calling kxtj9_driver_init+0x0/0x1d @ 1
[ 37.195401] initcall kxtj9_driver_init+0x0/0x1d returned 0 after 147 usecs
[ 37.196616] calling mc13783_pwrbutton_driver_init+0x0/0x1d @ 1
[ 37.197846] initcall mc13783_pwrbutton_driver_init+0x0/0x1d returned 0 after 161 usecs
[ 37.199201] calling palmas_pwron_driver_init+0x0/0x1d @ 1
[ 37.200320] initcall palmas_pwron_driver_init+0x0/0x1d returned 0 after 143 usecs
[ 37.201666] calling pcap_keys_device_driver_init+0x0/0x1d @ 1
[ 37.202812] initcall pcap_keys_device_driver_init+0x0/0x1d returned 0 after 130 usecs
[ 37.204196] calling pcf8574_kp_driver_init+0x0/0x1d @ 1
[ 37.221757] initcall pcf8574_kp_driver_init+0x0/0x1d returned 0 after 16546 usecs
[ 37.224255] calling pcspkr_platform_driver_init+0x0/0x1d @ 1
[ 37.228938] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 37.231467] evbug: Connected device: input4 (PC Speaker at isa0061/input0)
[ 37.234352] initcall pcspkr_platform_driver_init+0x0/0x1d returned 0 after 8282 usecs
[ 37.236909] calling powermate_driver_init+0x0/0x24 @ 1
[ 37.239260] usbcore: registered new interface driver powermate
[ 37.241312] initcall powermate_driver_init+0x0/0x24 returned 0 after 2486 usecs
[ 37.245213] calling pwm_vibrator_driver_init+0x0/0x1d @ 1
[ 37.247292] initcall pwm_vibrator_driver_init+0x0/0x1d returned 0 after 373 usecs
[ 37.249677] calling rave_sp_pwrbutton_driver_init+0x0/0x1d @ 1
[ 37.252043] initcall rave_sp_pwrbutton_driver_init+0x0/0x1d returned 0 after 293 usecs
[ 37.254651] calling regulator_haptic_driver_init+0x0/0x1d @ 1
[ 37.256870] initcall regulator_haptic_driver_init+0x0/0x1d returned 0 after 291 usecs
[ 37.259494] calling rotary_encoder_driver_init+0x0/0x1d @ 1
[ 37.261677] initcall rotary_encoder_driver_init+0x0/0x1d returned 0 after 252 usecs
[ 37.263023] calling wm831x_on_driver_init+0x0/0x1d @ 1
[ 37.264158] initcall wm831x_on_driver_init+0x0/0x1d returned 0 after 151 usecs
[ 37.265438] calling rmi_bus_init+0x0/0x12c @ 1
[ 37.268160] initcall rmi_bus_init+0x0/0x12c returned 0 after 1764 usecs
[ 37.269364] calling rmi_smb_driver_init+0x0/0x1d @ 1
[ 37.270473] initcall rmi_smb_driver_init+0x0/0x1d returned 0 after 158 usecs
[ 37.271715] calling pm860x_rtc_driver_init+0x0/0x1d @ 1
[ 37.272845] initcall pm860x_rtc_driver_init+0x0/0x1d returned 0 after 177 usecs
[ 37.274187] calling abb5zes3_driver_init+0x0/0x1d @ 1
[ 37.275275] initcall abb5zes3_driver_init+0x0/0x1d returned 0 after 147 usecs
[ 37.276539] calling bq4802_driver_init+0x0/0x1d @ 1
[ 37.277658] initcall bq4802_driver_init+0x0/0x1d returned 0 after 188 usecs
[ 37.278904] calling cmos_init+0x0/0x89 @ 1
[ 37.279922] rtc_cmos 00:06: RTC can wake from S4
[ 37.284246] rtc_cmos 00:06: registered as rtc0
[ 37.285123] rtc_cmos 00:06: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[ 37.286754] initcall cmos_init+0x0/0x89 returned 0 after 7049 usecs
[ 37.287877] calling da9052_rtc_driver_init+0x0/0x1d @ 1
[ 37.289017] initcall da9052_rtc_driver_init+0x0/0x1d returned 0 after 184 usecs
[ 37.290319] calling ds1286_platform_driver_init+0x0/0x1d @ 1
[ 37.291484] initcall ds1286_platform_driver_init+0x0/0x1d returned 0 after 124 usecs
[ 37.292829] calling ds1302_driver_init+0x0/0x1d @ 1
[ 37.293915] initcall ds1302_driver_init+0x0/0x1d returned 0 after 146 usecs
[ 37.295152] calling ds1305_driver_init+0x0/0x1d @ 1
[ 37.296180] initcall ds1305_driver_init+0x0/0x1d returned 0 after 113 usecs
[ 37.297426] calling ds1307_driver_init+0x0/0x1d @ 1
[ 37.298649] initcall ds1307_driver_init+0x0/0x1d returned 0 after 151 usecs
[ 37.299891] calling ds1343_driver_init+0x0/0x1d @ 1
[ 37.300950] initcall ds1343_driver_init+0x0/0x1d returned 0 after 125 usecs
[ 37.302203] calling ds1347_driver_init+0x0/0x1d @ 1
[ 37.303244] initcall ds1347_driver_init+0x0/0x1d returned 0 after 131 usecs
[ 37.304494] calling ds1374_driver_init+0x0/0x1d @ 1
[ 37.306075] initcall ds1374_driver_init+0x0/0x1d returned 0 after 243 usecs
[ 37.308329] calling ds1390_driver_init+0x0/0x1d @ 1
[ 37.312523] initcall ds1390_driver_init+0x0/0x1d returned 0 after 321 usecs
[ 37.331507] calling ds1553_rtc_driver_init+0x0/0x1d @ 1
[ 37.333631] initcall ds1553_rtc_driver_init+0x0/0x1d returned 0 after 386 usecs
[ 37.336003] calling ds1672_driver_init+0x0/0x1d @ 1
[ 37.338072] initcall ds1672_driver_init+0x0/0x1d returned 0 after 360 usecs
[ 37.340610] calling ds1685_rtc_driver_init+0x0/0x1d @ 1
[ 37.342882] initcall ds1685_rtc_driver_init+0x0/0x1d returned 0 after 313 usecs
[ 37.345405] calling ds1742_rtc_driver_init+0x0/0x1d @ 1
[ 37.347589] initcall ds1742_rtc_driver_init+0x0/0x1d returned 0 after 327 usecs
[ 37.349863] calling rtc_device_driver_init+0x0/0x1d @ 1
[ 37.355892] initcall rtc_device_driver_init+0x0/0x1d returned 0 after 282 usecs
[ 37.358376] calling em3027_driver_init+0x0/0x1d @ 1
[ 37.360267] initcall em3027_driver_init+0x0/0x1d returned 0 after 310 usecs
[ 37.362536] calling ftrtc010_rtc_driver_init+0x0/0x24 @ 1
[ 37.364602] initcall ftrtc010_rtc_driver_init+0x0/0x24 returned -19 after 352 usecs
[ 37.366346] calling goldfish_rtc_init+0x0/0x1d @ 1
[ 37.367417] initcall goldfish_rtc_init+0x0/0x1d returned 0 after 148 usecs
[ 37.368641] calling isl12022_driver_init+0x0/0x1d @ 1
[ 37.369758] initcall isl12022_driver_init+0x0/0x1d returned 0 after 158 usecs
[ 37.371054] calling m41t93_driver_init+0x0/0x1d @ 1
[ 37.372080] initcall m41t93_driver_init+0x0/0x1d returned 0 after 118 usecs
[ 37.373320] calling m41t94_driver_init+0x0/0x1d @ 1
[ 37.374390] initcall m41t94_driver_init+0x0/0x1d returned 0 after 130 usecs
[ 37.375619] calling max6900_driver_init+0x0/0x1d @ 1
[ 37.376672] initcall max6900_driver_init+0x0/0x1d returned 0 after 130 usecs
[ 37.381991] calling max6902_driver_init+0x0/0x1d @ 1
[ 37.383070] initcall max6902_driver_init+0x0/0x1d returned 0 after 151 usecs
[ 37.384356] calling max8925_rtc_driver_init+0x0/0x1d @ 1
[ 37.385469] initcall max8925_rtc_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 37.386779] calling max8997_rtc_driver_init+0x0/0x1d @ 1
[ 37.387921] initcall max8997_rtc_driver_init+0x0/0x1d returned 0 after 151 usecs
[ 37.389211] calling max8998_rtc_driver_init+0x0/0x1d @ 1
[ 37.390323] initcall max8998_rtc_driver_init+0x0/0x1d returned 0 after 124 usecs
[ 37.391647] calling msm6242_rtc_driver_init+0x0/0x24 @ 1
[ 37.392815] initcall msm6242_rtc_driver_init+0x0/0x24 returned -19 after 205 usecs
[ 37.394182] calling palmas_rtc_driver_init+0x0/0x1d @ 1
[ 37.395309] initcall palmas_rtc_driver_init+0x0/0x1d returned 0 after 169 usecs
[ 37.396590] calling pcap_rtc_driver_init+0x0/0x24 @ 1
[ 37.397767] initcall pcap_rtc_driver_init+0x0/0x24 returned -19 after 206 usecs
[ 37.399057] calling pcf50633_rtc_driver_init+0x0/0x1d @ 1
[ 37.400166] initcall pcf50633_rtc_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 37.401486] calling pcf8563_driver_init+0x0/0x1d @ 1
[ 37.402561] initcall pcf8563_driver_init+0x0/0x1d returned 0 after 142 usecs
[ 37.405425] calling r9701_driver_init+0x0/0x1d @ 1
[ 37.411840] initcall r9701_driver_init+0x0/0x1d returned 0 after 257 usecs
[ 37.414377] calling rp5c01_rtc_driver_init+0x0/0x24 @ 1
[ 37.416699] initcall rp5c01_rtc_driver_init+0x0/0x24 returned -19 after 421 usecs
[ 37.419235] calling rv3028_driver_init+0x0/0x1d @ 1
[ 37.421345] initcall rv3028_driver_init+0x0/0x1d returned 0 after 340 usecs
[ 37.423660] calling rv8803_driver_init+0x0/0x1d @ 1
[ 37.425651] initcall rv8803_driver_init+0x0/0x1d returned 0 after 307 usecs
[ 37.427885] calling rx8010_driver_init+0x0/0x1d @ 1
[ 37.435209] initcall rx8010_driver_init+0x0/0x1d returned 0 after 5718 usecs
[ 37.437427] calling rx8025_driver_init+0x0/0x1d @ 1
[ 37.439308] initcall rx8025_driver_init+0x0/0x1d returned 0 after 286 usecs
[ 37.441480] calling s35390a_driver_init+0x0/0x1d @ 1
[ 37.443706] initcall s35390a_driver_init+0x0/0x1d returned 0 after 300 usecs
[ 37.446209] calling sd3078_driver_init+0x0/0x1d @ 1
[ 37.448164] initcall sd3078_driver_init+0x0/0x1d returned 0 after 253 usecs
[ 37.450621] calling stk17ta8_rtc_driver_init+0x0/0x1d @ 1
[ 37.452907] initcall stk17ta8_rtc_driver_init+0x0/0x1d returned 0 after 345 usecs
[ 37.455257] calling tps6586x_rtc_driver_init+0x0/0x1d @ 1
[ 37.457372] initcall tps6586x_rtc_driver_init+0x0/0x1d returned 0 after 307 usecs
[ 37.464162] calling rtc_device_driver_init+0x0/0x1d @ 1
[ 37.466293] initcall rtc_device_driver_init+0x0/0x1d returned 0 after 324 usecs
[ 37.468789] calling wm831x_rtc_driver_init+0x0/0x1d @ 1
[ 37.470754] initcall wm831x_rtc_driver_init+0x0/0x1d returned 0 after 238 usecs
[ 37.473075] calling wm8350_rtc_driver_init+0x0/0x1d @ 1
[ 37.474488] initcall wm8350_rtc_driver_init+0x0/0x1d returned 0 after 178 usecs
[ 37.475766] calling x1205_driver_init+0x0/0x1d @ 1
[ 37.476798] initcall x1205_driver_init+0x0/0x1d returned 0 after 130 usecs
[ 37.478074] calling i2c_dev_init+0x0/0xe8 @ 1
[ 37.478916] i2c_dev: i2c /dev entries driver
[ 37.479900] initcall i2c_dev_init+0x0/0xe8 returned 0 after 983 usecs
[ 37.481030] calling cbus_i2c_driver_init+0x0/0x1d @ 1
[ 37.482105] initcall cbus_i2c_driver_init+0x0/0x1d returned 0 after 130 usecs
[ 37.483356] calling em_i2c_driver_init+0x0/0x1d @ 1
[ 37.484425] initcall em_i2c_driver_init+0x0/0x1d returned 0 after 141 usecs
[ 37.485668] calling kempld_i2c_driver_init+0x0/0x1d @ 1
[ 37.486758] initcall kempld_i2c_driver_init+0x0/0x1d returned 0 after 136 usecs
[ 37.488067] calling ocores_i2c_driver_init+0x0/0x1d @ 1
[ 37.489160] initcall ocores_i2c_driver_init+0x0/0x1d returned 0 after 139 usecs
[ 37.490494] calling i2c_pca_pf_driver_init+0x0/0x1d @ 1
[ 37.491582] initcall i2c_pca_pf_driver_init+0x0/0x1d returned 0 after 125 usecs
[ 37.492872] calling simtec_i2c_driver_init+0x0/0x1d @ 1
[ 37.494019] initcall simtec_i2c_driver_init+0x0/0x1d returned 0 after 161 usecs
[ 37.495308] calling xiic_i2c_driver_init+0x0/0x1d @ 1
[ 37.496369] initcall xiic_i2c_driver_init+0x0/0x1d returned 0 after 133 usecs
[ 37.497672] calling diolan_u2c_driver_init+0x0/0x24 @ 1
[ 37.498913] usbcore: registered new interface driver i2c-diolan-u2c
[ 37.499998] initcall diolan_u2c_driver_init+0x0/0x24 returned 0 after 1367 usecs
[ 37.501302] calling osif_driver_init+0x0/0x24 @ 1
[ 37.502387] usbcore: registered new interface driver RobotFuzz Open Source InterFace, OSIF
[ 37.503827] initcall osif_driver_init+0x0/0x24 returned 0 after 1616 usecs
[ 37.505044] calling virtio_i2c_driver_init+0x0/0x1b @ 1
[ 37.527233] initcall virtio_i2c_driver_init+0x0/0x1b returned 0 after 297 usecs
[ 37.529710] calling i2c_mux_gpio_driver_init+0x0/0x1d @ 1
[ 37.532096] initcall i2c_mux_gpio_driver_init+0x0/0x1d returned 0 after 338 usecs
[ 37.534732] calling ltc4306_driver_init+0x0/0x1d @ 1
[ 37.536583] initcall ltc4306_driver_init+0x0/0x1d returned 0 after 293 usecs
[ 37.539006] calling mlxcpld_mux_driver_init+0x0/0x1d @ 1
[ 37.541117] initcall mlxcpld_mux_driver_init+0x0/0x1d returned 0 after 360 usecs
[ 37.543608] calling i2c_slave_eeprom_driver_init+0x0/0x1d @ 1
[ 37.545851] initcall i2c_slave_eeprom_driver_init+0x0/0x1d returned 0 after 329 usecs
[ 37.548335] calling i2c_slave_testunit_driver_init+0x0/0x1d @ 1
[ 37.550586] initcall i2c_slave_testunit_driver_init+0x0/0x1d returned 0 after 336 usecs
[ 37.553059] calling svc_i3c_master_init+0x0/0x1d @ 1
[ 37.555040] initcall svc_i3c_master_init+0x0/0x1d returned 0 after 290 usecs
[ 37.557309] calling ad5820_i2c_driver_init+0x0/0x1d @ 1
[ 37.558597] initcall ad5820_i2c_driver_init+0x0/0x1d returned 0 after 161 usecs
[ 37.559887] calling ad9389b_driver_init+0x0/0x1d @ 1
[ 37.560997] initcall ad9389b_driver_init+0x0/0x1d returned 0 after 161 usecs
[ 37.562285] calling adp1653_i2c_driver_init+0x0/0x1d @ 1
[ 37.563383] initcall adp1653_i2c_driver_init+0x0/0x1d returned 0 after 129 usecs
[ 37.564714] calling adv7393_driver_init+0x0/0x1d @ 1
[ 37.565806] initcall adv7393_driver_init+0x0/0x1d returned 0 after 160 usecs
[ 37.567070] calling adv76xx_driver_init+0x0/0x1d @ 1
[ 37.568136] initcall adv76xx_driver_init+0x0/0x1d returned 0 after 130 usecs
[ 37.569379] calling adv7842_driver_init+0x0/0x1d @ 1
[ 37.570543] initcall adv7842_driver_init+0x0/0x1d returned 0 after 174 usecs
[ 37.571796] calling ak881x_i2c_driver_init+0x0/0x1d @ 1
[ 37.572896] initcall ak881x_i2c_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 37.574237] calling ar0521_i2c_driver_init+0x0/0x1d @ 1
[ 37.575332] initcall ar0521_i2c_driver_init+0x0/0x1d returned 0 after 141 usecs
[ 37.576605] calling bt856_driver_init+0x0/0x1d @ 1
[ 37.577689] initcall bt856_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 37.578911] calling bt866_driver_init+0x0/0x1d @ 1
[ 37.579942] initcall bt866_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 37.581189] calling cs3308_driver_init+0x0/0x1d @ 1
[ 37.582234] initcall cs3308_driver_init+0x0/0x1d returned 0 after 120 usecs
[ 37.583469] calling cs5345_driver_init+0x0/0x1d @ 1
[ 37.584532] initcall cs5345_driver_init+0x0/0x1d returned 0 after 137 usecs
[ 37.585777] calling cs53l32a_driver_init+0x0/0x1d @ 1
[ 37.586853] initcall cs53l32a_driver_init+0x0/0x1d returned 0 after 145 usecs
[ 37.588130] calling dw9714_i2c_driver_init+0x0/0x1d @ 1
[ 37.589226] initcall dw9714_i2c_driver_init+0x0/0x1d returned 0 after 147 usecs
[ 37.590592] calling dw9768_i2c_driver_init+0x0/0x1d @ 1
[ 37.591668] initcall dw9768_i2c_driver_init+0x0/0x1d returned 0 after 121 usecs
[ 37.592945] calling et8ek8_i2c_driver_init+0x0/0x1d @ 1
[ 37.594167] initcall et8ek8_i2c_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 37.595447] calling hi846_i2c_driver_init+0x0/0x1d @ 1
[ 37.596524] initcall hi846_i2c_driver_init+0x0/0x1d returned 0 after 132 usecs
[ 37.597831] calling hi847_i2c_driver_init+0x0/0x1d @ 1
[ 37.598928] initcall hi847_i2c_driver_init+0x0/0x1d returned 0 after 157 usecs
[ 37.600192] calling video_i2c_driver_init+0x0/0x1d @ 1
[ 37.601274] initcall video_i2c_driver_init+0x0/0x1d returned 0 after 118 usecs
[ 37.602555] calling imx208_i2c_driver_init+0x0/0x1d @ 1
[ 37.603657] initcall imx208_i2c_driver_init+0x0/0x1d returned 0 after 146 usecs
[ 37.604971] calling imx214_i2c_driver_init+0x0/0x1d @ 1
[ 37.606985] initcall imx214_i2c_driver_init+0x0/0x1d returned 0 after 255 usecs
[ 37.609551] calling imx258_i2c_driver_init+0x0/0x1d @ 1
[ 37.611513] initcall imx258_i2c_driver_init+0x0/0x1d returned 0 after 294 usecs
[ 37.630130] calling imx274_i2c_driver_init+0x0/0x1d @ 1
[ 37.632615] initcall imx274_i2c_driver_init+0x0/0x1d returned 0 after 323 usecs
[ 37.635298] calling imx290_i2c_driver_init+0x0/0x1d @ 1
[ 37.637613] initcall imx290_i2c_driver_init+0x0/0x1d returned 0 after 442 usecs
[ 37.640084] calling imx355_i2c_driver_init+0x0/0x1d @ 1
[ 37.642268] initcall imx355_i2c_driver_init+0x0/0x1d returned 0 after 249 usecs
[ 37.644460] calling ks0127_driver_init+0x0/0x1d @ 1
[ 37.646513] initcall ks0127_driver_init+0x0/0x1d returned 0 after 363 usecs
[ 37.648978] calling lm3560_i2c_driver_init+0x0/0x1d @ 1
[ 37.651216] initcall lm3560_i2c_driver_init+0x0/0x1d returned 0 after 282 usecs
[ 37.653655] calling m5mols_i2c_driver_init+0x0/0x1d @ 1
[ 37.655549] initcall m5mols_i2c_driver_init+0x0/0x1d returned 0 after 284 usecs
[ 37.663202] calling ml86v7667_i2c_driver_init+0x0/0x1d @ 1
[ 37.664465] initcall ml86v7667_i2c_driver_init+0x0/0x1d returned 0 after 191 usecs
[ 37.665869] calling msp_driver_init+0x0/0x1d @ 1
[ 37.667005] initcall msp_driver_init+0x0/0x1d returned 0 after 228 usecs
[ 37.668279] calling mt9m001_i2c_driver_init+0x0/0x1d @ 1
[ 37.669410] initcall mt9m001_i2c_driver_init+0x0/0x1d returned 0 after 156 usecs
[ 37.670787] calling mt9m032_i2c_driver_init+0x0/0x1d @ 1
[ 37.671963] initcall mt9m032_i2c_driver_init+0x0/0x1d returned 0 after 192 usecs
[ 37.673273] calling mt9m111_i2c_driver_init+0x0/0x1d @ 1
[ 37.675238] initcall mt9m111_i2c_driver_init+0x0/0x1d returned 0 after 261 usecs
[ 37.677845] calling mt9p031_i2c_driver_init+0x0/0x1d @ 1
[ 37.680014] initcall mt9p031_i2c_driver_init+0x0/0x1d returned 0 after 326 usecs
[ 37.682786] calling mt9t001_driver_init+0x0/0x1d @ 1
[ 37.684932] initcall mt9t001_driver_init+0x0/0x1d returned 0 after 301 usecs
[ 37.686526] calling mt9v032_driver_init+0x0/0x1d @ 1
[ 37.687670] initcall mt9v032_driver_init+0x0/0x1d returned 0 after 177 usecs
[ 37.688940] calling noon010_i2c_driver_init+0x0/0x1d @ 1
[ 37.690130] initcall noon010_i2c_driver_init+0x0/0x1d returned 0 after 183 usecs
[ 37.691483] calling og01a1b_i2c_driver_init+0x0/0x1d @ 1
[ 37.692667] initcall og01a1b_i2c_driver_init+0x0/0x1d returned 0 after 196 usecs
[ 37.694057] calling ov02a10_i2c_driver_init+0x0/0x1d @ 1
[ 37.695163] initcall ov02a10_i2c_driver_init+0x0/0x1d returned 0 after 131 usecs
[ 37.696467] calling ov08d10_i2c_driver_init+0x0/0x1d @ 1
[ 37.697643] initcall ov08d10_i2c_driver_init+0x0/0x1d returned 0 after 184 usecs
[ 37.698945] calling ov2640_i2c_driver_init+0x0/0x1d @ 1
[ 37.700031] initcall ov2640_i2c_driver_init+0x0/0x1d returned 0 after 134 usecs
[ 37.701328] calling ov2680_i2c_driver_init+0x0/0x1d @ 1
[ 37.702449] initcall ov2680_i2c_driver_init+0x0/0x1d returned 0 after 145 usecs
[ 37.703767] calling ov2685_i2c_driver_init+0x0/0x1d @ 1
[ 37.704840] initcall ov2685_i2c_driver_init+0x0/0x1d returned 0 after 120 usecs
[ 37.727250] calling ov2740_i2c_driver_init+0x0/0x1d @ 1
[ 37.729222] initcall ov2740_i2c_driver_init+0x0/0x1d returned 0 after 310 usecs
[ 37.731718] calling ov5647_driver_init+0x0/0x1d @ 1
[ 37.733658] initcall ov5647_driver_init+0x0/0x1d returned 0 after 310 usecs
[ 37.735866] calling ov5648_driver_init+0x0/0x1d @ 1
[ 37.737886] initcall ov5648_driver_init+0x0/0x1d returned 0 after 335 usecs
[ 37.740220] calling ov5670_i2c_driver_init+0x0/0x1d @ 1
[ 37.742442] initcall ov5670_i2c_driver_init+0x0/0x1d returned 0 after 249 usecs
[ 37.744886] calling ov5675_i2c_driver_init+0x0/0x1d @ 1
[ 37.748015] initcall ov5675_i2c_driver_init+0x0/0x1d returned 0 after 343 usecs
[ 37.750335] calling ov5695_i2c_driver_init+0x0/0x1d @ 1
[ 37.752392] initcall ov5695_i2c_driver_init+0x0/0x1d returned 0 after 246 usecs
[ 37.754672] calling ov6650_i2c_driver_init+0x0/0x1d @ 1
[ 37.756631] initcall ov6650_i2c_driver_init+0x0/0x1d returned 0 after 269 usecs
[ 37.758920] calling ov7640_driver_init+0x0/0x1d @ 1
[ 37.760739] initcall ov7640_driver_init+0x0/0x1d returned 0 after 247 usecs
[ 37.762323] calling ov7670_driver_init+0x0/0x1d @ 1
[ 37.763369] initcall ov7670_driver_init+0x0/0x1d returned 0 after 142 usecs
[ 37.764642] calling ov772x_i2c_driver_init+0x0/0x1d @ 1
[ 37.765760] initcall ov772x_i2c_driver_init+0x0/0x1d returned 0 after 132 usecs
[ 37.767038] calling ov8856_i2c_driver_init+0x0/0x1d @ 1
[ 37.768157] initcall ov8856_i2c_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 37.769437] calling ov8865_driver_init+0x0/0x1d @ 1
[ 37.770518] initcall ov8865_driver_init+0x0/0x1d returned 0 after 153 usecs
[ 37.771757] calling ov9640_i2c_driver_init+0x0/0x1d @ 1
[ 37.772875] initcall ov9640_i2c_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 37.774197] calling ov965x_i2c_driver_init+0x0/0x1d @ 1
[ 37.775276] initcall ov965x_i2c_driver_init+0x0/0x1d returned 0 after 122 usecs
[ 37.776552] calling ov9734_i2c_driver_init+0x0/0x1d @ 1
[ 37.777706] initcall ov9734_i2c_driver_init+0x0/0x1d returned 0 after 151 usecs
[ 37.778991] calling rj54n1_i2c_driver_init+0x0/0x1d @ 1
[ 37.780080] initcall rj54n1_i2c_driver_init+0x0/0x1d returned 0 after 134 usecs
[ 37.781377] calling s5c73m3_i2c_driver_init+0x0/0x1d @ 1
[ 37.782514] initcall s5c73m3_i2c_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 37.783819] calling s5k5baf_i2c_driver_init+0x0/0x1d @ 1
[ 37.784904] initcall s5k5baf_i2c_driver_init+0x0/0x1d returned 0 after 119 usecs
[ 37.786223] calling s5k6a3_driver_init+0x0/0x1d @ 1
[ 37.787294] initcall s5k6a3_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 37.788527] calling s5k6aa_i2c_driver_init+0x0/0x1d @ 1
[ 37.789618] initcall s5k6aa_i2c_driver_init+0x0/0x1d returned 0 after 140 usecs
[ 37.790933] calling saa6752hs_driver_init+0x0/0x1d @ 1
[ 37.792017] initcall saa6752hs_driver_init+0x0/0x1d returned 0 after 139 usecs
[ 37.793294] calling saa7110_driver_init+0x0/0x1d @ 1
[ 37.794380] initcall saa7110_driver_init+0x0/0x1d returned 0 after 134 usecs
[ 37.795632] calling saa7127_driver_init+0x0/0x1d @ 1
[ 37.796704] initcall saa7127_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 37.797984] calling saa717x_driver_init+0x0/0x1d @ 1
[ 37.799030] initcall saa717x_driver_init+0x0/0x1d returned 0 after 119 usecs
[ 37.800279] calling saa7185_driver_init+0x0/0x1d @ 1
[ 37.801354] initcall saa7185_driver_init+0x0/0x1d returned 0 after 137 usecs
[ 37.802619] calling sr030pc30_i2c_driver_init+0x0/0x1d @ 1
[ 37.803769] initcall sr030pc30_i2c_driver_init+0x0/0x1d returned 0 after 165 usecs
[ 37.805094] calling mipid02_i2c_driver_init+0x0/0x1d @ 1
[ 37.823376] initcall mipid02_i2c_driver_init+0x0/0x1d returned 0 after 304 usecs
[ 37.825839] calling tea6415c_driver_init+0x0/0x1d @ 1
[ 37.827981] initcall tea6415c_driver_init+0x0/0x1d returned 0 after 265 usecs
[ 37.830450] calling ths7303_driver_init+0x0/0x1d @ 1
[ 37.832441] initcall ths7303_driver_init+0x0/0x1d returned 0 after 340 usecs
[ 37.834908] calling ths8200_driver_init+0x0/0x1d @ 1
[ 37.837019] initcall ths8200_driver_init+0x0/0x1d returned 0 after 274 usecs
[ 37.839415] calling tlv320aic23b_driver_init+0x0/0x1d @ 1
[ 37.844053] initcall tlv320aic23b_driver_init+0x0/0x1d returned 0 after 2858 usecs
[ 37.846632] calling tvp7002_driver_init+0x0/0x1d @ 1
[ 37.849376] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
[ 37.854036] evbug: Connected device: input3 (ImExPS/2 Generic Explorer Mouse at isa0060/serio1/input0)
[ 37.857348] initcall tvp7002_driver_init+0x0/0x1d returned 0 after 9020 usecs
[ 37.859579] calling tw9910_i2c_driver_init+0x0/0x1d @ 1
[ 37.861727] initcall tw9910_i2c_driver_init+0x0/0x1d returned 0 after 469 usecs
[ 37.863033] calling uda1342_driver_init+0x0/0x1d @ 1
[ 37.864121] initcall uda1342_driver_init+0x0/0x1d returned 0 after 149 usecs
[ 37.865372] calling upd64083_driver_init+0x0/0x1d @ 1
[ 37.866506] initcall upd64083_driver_init+0x0/0x1d returned 0 after 142 usecs
[ 37.867786] calling vp27smpx_driver_init+0x0/0x1d @ 1
[ 37.868877] initcall vp27smpx_driver_init+0x0/0x1d returned 0 after 154 usecs
[ 37.870153] calling vpx3220_driver_init+0x0/0x1d @ 1
[ 37.871217] initcall vpx3220_driver_init+0x0/0x1d returned 0 after 120 usecs
[ 37.872483] calling vs6624_driver_init+0x0/0x1d @ 1
[ 37.873580] initcall vs6624_driver_init+0x0/0x1d returned 0 after 173 usecs
[ 37.874846] calling wm8775_driver_init+0x0/0x1d @ 1
[ 37.875879] initcall wm8775_driver_init+0x0/0x1d returned 0 after 121 usecs
[ 37.877129] calling fc2580_driver_init+0x0/0x1d @ 1
[ 37.878208] initcall fc2580_driver_init+0x0/0x1d returned 0 after 147 usecs
[ 37.879447] calling m88rs6000t_driver_init+0x0/0x1d @ 1
[ 37.880547] initcall m88rs6000t_driver_init+0x0/0x1d returned 0 after 145 usecs
[ 37.882108] calling mxl301rf_driver_init+0x0/0x1d @ 1
[ 37.884056] initcall mxl301rf_driver_init+0x0/0x1d returned 0 after 243 usecs
[ 37.886568] calling qm1d1c0042_driver_init+0x0/0x1d @ 1
[ 37.888756] initcall qm1d1c0042_driver_init+0x0/0x1d returned 0 after 232 usecs
[ 37.891324] calling si2157_driver_init+0x0/0x1d @ 1
[ 37.893294] initcall si2157_driver_init+0x0/0x1d returned 0 after 195 usecs
[ 37.898072] calling tda18212_driver_init+0x0/0x1d @ 1
[ 37.899141] initcall tda18212_driver_init+0x0/0x1d returned 0 after 129 usecs
[ 37.900403] calling tda18250_driver_init+0x0/0x1d @ 1
[ 37.901568] initcall tda18250_driver_init+0x0/0x1d returned 0 after 198 usecs
[ 37.902824] calling tua9001_driver_init+0x0/0x1d @ 1
[ 37.903873] initcall tua9001_driver_init+0x0/0x1d returned 0 after 112 usecs
[ 37.905174] calling af9013_driver_init+0x0/0x1d @ 1
[ 37.927483] initcall af9013_driver_init+0x0/0x1d returned 0 after 275 usecs
[ 37.929919] calling au8522_driver_init+0x0/0x1d @ 1
[ 37.932033] initcall au8522_driver_init+0x0/0x1d returned 0 after 267 usecs
[ 37.934542] calling cxd2820r_driver_init+0x0/0x1d @ 1
[ 37.936729] initcall cxd2820r_driver_init+0x0/0x1d returned 0 after 275 usecs
[ 37.939254] calling helene_driver_init+0x0/0x1d @ 1
[ 37.941586] initcall helene_driver_init+0x0/0x1d returned 0 after 340 usecs
[ 37.944038] calling lgdt3306a_driver_init+0x0/0x1d @ 1
[ 37.945986] initcall lgdt3306a_driver_init+0x0/0x1d returned 0 after 203 usecs
[ 37.947321] calling lgdt330x_driver_init+0x0/0x1d @ 1
[ 37.948443] initcall lgdt330x_driver_init+0x0/0x1d returned 0 after 143 usecs
[ 37.949767] calling m88ds3103_driver_init+0x0/0x1d @ 1
[ 37.950950] initcall m88ds3103_driver_init+0x0/0x1d returned 0 after 169 usecs
[ 37.952285] calling mn88473_driver_init+0x0/0x1d @ 1
[ 37.953346] initcall mn88473_driver_init+0x0/0x1d returned 0 after 132 usecs
[ 37.955822] calling mxl692_driver_init+0x0/0x1d @ 1
[ 37.958026] initcall mxl692_driver_init+0x0/0x1d returned 0 after 361 usecs
[ 37.960295] calling dvb_pll_driver_init+0x0/0x1d @ 1
[ 37.962321] initcall dvb_pll_driver_init+0x0/0x1d returned 0 after 258 usecs
[ 37.964637] calling rtl2830_driver_init+0x0/0x1d @ 1
[ 37.966522] initcall rtl2830_driver_init+0x0/0x1d returned 0 after 192 usecs
[ 37.968898] calling rtl2832_driver_init+0x0/0x1d @ 1
[ 37.970842] initcall rtl2832_driver_init+0x0/0x1d returned 0 after 164 usecs
[ 37.973226] calling rtl2832_sdr_driver_init+0x0/0x1d @ 1
[ 37.974547] initcall rtl2832_sdr_driver_init+0x0/0x1d returned 0 after 172 usecs
[ 37.975834] calling si2165_driver_init+0x0/0x1d @ 1
[ 37.976891] initcall si2165_driver_init+0x0/0x1d returned 0 after 149 usecs
[ 37.978185] calling si2168_driver_init+0x0/0x1d @ 1
[ 37.979210] initcall si2168_driver_init+0x0/0x1d returned 0 after 118 usecs
[ 37.980458] calling sp2_driver_init+0x0/0x1d @ 1
[ 37.981453] initcall sp2_driver_init+0x0/0x1d returned 0 after 122 usecs
[ 37.982679] calling stv090x_driver_init+0x0/0x1d @ 1
[ 37.983735] initcall stv090x_driver_init+0x0/0x1d returned 0 after 130 usecs
[ 37.985004] calling stv6110x_driver_init+0x0/0x1d @ 1
[ 37.986057] initcall stv6110x_driver_init+0x0/0x1d returned 0 after 101 usecs
[ 37.987338] calling tda10071_driver_init+0x0/0x1d @ 1
[ 37.988400] initcall tda10071_driver_init+0x0/0x1d returned 0 after 129 usecs
[ 37.989680] calling ts2020_driver_init+0x0/0x1d @ 1
[ 37.990737] initcall ts2020_driver_init+0x0/0x1d returned 0 after 122 usecs
[ 37.991970] calling zd1301_demod_driver_init+0x0/0x1d @ 1
[ 37.993097] initcall zd1301_demod_driver_init+0x0/0x1d returned 0 after 149 usecs
[ 37.994450] calling ch7322_i2c_driver_init+0x0/0x1d @ 1
[ 37.995531] initcall ch7322_i2c_driver_init+0x0/0x1d returned 0 after 132 usecs
[ 37.996811] calling rain_drv_init+0x0/0x24 @ 1
[ 37.997926] initcall rain_drv_init+0x0/0x24 returned 0 after 227 usecs
[ 37.999132] calling cxd2880_spi_driver_init+0x0/0x1d @ 1
[ 38.000249] initcall cxd2880_spi_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 38.001603] calling pps_ktimer_init+0x0/0xe2 @ 1
[ 38.003164] pps pps0: new PPS source ktimer
[ 38.004005] pps pps0: ktimer PPS source registered
[ 38.004894] initcall pps_ktimer_init+0x0/0xe2 returned 0 after 2418 usecs
[ 38.023254] calling pps_tty_init+0x0/0xa3 @ 1
[ 38.024863] pps_ldisc: PPS line discipline registered
[ 38.026574] initcall pps_tty_init+0x0/0xa3 returned 0 after 1713 usecs
[ 38.028651] calling pps_parport_driver_init+0x0/0x24 @ 1
[ 38.042222] initcall pps_parport_driver_init+0x0/0x24 returned 0 after 11694 usecs
[ 38.043671] calling pps_gpio_driver_init+0x0/0x1d @ 1
[ 38.044882] initcall pps_gpio_driver_init+0x0/0x1d returned 0 after 220 usecs
[ 38.046728] calling w1_init+0x0/0xac @ 1
[ 38.048275] Driver for 1-wire Dallas network protocol.
[ 38.050876] initcall w1_init+0x0/0xac returned 0 after 2601 usecs
[ 38.053011] calling ds_driver_init+0x0/0x24 @ 1
[ 38.055245] usbcore: registered new interface driver DS9490R
[ 38.057361] initcall ds_driver_init+0x0/0x24 returned 0 after 2527 usecs
[ 38.059791] calling ds1wm_init+0x0/0x29 @ 1
[ 38.061259] DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko
[ 38.063638] initcall ds1wm_init+0x0/0x29 returned 0 after 2378 usecs
[ 38.065808] calling w1_therm_init+0x0/0xa2 @ 1
[ 38.067635] initcall w1_therm_init+0x0/0xa2 returned 0 after 143 usecs
[ 38.069667] calling w1_smem_init+0x0/0x47 @ 1
[ 38.070535] initcall w1_smem_init+0x0/0x47 returned 0 after 4 usecs
[ 38.071614] calling w1_family_29_init+0x0/0x1b @ 1
[ 38.072517] initcall w1_family_29_init+0x0/0x1b returned 0 after 2 usecs
[ 38.073789] calling w1_family_12_init+0x0/0x1b @ 1
[ 38.074696] initcall w1_family_12_init+0x0/0x1b returned 0 after 3 usecs
[ 38.075890] calling w1_family_14_init+0x0/0x1b @ 1
[ 38.076791] initcall w1_family_14_init+0x0/0x1b returned 0 after 3 usecs
[ 38.078020] calling w1_family_2d_init+0x0/0x1b @ 1
[ 38.078923] initcall w1_family_2d_init+0x0/0x1b returned 0 after 3 usecs
[ 38.080124] calling w1_family_0d_init+0x0/0x1b @ 1
[ 38.081045] initcall w1_family_0d_init+0x0/0x1b returned 0 after 2 usecs
[ 38.082264] calling w1_family_23_init+0x0/0x1b @ 1
[ 38.083161] initcall w1_family_23_init+0x0/0x1b returned 0 after 3 usecs
[ 38.084376] calling w1_ds2438_family_init+0x0/0x1b @ 1
[ 38.085321] initcall w1_ds2438_family_init+0x0/0x1b returned 0 after 3 usecs
[ 38.086581] calling w1_ds2780_family_init+0x0/0x1b @ 1
[ 38.087566] initcall w1_ds2780_family_init+0x0/0x1b returned 0 after 3 usecs
[ 38.088820] calling w1_ds2781_family_init+0x0/0x1b @ 1
[ 38.089792] initcall w1_ds2781_family_init+0x0/0x1b returned 0 after 3 usecs
[ 38.091064] calling w1_family_1C_init+0x0/0x1b @ 1
[ 38.091964] initcall w1_family_1C_init+0x0/0x1b returned 0 after 3 usecs
[ 38.093153] calling pda_power_pdrv_init+0x0/0x1d @ 1
[ 38.094331] initcall pda_power_pdrv_init+0x0/0x1d returned 0 after 218 usecs
[ 38.095586] calling wm831x_backup_driver_init+0x0/0x1d @ 1
[ 38.096703] initcall wm831x_backup_driver_init+0x0/0x1d returned 0 after 126 usecs
[ 38.098061] calling wm831x_power_driver_init+0x0/0x1d @ 1
[ 38.099191] initcall wm831x_power_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 38.100515] calling adp5061_driver_init+0x0/0x1d @ 1
[ 38.101599] initcall adp5061_driver_init+0x0/0x1d returned 0 after 157 usecs
[ 38.102852] calling cw_bat_driver_init+0x0/0x1d @ 1
[ 38.103930] initcall cw_bat_driver_init+0x0/0x1d returned 0 after 149 usecs
[ 38.105196] calling w1_ds2760_family_init+0x0/0x1b @ 1
[ 38.123435] initcall w1_ds2760_family_init+0x0/0x1b returned 0 after 10 usecs
[ 38.126062] calling ds2780_battery_driver_init+0x0/0x1d @ 1
[ 38.128409] initcall ds2780_battery_driver_init+0x0/0x1d returned 0 after 290 usecs
[ 38.130988] calling ltc294x_driver_init+0x0/0x1d @ 1
[ 38.132933] initcall ltc294x_driver_init+0x0/0x1d returned 0 after 316 usecs
[ 38.135401] calling bq27xxx_battery_hdq_init+0x0/0x2b @ 1
[ 38.137361] initcall bq27xxx_battery_hdq_init+0x0/0x2b returned -17 after 8 usecs
[ 38.139523] calling da903x_battery_driver_init+0x0/0x1d @ 1
[ 38.140791] initcall da903x_battery_driver_init+0x0/0x1d returned 0 after 219 usecs
[ 38.142191] calling da9052_bat_driver_init+0x0/0x1d @ 1
[ 38.143342] initcall da9052_bat_driver_init+0x0/0x1d returned 0 after 182 usecs
[ 38.144671] calling max17040_i2c_driver_init+0x0/0x1d @ 1
[ 38.145920] initcall max17040_i2c_driver_init+0x0/0x1d returned 0 after 214 usecs
[ 38.147287] calling w1_max1721x_family_init+0x0/0x1b @ 1
[ 38.148294] initcall w1_max1721x_family_init+0x0/0x1b returned -17 after 6 usecs
[ 38.152735] calling rt5033_battery_driver_init+0x0/0x1d @ 1
[ 38.155072] initcall rt5033_battery_driver_init+0x0/0x1d returned 0 after 306 usecs
[ 38.157817] calling pcf50633_mbc_driver_init+0x0/0x1d @ 1
[ 38.159936] initcall pcf50633_mbc_driver_init+0x0/0x1d returned 0 after 280 usecs
[ 38.162465] calling isp1704_charger_driver_init+0x0/0x1d @ 1
[ 38.164724] initcall isp1704_charger_driver_init+0x0/0x1d returned 0 after 312 usecs
[ 38.167322] calling lp8727_driver_init+0x0/0x1d @ 1
[ 38.169293] initcall lp8727_driver_init+0x0/0x1d returned 0 after 246 usecs
[ 38.170687] calling gpio_charger_driver_init+0x0/0x1d @ 1
[ 38.171819] initcall gpio_charger_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 38.173124] calling max77693_charger_driver_init+0x0/0x1d @ 1
[ 38.174328] initcall max77693_charger_driver_init+0x0/0x1d returned 0 after 133 usecs
[ 38.175676] calling max8997_battery_driver_init+0x0/0x1d @ 1
[ 38.176848] initcall max8997_battery_driver_init+0x0/0x1d returned 0 after 163 usecs
[ 38.178223] calling bq2415x_driver_init+0x0/0x1d @ 1
[ 38.179260] initcall bq2415x_driver_init+0x0/0x1d returned 0 after 122 usecs
[ 38.180513] calling bq24190_driver_init+0x0/0x1d @ 1
[ 38.181605] initcall bq24190_driver_init+0x0/0x1d returned 0 after 173 usecs
[ 38.182852] calling bq24257_driver_init+0x0/0x1d @ 1
[ 38.183912] initcall bq24257_driver_init+0x0/0x1d returned 0 after 122 usecs
[ 38.185175] calling bq24735_charger_driver_init+0x0/0x1d @ 1
[ 38.186353] initcall bq24735_charger_driver_init+0x0/0x1d returned 0 after 150 usecs
[ 38.187714] calling bq2515x_driver_init+0x0/0x1d @ 1
[ 38.188762] initcall bq2515x_driver_init+0x0/0x1d returned 0 after 127 usecs
[ 38.190021] calling bq25890_driver_init+0x0/0x1d @ 1
[ 38.191117] initcall bq25890_driver_init+0x0/0x1d returned 0 after 154 usecs
[ 38.192366] calling smb347_driver_init+0x0/0x1d @ 1
[ 38.193403] initcall smb347_driver_init+0x0/0x1d returned 0 after 133 usecs
[ 38.194675] calling tps65090_charger_driver_init+0x0/0x1d @ 1
[ 38.195848] initcall tps65090_charger_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 38.197215] calling bd9995x_driver_init+0x0/0x1d @ 1
[ 38.198279] initcall bd9995x_driver_init+0x0/0x1d returned 0 after 121 usecs
[ 38.199528] calling acpi_power_meter_init+0x0/0x77 @ 1
[ 38.200687] initcall acpi_power_meter_init+0x0/0x77 returned 0 after 203 usecs
[ 38.202008] calling atk0110_init+0x0/0x6a @ 1
[ 38.203024] initcall atk0110_init+0x0/0x6a returned 0 after 180 usecs
[ 38.204148] calling asus_ec_sensors_platform_driver_init+0x0/0x24 @ 1
[ 38.218173] initcall asus_ec_sensors_platform_driver_init+0x0/0x24 returned -19 after 12701 usecs
[ 38.221227] calling asb100_driver_init+0x0/0x1d @ 1
[ 38.223235] initcall asb100_driver_init+0x0/0x1d returned 0 after 303 usecs
[ 38.225616] calling w83792d_driver_init+0x0/0x1d @ 1
[ 38.227810] initcall w83792d_driver_init+0x0/0x1d returned 0 after 289 usecs
[ 38.230282] calling w83793_driver_init+0x0/0x1d @ 1
[ 38.232325] initcall w83793_driver_init+0x0/0x1d returned 0 after 325 usecs
[ 38.234254] calling sensors_w83781d_init+0x0/0x1d @ 1
[ 38.235443] initcall sensors_w83781d_init+0x0/0x1d returned 0 after 196 usecs
[ 38.236755] calling ad7314_driver_init+0x0/0x1d @ 1
[ 38.237979] initcall ad7314_driver_init+0x0/0x1d returned 0 after 201 usecs
[ 38.239229] calling ad7418_driver_init+0x0/0x1d @ 1
[ 38.240317] initcall ad7418_driver_init+0x0/0x1d returned 0 after 171 usecs
[ 38.245881] calling adc128_driver_init+0x0/0x1d @ 1
[ 38.247129] initcall adc128_driver_init+0x0/0x1d returned 0 after 258 usecs
[ 38.248407] calling adcxx_driver_init+0x0/0x1d @ 1
[ 38.249477] initcall adcxx_driver_init+0x0/0x1d returned 0 after 146 usecs
[ 38.250823] calling adm1026_driver_init+0x0/0x1d @ 1
[ 38.251992] initcall adm1026_driver_init+0x0/0x1d returned 0 after 230 usecs
[ 38.253258] calling adm1031_driver_init+0x0/0x1d @ 1
[ 38.254484] initcall adm1031_driver_init+0x0/0x1d returned 0 after 198 usecs
[ 38.255739] calling adm1177_driver_init+0x0/0x1d @ 1
[ 38.256845] initcall adm1177_driver_init+0x0/0x1d returned 0 after 165 usecs
[ 38.258323] calling adm9240_driver_init+0x0/0x1d @ 1
[ 38.259444] initcall adm9240_driver_init+0x0/0x1d returned 0 after 160 usecs
[ 38.260782] calling ads7828_driver_init+0x0/0x1d @ 1
[ 38.261974] initcall ads7828_driver_init+0x0/0x1d returned 0 after 185 usecs
[ 38.263234] calling ads7871_driver_init+0x0/0x1d @ 1
[ 38.264325] initcall ads7871_driver_init+0x0/0x1d returned 0 after 138 usecs
[ 38.265627] calling adt7310_driver_init+0x0/0x1d @ 1
[ 38.266694] initcall adt7310_driver_init+0x0/0x1d returned 0 after 138 usecs
[ 38.267993] calling adt7410_driver_init+0x0/0x1d @ 1
[ 38.269090] initcall adt7410_driver_init+0x0/0x1d returned 0 after 177 usecs
[ 38.272741] calling adt7411_driver_init+0x0/0x1d @ 1
[ 38.273910] initcall adt7411_driver_init+0x0/0x1d returned 0 after 207 usecs
[ 38.275180] calling adt7462_driver_init+0x0/0x1d @ 1
[ 38.276223] initcall adt7462_driver_init+0x0/0x1d returned 0 after 124 usecs
[ 38.277512] calling adt7470_driver_init+0x0/0x1d @ 1
[ 38.278572] initcall adt7470_driver_init+0x0/0x1d returned 0 after 140 usecs
[ 38.279817] calling as370_hwmon_driver_init+0x0/0x1d @ 1
[ 38.281609] initcall as370_hwmon_driver_init+0x0/0x1d returned 0 after 264 usecs
[ 38.283983] calling sm_asc7621_init+0x0/0x393 @ 1
[ 38.285788] initcall sm_asc7621_init+0x0/0x393 returned 0 after 176 usecs
[ 38.287005] calling atxp1_driver_init+0x0/0x1d @ 1
[ 38.288045] initcall atxp1_driver_init+0x0/0x1d returned 0 after 129 usecs
[ 38.289263] calling axi_fan_control_driver_init+0x0/0x1d @ 1
[ 38.290458] initcall axi_fan_control_driver_init+0x0/0x1d returned 0 after 164 usecs
[ 38.291799] calling coretemp_init+0x0/0xf1 @ 1
[ 38.292654] initcall coretemp_init+0x0/0xf1 returned -19 after 1 usecs
[ 38.293867] calling da9052_hwmon_driver_init+0x0/0x1d @ 1
[ 38.294984] initcall da9052_hwmon_driver_init+0x0/0x1d returned 0 after 138 usecs
[ 38.296296] calling i8k_init+0x0/0x1e1 @ 1
[ 38.297122] initcall i8k_init+0x0/0x1e1 returned -19 after 2 usecs
[ 38.298210] calling ds620_driver_init+0x0/0x1d @ 1
[ 38.299248] initcall ds620_driver_init+0x0/0x1d returned 0 after 141 usecs
[ 38.300491] calling ds1621_driver_init+0x0/0x1d @ 1
[ 38.302978] initcall ds1621_driver_init+0x0/0x1d returned 0 after 1576 usecs
[ 38.304251] calling emc2103_driver_init+0x0/0x1d @ 1
[ 38.305533] initcall emc2103_driver_init+0x0/0x1d returned 0 after 281 usecs
[ 38.308065] calling emc6w201_driver_init+0x0/0x1d @ 1
[ 38.310344] initcall emc6w201_driver_init+0x0/0x1d returned 0 after 338 usecs
[ 38.312658] calling f71805f_init+0x0/0x11a @ 1
[ 38.330741] initcall f71805f_init+0x0/0x11a returned -19 after 163 usecs
[ 38.332890] calling f75375_driver_init+0x0/0x1d @ 1
[ 38.334910] initcall f75375_driver_init+0x0/0x1d returned 0 after 323 usecs
[ 38.337404] calling fschmd_driver_init+0x0/0x1d @ 1
[ 38.338655] initcall fschmd_driver_init+0x0/0x1d returned 0 after 177 usecs
[ 38.339907] calling g760a_driver_init+0x0/0x1d @ 1
[ 38.341037] initcall g760a_driver_init+0x0/0x1d returned 0 after 187 usecs
[ 38.342366] calling g762_driver_init+0x0/0x1d @ 1
[ 38.343423] initcall g762_driver_init+0x0/0x1d returned 0 after 154 usecs
[ 38.344756] calling gl518_driver_init+0x0/0x1d @ 1
[ 38.345891] initcall gl518_driver_init+0x0/0x1d returned 0 after 188 usecs
[ 38.347194] calling gl520_driver_init+0x0/0x1d @ 1
[ 38.348253] initcall gl520_driver_init+0x0/0x1d returned 0 after 145 usecs
[ 38.349568] calling hih6130_driver_init+0x0/0x1d @ 1
[ 38.350705] initcall hih6130_driver_init+0x0/0x1d returned 0 after 175 usecs
[ 38.351973] calling ina209_driver_init+0x0/0x1d @ 1
[ 38.353065] initcall ina209_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 38.358547] calling ina2xx_driver_init+0x0/0x1d @ 1
[ 38.359702] initcall ina2xx_driver_init+0x0/0x1d returned 0 after 230 usecs
[ 38.360967] calling ina238_driver_init+0x0/0x1d @ 1
[ 38.362066] initcall ina238_driver_init+0x0/0x1d returned 0 after 155 usecs
[ 38.364769] calling ina3221_i2c_driver_init+0x0/0x1d @ 1
[ 38.365943] initcall ina3221_i2c_driver_init+0x0/0x1d returned 0 after 166 usecs
[ 38.367262] calling jc42_driver_init+0x0/0x1d @ 1
[ 38.368271] initcall jc42_driver_init+0x0/0x1d returned 0 after 125 usecs
[ 38.369490] calling pem_driver_init+0x0/0x1d @ 1
[ 38.370596] initcall pem_driver_init+0x0/0x1d returned 0 after 222 usecs
[ 38.371814] calling lm63_driver_init+0x0/0x1d @ 1
[ 38.372835] initcall lm63_driver_init+0x0/0x1d returned 0 after 135 usecs
[ 38.374460] calling lm70_driver_init+0x0/0x1d @ 1
[ 38.376169] initcall lm70_driver_init+0x0/0x1d returned 0 after 229 usecs
[ 38.377978] calling lm73_driver_init+0x0/0x1d @ 1
[ 38.378996] initcall lm73_driver_init+0x0/0x1d returned 0 after 132 usecs
[ 38.380205] calling lm75_driver_init+0x0/0x1d @ 1
[ 38.381276] initcall lm75_driver_init+0x0/0x1d returned 0 after 168 usecs
[ 38.382516] calling lm77_driver_init+0x0/0x1d @ 1
[ 38.383529] initcall lm77_driver_init+0x0/0x1d returned 0 after 124 usecs
[ 38.384773] calling lm80_driver_init+0x0/0x1d @ 1
[ 38.385818] initcall lm80_driver_init+0x0/0x1d returned 0 after 143 usecs
[ 38.387031] calling lm83_driver_init+0x0/0x1d @ 1
[ 38.388061] initcall lm83_driver_init+0x0/0x1d returned 0 after 123 usecs
[ 38.389292] calling lm87_driver_init+0x0/0x1d @ 1
[ 38.390382] initcall lm87_driver_init+0x0/0x1d returned 0 after 183 usecs
[ 38.391635] calling lm90_driver_init+0x0/0x1d @ 1
[ 38.392646] initcall lm90_driver_init+0x0/0x1d returned 0 after 126 usecs
[ 38.393902] calling lm92_driver_init+0x0/0x1d @ 1
[ 38.394941] initcall lm92_driver_init+0x0/0x1d returned 0 after 158 usecs
[ 38.396154] calling lm93_driver_init+0x0/0x1d @ 1
[ 38.397207] initcall lm93_driver_init+0x0/0x1d returned 0 after 163 usecs
[ 38.398466] calling lm95241_driver_init+0x0/0x1d @ 1
[ 38.399547] initcall lm95241_driver_init+0x0/0x1d returned 0 after 152 usecs
[ 38.400818] calling lm95245_driver_init+0x0/0x1d @ 1
[ 38.401876] initcall lm95245_driver_init+0x0/0x1d returned 0 after 123 usecs
[ 38.403126] calling ltc2945_driver_init+0x0/0x1d @ 1
[ 38.404198] initcall ltc2945_driver_init+0x0/0x1d returned 0 after 139 usecs
[ 38.405735] calling ltc4215_driver_init+0x0/0x1d @ 1
[ 38.407837] initcall ltc4215_driver_init+0x0/0x1d returned 0 after 294 usecs
[ 38.410315] calling ltc4222_driver_init+0x0/0x1d @ 1
[ 38.412477] initcall ltc4222_driver_init+0x0/0x1d returned 0 after 332 usecs
[ 38.419970] calling ltc4245_driver_init+0x0/0x1d @ 1
[ 38.422101] initcall ltc4245_driver_init+0x0/0x1d returned 0 after 315 usecs
[ 38.424308] calling max16065_driver_init+0x0/0x1d @ 1
[ 38.426416] initcall max16065_driver_init+0x0/0x1d returned 0 after 369 usecs
[ 38.428841] calling max1619_driver_init+0x0/0x1d @ 1
[ 38.431107] initcall max1619_driver_init+0x0/0x1d returned 0 after 288 usecs
[ 38.433649] calling max1668_driver_init+0x0/0x1d @ 1
[ 38.435902] initcall max1668_driver_init+0x0/0x1d returned 0 after 329 usecs
[ 38.438369] calling max197_driver_init+0x0/0x1d @ 1
[ 38.440081] initcall max197_driver_init+0x0/0x1d returned 0 after 279 usecs
[ 38.446614] calling max31730_driver_init+0x0/0x1d @ 1
[ 38.448448] initcall max31730_driver_init+0x0/0x1d returned 0 after 329 usecs
[ 38.450758] calling max6620_driver_init+0x0/0x1d @ 1
[ 38.452993] initcall max6620_driver_init+0x0/0x1d returned 0 after 308 usecs
[ 38.455631] calling max6621_driver_init+0x0/0x1d @ 1
[ 38.457795] initcall max6621_driver_init+0x0/0x1d returned 0 after 237 usecs
[ 38.459072] calling max6639_driver_init+0x0/0x1d @ 1
[ 38.460143] initcall max6639_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 38.461417] calling max6650_driver_init+0x0/0x1d @ 1
[ 38.462540] initcall max6650_driver_init+0x0/0x1d returned 0 after 159 usecs
[ 38.463836] calling max31790_driver_init+0x0/0x1d @ 1
[ 38.464904] initcall max31790_driver_init+0x0/0x1d returned 0 after 132 usecs
[ 38.466211] calling mc13783_adc_driver_init+0x0/0x24 @ 1
[ 38.467475] initcall mc13783_adc_driver_init+0x0/0x24 returned -19 after 261 usecs
[ 38.468793] calling mcp3021_driver_init+0x0/0x1d @ 1
[ 38.474046] initcall mcp3021_driver_init+0x0/0x1d returned 0 after 239 usecs
[ 38.475322] calling tc654_driver_init+0x0/0x1d @ 1
[ 38.476341] initcall tc654_driver_init+0x0/0x1d returned 0 after 125 usecs
[ 38.477608] calling menf21bmc_hwmon_init+0x0/0x1d @ 1
[ 38.478705] initcall menf21bmc_hwmon_init+0x0/0x1d returned 0 after 166 usecs
[ 38.479957] calling sensors_nct6775_platform_init+0x0/0x4da @ 1
[ 38.481383] initcall sensors_nct6775_platform_init+0x0/0x4da returned -19 after 328 usecs
[ 38.482849] calling nct6775_i2c_driver_init+0x0/0x1d @ 1
[ 38.483973] initcall nct6775_i2c_driver_init+0x0/0x1d returned 0 after 138 usecs
[ 38.485274] calling nct7802_driver_init+0x0/0x1d @ 1
[ 38.486356] initcall nct7802_driver_init+0x0/0x1d returned 0 after 145 usecs
[ 38.487623] calling npcm7xx_pwm_fan_driver_init+0x0/0x1d @ 1
[ 38.488763] initcall npcm7xx_pwm_fan_driver_init+0x0/0x1d returned 0 after 125 usecs
[ 38.490126] calling pc87360_init+0x0/0xd1 @ 1
[ 38.491027] pc87360: PC8736x not detected, module not inserted
[ 38.492049] initcall pc87360_init+0x0/0xd1 returned -19 after 1045 usecs
[ 38.493248] calling powr1220_driver_init+0x0/0x1d @ 1
[ 38.494364] initcall powr1220_driver_init+0x0/0x1d returned 0 after 153 usecs
[ 38.495617] calling sbrmi_driver_init+0x0/0x1d @ 1
[ 38.496641] initcall sbrmi_driver_init+0x0/0x1d returned 0 after 123 usecs
[ 38.497900] calling sht15_driver_init+0x0/0x1d @ 1
[ 38.498958] initcall sht15_driver_init+0x0/0x1d returned 0 after 156 usecs
[ 38.500181] calling sht4x_driver_init+0x0/0x1d @ 1
[ 38.501218] initcall sht4x_driver_init+0x0/0x1d returned 0 after 123 usecs
[ 38.502469] calling shtc1_i2c_driver_init+0x0/0x1d @ 1
[ 38.503562] initcall shtc1_i2c_driver_init+0x0/0x1d returned 0 after 151 usecs
[ 38.504859] calling smm665_driver_init+0x0/0x1d @ 1
[ 38.511103] initcall smm665_driver_init+0x0/0x1d returned 0 after 340 usecs
[ 38.513692] calling smsc47b397_init+0x0/0x4f @ 1
[ 38.515640] initcall smsc47b397_init+0x0/0x4f returned -19 after 103 usecs
[ 38.518075] calling sm_smsc47m1_init+0x0/0x9d @ 1
[ 38.519783] initcall sm_smsc47m1_init+0x0/0x9d returned -19 after 70 usecs
[ 38.522219] calling smsc47m192_driver_init+0x0/0x1d @ 1
[ 38.524409] initcall smsc47m192_driver_init+0x0/0x1d returned 0 after 322 usecs
[ 38.527014] calling amc6821_driver_init+0x0/0x1d @ 1
[ 38.529209] initcall amc6821_driver_init+0x0/0x1d returned 0 after 326 usecs
[ 38.531527] calling tc74_driver_init+0x0/0x1d @ 1
[ 38.533339] initcall tc74_driver_init+0x0/0x1d returned 0 after 326 usecs
[ 38.535423] calling tmp108_driver_init+0x0/0x1d @ 1
[ 38.537320] initcall tmp108_driver_init+0x0/0x1d returned 0 after 349 usecs
[ 38.539718] calling tmp401_driver_init+0x0/0x1d @ 1
[ 38.542008] initcall tmp401_driver_init+0x0/0x1d returned 0 after 370 usecs
[ 38.544471] calling tmp421_driver_init+0x0/0x1d @ 1
[ 38.558895] initcall tmp421_driver_init+0x0/0x1d returned 0 after 310 usecs
[ 38.561387] calling tmp464_driver_init+0x0/0x1d @ 1
[ 38.562581] initcall tmp464_driver_init+0x0/0x1d returned 0 after 183 usecs
[ 38.563850] calling tmp51x_driver_init+0x0/0x1d @ 1
[ 38.564899] initcall tmp51x_driver_init+0x0/0x1d returned 0 after 134 usecs
[ 38.566180] calling via_cputemp_init+0x0/0xac @ 1
[ 38.567103] initcall via_cputemp_init+0x0/0xac returned -19 after 1 usecs
[ 38.568322] calling vt1211_init+0x0/0x121 @ 1
[ 38.569247] initcall vt1211_init+0x0/0x121 returned -19 after 85 usecs
[ 38.570499] calling wm831x_hwmon_driver_init+0x0/0x1d @ 1
[ 38.571676] initcall wm831x_hwmon_driver_init+0x0/0x1d returned 0 after 192 usecs
[ 38.572985] calling peci_cputemp_driver_init+0x0/0x24 @ 1
[ 38.574689] initcall peci_cputemp_driver_init+0x0/0x24 returned 0 after 295 usecs
[ 38.577209] calling peci_dimmtemp_driver_init+0x0/0x24 @ 1
[ 38.579338] initcall peci_dimmtemp_driver_init+0x0/0x24 returned 0 after 320 usecs
[ 38.583147] calling pmbus_core_init+0x0/0x34 @ 1
[ 38.584117] initcall pmbus_core_init+0x0/0x34 returned 0 after 54 usecs
[ 38.585310] calling pmbus_driver_init+0x0/0x1d @ 1
[ 38.586386] initcall pmbus_driver_init+0x0/0x1d returned 0 after 158 usecs
[ 38.587627] calling adm1275_driver_init+0x0/0x1d @ 1
[ 38.588705] initcall adm1275_driver_init+0x0/0x1d returned 0 after 155 usecs
[ 38.589972] calling pfe_pmbus_driver_init+0x0/0x1d @ 1
[ 38.591071] initcall pfe_pmbus_driver_init+0x0/0x1d returned 0 after 132 usecs
[ 38.592351] calling bpa_rs600_driver_init+0x0/0x1d @ 1
[ 38.593429] initcall bpa_rs600_driver_init+0x0/0x1d returned 0 after 141 usecs
[ 38.594753] calling ahe50dc_fan_driver_init+0x0/0x1d @ 1
[ 38.595861] initcall ahe50dc_fan_driver_init+0x0/0x1d returned 0 after 137 usecs
[ 38.597180] calling fsp3y_driver_init+0x0/0x1d @ 1
[ 38.598255] initcall fsp3y_driver_init+0x0/0x1d returned 0 after 149 usecs
[ 38.599497] calling ipsps_driver_init+0x0/0x1d @ 1
[ 38.600550] initcall ipsps_driver_init+0x0/0x1d returned 0 after 158 usecs
[ 38.601796] calling ir35221_driver_init+0x0/0x1d @ 1
[ 38.602873] initcall ir35221_driver_init+0x0/0x1d returned 0 after 156 usecs
[ 38.604134] calling irps5401_driver_init+0x0/0x1d @ 1
[ 38.605337] initcall irps5401_driver_init+0x0/0x1d returned 0 after 267 usecs
[ 38.624214] calling isl68137_driver_init+0x0/0x1d @ 1
[ 38.626623] initcall isl68137_driver_init+0x0/0x1d returned 0 after 393 usecs
[ 38.629221] calling lm25066_driver_init+0x0/0x1d @ 1
[ 38.631373] initcall lm25066_driver_init+0x0/0x1d returned 0 after 279 usecs
[ 38.633916] calling max16064_driver_init+0x0/0x1d @ 1
[ 38.636136] initcall max16064_driver_init+0x0/0x1d returned 0 after 341 usecs
[ 38.638222] calling max16601_driver_init+0x0/0x1d @ 1
[ 38.639403] initcall max16601_driver_init+0x0/0x1d returned 0 after 214 usecs
[ 38.640717] calling max20730_driver_init+0x0/0x1d @ 1
[ 38.641951] initcall max20730_driver_init+0x0/0x1d returned 0 after 229 usecs
[ 38.643235] calling max20751_driver_init+0x0/0x1d @ 1
[ 38.644355] initcall max20751_driver_init+0x0/0x1d returned 0 after 149 usecs
[ 38.645668] calling max34440_driver_init+0x0/0x1d @ 1
[ 38.646825] initcall max34440_driver_init+0x0/0x1d returned 0 after 194 usecs
[ 38.648191] calling max8688_driver_init+0x0/0x1d @ 1
[ 38.649260] initcall max8688_driver_init+0x0/0x1d returned 0 after 147 usecs
[ 38.650599] calling mp2975_driver_init+0x0/0x1d @ 1
[ 38.651714] initcall mp2975_driver_init+0x0/0x1d returned 0 after 195 usecs
[ 38.652958] calling pm6764tr_driver_init+0x0/0x1d @ 1
[ 38.654242] initcall pm6764tr_driver_init+0x0/0x1d returned 0 after 212 usecs
[ 38.655531] calling pxe1610_driver_init+0x0/0x1d @ 1
[ 38.656629] initcall pxe1610_driver_init+0x0/0x1d returned 0 after 174 usecs
[ 38.657980] calling q54sj108a2_driver_init+0x0/0x1d @ 1
[ 38.659085] initcall q54sj108a2_driver_init+0x0/0x1d returned 0 after 150 usecs
[ 38.660379] calling tps40422_driver_init+0x0/0x1d @ 1
[ 38.661567] initcall tps40422_driver_init+0x0/0x1d returned 0 after 209 usecs
[ 38.662839] calling ucd9000_driver_init+0x0/0x1d @ 1
[ 38.663926] initcall ucd9000_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 38.665181] calling ucd9200_driver_init+0x0/0x1d @ 1
[ 38.666984] initcall ucd9200_driver_init+0x0/0x1d returned 0 after 286 usecs
[ 38.669254] calling xdpe122_driver_init+0x0/0x1d @ 1
[ 38.671135] initcall xdpe122_driver_init+0x0/0x1d returned 0 after 213 usecs
[ 38.673461] calling pim4328_driver_init+0x0/0x1d @ 1
[ 38.675564] initcall pim4328_driver_init+0x0/0x1d returned 0 after 283 usecs
[ 38.677984] calling powerclamp_init+0x0/0x116 @ 1
[ 38.679684] intel_powerclamp: CPU does not support MWAIT
[ 38.681563] initcall powerclamp_init+0x0/0x116 returned -19 after 1898 usecs
[ 38.682818] calling pkg_temp_thermal_init+0x0/0x177 @ 1
[ 38.683790] initcall pkg_temp_thermal_init+0x0/0x177 returned -19 after 1 usecs
[ 38.685075] calling thermal_throttle_init_device+0x0/0x5b @ 1
[ 38.686125] initcall thermal_throttle_init_device+0x0/0x5b returned 0 after 1 usecs
[ 38.687478] calling intel_menlow_module_init+0x0/0x124 @ 1
[ 38.688561] initcall intel_menlow_module_init+0x0/0x124 returned -19 after 87 usecs
[ 38.689945] calling linear_init+0x0/0x1b @ 1
[ 38.690857] initcall linear_init+0x0/0x1b returned 0 after 64 usecs
[ 38.691950] calling raid0_init+0x0/0x1b @ 1
[ 38.692765] initcall raid0_init+0x0/0x1b returned 0 after 1 usecs
[ 38.693869] calling raid_init+0x0/0x1b @ 1
[ 38.694685] initcall raid_init+0x0/0x1b returned 0 after 2 usecs
[ 38.695738] calling raid5_init+0x0/0xa4 @ 1
[ 38.697198] initcall raid5_init+0x0/0xa4 returned 0 after 645 usecs
[ 38.698311] calling multipath_init+0x0/0x1b @ 1
[ 38.699178] initcall multipath_init+0x0/0x1b returned 0 after 1 usecs
[ 38.700285] calling bcache_init+0x0/0x230 @ 1
[ 38.702416] initcall bcache_init+0x0/0x230 returned 0 after 1256 usecs
[ 38.703613] calling synth_acntsa_init+0x0/0x1b @ 1
[ 38.704592] initcall synth_acntsa_init+0x0/0x1b returned 0 after 62 usecs
[ 38.718854] calling synth_apollo_init+0x0/0x1b @ 1
[ 38.720726] initcall synth_apollo_init+0x0/0x1b returned 0 after 46 usecs
[ 38.723088] calling synth_audptr_init+0x0/0x1b @ 1
[ 38.724922] initcall synth_audptr_init+0x0/0x1b returned 0 after 7 usecs
[ 38.727010] calling synth_bns_init+0x0/0x1b @ 1
[ 38.728482] initcall synth_bns_init+0x0/0x1b returned 0 after 7 usecs
[ 38.730722] calling synth_dectlk_init+0x0/0x1b @ 1
[ 38.732496] initcall synth_dectlk_init+0x0/0x1b returned 0 after 8 usecs
[ 38.734348] calling synth_decext_init+0x0/0x1b @ 1
[ 38.735269] initcall synth_decext_init+0x0/0x1b returned 0 after 5 usecs
[ 38.736531] calling synth_soft_init+0x0/0x1b @ 1
[ 38.737446] initcall synth_soft_init+0x0/0x1b returned 0 after 3 usecs
[ 38.738765] calling synth_spkout_init+0x0/0x1b @ 1
[ 38.739699] initcall synth_spkout_init+0x0/0x1b returned 0 after 6 usecs
[ 38.741196] calling synth_dummy_init+0x0/0x1b @ 1
[ 38.742153] initcall synth_dummy_init+0x0/0x1b returned 0 after 5 usecs
[ 38.743364] calling speakup_init+0x0/0x581 @ 1
[ 38.744859] input: Speakup as /devices/virtual/input/input5
[ 38.746303] evbug: Connected device: input5 (Speakup at speakup/input0)
[ 38.750013] initialized device: /dev/synth, node (MAJOR 10, MINOR 124)
[ 38.752842] speakup 3.1.6: initialized
[ 38.754574] synth name on entry is: (null)
[ 38.756177] initcall speakup_init+0x0/0x581 returned 0 after 11909 usecs
[ 38.758649] calling mISDNInit+0x0/0xc6 @ 1
[ 38.762111] Modular ISDN core version 1.1.29
[ 38.764863] NET: Registered PF_ISDN protocol family
[ 38.766106] initcall mISDNInit+0x0/0xc6 returned 0 after 3995 usecs
[ 38.767245] calling dsp_init+0x0/0x30c @ 1
[ 38.768073] DSP module 2.0
[ 38.768704] mISDN_dsp: DSP clocks every 80 samples. This equals 3 jiffies.
[ 38.771872] initcall dsp_init+0x0/0x30c returned 0 after 3799 usecs
[ 38.772994] calling hfcsusb_drv_init+0x0/0x24 @ 1
[ 38.774213] usbcore: registered new interface driver HFC-S_USB
[ 38.775261] initcall hfcsusb_drv_init+0x0/0x24 returned 0 after 1312 usecs
[ 38.776499] calling virtual_eisa_root_init+0x0/0x5b @ 1
[ 38.778007] platform eisa.0: Probing EISA bus 0
[ 38.778909] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 38.780162] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 38.781351] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 38.782534] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 38.783684] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 38.784991] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 38.786168] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 38.787380] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 38.788536] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 38.789687] platform eisa.0: EISA: Detected 0 cards
[ 38.790638] initcall virtual_eisa_root_init+0x0/0x5b returned 0 after 13085 usecs
[ 38.791967] calling haltpoll_init+0x0/0xfa @ 1
[ 38.792840] initcall haltpoll_init+0x0/0xfa returned -19 after 3 usecs
[ 38.794084] calling pm860x_led_driver_init+0x0/0x1d @ 1
[ 38.795272] initcall pm860x_led_driver_init+0x0/0x1d returned 0 after 210 usecs
[ 38.796592] calling adp5520_led_driver_init+0x0/0x1d @ 1
[ 38.797822] initcall adp5520_led_driver_init+0x0/0x1d returned 0 after 165 usecs
[ 38.800593] calling apu_led_init+0x0/0x15f @ 1
[ 38.801460] leds_apu: No PC Engines APUv1 board detected. For APUv2,3 support, enable CONFIG_PCENGINES_APU2
[ 38.803097] initcall apu_led_init+0x0/0x15f returned -19 after 1638 usecs
[ 38.804357] calling bd2802_i2c_driver_init+0x0/0x1d @ 1
[ 38.817193] initcall bd2802_i2c_driver_init+0x0/0x1d returned 0 after 353 usecs
[ 38.819809] calling blinkm_driver_init+0x0/0x1d @ 1
[ 38.822248] initcall blinkm_driver_init+0x0/0x1d returned 0 after 428 usecs
[ 38.824753] calling da9052_led_driver_init+0x0/0x1d @ 1
[ 38.826987] initcall da9052_led_driver_init+0x0/0x1d returned 0 after 310 usecs
[ 38.829671] calling gpio_led_driver_init+0x0/0x1d @ 1
[ 38.832054] initcall gpio_led_driver_init+0x0/0x1d returned 0 after 371 usecs
[ 38.834670] calling is31fl319x_driver_init+0x0/0x1d @ 1
[ 38.836804] initcall is31fl319x_driver_init+0x0/0x1d returned 0 after 278 usecs
[ 38.838629] calling lm3532_i2c_driver_init+0x0/0x1d @ 1
[ 38.839844] initcall lm3532_i2c_driver_init+0x0/0x1d returned 0 after 222 usecs
[ 38.841215] calling lm355x_i2c_driver_init+0x0/0x1d @ 1
[ 38.842456] initcall lm355x_i2c_driver_init+0x0/0x1d returned 0 after 206 usecs
[ 38.844880] calling lp3944_driver_init+0x0/0x1d @ 1
[ 38.846917] initcall lp3944_driver_init+0x0/0x1d returned 0 after 342 usecs
[ 38.848341] calling lp50xx_driver_init+0x0/0x1d @ 1
[ 38.849456] initcall lp50xx_driver_init+0x0/0x1d returned 0 after 169 usecs
[ 38.850827] calling lt3593_led_driver_init+0x0/0x1d @ 1
[ 38.852031] initcall lt3593_led_driver_init+0x0/0x1d returned 0 after 208 usecs
[ 38.853358] calling max8997_led_driver_init+0x0/0x1d @ 1
[ 38.855578] initcall max8997_led_driver_init+0x0/0x1d returned 0 after 302 usecs
[ 38.858222] calling mc13xxx_led_driver_init+0x0/0x24 @ 1
[ 38.860533] initcall mc13xxx_led_driver_init+0x0/0x24 returned -19 after 462 usecs
[ 38.863023] calling mlxcpld_led_init+0x0/0x121 @ 1
[ 38.864715] initcall mlxcpld_led_init+0x0/0x121 returned -19 after 2 usecs
[ 38.867035] calling mlxreg_led_driver_init+0x0/0x1d @ 1
[ 38.869193] initcall mlxreg_led_driver_init+0x0/0x1d returned 0 after 292 usecs
[ 38.871627] calling led_driver_init+0x0/0x1d @ 1
[ 38.873647] initcall led_driver_init+0x0/0x1d returned 0 after 302 usecs
[ 38.876038] calling pca9532_driver_init+0x0/0x1d @ 1
[ 38.878205] initcall pca9532_driver_init+0x0/0x1d returned 0 after 304 usecs
[ 38.880546] calling pca955x_driver_init+0x0/0x1d @ 1
[ 38.882069] initcall pca955x_driver_init+0x0/0x1d returned 0 after 144 usecs
[ 38.883343] calling led_pwm_driver_init+0x0/0x1d @ 1
[ 38.884504] initcall led_pwm_driver_init+0x0/0x1d returned 0 after 188 usecs
[ 38.885798] calling tca6507_driver_init+0x0/0x1d @ 1
[ 38.886888] initcall tca6507_driver_init+0x0/0x1d returned 0 after 148 usecs
[ 38.888190] calling tlc591xx_driver_init+0x0/0x1d @ 1
[ 38.889302] initcall tlc591xx_driver_init+0x0/0x1d returned 0 after 158 usecs
[ 38.890640] calling led_driver_init+0x0/0x1d @ 1
[ 38.891673] initcall led_driver_init+0x0/0x1d returned 0 after 143 usecs
[ 38.892898] calling wm831x_status_driver_init+0x0/0x1d @ 1
[ 38.894116] initcall wm831x_status_driver_init+0x0/0x1d returned 0 after 155 usecs
[ 38.895455] calling uleds_init+0x0/0x1b @ 1
[ 38.896697] initcall uleds_init+0x0/0x1b returned 0 after 402 usecs
[ 38.897915] calling as3645a_i2c_driver_init+0x0/0x1d @ 1
[ 38.899125] initcall as3645a_i2c_driver_init+0x0/0x1d returned 0 after 213 usecs
[ 38.900466] calling lm3601x_i2c_driver_init+0x0/0x1d @ 1
[ 38.901592] initcall lm3601x_i2c_driver_init+0x0/0x1d returned 0 after 136 usecs
[ 38.902915] calling sgm3140_driver_init+0x0/0x1d @ 1
[ 38.904032] initcall sgm3140_driver_init+0x0/0x1d returned 0 after 155 usecs
[ 38.905440] calling led_pwm_mc_driver_init+0x0/0x1d @ 1
[ 38.907761] initcall led_pwm_mc_driver_init+0x0/0x1d returned 0 after 319 usecs
[ 38.910530] calling dmi_sysfs_init+0x0/0x191 @ 1
[ 38.914490] initcall dmi_sysfs_init+0x0/0x191 returned 0 after 2168 usecs
[ 38.916695] calling fw_cfg_sysfs_init+0x0/0x95 @ 1
[ 38.936648] initcall fw_cfg_sysfs_init+0x0/0x95 returned 0 after 5953 usecs
[ 38.939199] calling sysfb_init+0x0/0x108 @ 1
[ 38.942163] initcall sysfb_init+0x0/0x108 returned 0 after 1264 usecs
[ 38.944375] calling esrt_sysfs_init+0x0/0x209 @ 1
[ 38.946174] initcall esrt_sysfs_init+0x0/0x209 returned -38 after 2 usecs
[ 38.948644] calling efivars_pstore_init+0x0/0xbb @ 1
[ 38.950629] initcall efivars_pstore_init+0x0/0xbb returned 0 after 2 usecs
[ 38.953076] calling efi_capsule_loader_init+0x0/0x7f @ 1
[ 38.958569] initcall efi_capsule_loader_init+0x0/0x7f returned -19 after 2 usecs
[ 38.959931] calling bcma_modinit+0x0/0x4e @ 1
[ 38.961121] initcall bcma_modinit+0x0/0x4e returned 0 after 275 usecs
[ 38.962336] calling gb_init+0x0/0x9e @ 1
[ 38.964428] initcall gb_init+0x0/0x9e returned 0 after 1285 usecs
[ 38.965562] calling es2_ap_driver_init+0x0/0x24 @ 1
[ 38.966725] usbcore: registered new interface driver es2_ap_driver
[ 38.967846] initcall es2_ap_driver_init+0x0/0x24 returned 0 after 1344 usecs
[ 38.969125] calling comedi_pcmcia_init+0x0/0x11 @ 1
[ 38.970672] initcall comedi_pcmcia_init+0x0/0x11 returned 0 after 1 usecs
[ 38.973051] calling comedi_usb_init+0x0/0x11 @ 1
[ 38.974770] initcall comedi_usb_init+0x0/0x11 returned 0 after 1 usecs
[ 38.977035] calling comedi_init+0x0/0x1ff @ 1
[ 38.978158] comedi: version 0.7.76 - http://www.comedi.org
[ 38.979353] initcall comedi_init+0x0/0x1ff returned 0 after 1195 usecs
[ 38.980583] calling kcomedilib_module_init+0x0/0x11 @ 1
[ 38.981580] initcall kcomedilib_module_init+0x0/0x11 returned 0 after 0 usecs
[ 38.982856] calling comedi_8254_module_init+0x0/0x11 @ 1
[ 38.983877] initcall comedi_8254_module_init+0x0/0x11 returned 0 after 0 usecs
[ 38.985178] calling parport_driver_init+0x0/0x1b @ 1
[ 38.986203] initcall parport_driver_init+0x0/0x1b returned 0 after 69 usecs
[ 38.987488] calling driver_das16cs_init+0x0/0x22 @ 1
[ 38.988578] initcall driver_das16cs_init+0x0/0x22 returned 0 after 149 usecs
[ 38.989859] calling driver_das08_cs_init+0x0/0x22 @ 1
[ 38.991010] initcall driver_das08_cs_init+0x0/0x22 returned 0 after 168 usecs
[ 38.992293] calling driver_dio24_init+0x0/0x22 @ 1
[ 38.993350] initcall driver_dio24_init+0x0/0x22 returned 0 after 143 usecs
[ 38.994672] calling driver_daqp_init+0x0/0x22 @ 1
[ 38.995718] initcall driver_daqp_init+0x0/0x22 returned 0 after 149 usecs
[ 38.996954] calling ni6501_driver_init+0x0/0x22 @ 1
[ 38.998152] usbcore: registered new interface driver ni6501
[ 38.999164] initcall ni6501_driver_init+0x0/0x22 returned 0 after 1234 usecs
[ 39.000474] calling usbdux_driver_init+0x0/0x22 @ 1
[ 39.001629] usbcore: registered new interface driver usbdux
[ 39.002645] initcall usbdux_driver_init+0x0/0x22 returned 0 after 1236 usecs
[ 39.003936] calling usbduxfast_driver_init+0x0/0x22 @ 1
[ 39.005117] usbcore: registered new interface driver usbduxfast
[ 39.019589] initcall usbduxfast_driver_init+0x0/0x22 returned 0 after 14673 usecs
[ 39.022776] calling usbduxsigma_driver_init+0x0/0x22 @ 1
[ 39.025353] usbcore: registered new interface driver usbduxsigma
[ 39.027450] initcall usbduxsigma_driver_init+0x0/0x22 returned 0 after 2600 usecs
[ 39.030093] calling comedi_8255_module_init+0x0/0x11 @ 1
[ 39.032150] initcall comedi_8255_module_init+0x0/0x11 returned 0 after 2 usecs
[ 39.034810] calling das08_init+0x0/0x11 @ 1
[ 39.036427] initcall das08_init+0x0/0x11 returned 0 after 2 usecs
[ 39.038610] calling gb_lights_driver_init+0x0/0x24 @ 1
[ 39.040772] greybus: registered new driver lights
[ 39.042614] initcall gb_lights_driver_init+0x0/0x24 returned 0 after 2139 usecs
[ 39.045217] calling gb_log_driver_init+0x0/0x24 @ 1
[ 39.047305] greybus: registered new driver log
[ 39.048984] initcall gb_log_driver_init+0x0/0x24 returned 0 after 2070 usecs
[ 39.050635] calling loopback_init+0x0/0x9e @ 1
[ 39.051960] greybus: registered new driver loopback
[ 39.052900] initcall loopback_init+0x0/0x9e returned 0 after 1370 usecs
[ 39.054231] calling raw_init+0x0/0x155 @ 1
[ 39.055389] greybus: registered new driver raw
[ 39.056256] initcall raw_init+0x0/0x155 returned 0 after 1189 usecs
[ 39.057394] calling gb_vibrator_init+0x0/0x5d @ 1
[ 39.058638] greybus: registered new driver vibrator
[ 39.061070] initcall gb_vibrator_init+0x0/0x5d returned 0 after 2719 usecs
[ 39.063176] calling gbphy_init+0x0/0x80 @ 1
[ 39.065397] greybus: registered new driver gbphy
[ 39.066983] initcall gbphy_init+0x0/0x80 returned 0 after 2146 usecs
[ 39.069109] calling gpio_driver_init+0x0/0x24 @ 1
[ 39.071090] gb_gbphy: registered new driver gpio
[ 39.072762] initcall gpio_driver_init+0x0/0x24 returned 0 after 1935 usecs
[ 39.075160] calling pwm_driver_init+0x0/0x24 @ 1
[ 39.077157] gb_gbphy: registered new driver pwm
[ 39.078704] initcall pwm_driver_init+0x0/0x24 returned 0 after 1857 usecs
[ 39.081018] calling spi_driver_init+0x0/0x24 @ 1
[ 39.082322] gb_gbphy: registered new driver spi
[ 39.083197] initcall spi_driver_init+0x0/0x24 returned 0 after 1032 usecs
[ 39.084466] calling gb_uart_driver_init+0x0/0x262 @ 1
[ 39.085691] gb_gbphy: registered new driver uart
[ 39.086582] initcall gb_uart_driver_init+0x0/0x262 returned 0 after 1160 usecs
[ 39.087897] calling usb_driver_init+0x0/0x24 @ 1
[ 39.088917] gb_gbphy: registered new driver usb
[ 39.089814] initcall usb_driver_init+0x0/0x24 returned 0 after 1022 usecs
[ 39.091065] calling pi433_init+0x0/0xc7 @ 1
[ 39.092191] initcall pi433_init+0x0/0xc7 returned 0 after 290 usecs
[ 39.093308] calling chromeos_laptop_init+0x0/0x1bf @ 1
[ 39.094451] initcall chromeos_laptop_init+0x0/0x1bf returned -19 after 4 usecs
[ 39.095744] calling chromeos_pstore_init+0x0/0x4b @ 1
[ 39.096951] initcall chromeos_pstore_init+0x0/0x4b returned -19 after 256 usecs
[ 39.098312] calling chromeos_tbmc_driver_init+0x0/0x1b @ 1
[ 39.099551] initcall chromeos_tbmc_driver_init+0x0/0x1b returned 0 after 230 usecs
[ 39.100913] calling keyboard_led_driver_init+0x0/0x1d @ 1
[ 39.102062] initcall keyboard_led_driver_init+0x0/0x1d returned 0 after 131 usecs
[ 39.103391] calling altera_mbox_driver_init+0x0/0x1d @ 1
[ 39.104600] initcall altera_mbox_driver_init+0x0/0x1d returned 0 after 177 usecs
[ 39.106712] calling extcon_class_init+0x0/0x14 @ 1
[ 39.108813] initcall extcon_class_init+0x0/0x14 returned 0 after 189 usecs
[ 39.111314] calling gpio_extcon_driver_init+0x0/0x1d @ 1
[ 39.129956] initcall gpio_extcon_driver_init+0x0/0x1d returned 0 after 16708 usecs
[ 39.132728] calling max3355_driver_init+0x0/0x1d @ 1
[ 39.134408] initcall max3355_driver_init+0x0/0x1d returned 0 after 204 usecs
[ 39.135709] calling max77693_muic_driver_init+0x0/0x1d @ 1
[ 39.136927] initcall max77693_muic_driver_init+0x0/0x1d returned 0 after 196 usecs
[ 39.138414] calling max8997_muic_driver_init+0x0/0x1d @ 1
[ 39.139634] initcall max8997_muic_driver_init+0x0/0x1d returned 0 after 190 usecs
[ 39.141015] calling palmas_usb_driver_init+0x0/0x1d @ 1
[ 39.142309] initcall palmas_usb_driver_init+0x0/0x1d returned 0 after 238 usecs
[ 39.144025] calling usb_extcon_driver_init+0x0/0x1d @ 1
[ 39.145955] initcall usb_extcon_driver_init+0x0/0x1d returned 0 after 200 usecs
[ 39.147319] calling ipack_init+0x0/0x4f @ 1
[ 39.148359] initcall ipack_init+0x0/0x4f returned 0 after 195 usecs
[ 39.149510] calling ipoctal_init+0x0/0x24 @ 1
[ 39.150584] initcall ipoctal_init+0x0/0x24 returned 0 after 153 usecs
[ 39.151730] calling binder_init+0x0/0x1ae @ 1
[ 39.152919] initcall binder_init+0x0/0x1ae returned 0 after 321 usecs
[ 39.154192] calling rmem_driver_init+0x0/0x1d @ 1
[ 39.155355] initcall rmem_driver_init+0x0/0x1d returned 0 after 240 usecs
[ 39.156833] calling siox_gpio_driver_init+0x0/0x1d @ 1
[ 39.158150] initcall siox_gpio_driver_init+0x0/0x1d returned 0 after 191 usecs
[ 39.159468] calling icc_init+0x0/0x64 @ 1
[ 39.160477] initcall icc_init+0x0/0x64 returned 0 after 163 usecs
[ 39.161621] calling interrupt_cnt_driver_init+0x0/0x1d @ 1
[ 39.162888] initcall interrupt_cnt_driver_init+0x0/0x1d returned 0 after 228 usecs
[ 39.164298] calling hdm_usb_init+0x0/0x24 @ 1
[ 39.165390] usbcore: registered new interface driver hdm_usb
[ 39.166458] initcall hdm_usb_init+0x0/0x24 returned 0 after 1302 usecs
[ 39.167686] calling most_cdev_init+0x0/0x103 @ 1
[ 39.168780] initcall most_cdev_init+0x0/0x103 returned 0 after 198 usecs
[ 39.170033] calling peci_init+0x0/0x35 @ 1
[ 39.171078] initcall peci_init+0x0/0x35 returned 0 after 196 usecs
[ 39.172182] calling peci_cpu_driver_init+0x0/0x24 @ 1
[ 39.173301] initcall peci_cpu_driver_init+0x0/0x24 returned 0 after 170 usecs
[ 39.174643] calling sock_diag_init+0x0/0x39 @ 1
[ 39.175661] initcall sock_diag_init+0x0/0x39 returned 0 after 131 usecs
[ 39.176882] calling llc_init+0x0/0x29 @ 1
[ 39.177772] initcall llc_init+0x0/0x29 returned 0 after 3 usecs
[ 39.178837] calling llc2_init+0x0/0xcb @ 1
[ 39.179802] NET: Registered PF_LLC protocol family
[ 39.180740] initcall llc2_init+0x0/0xcb returned 0 after 1079 usecs
[ 39.181875] calling snap_init+0x0/0x44 @ 1
[ 39.182812] initcall snap_init+0x0/0x44 returned 0 after 112 usecs
[ 39.183938] calling netlink_diag_init+0x0/0x1b @ 1
[ 39.184882] initcall netlink_diag_init+0x0/0x1b returned 0 after 24 usecs
[ 39.186142] calling gre_offload_init+0x0/0x56 @ 1
[ 39.187045] initcall gre_offload_init+0x0/0x56 returned 0 after 1 usecs
[ 39.188264] calling sysctl_ipv4_init+0x0/0x5d @ 1
[ 39.189354] initcall sysctl_ipv4_init+0x0/0x5d returned 0 after 190 usecs
[ 39.190637] calling tunnel4_init+0x0/0x9c @ 1
[ 39.191499] initcall tunnel4_init+0x0/0x9c returned 0 after 1 usecs
[ 39.192601] calling inet_diag_init+0x0/0xaf @ 1
[ 39.193537] initcall inet_diag_init+0x0/0xaf returned 0 after 41 usecs
[ 39.194765] calling tcp_diag_init+0x0/0x1b @ 1
[ 39.195688] initcall tcp_diag_init+0x0/0x1b returned 0 after 49 usecs
[ 39.196823] calling cubictcp_register+0x0/0x75 @ 1
[ 39.197780] initcall cubictcp_register+0x0/0x75 returned 0 after 3 usecs
[ 39.199001] calling inet6_init+0x0/0x435 @ 1
[ 39.213288] NET: Registered PF_INET6 protocol family
[ 39.226991] Segment Routing with IPv6
[ 39.228930] In-situ OAM (IOAM) with IPv6
[ 39.230869] initcall inet6_init+0x0/0x435 returned 0 after 31017 usecs
[ 39.233226] calling sit_init+0x0/0x118 @ 1
[ 39.234976] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 39.243897] initcall sit_init+0x0/0x118 returned 0 after 8921 usecs
[ 39.245261] calling packet_init+0x0/0x83 @ 1
[ 39.246214] NET: Registered PF_PACKET protocol family
[ 39.247264] initcall packet_init+0x0/0x83 returned 0 after 1056 usecs
[ 39.248426] calling atalk_init+0x0/0x116 @ 1
[ 39.249291] NET: Registered PF_APPLETALK protocol family
[ 39.250668] initcall atalk_init+0x0/0x116 returned 0 after 1382 usecs
[ 39.251839] calling x25_init+0x0/0xb0 @ 1
[ 39.252688] NET: Registered PF_X25 protocol family
[ 39.255608] X25: Linux Version 0.2
[ 39.256989] initcall x25_init+0x0/0xb0 returned 0 after 4307 usecs
[ 39.259208] calling lapb_init+0x0/0x1b @ 1
[ 39.260930] initcall lapb_init+0x0/0x1b returned 0 after 20 usecs
[ 39.263010] calling nr_proto_init+0x0/0x71c @ 1
[ 39.272721] NET: Registered PF_NETROM protocol family
[ 39.274414] initcall nr_proto_init+0x0/0x71c returned 0 after 9649 usecs
[ 39.276494] calling rose_proto_init+0x0/0x69c @ 1
[ 39.292228] NET: Registered PF_ROSE protocol family
[ 39.293494] initcall rose_proto_init+0x0/0x69c returned 0 after 15592 usecs
[ 39.294825] calling ax25_init+0x0/0x121 @ 1
[ 39.295698] NET: Registered PF_AX25 protocol family
[ 39.296721] initcall ax25_init+0x0/0x121 returned 0 after 1026 usecs
[ 39.297894] calling can_init+0x0/0xa2 @ 1
[ 39.298706] can: controller area network core
[ 39.300235] NET: Registered PF_CAN protocol family
[ 39.301175] initcall can_init+0x0/0xa2 returned 0 after 2468 usecs
[ 39.302284] calling bcm_module_init+0x0/0x59 @ 1
[ 39.303171] can: broadcast manager protocol
[ 39.304099] initcall bcm_module_init+0x0/0x59 returned 0 after 927 usecs
[ 39.320557] calling j1939_module_init+0x0/0x5d @ 1
[ 39.322353] can: SAE J1939
[ 39.323641] initcall j1939_module_init+0x0/0x5d returned 0 after 1289 usecs
[ 39.326194] calling isotp_module_init+0x0/0x4e @ 1
[ 39.328209] can: isotp protocol
[ 39.329651] initcall isotp_module_init+0x0/0x4e returned 0 after 1442 usecs
[ 39.332282] calling phonet_init+0x0/0x83 @ 1
[ 39.334385] NET: Registered PF_PHONET protocol family
[ 39.337508] initcall phonet_init+0x0/0x83 returned 0 after 3412 usecs
[ 39.339796] calling pep_register+0x0/0x20 @ 1
[ 39.342133] initcall pep_register+0x0/0x20 returned 0 after 601 usecs
[ 39.343304] calling init_p9+0x0/0x31 @ 1
[ 39.344744] 9pnet: Installing 9P2000 support
[ 39.345692] initcall init_p9+0x0/0x31 returned 0 after 1529 usecs
[ 39.346865] calling p9_trans_fd_init+0x0/0x35 @ 1
[ 39.347928] initcall p9_trans_fd_init+0x0/0x35 returned 0 after 76 usecs
[ 39.350707] calling p9_virtio_init+0x0/0x53 @ 1
[ 39.351842] initcall p9_virtio_init+0x0/0x53 returned 0 after 214 usecs
[ 39.353078] calling batadv_init+0x0/0x171 @ 1
[ 39.357937] batman_adv: B.A.T.M.A.N. advanced 2022.2 (compatibility version 15) loaded
[ 39.359467] initcall batadv_init+0x0/0x171 returned 0 after 5426 usecs
[ 39.360734] calling mpls_gso_init+0x0/0x35 @ 1
[ 39.361757] mpls_gso: MPLS GSO support
[ 39.362530] initcall mpls_gso_init+0x0/0x35 returned 0 after 773 usecs
[ 39.363729] calling mpls_init+0x0/0x109 @ 1
[ 39.367401] initcall mpls_init+0x0/0x109 returned 0 after 2805 usecs
[ 39.368570] calling mpls_iptunnel_init+0x0/0x20 @ 1
[ 39.369528] initcall mpls_iptunnel_init+0x0/0x20 returned 0 after 1 usecs
[ 39.370783] calling nsh_init_module+0x0/0x1d @ 1
[ 39.371683] initcall nsh_init_module+0x0/0x1d returned 0 after 2 usecs
[ 39.372882] calling qcom_smd_qrtr_driver_init+0x0/0x1d @ 1
[ 39.374608] initcall qcom_smd_qrtr_driver_init+0x0/0x1d returned 0 after 273 usecs
[ 39.377158] calling qrtr_tun_init+0x0/0x33 @ 1
[ 39.379375] initcall qrtr_tun_init+0x0/0x33 returned 0 after 638 usecs
[ 39.381703] calling qcom_mhi_qrtr_driver_init+0x0/0x1d @ 1
[ 39.383870] initcall qcom_mhi_qrtr_driver_init+0x0/0x1d returned 0 after 272 usecs
[ 39.385989] calling mptcp_diag_init+0x0/0x1b @ 1
[ 39.386883] initcall mptcp_diag_init+0x0/0x1b returned 0 after 3 usecs
[ 39.388121] calling pm_check_save_msr+0x0/0x8c @ 1
[ 39.389071] initcall pm_check_save_msr+0x0/0x8c returned 0 after 31 usecs
[ 39.391403] calling kernel_do_mounts_initrd_sysctls_init+0x0/0x2b @ 1
[ 39.392632] initcall kernel_do_mounts_initrd_sysctls_init+0x0/0x2b returned 0 after 29 usecs
[ 39.394139] calling microcode_init+0x0/0x267 @ 1
[ 39.395033] initcall microcode_init+0x0/0x267 returned -22 after 1 usecs
[ 39.396246] calling resctrl_late_init+0x0/0x2ac @ 1
[ 39.397209] initcall resctrl_late_init+0x0/0x2ac returned -19 after 2 usecs
[ 39.398489] calling hpet_insert_resource+0x0/0x2e @ 1
[ 39.399453] initcall hpet_insert_resource+0x0/0x2e returned 0 after 5 usecs
[ 39.400732] calling start_sync_check_timer+0x0/0xca @ 1
[ 39.401740] initcall start_sync_check_timer+0x0/0xca returned 0 after 1 usecs
[ 39.403018] calling update_mp_table+0x0/0x6e1 @ 1
[ 39.403950] initcall update_mp_table+0x0/0x6e1 returned 0 after 1 usecs
[ 39.405267] calling lapic_insert_resource+0x0/0x4b @ 1
[ 39.407182] initcall lapic_insert_resource+0x0/0x4b returned 0 after 7 usecs
[ 39.409638] calling print_ICs+0x0/0x117 @ 1
[ 39.411357] ... APIC ID: 00000000 (0)
[ 39.412907] ... APIC VERSION: 00050014
[ 39.414126] 0000000000000000000000000000000000000000000000000000000000000000
[ 39.414126] 0000000000000000000000000000000000000000000000000000000000000000
[ 39.414126] 0000000000000000000000000000000000000000000000000000000000001000

[ 39.439793] number of MP IRQ sources: 15.
[ 39.441338] number of IO-APIC #0 registers: 24.
[ 39.442951] testing the IO APIC.......................
[ 39.444953] IO APIC #0......
[ 39.445919] .... register #00: 00000000
[ 39.446725] ....... : physical APIC id: 00
[ 39.447602] ....... : Delivery Type: 0
[ 39.448397] ....... : LTS : 0
[ 39.449196] .... register #01: 00170011
[ 39.450041] ....... : max redirection entries: 17
[ 39.451038] ....... : PRQ implemented: 0
[ 39.451874] ....... : IO APIC version: 11
[ 39.452720] .... register #02: 00000000
[ 39.453540] ....... : arbitration: 00
[ 39.454488] .... IRQ redirection table:
[ 39.455258] IOAPIC 0:
[ 39.455831] pin00, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.457276] pin01, enabled , edge , high, V(23), IRR(0), S(0), logical , D(0001), M(0)
[ 39.458741] pin02, enabled , edge , high, V(30), IRR(0), S(0), logical , D(0001), M(0)
[ 39.460170] pin03, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.461663] pin04, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.463085] pin05, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.464547] pin06, enabled , edge , high, V(21), IRR(0), S(0), logical , D(0001), M(0)
[ 39.465997] pin07, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.467423] pin08, enabled , edge , high, V(24), IRR(0), S(0), logical , D(0001), M(0)
[ 39.468832] pin09, enabled , level, high, V(20), IRR(0), S(0), logical , D(0001), M(0)
[ 39.470272] pin0a, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.471705] pin0b, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.473108] pin0c, enabled , edge , high, V(22), IRR(0), S(0), logical , D(0001), M(0)
[ 39.474578] pin0d, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.475980] pin0e, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.477418] pin0f, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.478844] pin10, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.480250] pin11, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.481842] pin12, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.483256] pin13, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.484700] pin14, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.486142] pin15, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.487590] pin16, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.488995] pin17, disabled, edge , high, V(00), IRR(0), S(0), physical, D(0000), M(0)
[ 39.490440] IRQ to pin mappings:
[ 39.491135] IRQ0 -> 0:2
[ 39.491735] IRQ1 -> 0:1
[ 39.492328] IRQ3 -> 0:3
[ 39.492920] IRQ4 -> 0:4
[ 39.493597] IRQ5 -> 0:5
[ 39.494237] IRQ6 -> 0:6
[ 39.494827] IRQ7 -> 0:7
[ 39.495422] IRQ8 -> 0:8
[ 39.496013] IRQ9 -> 0:9
[ 39.496605] IRQ10 -> 0:10
[ 39.497244] IRQ11 -> 0:11
[ 39.497924] IRQ12 -> 0:12
[ 39.498537] IRQ13 -> 0:13
[ 39.499153] IRQ14 -> 0:14
[ 39.499769] IRQ15 -> 0:15
[ 39.500380] .................................... done.
[ 39.501359] initcall print_ICs+0x0/0x117 returned 0 after 90029 usecs
[ 39.502534] calling create_tlb_single_page_flush_ceiling+0x0/0x59 @ 1
[ 39.503880] initcall create_tlb_single_page_flush_ceiling+0x0/0x59 returned 0 after 145 usecs
[ 39.505622] calling pat_memtype_list_init+0x0/0x62 @ 1
[ 39.507484] initcall pat_memtype_list_init+0x0/0x62 returned 0 after 94 usecs
[ 39.510016] calling aesni_init+0x0/0x217 @ 1
[ 39.511733] SSE version of gcm_enc/dec engaged.
[ 39.525958] initcall aesni_init+0x0/0x217 returned 0 after 14224 usecs
[ 39.528459] calling reboot_ksysfs_init+0x0/0x9f @ 1
[ 39.530896] initcall reboot_ksysfs_init+0x0/0x9f returned 0 after 390 usecs
[ 39.533344] calling sched_core_sysctl_init+0x0/0x2b @ 1
[ 39.535384] initcall sched_core_sysctl_init+0x0/0x2b returned 0 after 44 usecs
[ 39.537846] calling sched_fair_sysctl_init+0x0/0x2b @ 1
[ 39.538903] initcall sched_fair_sysctl_init+0x0/0x2b returned 0 after 37 usecs
[ 39.540218] calling sched_rt_sysctl_init+0x0/0x2b @ 1
[ 39.541255] initcall sched_rt_sysctl_init+0x0/0x2b returned 0 after 27 usecs
[ 39.542608] calling sched_dl_sysctl_init+0x0/0x2b @ 1
[ 39.543607] initcall sched_dl_sysctl_init+0x0/0x2b returned 0 after 30 usecs
[ 39.544954] calling sched_clock_init_late+0x0/0xd9 @ 1
[ 39.546623] sched_clock: Marking stable (39355198493, 189303402)->(40094563915, -550062020)
[ 39.549670] initcall sched_clock_init_late+0x0/0xd9 returned 0 after 3048 usecs
[ 39.555122] calling sched_init_debug+0x0/0x13d @ 1
[ 39.559538] initcall sched_init_debug+0x0/0x13d returned 0 after 2643 usecs
[ 39.561962] calling kernel_lockdep_sysctls_init+0x0/0x26 @ 1
[ 39.563053] initcall kernel_lockdep_sysctls_init+0x0/0x26 returned 0 after 33 usecs
[ 39.564452] calling cpu_latency_qos_init+0x0/0x41 @ 1
[ 39.565922] initcall cpu_latency_qos_init+0x0/0x41 returned 0 after 487 usecs
[ 39.567263] calling pm_debugfs_init+0x0/0x2d @ 1
[ 39.568204] initcall pm_debugfs_init+0x0/0x2d returned 0 after 47 usecs
[ 39.569417] calling printk_late_init+0x0/0x239 @ 1
[ 39.570392] initcall printk_late_init+0x0/0x239 returned 0 after 38 usecs
[ 39.571648] calling rcu_verify_early_boot_tests+0x0/0x63 @ 1
[ 39.572685] initcall rcu_verify_early_boot_tests+0x0/0x63 returned 0 after 1 usecs
[ 39.574075] calling rcu_tasks_verify_schedule_work+0x0/0x98 @ 1
[ 39.575143] initcall rcu_tasks_verify_schedule_work+0x0/0x98 returned 0 after 2 usecs
[ 39.576520] calling swiotlb_create_default_debugfs+0x0/0x71 @ 1
[ 39.577744] initcall swiotlb_create_default_debugfs+0x0/0x71 returned 0 after 116 usecs
[ 39.579148] calling tk_debug_sleep_time_init+0x0/0x2d @ 1
[ 39.580181] initcall tk_debug_sleep_time_init+0x0/0x2d returned 0 after 35 usecs
[ 39.581649] calling kernel_acct_sysctls_init+0x0/0x2b @ 1
[ 39.582670] initcall kernel_acct_sysctls_init+0x0/0x2b returned 0 after 21 usecs
[ 39.584013] calling kexec_core_sysctl_init+0x0/0x2b @ 1
[ 39.585010] initcall kexec_core_sysctl_init+0x0/0x2b returned 0 after 16 usecs
[ 39.586319] calling debugfs_kprobe_init+0x0/0x7b @ 1
[ 39.587421] initcall debugfs_kprobe_init+0x0/0x7b returned 0 after 133 usecs
[ 39.588700] calling kernel_delayacct_sysctls_init+0x0/0x2b @ 1
[ 39.589785] initcall kernel_delayacct_sysctls_init+0x0/0x2b returned 0 after 19 usecs
[ 39.591176] calling taskstats_init+0x0/0x3f @ 1
[ 39.592169] registered taskstats version 1
[ 39.592980] initcall taskstats_init+0x0/0x3f returned 0 after 922 usecs
[ 39.594218] calling ftrace_sysctl_init+0x0/0x26 @ 1
[ 39.595173] initcall ftrace_sysctl_init+0x0/0x26 returned 0 after 30 usecs
[ 39.596420] calling init_hwlat_tracer+0x0/0xf6 @ 1
[ 39.597542] initcall init_hwlat_tracer+0x0/0xf6 returned 0 after 182 usecs
[ 39.598796] calling init_osnoise_tracer+0x0/0x209 @ 1
[ 39.600167] initcall init_osnoise_tracer+0x0/0x209 returned 0 after 422 usecs
[ 39.601509] calling fault_around_debugfs+0x0/0x2d @ 1
[ 39.602502] initcall fault_around_debugfs+0x0/0x2d returned 0 after 43 usecs
[ 39.603814] calling hugetlb_vmemmap_init+0x0/0x153 @ 1
[ 39.604829] initcall hugetlb_vmemmap_init+0x0/0x153 returned 0 after 29 usecs
[ 39.621784] calling kasan_cpu_quarantine_init+0x0/0x4b @ 1
[ 39.623781] initcall kasan_cpu_quarantine_init+0x0/0x4b returned 207 after 84 usecs
[ 39.626458] calling kfence_debugfs_init+0x0/0x5e @ 1
[ 39.628567] initcall kfence_debugfs_init+0x0/0x5e returned 0 after 219 usecs
[ 39.631140] calling split_huge_pages_debugfs+0x0/0x2d @ 1
[ 39.633157] initcall split_huge_pages_debugfs+0x0/0x2d returned 0 after 97 usecs
[ 39.635987] calling pageowner_init+0x0/0x41 @ 1
[ 39.637981] initcall pageowner_init+0x0/0x41 returned 0 after 102 usecs
[ 39.640217] calling check_early_ioremap_leak+0x0/0x78 @ 1
[ 39.642234] initcall check_early_ioremap_leak+0x0/0x78 returned 0 after 2 usecs
[ 39.644885] calling set_hardened_usercopy+0x0/0x29 @ 1
[ 39.646814] initcall set_hardened_usercopy+0x0/0x29 returned 1 after 2 usecs
[ 39.649298] calling init_percpu_stats_debugfs+0x0/0x2d @ 1
[ 39.651408] initcall init_percpu_stats_debugfs+0x0/0x2d returned 0 after 97 usecs
[ 39.654042] calling shrinker_debugfs_init+0x0/0xf5 @ 1
[ 39.663337] initcall shrinker_debugfs_init+0x0/0xf5 returned 0 after 7479 usecs
[ 39.664752] calling fscrypt_init+0x0/0x9b @ 1
[ 39.666265] Key type ._fscrypt registered
[ 39.667106] Key type .fscrypt registered
[ 39.667906] Key type fscrypt-provisioning registered
[ 39.668839] initcall fscrypt_init+0x0/0x9b returned 0 after 3196 usecs
[ 39.670070] calling pstore_init+0x0/0x2d @ 1
[ 39.670966] initcall pstore_init+0x0/0x2d returned 0 after 30 usecs
[ 39.672073] calling pstore_blk_init+0x0/0x34 @ 1
[ 39.673055] initcall pstore_blk_init+0x0/0x34 returned 0 after 89 usecs
[ 39.674327] calling init_root_keyring+0x0/0x18 @ 1
[ 39.675784] initcall init_root_keyring+0x0/0x18 returned 0 after 543 usecs
[ 39.677039] calling init_trusted+0x0/0x2cc @ 1
[ 39.678304] initcall init_trusted+0x0/0x2cc returned 0 after 340 usecs
[ 39.679503] calling init_encrypted+0x0/0x16c @ 1
[ 39.699865] Key type encrypted registered
[ 39.700787] initcall init_encrypted+0x0/0x16c returned 0 after 20388 usecs
[ 39.702548] calling init_profile_hash+0x0/0x110 @ 1
[ 39.704257] initcall init_profile_hash+0x0/0x110 returned 0 after 1 usecs
[ 39.706678] calling integrity_fs_init+0x0/0x58 @ 1
[ 39.708785] initcall integrity_fs_init+0x0/0x58 returned 0 after 327 usecs
[ 39.711232] calling crypto_algapi_init+0x0/0x1b @ 1
[ 39.766920] initcall crypto_algapi_init+0x0/0x1b returned 0 after 53890 usecs
[ 39.768355] calling blk_timeout_init+0x0/0x18 @ 1
[ 39.769259] initcall blk_timeout_init+0x0/0x18 returned 0 after 0 usecs
[ 39.770527] calling kunit_init+0x0/0x20 @ 1
[ 39.771512] initcall kunit_init+0x0/0x20 returned 0 after 147 usecs
[ 39.772626] calling init_error_injection+0x0/0x38 @ 1
[ 39.779667] initcall init_error_injection+0x0/0x38 returned 0 after 6073 usecs
[ 39.781030] calling pci_resource_alignment_sysfs_init+0x0/0x22 @ 1
[ 39.782189] initcall pci_resource_alignment_sysfs_init+0x0/0x22 returned 0 after 29 usecs
[ 39.783613] calling pci_sysfs_init+0x0/0x66 @ 1
[ 39.784840] initcall pci_sysfs_init+0x0/0x66 returned 0 after 318 usecs
[ 39.786081] calling clk_debug_init+0x0/0x142 @ 1
[ 39.787240] initcall clk_debug_init+0x0/0x142 returned 0 after 265 usecs
[ 39.788476] calling sync_state_resume_initcall+0x0/0x16 @ 1
[ 39.789534] initcall sync_state_resume_initcall+0x0/0x16 returned 0 after 3 usecs
[ 39.790899] calling deferred_probe_initcall+0x0/0xad @ 1
[ 39.792048] initcall deferred_probe_initcall+0x0/0xad returned 0 after 165 usecs
[ 39.793375] calling sync_debugfs_init+0x0/0x64 @ 1
[ 39.794421] initcall sync_debugfs_init+0x0/0x64 returned 0 after 95 usecs
[ 39.795653] calling block2mtd_init+0x0/0x68 @ 1
[ 39.796535] initcall block2mtd_init+0x0/0x68 returned 0 after 1 usecs
[ 39.797688] calling init_netconsole+0x0/0x62e @ 1
[ 39.798731] printk: console [netcon0] enabled
[ 39.799587] netconsole: network logging started
[ 39.800469] initcall init_netconsole+0x0/0x62e returned 0 after 1878 usecs
[ 39.801728] calling charger_manager_init+0x0/0xd1 @ 1
[ 39.803199] initcall charger_manager_init+0x0/0xd1 returned 0 after 521 usecs
[ 39.804538] calling pcc_cpufreq_init+0x0/0xa3 @ 1
[ 39.814255] initcall pcc_cpufreq_init+0x0/0xa3 returned -19 after 121 usecs
[ 39.816648] calling centrino_init+0x0/0x33 @ 1
[ 39.818300] initcall centrino_init+0x0/0x33 returned -19 after 3 usecs
[ 39.820504] calling firmware_memmap_init+0x0/0x5f @ 1
[ 39.823232] initcall firmware_memmap_init+0x0/0x5f returned 0 after 916 usecs
[ 39.826114] calling register_update_efi_random_seed+0x0/0x29 @ 1
[ 39.828145] initcall register_update_efi_random_seed+0x0/0x29 returned 0 after 2 usecs
[ 39.830753] calling efi_shutdown_init+0x0/0x96 @ 1
[ 39.832536] initcall efi_shutdown_init+0x0/0x96 returned -19 after 2 usecs
[ 39.835106] calling efi_rci2_sysfs_init+0x0/0x331 @ 1
[ 39.837151] initcall efi_rci2_sysfs_init+0x0/0x331 returned 0 after 2 usecs
[ 39.839853] calling efi_earlycon_unmap_fb+0x0/0x68 @ 1
[ 39.841792] initcall efi_earlycon_unmap_fb+0x0/0x68 returned 0 after 2 usecs
[ 39.844106] calling tcp_congestion_default+0x0/0x22 @ 1
[ 39.845936] initcall tcp_congestion_default+0x0/0x22 returned 0 after 5 usecs
[ 39.848756] calling ip_auto_config+0x0/0x4c1 @ 1
[ 39.854152] IP-Config: Failed to open ipddp0
[ 39.864396] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 39.868664] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 39.887145] Sending DHCP requests .
[ 39.887544] Unknown ARP type 0xfffe for device wwan0
[ 39.889369] Unknown ARP type 0xfffe for device wwan1
[ 40.870917] , OK
[ 40.871836] IP-Config: Got DHCP answer from 10.0.2.2, my address is 10.0.2.15
[ 40.873197] IP-Config: Complete:
[ 40.875655] device=eth0, hwaddr=52:54:00:12:34:56, ipaddr=10.0.2.15, mask=255.255.255.0, gw=10.0.2.2
[ 40.877353] host=vm-meta-39, domain=, nis-domain=(none)
[ 40.878428] bootserver=10.0.2.2, rootserver=10.0.2.2, rootpath=
[ 40.878437] nameserver0=10.0.2.3
[ 40.884078] initcall ip_auto_config+0x0/0x4c1 returned 0 after 1033382 usecs
[ 40.885505] calling pci_mmcfg_late_insert_resources+0x0/0xde @ 1
[ 40.886622] initcall pci_mmcfg_late_insert_resources+0x0/0xde returned 0 after 1 usecs
[ 40.888093] calling ftrace_check_sync+0x0/0x1d @ 1
[ 40.889344] initcall ftrace_check_sync+0x0/0x1d returned 0 after 307 usecs
[ 40.890704] calling latency_fsnotify_init+0x0/0x42 @ 1
[ 40.892500] initcall latency_fsnotify_init+0x0/0x42 returned 0 after 805 usecs
[ 40.893915] calling trace_eval_sync+0x0/0x1d @ 1
[ 40.894872] initcall trace_eval_sync+0x0/0x1d returned 0 after 30 usecs
[ 40.896112] calling late_trace_init+0x0/0x5e @ 1
[ 40.897034] initcall late_trace_init+0x0/0x5e returned 0 after 1 usecs
[ 40.898364] calling acpi_gpio_handle_deferred_request_irqs+0x0/0x8a @ 1
[ 40.900339] initcall acpi_gpio_handle_deferred_request_irqs+0x0/0x8a returned 0 after 723 usecs
[ 40.901937] calling clk_disable_unused+0x0/0x186 @ 1
[ 40.902958] initcall clk_disable_unused+0x0/0x186 returned 0 after 57 usecs
[ 40.904302] calling regulator_init_complete+0x0/0x55 @ 1
[ 40.922099] initcall regulator_init_complete+0x0/0x55 returned 0 after 6 usecs
[ 40.924754] TAP version 14
[ 40.926288] 1..6
[ 40.927674] # Subtest: binfmt_elf
[ 40.927691] 1..1
[ 40.930061] ok 1 - total_mapping_size_test
[ 40.931277] ok 1 - binfmt_elf
[ 40.934815] # Subtest: compat_binfmt_elf
[ 40.934831] 1..1
[ 40.936813] ok 1 - total_mapping_size_test
[ 40.938069] ok 2 - compat_binfmt_elf
[ 40.941804] # Subtest: apparmor_policy_unpack
[ 40.941825] 1..30
[ 40.944165] ok 1 - policy_unpack_test_inbounds_when_inbounds
[ 40.947206] ok 2 - policy_unpack_test_inbounds_when_out_of_bounds
[ 40.950017] ok 3 - policy_unpack_test_unpack_array_with_null_name
[ 40.952679] ok 4 - policy_unpack_test_unpack_array_with_name
[ 40.955311] ok 5 - policy_unpack_test_unpack_array_out_of_bounds
[ 40.957885] ok 6 - policy_unpack_test_unpack_blob_with_null_name
[ 40.960828] ok 7 - policy_unpack_test_unpack_blob_with_name
[ 40.963642] ok 8 - policy_unpack_test_unpack_blob_out_of_bounds
[ 40.965956] ok 9 - policy_unpack_test_unpack_nameX_with_null_name
[ 40.969309] ok 10 - policy_unpack_test_unpack_nameX_with_wrong_code
[ 40.970879] ok 11 - policy_unpack_test_unpack_nameX_with_name
[ 40.972423] ok 12 - policy_unpack_test_unpack_nameX_with_wrong_name
[ 40.973971] ok 13 - policy_unpack_test_unpack_str_with_null_name
[ 40.975503] ok 14 - policy_unpack_test_unpack_str_with_name
[ 40.976962] ok 15 - policy_unpack_test_unpack_str_out_of_bounds
[ 40.978466] ok 16 - policy_unpack_test_unpack_strdup_with_null_name
[ 40.979891] ok 17 - policy_unpack_test_unpack_strdup_with_name
[ 40.981497] ok 18 - policy_unpack_test_unpack_strdup_out_of_bounds
[ 40.982943] ok 19 - policy_unpack_test_unpack_u16_chunk_basic
[ 40.984490] ok 20 - policy_unpack_test_unpack_u16_chunk_out_of_bounds_1
[ 40.985919] ok 21 - policy_unpack_test_unpack_u16_chunk_out_of_bounds_2
[ 40.987599] ok 22 - policy_unpack_test_unpack_u32_with_null_name
[ 40.989162] ok 23 - policy_unpack_test_unpack_u32_with_name
[ 40.990720] ok 24 - policy_unpack_test_unpack_u32_out_of_bounds
[ 40.992158] ok 25 - policy_unpack_test_unpack_u64_with_null_name
[ 40.993775] ok 26 - policy_unpack_test_unpack_u64_with_name
[ 40.995203] ok 27 - policy_unpack_test_unpack_u64_out_of_bounds
[ 40.996560] ok 28 - policy_unpack_test_unpack_X_code_match
[ 40.998076] ok 29 - policy_unpack_test_unpack_X_code_mismatch
[ 40.999425] ok 30 - policy_unpack_test_unpack_X_out_of_bounds
[ 41.000573] # apparmor_policy_unpack: pass:30 fail:0 skip:0 total:30
[ 41.001715] # Totals: pass:30 fail:0 skip:0 total:30
[ 41.002851] ok 3 - apparmor_policy_unpack
[ 41.004902] # Subtest: qos-kunit-test
[ 41.004910] 1..3
[ 41.006764] ok 1 - freq_qos_test_min
[ 41.008373] ok 2 - freq_qos_test_maxdef
[ 41.010496] ok 3 - freq_qos_test_readd
[ 41.012226] # qos-kunit-test: pass:3 fail:0 skip:0 total:3
[ 41.030264] # Totals: pass:3 fail:0 skip:0 total:3
[ 41.032449] ok 4 - qos-kunit-test
[ 41.036247] # Subtest: property-entry
[ 41.036270] 1..7
[ 41.039112] ok 1 - pe_test_uints
[ 41.041272] ok 2 - pe_test_uint_arrays
[ 41.043931] ok 3 - pe_test_strings
[ 41.046647] ok 4 - pe_test_bool
[ 41.049038] ok 5 - pe_test_move_inline_u8
[ 41.051231] ok 6 - pe_test_move_inline_str
[ 41.054218] ok 7 - pe_test_reference
[ 41.056074] # property-entry: pass:7 fail:0 skip:0 total:7
[ 41.057817] # Totals: pass:7 fail:0 skip:0 total:7
[ 41.059771] ok 5 - property-entry
[ 41.063992] # Subtest: thunderbolt
[ 41.064013] 1..38
[ 41.066615] ok 1 - tb_test_path_basic
[ 41.069653] ok 2 - tb_test_path_not_connected_walk
[ 41.071831] ok 3 - tb_test_path_single_hop_walk
[ 41.074455] ok 4 - tb_test_path_daisy_chain_walk
[ 41.089785] ok 5 - tb_test_path_simple_tree_walk
[ 41.095818] ok 6 - tb_test_path_complex_tree_walk
[ 41.103400] ok 7 - tb_test_path_max_length_walk
[ 41.107134] ok 8 - tb_test_path_not_connected
[ 41.111104] ok 9 - tb_test_path_not_bonded_lane0
[ 41.135199] ok 10 - tb_test_path_not_bonded_lane1
[ 41.141005] ok 11 - tb_test_path_not_bonded_lane1_chain
[ 41.146761] ok 12 - tb_test_path_not_bonded_lane1_chain_reverse
[ 41.153530] ok 13 - tb_test_path_mixed_chain
[ 41.160306] ok 14 - tb_test_path_mixed_chain_reverse
[ 41.165160] ok 15 - tb_test_tunnel_pcie
[ 41.167692] ok 16 - tb_test_tunnel_dp
[ 41.171264] ok 17 - tb_test_tunnel_dp_chain
[ 41.179359] ok 18 - tb_test_tunnel_dp_tree
[ 41.186908] ok 19 - tb_test_tunnel_dp_max_length
[ 41.191064] ok 20 - tb_test_tunnel_port_on_path
[ 41.193937] ok 21 - tb_test_tunnel_usb3
[ 41.195609] ok 22 - tb_test_tunnel_dma
[ 41.197147] ok 23 - tb_test_tunnel_dma_rx
[ 41.198731] ok 24 - tb_test_tunnel_dma_tx
[ 41.201203] ok 25 - tb_test_tunnel_dma_chain
[ 41.202904] ok 26 - tb_test_tunnel_dma_match
[ 41.204953] ok 27 - tb_test_credit_alloc_legacy_not_bonded
[ 41.213320] ok 28 - tb_test_credit_alloc_legacy_bonded
[ 41.217860] ok 29 - tb_test_credit_alloc_pcie
[ 41.222249] ok 30 - tb_test_credit_alloc_without_dp
[ 41.226354] ok 31 - tb_test_credit_alloc_dp
[ 41.230495] ok 32 - tb_test_credit_alloc_usb3
[ 41.238677] ok 33 - tb_test_credit_alloc_dma
[ 41.243189] ok 34 - tb_test_credit_alloc_dma_multiple
[ 41.248051] ok 35 - tb_test_credit_alloc_all
[ 41.251004] ok 36 - tb_test_property_parse
[ 41.253597] ok 37 - tb_test_property_format
[ 41.256380] ok 38 - tb_test_property_copy
[ 41.258316] # thunderbolt: pass:38 fail:0 skip:0 total:38
[ 41.260037] # Totals: pass:38 fail:0 skip:0 total:38
[ 41.261888] ok 6 - thunderbolt
[ 41.333264] Freeing unused kernel image (initmem) memory: 2380K
[ 41.335378] Write protecting the kernel read-only data: 88064k
[ 41.342580] Freeing unused kernel image (text/rodata gap) memory: 2032K
[ 41.347233] Freeing unused kernel image (rodata/data gap) memory: 1304K
[ 41.389258] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 41.392066] Run /init as init process
[ 41.392795] with arguments:
[ 41.393365] /init
[ 41.393961] with environment:
[ 41.394571] HOME=/
[ 41.395082] TERM=linux
[ 41.395624] RESULT_ROOT=/result/kunit/group-02/vm-snb/debian-11.1-x86_64-20220510.cgz/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/3
[ 41.397779] BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r006-20230116/clang-14/262ca38f4b6eb418b20b8e1d6d8495c6a98727c1/vmlinuz-6.0.0-rc1-00021-g262ca38f4b6e
[ 41.399670] branch=linus/master
[ 41.400304] job=/lkp/jobs/scheduled/vm-meta-39/kunit-group-02-debian-11.1-x86_64-20220510.cgz-262ca38f4b6eb418b20b8e1d6d8495c6a98727c1-20230122-85585-1adl5fv-5.yaml
[ 41.402411] user=lkp
[ 41.402937] ARCH=x86_64
[ 41.403489] kconfig=x86_64-randconfig-r006-20230116
[ 41.404376] commit=262ca38f4b6eb418b20b8e1d6d8495c6a98727c1
[ 41.405473] vmalloc=256M
[ 41.406690] nmi_watchdog=panic
[ 41.408124] max_uptime=1200
[ 41.412413] LKP_SERVER=internal-lkp-server
[ 41.429967] selinux=0
[ 41.430623] softlockup_panic=1
[ 41.431262] vga=normal
[ 41.475747] systemd[1]: RTC configured in localtime, applying delta of 0 minutes to system time.
[ 41.480540] systemd[1]: Failed to find module 'autofs4'
[ 44.297291] random: crng init done
[ 77.161912] # Subtest: clk-gate-register-test
[ 77.161935] 1..6
[ 77.180453] ok 1 - clk_gate_register_test_dev
[ 77.187937] ok 2 - clk_gate_register_test_parent_names
[ 77.198972] ok 3 - clk_gate_register_test_parent_data
[ 77.227339] ok 4 - clk_gate_register_test_parent_data_legacy
[ 77.240770] ok 5 - clk_gate_register_test_parent_hw
[ 77.250833] gate bit exceeds LOWORD field
[ 77.253274] ok 6 - clk_gate_register_test_hiword_invalid
[ 77.253286] # clk-gate-register-test: pass:6 fail:0 skip:0 total:6
[ 77.254200] # Totals: pass:6 fail:0 skip:0 total:6
[ 77.255094] ok 7 - clk-gate-register-test
[ 77.260848] # Subtest: clk-gate-test
[ 77.260872] 1..3
[ 77.269825] ok 1 - clk_gate_test_parent_rate
[ 77.281594] clk_unregister: unregistering prepared clock: test_gate
[ 77.283524] clk_unregister: unregistering prepared clock: test_parent
[ 77.285158] ok 2 - clk_gate_test_enable
[ 77.288456] ok 3 - clk_gate_test_disable
[ 77.289212] # clk-gate-test: pass:3 fail:0 skip:0 total:3
[ 77.289907] # Totals: pass:3 fail:0 skip:0 total:3
[ 77.290746] ok 8 - clk-gate-test
[ 77.293337] # Subtest: clk-gate-invert-test
[ 77.293345] 1..2
[ 77.371535] clk_unregister: unregistering prepared clock: test_gate
[ 77.391184] clk_unregister: unregistering prepared clock: test_parent
[ 77.392197] ok 1 - clk_gate_test_invert_enable
[ 77.395517] ok 2 - clk_gate_test_invert_disable
[ 77.396285] # clk-gate-invert-test: pass:2 fail:0 skip:0 total:2
[ 77.397052] # Totals: pass:2 fail:0 skip:0 total:2
[ 77.397950] ok 9 - clk-gate-invert-test
[ 77.404576] # Subtest: clk-gate-hiword-test
[ 77.404593] 1..2
[ 77.465832] clk_unregister: unregistering prepared clock: test_gate
[ 77.480702] clk_unregister: unregistering prepared clock: test_parent
[ 77.481708] ok 1 - clk_gate_test_hiword_enable
[ 77.485582] ok 2 - clk_gate_test_hiword_disable
[ 77.486359] # clk-gate-hiword-test: pass:2 fail:0 skip:0 total:2
[ 77.487141] # Totals: pass:2 fail:0 skip:0 total:2
[ 77.488020] ok 10 - clk-gate-hiword-test
[ 77.490700] # Subtest: clk-gate-is_enabled-test
[ 77.490708] 1..4
[ 77.501340] ok 1 - clk_gate_test_is_enabled
[ 77.502877] ok 2 - clk_gate_test_is_disabled
[ 77.530602] ok 3 - clk_gate_test_is_enabled_inverted
[ 77.533310] ok 4 - clk_gate_test_is_disabled_inverted
[ 77.534247] # clk-gate-is_enabled-test: pass:4 fail:0 skip:0 total:4
[ 77.535095] # Totals: pass:4 fail:0 skip:0 total:4
[ 77.536019] ok 11 - clk-gate-is_enabled-test
[ 78.174453] # Subtest: clk-leaf-mux-set-rate-parent
[ 78.174469] 1..1
[ 78.186954] ------------[ cut here ]------------
[ 78.189287] WARNING: CPU: 0 PID: 794 at drivers/clk/clk.c:675 clk_core_get_boundaries+0x262/0x28f
[ 78.192842] Modules linked in: clk_test(N) clk_gate_test(N)
[ 78.193678] CPU: 0 PID: 794 Comm: kunit_try_catch Tainted: G N 6.0.0-rc1-00021-g262ca38f4b6e #1
[ 78.195052] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014
[ 78.196362] RIP: 0010:clk_core_get_boundaries+0x262/0x28f
[ 78.197220] Code: 48 89 df e8 fb 2e ee fe 48 8b 03 48 8d 58 c8 48 85 c0 48 0f 44 d8 48 85 db 75 81 48 83 c4 28 5b 41 5c 41 5d 41 5e 41 5f 5d c3 <0f> 0b e9 fa fd ff ff 48 c7 c1 c4 03 a1 87 80 e1 07 80 c1 03 38 c1
[ 78.199523] RSP: 0000:ffff88813180fd60 EFLAGS: 00010246
[ 78.200306] RAX: 0000000000000000 RBX: ffff888160f21600 RCX: 0000000000000001
[ 78.201396] RDX: ffff88813180fe30 RSI: 00000000ffffffff RDI: ffffffff87016960
[ 78.202431] RBP: ffff88813180fdb0 R08: dffffc0000000000 R09: ffffed1026301fb6
[ 78.203476] R10: 0000000000000000 R11: dfffe91026301fb7 R12: ffff88813180fe28
[ 78.225052] R13: dffffc0000000000 R14: ffff888160f21600 R15: ffff88813180fe20
[ 78.227037] FS: 0000000000000000(0000) GS:ffffffff86744000(0000) knlGS:0000000000000000
[ 78.245081] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 78.246728] CR2: 000055826e6bd000 CR3: 000000015227d000 CR4: 00000000000006b0
[ 78.248833] Call Trace:
[ 78.249803] <TASK>
[ 78.250753] ? __kasan_check_write+0x18/0x1a
[ 78.252065] ? __mutex_unlock_slowpath+0x1d8/0x733
[ 78.253148] clk_core_init_rate_req+0x60/0x11a
[ 78.253900] clk_hw_init_rate_request+0x52/0x5d
[ 78.254633] clk_leaf_mux_set_rate_parent_determine_rate+0x88/0x475 [clk_test]
[ 78.255725] ? trace_hardirqs_on+0x1/0x1d0
[ 78.256403] kunit_try_run_case+0xeb/0x1e0
[ 78.257234] ? __kthread_parkme+0xc1/0x171
[ 78.257936] ? kunit_cleanup+0x13a/0x13a
[ 78.258590] kunit_generic_run_threadfn_adapter+0x58/0x87
[ 78.259396] kthread+0x27a/0x2ee
[ 78.259975] ? kunit_try_catch_run+0x456/0x456
[ 78.260775] ? kthread_blkcg+0xa5/0xa5
[ 78.261423] ret_from_fork+0x1f/0x30
[ 78.262051] </TASK>
[ 78.262520] irq event stamp: 1953
[ 78.263114] hardirqs last enabled at (1965): [<ffffffff81423c70>] __up_console_sem+0x9c/0xa6
[ 78.264326] hardirqs last disabled at (1978): [<ffffffff81423c55>] __up_console_sem+0x81/0xa6
[ 78.266372] softirqs last enabled at (1914): [<ffffffff84a005ab>] __do_softirq+0x5ab/0x6ef
[ 78.268719] softirqs last disabled at (1905): [<ffffffff8135694a>] irq_exit_rcu+0xab/0xc4
[ 78.270772] ---[ end trace 0000000000000000 ]---
[ 78.272177] ------------[ cut here ]------------
[ 78.273577] WARNING: CPU: 0 PID: 794 at drivers/clk/clk.c:1518 clk_core_round_rate_nolock+0x232/0x25f
[ 78.275876] Modules linked in: clk_test(N) clk_gate_test(N)
[ 78.277351] CPU: 0 PID: 794 Comm: kunit_try_catch Tainted: G W N 6.0.0-rc1-00021-g262ca38f4b6e #1
[ 78.279796] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014
[ 78.281537] RIP: 0010:clk_core_round_rate_nolock+0x232/0x25f
[ 78.282366] Code: 80 3c 28 00 74 05 e8 b2 b1 ee fe 4d 89 7e 18 48 8b 45 c8 42 80 3c 28 00 74 08 4c 89 f7 e8 9b b1 ee fe 4d 89 3e e9 be fe ff ff <0f> 0b e9 26 fe ff ff 48 c7 c1 c4 03 a1 87 80 e1 07 80 c1 03 38 c1
[ 78.284728] RSP: 0000:ffff88813180fd90 EFLAGS: 00010246
[ 78.285523] RAX: 0000000000000000 RBX: ffff8881522226e0 RCX: 0000000000000001
[ 78.286562] RDX: ffff88813180fe30 RSI: 00000000ffffffff RDI: ffffffff87016960
[ 78.287630] RBP: ffff88813180fdf0 R08: dffffc0000000000 R09: ffffed1026301fb6
[ 78.288683] R10: 0000000000000000 R11: dfffe91026301fb7 R12: ffff888160f21600
[ 78.289726] R13: dffffc0000000000 R14: ffff88813180fe20 R15: ffff8881312ef890
[ 78.290787] FS: 0000000000000000(0000) GS:ffffffff86744000(0000) knlGS:0000000000000000
[ 78.291936] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 78.292916] CR2: 000055826e6bd000 CR3: 000000015227d000 CR4: 00000000000006b0
[ 78.294036] Call Trace:
[ 78.294539] <TASK>
[ 78.294996] ? clk_core_init_rate_req+0x60/0x11a
[ 78.295723] __clk_determine_rate+0x45/0x74
[ 78.296405] clk_leaf_mux_set_rate_parent_determine_rate+0x93/0x475 [clk_test]
[ 78.297539] ? trace_hardirqs_on+0x1/0x1d0
[ 78.298216] kunit_try_run_case+0xeb/0x1e0
[ 78.298886] ? __kthread_parkme+0xc1/0x171
[ 78.299558] ? kunit_cleanup+0x13a/0x13a
[ 78.300204] kunit_generic_run_threadfn_adapter+0x58/0x87
[ 78.301114] kthread+0x27a/0x2ee
[ 78.301695] ? kunit_try_catch_run+0x456/0x456
[ 78.302397] ? kthread_blkcg+0xa5/0xa5
[ 78.303026] ret_from_fork+0x1f/0x30
[ 78.303648] </TASK>
[ 78.304143] irq event stamp: 2527
[ 78.325523] hardirqs last enabled at (2555): [<ffffffff81423c70>] __up_console_sem+0x9c/0xa6
[ 78.327836] hardirqs last disabled at (2568): [<ffffffff81423c55>] __up_console_sem+0x81/0xa6
[ 78.330289] softirqs last enabled at (2548): [<ffffffff84a005ab>] __do_softirq+0x5ab/0x6ef
[ 78.332651] softirqs last disabled at (2589): [<ffffffff8135694a>] irq_exit_rcu+0xab/0xc4
[ 78.335025] ---[ end trace 0000000000000000 ]---
[ 78.336429] ------------[ cut here ]------------
[ 78.337927] WARNING: CPU: 0 PID: 794 at drivers/clk/clk.c:675 clk_core_get_boundaries+0x262/0x28f
[ 78.340255] Modules linked in: clk_test(N) clk_gate_test(N)
[ 78.341967] CPU: 0 PID: 794 Comm: kunit_try_catch Tainted: G W N 6.0.0-rc1-00021-g262ca38f4b6e #1
[ 78.344503] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014
[ 78.346855] RIP: 0010:clk_core_get_boundaries+0x262/0x28f
[ 78.348506] Code: 48 89 df e8 fb 2e ee fe 48 8b 03 48 8d 58 c8 48 85 c0 48 0f 44 d8 48 85 db 75 81 48 83 c4 28 5b 41 5c 41 5d 41 5e 41 5f 5d c3 <0f> 0b e9 fa fd ff ff 48 c7 c1 c4 03 a1 87 80 e1 07 80 c1 03 38 c1
[ 78.354481] RSP: 0000:ffff88813180fcb8 EFLAGS: 00010246
[ 78.355305] RAX: 0000000000000000 RBX: ffff888160f21900 RCX: 0000000000000001
[ 78.356350] RDX: ffff88813180fda0 RSI: 00000000ffffffff RDI: ffffffff87016960
[ 78.357506] RBP: ffff88813180fd08 R08: 000000000e6ca080 R09: ffff88813180fd90
[ 78.358561] R10: 0000000000000000 R11: dfffe91026301fb8 R12: ffff88813180fd98
[ 78.359605] R13: dffffc0000000000 R14: ffff888160f21900 R15: ffff88813180fd90
[ 78.360728] FS: 0000000000000000(0000) GS:ffffffff86744000(0000) knlGS:0000000000000000
[ 78.361876] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 78.362715] CR2: 000055826e6bd000 CR3: 000000015227d000 CR4: 00000000000006b0
[ 78.363796] Call Trace:
[ 78.364297] <TASK>
[ 78.364787] ? exc_invalid_op+0x1f/0x47
[ 78.365456] clk_core_init_rate_req+0x60/0x11a
[ 78.366283] clk_core_forward_rate_req+0x3d/0x134
[ 78.367020] clk_core_round_rate_nolock+0x1bc/0x25f
[ 78.367811] __clk_determine_rate+0x45/0x74
[ 78.368495] clk_leaf_mux_set_rate_parent_determine_rate+0x93/0x475 [clk_test]
[ 78.369608] ? trace_hardirqs_on+0x1/0x1d0
[ 78.370289] kunit_try_run_case+0xeb/0x1e0
[ 78.371000] ? __kthread_parkme+0xc1/0x171
[ 78.371676] ? kunit_cleanup+0x13a/0x13a
[ 78.372324] kunit_generic_run_threadfn_adapter+0x58/0x87
[ 78.373626] kthread+0x27a/0x2ee
[ 78.374754] ? kunit_try_catch_run+0x456/0x456
[ 78.376117] ? kthread_blkcg+0xa5/0xa5
[ 78.377376] ret_from_fork+0x1f/0x30
[ 78.378558] </TASK>
[ 78.379454] irq event stamp: 3167
[ 78.380623] hardirqs last enabled at (3191): [<ffffffff81423c70>] __up_console_sem+0x9c/0xa6
[ 78.381844] hardirqs last disabled at (3202): [<ffffffff81423c55>] __up_console_sem+0x81/0xa6
[ 78.383037] softirqs last enabled at (3188): [<ffffffff84a005ab>] __do_softirq+0x5ab/0x6ef
[ 78.384232] softirqs last disabled at (3179): [<ffffffff8135694a>] irq_exit_rcu+0xab/0xc4
[ 78.385418] ---[ end trace 0000000000000000 ]---
[ 78.386168] ------------[ cut here ]------------
[ 78.386891] WARNING: CPU: 0 PID: 794 at drivers/clk/clk.c:1518 clk_core_round_rate_nolock+0x232/0x25f
[ 78.388177] Modules linked in: clk_test(N) clk_gate_test(N)
[ 78.389034] CPU: 0 PID: 794 Comm: kunit_try_catch Tainted: G W N 6.0.0-rc1-00021-g262ca38f4b6e #1
[ 78.390390] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014
[ 78.391718] RIP: 0010:clk_core_round_rate_nolock+0x232/0x25f
[ 78.392551] Code: 80 3c 28 00 74 05 e8 b2 b1 ee fe 4d 89 7e 18 48 8b 45 c8 42 80 3c 28 00 74 08 4c 89 f7 e8 9b b1 ee fe 4d 89 3e e9 be fe ff ff <0f> 0b e9 26 fe ff ff 48 c7 c1 c4 03 a1 87 80 e1 07 80 c1 03 38 c1
[ 78.394897] RSP: 0000:ffff88813180fd20 EFLAGS: 00010246
[ 78.395682] RAX: 0000000000000000 RBX: ffff888160f21630 RCX: 0000000000000001
[ 78.396876] RDX: 0000000000000000 RSI: 00000000ffffffff RDI: ffffffff87016960
[ 78.398759] RBP: ffff88813180fd80 R08: 000000000e6ca080 R09: ffff88813180fd90
[ 78.400676] R10: 0000000000000000 R11: dfffe91026301fb8 R12: ffff888160f21900
[ 78.402546] R13: dffffc0000000000 R14: ffff88813180fd90 R15: ffff88813180fd90
[ 78.404536] FS: 0000000000000000(0000) GS:ffffffff86744000(0000) knlGS:0000000000000000
[ 78.406859] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 78.408542] CR2: 000055826e6bd000 CR3: 000000015227d000 CR4: 00000000000006b0
[ 78.410475] Call Trace:
[ 78.411340] <TASK>
[ 78.412098] ? clk_core_forward_rate_req+0x3d/0x134
[ 78.413537] clk_core_round_rate_nolock+0x1da/0x25f
[ 78.415112] __clk_determine_rate+0x45/0x74
[ 78.416444] clk_leaf_mux_set_rate_parent_determine_rate+0x93/0x475 [clk_test]
[ 78.418372] ? trace_hardirqs_on+0x1/0x1d0
[ 78.419527] kunit_try_run_case+0xeb/0x1e0
[ 78.429038] ? __kthread_parkme+0xc1/0x171
[ 78.430394] ? kunit_cleanup+0x13a/0x13a
[ 78.431687] kunit_generic_run_threadfn_adapter+0x58/0x87
[ 78.433414] kthread+0x27a/0x2ee
[ 78.434695] ? kunit_try_catch_run+0x456/0x456
[ 78.435997] ? kthread_blkcg+0xa5/0xa5
[ 78.437350] ret_from_fork+0x1f/0x30
[ 78.438540] </TASK>
[ 78.439442] irq event stamp: 3773
[ 78.440663] hardirqs last enabled at (3787): [<ffffffff81423c70>] __up_console_sem+0x9c/0xa6
[ 78.443023] hardirqs last disabled at (3798): [<ffffffff81423c55>] __up_console_sem+0x81/0xa6
[ 78.445476] softirqs last enabled at (3820): [<ffffffff84a005ab>] __do_softirq+0x5ab/0x6ef
[ 78.447716] softirqs last disabled at (3807): [<ffffffff8135694a>] irq_exit_rcu+0xab/0xc4
[ 78.449976] ---[ end trace 0000000000000000 ]---
[ 78.451454] ------------[ cut here ]------------
[ 78.452817] WARNING: CPU: 0 PID: 794 at drivers/clk/clk.c:1398 clk_core_determine_round_nolock+0x2a5/0x2ef
[ 78.455382] Modules linked in: clk_test(N) clk_gate_test(N)
[ 78.456837] CPU: 0 PID: 794 Comm: kunit_try_catch Tainted: G W N 6.0.0-rc1-00021-g262ca38f4b6e #1
[ 78.458257] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014
[ 78.459559] RIP: 0010:clk_core_determine_round_nolock+0x2a5/0x2ef
[ 78.460478] Code: 42 80 3c 30 00 74 08 4c 89 ff e8 22 2c ee fe 49 8b 17 48 c7 c7 60 24 4f 85 48 c7 c6 c0 24 4f 85 e8 46 d9 dd 01 e9 72 fe ff ff <0f> 0b e9 af fd ff ff 48 c7 c1 c4 03 a1 87 80 e1 07 80 c1 03 38 c1
[ 78.462846] RSP: 0000:ffff88813180fce8 EFLAGS: 00010246
[ 78.463635] RAX: 0000000000000000 RBX: ffffffffa001b1c0 RCX: 0000000000000001
[ 78.464735] RDX: 0000000000000000 RSI: 00000000ffffffff RDI: ffffffff87016960
[ 78.465784] RBP: ffff88813180fd10 R08: 000000000e6ca080 R09: ffff88813180fd90
[ 78.466826] R10: 0000000000000000 R11: dfffe91026301fb8 R12: ffff888160f21900
[ 78.467887] R13: ffff88813180fd90 R14: dffffc0000000000 R15: ffff888160f21900
[ 78.468963] FS: 0000000000000000(0000) GS:ffffffff86744000(0000) knlGS:0000000000000000
[ 78.470102] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 78.470974] CR2: 000055826e6bd000 CR3: 000000015227d000 CR4: 00000000000006b0
[ 78.472032] Call Trace:
[ 78.472531] <TASK>
[ 78.473034] clk_core_round_rate_nolock+0xcd/0x25f
[ 78.473822] ? clk_core_forward_rate_req+0x3d/0x134
[ 78.474581] clk_core_round_rate_nolock+0x1da/0x25f
[ 78.475335] __clk_determine_rate+0x45/0x74
[ 78.476012] clk_leaf_mux_set_rate_parent_determine_rate+0x93/0x475 [clk_test]
[ 78.477134] ? trace_hardirqs_on+0x1/0x1d0
[ 78.477813] kunit_try_run_case+0xeb/0x1e0
[ 78.478482] ? __kthread_parkme+0xc1/0x171
[ 78.479157] ? kunit_cleanup+0x13a/0x13a
[ 78.479810] kunit_generic_run_threadfn_adapter+0x58/0x87
[ 78.480660] kthread+0x27a/0x2ee
[ 78.481244] ? kunit_try_catch_run+0x456/0x456
[ 78.481952] ? kthread_blkcg+0xa5/0xa5
[ 78.482588] ret_from_fork+0x1f/0x30
[ 78.483219] </TASK>
[ 78.483686] irq event stamp: 4375
[ 78.484309] hardirqs last enabled at (4403): [<ffffffff81423c70>] __up_console_sem+0x9c/0xa6
[ 78.485525] hardirqs last disabled at (4414): [<ffffffff81423c55>] __up_console_sem+0x81/0xa6
[ 78.486710] softirqs last enabled at (4396): [<ffffffff84a005ab>] __do_softirq+0x5ab/0x6ef
[ 78.487910] softirqs last disabled at (4383): [<ffffffff8135694a>] irq_exit_rcu+0xab/0xc4
[ 78.489083] ---[ end trace 0000000000000000 ]---
[ 79.488132] ok 1 - clk_leaf_mux_set_rate_parent_determine_rate
[ 79.488155] ok 12 - clk-leaf-mux-set-rate-parent
[ 79.490095] # Subtest: clk-test
[ 79.490102] 1..4
[ 79.497882] ok 1 - clk_test_get_rate
[ 79.560674] ok 2 - clk_test_set_get_rate
[ 79.567918] ok 3 - clk_test_set_set_get_rate
[ 79.584713] ok 4 - clk_test_round_set_get_rate
[ 79.586094] # clk-test: pass:4 fail:0 skip:0 total:4
[ 79.587463] # Totals: pass:4 fail:0 skip:0 total:4
[ 79.588865] ok 13 - clk-test
[ 79.621163] # Subtest: clk-multiple-parents-mux-test
[ 79.621201] 1..2
[ 79.680944] ok 1 - clk_test_multiple_parents_mux_get_parent
[ 79.694032] ok 2 - clk_test_multiple_parents_mux_has_parent
[ 79.695014] # clk-multiple-parents-mux-test: pass:2 fail:0 skip:0 total:2
[ 79.695882] # Totals: pass:2 fail:0 skip:0 total:2
[ 79.696927] ok 14 - clk-multiple-parents-mux-test
[ 79.703961] # Subtest: clk-orphan-transparent-multiple-parent-mux-test
[ 79.703973] 1..9
[ 79.782178] ok 1 - clk_test_orphan_transparent_multiple_parent_mux_get_parent
[ 79.788757] ok 2 - clk_test_orphan_transparent_multiple_parent_mux_set_parent
[ 79.799410] ok 3 - clk_test_orphan_transparent_multiple_parent_mux_set_parent_drop_range
[ 79.822976] ok 4 - clk_test_orphan_transparent_multiple_parent_mux_set_parent_get_rate
[ 79.836599] ok 5 - clk_test_orphan_transparent_multiple_parent_mux_set_parent_put
[ 79.850703] ok 6 - clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_modified
[ 79.860808] ok 7 - clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched
[ 79.867004] ok 8 - clk_test_orphan_transparent_multiple_parent_mux_set_range_round_rate
[ 79.878867] ok 9 - clk_test_orphan_transparent_multiple_parent_mux_set_range_set_parent_get_rate # SKIP This needs to be fixed in the core.
[ 79.880121] # clk-orphan-transparent-multiple-parent-mux-test: pass:8 fail:0 skip:1 total:9
[ 79.881835] # Totals: pass:8 fail:0 skip:1 total:9
[ 79.883013] ok 15 - clk-orphan-transparent-multiple-parent-mux-test
[ 79.900651] # Subtest: clk-orphan-transparent-single-parent-test
[ 79.900668] 1..1
[ 79.930773] ok 1 - clk_test_orphan_transparent_parent_mux_set_range
[ 79.931768] ok 16 - clk-orphan-transparent-single-parent-test
[ 79.944830] # Subtest: clk-orphan-two-level-root-last-test
[ 79.944868] 1..2
[ 79.958029] ok 1 - clk_orphan_two_level_root_last_test_get_rate
[ 79.963227] ok 2 - clk_orphan_two_level_root_last_test_set_range
[ 79.964245] # clk-orphan-two-level-root-last-test: pass:2 fail:0 skip:0 total:2
[ 79.965193] # Totals: pass:2 fail:0 skip:0 total:2
[ 79.966262] ok 17 - clk-orphan-two-level-root-last-test
[ 79.974421] # Subtest: clk-range-test
[ 79.974434] 1..11
[ 79.978418] ok 1 - clk_range_test_set_range
[ 79.997665] clk_set_rate_range_nolock: clk test_dummy_rate dev (null) con (null): invalid range [142001000, 142000000]
[ 80.000353] ok 2 - clk_range_test_set_range_invalid
[ 80.022342] ok 3 - clk_range_test_multiple_disjoints_range
[ 80.032414] ok 4 - clk_range_test_set_range_round_rate_lower
[ 80.048663] ok 5 - clk_range_test_set_range_set_rate_lower
[ 80.056728] ok 6 - clk_range_test_set_range_set_round_rate_consistent_lower
[ 80.064769] ok 7 - clk_range_test_set_range_round_rate_higher
[ 80.068432] ok 8 - clk_range_test_set_range_set_rate_higher
[ 80.078535] ok 9 - clk_range_test_set_range_set_round_rate_consistent_higher
[ 80.086398] ok 10 - clk_range_test_set_range_get_rate_raised
[ 80.101499] ok 11 - clk_range_test_set_range_get_rate_lowered
[ 80.102434] # clk-range-test: pass:11 fail:0 skip:0 total:11
[ 80.103315] # Totals: pass:11 fail:0 skip:0 total:11
[ 80.104199] ok 18 - clk-range-test
[ 80.203959] # Subtest: clk-range-maximize-test
[ 80.203976] 1..3
[ 80.298198] ok 1 - clk_range_test_set_range_rate_maximized
[ 80.374060] ok 2 - clk_range_test_multiple_set_range_rate_maximized
[ 80.378312] ok 3 - clk_range_test_multiple_set_range_rate_put_maximized
[ 80.379364] # clk-range-maximize-test: pass:3 fail:0 skip:0 total:3
[ 80.380457] # Totals: pass:3 fail:0 skip:0 total:3
[ 80.381382] ok 19 - clk-range-maximize-test
[ 80.384048] # Subtest: clk-range-minimize-test
[ 80.384056] 1..3
[ 80.391233] ok 1 - clk_range_test_set_range_rate_minimized
[ 80.395034] ok 2 - clk_range_test_multiple_set_range_rate_minimized
[ 80.404992] ok 3 - clk_range_test_multiple_set_range_rate_put_minimized
[ 80.407142] # clk-range-minimize-test: pass:3 fail:0 skip:0 total:3
[ 80.413467] # Totals: pass:3 fail:0 skip:0 total:3
[ 80.415232] ok 20 - clk-range-minimize-test
[ 80.458435] # Subtest: clk-single-parent-mux-test
[ 80.458455] 1..7
[ 80.465634] ok 1 - clk_test_single_parent_mux_get_parent
[ 80.491261] ok 2 - clk_test_single_parent_mux_has_parent
[ 80.498522] ok 3 - clk_test_single_parent_mux_set_range_disjoint_child_last # SKIP This needs to be fixed in the core.
[ 80.509705] ok 4 - clk_test_single_parent_mux_set_range_disjoint_parent_last # SKIP This needs to be fixed in the core.
[ 80.528508] ok 5 - clk_test_single_parent_mux_set_range_round_rate_child_smaller
[ 80.540228] ok 6 - clk_test_single_parent_mux_set_range_round_rate_parent_only
[ 80.550520] ok 7 - clk_test_single_parent_mux_set_range_round_rate_parent_smaller
[ 80.552800] # clk-single-parent-mux-test: pass:5 fail:0 skip:2 total:7
[ 80.554999] # Totals: pass:5 fail:0 skip:2 total:7
[ 80.556884] ok 21 - clk-single-parent-mux-test
[ 80.580643] # Subtest: clk-uncached-test
[ 80.580658] 1..3
[ 80.585123] ok 1 - clk_test_uncached_get_rate
[ 80.601835] ok 2 - clk_test_uncached_set_range
[ 80.622250] ok 3 - clk_test_uncached_updated_rate_set_range
[ 80.623717] # clk-uncached-test: pass:3 fail:0 skip:0 total:3
[ 80.625459] # Totals: pass:3 fail:0 skip:0 total:3
[ 80.626865] ok 22 - clk-uncached-test
[ 81.546570] # Subtest: cros_ec_proto_test
[ 81.546594] 1..54
[ 81.557718] ok 1 - cros_ec_proto_test_prepare_tx_legacy_normal
[ 81.561144] ok 2 - cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize
[ 81.564221] ok 3 - cros_ec_proto_test_prepare_tx_normal
[ 81.567593] ok 4 - cros_ec_proto_test_prepare_tx_bad_msg_outsize
[ 81.573901] ok 5 - cros_ec_proto_test_check_result
[ 81.577971] ok 6 - cros_ec_proto_test_query_all_normal
[ 81.581178] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.582928] ok 7 - cros_ec_proto_test_query_all_no_pd_return_error
[ 81.594053] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.596029] ok 8 - cros_ec_proto_test_query_all_no_pd_return0
[ 81.596499] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.599047] ok 9 - cros_ec_proto_test_query_all_legacy_normal_v3_return_error
[ 81.621343] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.625133] ok 10 - cros_ec_proto_test_query_all_legacy_normal_v3_return0
[ 81.631134] ok 11 - cros_ec_proto_test_query_all_legacy_xfer_error
[ 81.637551] cros_ec_proto_test: EC responded to v2 hello with error: 1
[ 81.641020] ok 12 - cros_ec_proto_test_query_all_legacy_return_error
[ 81.644691] cros_ec_proto_test: EC responded to v2 hello with bad result: 3203383231
[ 81.646988] ok 13 - cros_ec_proto_test_query_all_legacy_data_error
[ 81.650750] ok 14 - cros_ec_proto_test_query_all_legacy_return0
[ 81.654601] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.656615] ok 15 - cros_ec_proto_test_query_all_no_mkbp
[ 81.657930] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.659778] ok 16 - cros_ec_proto_test_query_all_no_mkbp_return_error
[ 81.667415] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.669506] ok 17 - cros_ec_proto_test_query_all_no_mkbp_return0
[ 81.670054] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.672771] ok 18 - cros_ec_proto_test_query_all_no_host_sleep
[ 81.673298] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.675469] ok 19 - cros_ec_proto_test_query_all_no_host_sleep_return0
[ 81.680922] ok 20 - cros_ec_proto_test_query_all_default_wake_mask_return_error
[ 81.692156] cros_ec_proto_test: failed to retrieve wake mask: -71
[ 81.694289] ok 21 - cros_ec_proto_test_query_all_default_wake_mask_return0
[ 81.694636] ------------[ cut here ]------------
[ 81.696312] DEBUG_LOCKS_WARN_ON(lock->magic != lock)
[ 81.696327] WARNING: CPU: 0 PID: 880 at kernel/locking/mutex.c:582 __mutex_lock_common+0x14b7/0x2160
[ 81.698290] Modules linked in: cros_kunit(N) clk_test(N) clk_gate_test(N)
[ 81.699257] CPU: 0 PID: 880 Comm: kunit_try_catch Tainted: G W N 6.0.0-rc1-00021-g262ca38f4b6e #1
[ 81.700557] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.0-debian-1.16.0-5 04/01/2014
[ 81.701792] RIP: 0010:__mutex_lock_common+0x14b7/0x2160
[ 81.702537] Code: 04 08 84 c0 0f 85 34 08 00 00 83 3d 2d 9e 35 03 00 0f 85 11 ec ff ff 48 c7 c7 a0 15 ce 84 48 c7 c6 60 16 ce 84 e8 78 49 c9 fc <0f> 0b e9 f7 eb ff ff 49 8d 5d 08 48 89 df e8 41 c2 00 00 4c 89 ef
[ 81.705283] RSP: 0018:ffff8881334afbd8 EFLAGS: 00010286
[ 81.706561] RAX: 0000000000000028 RBX: 0000000000000000 RCX: 0000000000000027
[ 81.708317] RDX: 0000000000000001 RSI: 0000000000000004 RDI: ffffffff86bd4490
[ 81.710078] RBP: ffff8881334afcb0 R08: dffffc0000000000 R09: fffffbfff0d7a893
[ 81.711770] R10: 0000000000000000 R11: dffff7fff0d7a894 R12: 0000000000000000
[ 81.713517] R13: ffff888133180868 R14: 0000000000000000 R15: 0000000000000000
[ 81.715460] FS: 0000000000000000(0000) GS:ffffffff86744000(0000) knlGS:0000000000000000
[ 81.717586] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 81.718901] CR2: 000055826ecc7020 CR3: 0000000152185000 CR4: 00000000000006b0
[ 81.720633] Call Trace:
[ 81.721422] <TASK>
[ 81.724795] ? cros_ec_cmd_xfer+0x38/0x3f5
[ 81.725883] ? kunit_kmalloc_array+0x130/0x1ba
[ 81.726989] mutex_lock_nested+0x24/0x2a
[ 81.728091] cros_ec_cmd_xfer+0x38/0x3f5
[ 81.729246] cros_ec_proto_test_cmd_xfer_normal+0x22a/0xdd8 [cros_kunit]
[ 81.731031] ? cros_ec_proto_test_init+0x229/0x283 [cros_kunit]
[ 81.732541] kunit_try_run_case+0xeb/0x1e0
[ 81.733919] ? __kthread_parkme+0xc1/0x171
[ 81.735158] ? kunit_cleanup+0x13a/0x13a
[ 81.736391] kunit_generic_run_threadfn_adapter+0x58/0x87
[ 81.741504] kthread+0x27a/0x2ee
[ 81.742071] ? kunit_try_catch_run+0x456/0x456
[ 81.742746] ? kthread_blkcg+0xa5/0xa5
[ 81.743349] ret_from_fork+0x1f/0x30
[ 81.743973] </TASK>
[ 81.744429] irq event stamp: 75
[ 81.745053] hardirqs last enabled at (75): [<ffffffff846c2a37>] _raw_spin_unlock_irqrestore+0x37/0x43
[ 81.746265] hardirqs last disabled at (74): [<ffffffff846c28ad>] _raw_spin_lock_irqsave+0x64/0x9f
[ 81.747468] softirqs last enabled at (0): [<ffffffff8134348a>] copy_process+0xcf4/0x322e
[ 81.748616] softirqs last disabled at (0): [<0000000000000000>] 0x0
[ 81.749518] ---[ end trace 0000000000000000 ]---
[ 81.920707] ok 22 - cros_ec_proto_test_cmd_xfer_normal
[ 81.921294] ok 23 - cros_ec_proto_test_cmd_xfer_excess_msg_insize
[ 81.924410] cros_ec_proto_test: request of size 256 is too big (max: 255)
[ 81.927966] ok 24 - cros_ec_proto_test_cmd_xfer_excess_msg_outsize_without_passthru
[ 81.933998] cros_ec_proto_test: passthru rq of size 222 is too big (max: 221)
[ 81.937568] ok 25 - cros_ec_proto_test_cmd_xfer_excess_msg_outsize_with_passthru
[ 81.944028] ok 26 - cros_ec_proto_test_cmd_xfer_protocol_v3_normal
[ 81.945622] cros_ec_proto_test: missing EC transfer API, cannot send command
[ 81.948167] ok 27 - cros_ec_proto_test_cmd_xfer_protocol_v3_no_op
[ 81.953977] ok 28 - cros_ec_proto_test_cmd_xfer_protocol_v2_normal
[ 81.957910] ok 29 - cros_ec_proto_test_cmd_xfer_protocol_v2_no_op
[ 81.978377] ok 30 - cros_ec_proto_test_cmd_xfer_in_progress_normal
[ 82.618611] ok 31 - cros_ec_proto_test_cmd_xfer_in_progress_retries_eagain
[ 83.171419] ok 32 - cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing
[ 83.188366] ok 33 - cros_ec_proto_test_cmd_xfer_in_progress_xfer_error
[ 83.212420] ok 34 - cros_ec_proto_test_cmd_xfer_in_progress_return_error
[ 83.232465] ok 35 - cros_ec_proto_test_cmd_xfer_in_progress_return0
[ 83.244076] ok 36 - cros_ec_proto_test_cmd_xfer_status_normal
[ 83.246757] ok 37 - cros_ec_proto_test_cmd_xfer_status_xfer_error
[ 83.268839] ok 38 - cros_ec_proto_test_cmd_xfer_status_return_error
[ 83.273928] ok 39 - cros_ec_proto_test_get_next_event_no_mkbp_event
[ 83.277560] ok 40 - cros_ec_proto_test_get_next_event_mkbp_event_ec_suspended
[ 83.281252] ok 41 - cros_ec_proto_test_get_next_event_mkbp_event_version0
[ 83.287265] ok 42 - cros_ec_proto_test_get_next_event_mkbp_event_version2
[ 83.293904] ok 43 - cros_ec_proto_test_get_next_event_mkbp_event_host_event_rtc
[ 83.295295] ok 44 - cros_ec_proto_test_get_next_event_mkbp_event_host_event_masked
[ 83.300632] ok 45 - cros_ec_proto_test_get_host_event_no_mkbp_event
[ 83.307304] ok 46 - cros_ec_proto_test_get_host_event_not_host_event
[ 83.309546] cros_ec_proto_test: Invalid host event size
[ 83.313962] ok 47 - cros_ec_proto_test_get_host_event_wrong_event_size
[ 83.320856] ok 48 - cros_ec_proto_test_get_host_event_normal
[ 83.325904] ok 49 - cros_ec_proto_test_check_features_cached
[ 83.353808] ok 50 - cros_ec_proto_test_check_features_not_cached
[ 83.360823] ok 51 - cros_ec_proto_test_get_sensor_count_normal
[ 83.367552] ok 52 - cros_ec_proto_test_get_sensor_count_xfer_error
[ 83.370999] ok 53 - cros_ec_proto_test_get_sensor_count_legacy
[ 83.377470] ok 54 - cros_ec_proto_test_ec_cmd
[ 83.378356] # cros_ec_proto_test: pass:54 fail:0 skip:0 total:54
[ 83.379047] # Totals: pass:54 fail:0 skip:0 total:54
[ 83.379860] ok 23 - cros_ec_proto_test
[ 83.849865] calling init_module+0x0/0x8c [industrialio] @ 928
[ 83.863033] initcall init_module+0x0/0x8c [industrialio] returned 0 after 11503 usecs
[ 83.869310] # Subtest: iio-format
[ 83.869321] 1..6
[ 83.881218] ok 1 - iio_test_iio_format_value_integer
[ 83.884180] ok 2 - iio_test_iio_format_value_fixedpoint
[ 83.887399] ok 3 - iio_test_iio_format_value_fractional
[ 83.894455] ok 4 - iio_test_iio_format_value_fractional_log2
[ 83.897694] ok 5 - iio_test_iio_format_value_multiple
[ 83.903854] ok 6 - iio_test_iio_format_value_integer_64
[ 83.905512] # iio-format: pass:6 fail:0 skip:0 total:6
[ 83.906927] # Totals: pass:6 fail:0 skip:0 total:6
[ 83.908435] ok 24 - iio-format
[ 84.264254] calling init_module+0x0/0x22 [iio_rescale] @ 941
[ 84.265461] initcall init_module+0x0/0x22 [iio_rescale] returned 0 after 265 usecs
[ 84.276797] # Subtest: iio-rescale
[ 84.276808] 1..2
[ 84.277489] # Subtest: iio_rescale_test_scale
[ 84.290529] ok 1 - typical IIO_VAL_INT, positive
[ 84.294172] ok 2 - typical IIO_VAL_INT, negative
[ 84.295171] ok 3 - typical IIO_VAL_FRACTIONAL, positive
[ 84.300558] ok 4 - typical IIO_VAL_FRACTIONAL, negative
[ 84.307331] ok 5 - typical IIO_VAL_FRACTIONAL_LOG2, positive
[ 84.309385] ok 6 - typical IIO_VAL_FRACTIONAL_LOG2, negative
[ 84.320682] ok 7 - typical IIO_VAL_INT_PLUS_NANO, positive
[ 84.324605] ok 8 - typical IIO_VAL_INT_PLUS_NANO, negative
[ 84.334157] ok 9 - typical IIO_VAL_INT_PLUS_MICRO, positive
[ 84.363978] ok 10 - typical IIO_VAL_INT_PLUS_MICRO, negative
[ 84.367926] ok 11 - small IIO_VAL_FRACTIONAL, 261/509 scaled by 90/1373754273
[ 84.373836] ok 12 - small IIO_VAL_FRACTIONAL, 90/1373754273 scaled by 261/509
[ 84.377567] ok 13 - small IIO_VAL_FRACTIONAL, 760/1373754273 scaled by 427/2727
[ 84.383941] ok 14 - small IIO_VAL_FRACTIONAL, 761/1373754273 scaled by 427/2727
[ 84.390591] ok 15 - small IIO_VAL_FRACTIONAL, 5/32768 scaled by 3/10000
[ 84.391937] ok 16 - small IIO_VAL_FRACTIONAL, 0 < scale < 1
[ 84.400595] ok 17 - small IIO_VAL_FRACTIONAL, -1 < scale < 0
[ 84.404317] ok 18 - small IIO_VAL_FRACTIONAL, 0 < scale < 2
[ 84.406445] ok 19 - small IIO_VAL_FRACTIONAL, -2 < scale < 0
[ 84.417587] ok 20 - small IIO_VAL_FRACTIONAL_LOG2, 760/32768 scaled by 15/22
[ 84.421571] ok 21 - small IIO_VAL_FRACTIONAL_LOG2, 761/32768 scaled by 15/22
[ 84.435327] ok 22 - small IIO_VAL_FRACTIONAL_LOG2, 0 < scale < 1
[ 84.443978] ok 23 - small IIO_VAL_FRACTIONAL_LOG2, -1 < scale < 0
[ 84.446288] ok 24 - small IIO_VAL_FRACTIONAL_LOG2, 0 < scale < 2
[ 84.457257] ok 25 - small IIO_VAL_FRACTIONAL_LOG2, -2 < scale < 0
[ 84.458680] ok 26 - small IIO_VAL_INT_PLUS_MICRO, positive
[ 84.463890] ok 27 - small IIO_VAL_INT_PLUS_MICRO, negative
[ 84.470616] ok 28 - negative IIO_VAL_INT_PLUS_NANO, negative schan
[ 84.471727] ok 29 - negative IIO_VAL_INT_PLUS_NANO, both negative
[ 84.477558] ok 30 - negative IIO_VAL_INT_PLUS_NANO, 3 negative
[ 84.483924] ok 31 - negative IIO_VAL_INT_PLUS_NANO, 4 negative
[ 84.487468] ok 32 - negative IIO_VAL_INT_PLUS_NANO, negative, *val = 0
[ 84.491450] ok 33 - decimal overflow IIO_VAL_INT_PLUS_NANO, positive
[ 84.497204] ok 34 - decimal overflow IIO_VAL_INT_PLUS_NANO, negative
[ 84.500902] ok 35 - decimal overflow IIO_VAL_INT_PLUS_NANO, negative schan
[ 84.505448] ok 36 - decimal overflow IIO_VAL_INT_PLUS_MICRO, positive
[ 84.518475] ok 37 - decimal overflow IIO_VAL_INT_PLUS_MICRO, negative
[ 84.524091] ok 38 - decimal overflow IIO_VAL_INT_PLUS_MICRO, negative schan
[ 84.530730] ok 39 - overflow IIO_VAL_FRACTIONAL, positive
[ 84.564071] ok 40 - overflow IIO_VAL_FRACTIONAL, negative
[ 84.570578] ok 41 - overflow IIO_VAL_FRACTIONAL_LOG2, positive
[ 84.580655] ok 42 - overflow IIO_VAL_FRACTIONAL_LOG2, negative
[ 84.581870] ok 43 - overflow IIO_VAL_INT_PLUS_NANO, positive
[ 84.583082] ok 44 - overflow IIO_VAL_INT_PLUS_NANO, negative
[ 84.590521] ok 45 - overflow IIO_VAL_INT_PLUS_NANO, negative schan
[ 84.594174] ok 46 - overflow IIO_VAL_INT_PLUS_MICRO, positive
[ 84.599107] ok 47 - overflow IIO_VAL_INT_PLUS_MICRO, negative
[ 84.614198] ok 48 - overflow IIO_VAL_INT_PLUS_MICRO, negative schan
[ 84.615856] # iio_rescale_test_scale: pass:48 fail:0 skip:0 total:48
[ 84.617686] ok 1 - iio_rescale_test_scale
[ 84.619229] # Subtest: iio_rescale_test_offset
[ 84.639069] ok 1 - typical IIO_VAL_INT, positive
[ 84.646300] ok 2 - typical IIO_VAL_INT, negative
[ 84.651283] ok 3 - typical IIO_VAL_FRACTIONAL, positive
[ 84.658247] ok 4 - typical IIO_VAL_FRACTIONAL, negative
[ 84.685524] ok 5 - typical IIO_VAL_FRACTIONAL_LOG2, positive
[ 84.693914] ok 6 - typical IIO_VAL_FRACTIONAL_LOG2, negative
[ 84.697476] ok 7 - typical IIO_VAL_INT_PLUS_NANO, positive
[ 84.698604] ok 8 - typical IIO_VAL_INT_PLUS_NANO, negative
[ 84.707309] ok 9 - typical IIO_VAL_INT_PLUS_MICRO, positive
[ 84.711225] ok 10 - typical IIO_VAL_INT_PLUS_MICRO, negative
[ 84.712922] # iio_rescale_test_offset: pass:10 fail:0 skip:0 total:10
[ 84.714537] ok 2 - iio_rescale_test_offset
[ 84.716339] # iio-rescale: pass:2 fail:0 skip:0 total:2
[ 84.717565] # Totals: pass:58 fail:0 skip:0 total:58
[ 84.718786] ok 25 - iio-rescale
[ 85.656928] calling init_module+0x0/0x71 [soundcore] @ 1016
[ 85.668716] initcall init_module+0x0/0x71 [soundcore] returned 0 after 10321 usecs
[ 85.695410] calling init_module+0x0/0x8b [snd] @ 1016
[ 85.696414] initcall init_module+0x0/0x8b [snd] returned 0 after 152 usecs
[ 85.740342] calling init_module+0x0/0x3c5 [snd_timer] @ 1016
[ 85.775388] initcall init_module+0x0/0x3c5 [snd_timer] returned 0 after 33268 usecs
[ 85.834888] calling init_module+0x0/0xbf [snd_pcm] @ 1016
[ 85.836519] initcall init_module+0x0/0xbf [snd_pcm] returned 0 after 128 usecs
[ 86.070784] calling init_module+0x0/0x7a [snd_soc_core] @ 1016
[ 86.084113] initcall init_module+0x0/0x7a [snd_soc_core] returned 0 after 12342 usecs
[ 86.093330] calling init_module+0x0/0x22 [snd_soc_avs_i2s_test] @ 1016
[ 86.131172] initcall init_module+0x0/0x22 [snd_soc_avs_i2s_test] returned 0 after 36799 usecs
[ 86.625290] # Subtest: soc-utils
[ 86.625314] 1..1
[ 86.634669] ok 1 - test_tdm_params_to_bclk
[ 86.635648] ok 26 - soc-utils