Re: snd_hda_codec_hdmi: `hdaudio hdaudioC0D2: Unable to bind the codec`

From: Paul Menzel
Date: Wed Feb 13 2019 - 09:59:12 EST


Dear Takashi,


I am sorry for the late reply.


On 09/19/18 20:44, Takashi Iwai wrote:
> On Wed, 19 Sep 2018 13:14:43 +0200,
> Paul Menzel wrote:

>> On 09/18/18 23:00, Takashi Iwai wrote:
>>> On Tue, 18 Sep 2018 17:55:15 +0200, Paul Menzel wrote:
>>
>>>> With drm-tip (v4.19-rc3-946-g09b295662edd) Linux prints
>>>> `snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec`
>>>> to the log.
>>>>
>>>> ```
>>>> [â]
>>>> [ 12.481788] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC671: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:line
>>>> [ 12.482536] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
>>>> [ 12.483184] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
>>>> [ 12.483737] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
>>>> [ 12.484198] snd_hda_codec_realtek hdaudioC0D0: inputs:
>>>> [ 12.484582] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
>>>> [ 12.485100] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
>>>> [ 12.485519] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
>>>> [ 12.497685] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
>>>> [ 12.498311] hdaudio hdaudioC0D2: Unable to bind the codec
>>>> [ 12.498789] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
>>>> [ 12.499567] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
>>>> [ 12.500268] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
>>>> [ 12.501039] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
>>>> [ 12.501683] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
>>>> [ 17.743338] [drm:intel_pch_type [i915]] Found SunrisePoint PCH
>>>> [â]
>>>> ```
>>>>
>>>> Is that an error or just a notice?
>>>
>>> This must be a side-effect of the recent change in i915 to be async
>>> probe. This made me checking the corresponding ALSA audio binding
>>> code change, and actually found a bug.
>>>
>>> Could you try the fix below?

Currently, I am testing Linux 4.20.8, which has your patch included.
The problem is still there.

[â]

> So it has waited for 10 seconds and timed out. You can check the
> calls via init_debug option or such to verify it.

I added `initcall_debug` to the Linux kernel command line. Please find
the whole log attached.

```
[ 12.486972] snd_hda_intel 0000:00:1f.3: couldn't bind with audio component
[ 12.498511] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC671: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:line
[ 12.499251] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
[ 12.499917] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 12.500568] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 12.501135] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 12.501575] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 12.502116] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 12.502544] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 12.513626] probe of hdaudioC0D0 returned 1 after 15764 usecs
[ 12.513749] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
[ 12.514455] probe of hdaudioC0D2 returned 0 after 727 usecs
[ 12.514462] hdaudio hdaudioC0D2: Unable to bind the codec
```

[â]

> Why the i915 driver gets initialized *so late*?

Maybe, because itâs built as a module?

```
$ grep I915 /boot/config-4.20.8.mx64.245
CONFIG_DRM_I915=m
# CONFIG_DRM_I915_ALPHA_SUPPORT is not set
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
# CONFIG_DRM_I915_GVT is not set
CONFIG_SND_HDA_I915=y
```

> BTW, could you strip the mail to more lightweight? We don't need so
> much things, just the relevant kernel messages should suffice.
Sure. Hopefully, this message is more to your liking.


Kind regards,

Paul
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.20.8 Kernel Configuration
#

#
# Compiler: gcc (GCC) 7.3.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=70300
CONFIG_CLANG_VERSION=0
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=".mx64.245"
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_KERNEL_GZIP is not set
CONFIG_KERNEL_BZIP2=y
# 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_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=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 is not set
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=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

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_HZ_PERIODIC=y
# CONFIG_NO_HZ_IDLE is not set
# CONFIG_NO_HZ_FULL is not set
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT 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=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
# CONFIG_PSI_DEFAULT_DISABLED is not set
CONFIG_CPU_ISOLATION=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_ARCH_SUPPORTS_INT128=y
# CONFIG_NUMA_BALANCING is not set
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_MEMCG_KMEM=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
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=y
# CONFIG_CGROUP_RDMA is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_DEBUG=y
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# 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=y
CONFIG_RD_LZ4=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=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_PRINTK_NMI=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_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
# CONFIG_BPF_SYSCALL is not set
# CONFIG_USERFAULTFD is not set
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_RSEQ=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_COMPAT_BRK=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
CONFIG_SLAB_MERGE_DEFAULT=y
# CONFIG_SLAB_FREELIST_RANDOM is not set
# CONFIG_PROFILING is not set
CONFIG_TRACEPOINTS=y
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
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_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_FILTER_PGPROT=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_X86_64_SMP=y
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_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_MPPARSE=y
# CONFIG_GOLDFISH is not set
CONFIG_RETPOLINE=y
# CONFIG_INTEL_RDT is not set
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_VSMP is not set
# CONFIG_X86_GOLDFISH is not set
# CONFIG_X86_INTEL_MID 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_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
# CONFIG_HYPERVISOR_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_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_HYGON=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS_RANGE_BEGIN=2
CONFIG_NR_CPUS_RANGE_END=512
CONFIG_NR_CPUS_DEFAULT=64
CONFIG_NR_CPUS=256
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_MC_PRIO=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
CONFIG_X86_MCE=y
CONFIG_X86_MCELOG_LEGACY=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y

#
# 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_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
# CONFIG_X86_5LEVEL is not set
CONFIG_X86_DIRECT_GBPAGES=y
# CONFIG_X86_CPA_STATISTICS is not set
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
# CONFIG_AMD_MEM_ENCRYPT is not set
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=6
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
# CONFIG_X86_PMEM_LEGACY is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
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_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
CONFIG_X86_INTEL_UMIP=y
# CONFIG_X86_INTEL_MPX is not set
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
CONFIG_EFI=y
# CONFIG_EFI_STUB is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
CONFIG_ARCH_HAS_KEXEC_PURGATORY=y
# CONFIG_KEXEC_VERIFY_SIG is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
CONFIG_COMPAT_VDSO=y
CONFIG_LEGACY_VSYSCALL_EMULATE=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_MODIFY_LDT_SYSCALL=y
CONFIG_HAVE_LIVEPATCH=y
CONFIG_ARCH_HAS_ADD_PAGES=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y

#
# Power management and ACPI options
#
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_CLK=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
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 is not set
CONFIG_ACPI_SPCR_TABLE=y
CONFIG_ACPI_LPIT=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
# CONFIG_ACPI_EC_DEBUGFS is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_TAD is not set
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_CPPC_LIB=y
CONFIG_ACPI_PROCESSOR=y
# CONFIG_ACPI_IPMI is not set
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
# CONFIG_ACPI_SBS is not set
# CONFIG_ACPI_HED is not set
# CONFIG_ACPI_CUSTOM_METHOD is not set
# CONFIG_ACPI_BGRT is not set
# CONFIG_ACPI_NFIT is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
# CONFIG_ACPI_APEI is not set
# CONFIG_DPTF_POWER is not set
# CONFIG_ACPI_EXTLOG is not set
# CONFIG_PMIC_OPREGION is not set
# CONFIG_ACPI_CONFIGFS is not set
CONFIG_X86_PM_TIMER=y
# CONFIG_SFI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_STAT is not set
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_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set

#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
# CONFIG_X86_PCC_CPUFREQ is not set
CONFIG_X86_ACPI_CPUFREQ=m
# CONFIG_X86_ACPI_CPUFREQ_CPB is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_INTEL_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_MMCONF_FAM10H=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIEAER_INJECT is not set
# CONFIG_PCIE_ECRC is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
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_PME=y
# CONFIG_PCIE_DPC is not set
# CONFIG_PCIE_PTM is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCI_PF_STUB is not set
CONFIG_PCI_ATS=y
CONFIG_PCI_LOCKLESS_CONFIG=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y
# CONFIG_HOTPLUG_PCI is not set

#
# PCI controller drivers
#

#
# Cadence PCIe controllers support
#
# CONFIG_VMD is not set

#
# DesignWare PCI Core Support
#
# CONFIG_PCIE_DW_PLAT_HOST is not set

#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set

#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_PCCARD is not set
# CONFIG_RAPIDIO is not set
# CONFIG_X86_SYSFB is not set

#
# Binary Emulations
#
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=y
# CONFIG_X86_X32 is not set
CONFIG_COMPAT_32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_HAVE_GENERIC_GUP=y

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_FW_CFG_SYSFS is not set
CONFIG_GOOGLE_FIRMWARE=y
# CONFIG_GOOGLE_SMI is not set
CONFIG_GOOGLE_COREBOOT_TABLE=m
CONFIG_GOOGLE_MEMCONSOLE=m
# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m
# CONFIG_GOOGLE_VPD is not set

#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_VARS=y
CONFIG_EFI_ESRT=y
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_WRAPPERS=y
# CONFIG_EFI_BOOTLOADER_CONTROL is not set
# CONFIG_EFI_CAPSULE_LOADER is not set
# CONFIG_EFI_TEST is not set

#
# Tegra firmware driver
#
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=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_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
# CONFIG_KVM_MMU_AUDIT is not set
# CONFIG_VHOST_NET is not set
# CONFIG_VHOST_SCSI is not set
# CONFIG_VHOST_VSOCK is not set
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set

#
# General architecture-dependent options
#
CONFIG_CRASH_CORE=y
CONFIG_KEXEC_CORE=y
CONFIG_HOTPLUG_SMT=y
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_KPROBES=y
# CONFIG_JUMP_LABEL 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_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_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=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_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y
CONFIG_HAVE_CLK=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_ARCH_HAVE_NMI_SAFE_CMPXCHG=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_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_ARCH_STACKLEAK=y
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_CC_HAS_STACKPROTECTOR_NONE=y
CONFIG_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR_STRONG=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
CONFIG_HAVE_ARCH_HUGE_VMAP=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_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_HAVE_COPY_THREAD_TLS=y
CONFIG_HAVE_STACK_VALIDATION=y
CONFIG_HAVE_RELIABLE_STACKTRACE=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
CONFIG_COMPAT_32BIT_TIME=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=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_ARCH_HAS_REFCOUNT=y
# CONFIG_REFCOUNT_FULL is not set
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
CONFIG_PLUGIN_HOSTCC="g++"
CONFIG_HAVE_GCC_PLUGINS=y
# CONFIG_GCC_PLUGINS is not set
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_ZONED is not set
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
# CONFIG_BLK_CMDLINE_PARSER is not set
# CONFIG_BLK_WBT is not set
# CONFIG_BLK_CGROUP_IOLATENCY is not set
CONFIG_BLK_DEBUG_FS=y
# CONFIG_BLK_SED_OPAL is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
CONFIG_BLK_PM=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=y
# CONFIG_IOSCHED_BFQ is not set
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_ASN1=m
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=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_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

#
# Memory Management options
#
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_MEMORY_FAILURE is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_THP_SWAP=y
CONFIG_TRANSPARENT_HUGE_PAGECACHE=y
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
# CONFIG_CMA is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_ZONE_DEVICE=y
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_BENCHMARK is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
CONFIG_NET=y
CONFIG_NET_INGRESS=y

#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_DIAG=m
CONFIG_UNIX=m
CONFIG_UNIX_DIAG=m
# CONFIG_TLS is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=m
CONFIG_XFRM_USER=m
# CONFIG_XFRM_INTERFACE is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=m
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE_COMMON=y
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=m
CONFIG_NET_UDP_TUNNEL=m
CONFIG_NET_FOU=m
CONFIG_NET_FOU_IP_TUNNELS=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
# CONFIG_INET_ESP_OFFLOAD is not set
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_INET_UDP_DIAG=m
CONFIG_INET_RAW_DIAG=m
CONFIG_INET_DIAG_DESTROY=y
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
# CONFIG_TCP_CONG_NV is not set
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
CONFIG_TCP_CONG_DCTCP=m
CONFIG_TCP_CONG_CDG=m
# CONFIG_TCP_CONG_BBR is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=m
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
# CONFIG_INET6_ESP_OFFLOAD is not set
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=m
CONFIG_IPV6_ILA=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_VTI=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_SIT_6RD=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_GRE=m
CONFIG_IPV6_FOU=m
CONFIG_IPV6_FOU_TUNNEL=m
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
# CONFIG_IPV6_SEG6_HMAC is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NET_PTP_CLASSIFY=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_FAMILY_BRIDGE=y
CONFIG_NETFILTER_FAMILY_ARP=y
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NETFILTER_NETLINK_OSF=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_LOG_COMMON=m
CONFIG_NF_LOG_NETDEV=m
CONFIG_NETFILTER_CONNCOUNT=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
CONFIG_NF_CT_PROTO_DCCP=y
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_SNMP=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NF_CT_NETLINK_TIMEOUT=m
CONFIG_NF_CT_NETLINK_HELPER=m
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_PROTO_DCCP=y
CONFIG_NF_NAT_PROTO_UDPLITE=y
CONFIG_NF_NAT_PROTO_SCTP=y
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_SIP=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_REDIRECT=y
CONFIG_NETFILTER_SYNPROXY=m
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_SET=m
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
CONFIG_NFT_NUMGEN=m
CONFIG_NFT_CT=m
CONFIG_NFT_FLOW_OFFLOAD=m
CONFIG_NFT_COUNTER=m
CONFIG_NFT_CONNLIMIT=m
CONFIG_NFT_LOG=m
CONFIG_NFT_LIMIT=m
CONFIG_NFT_MASQ=m
CONFIG_NFT_REDIR=m
CONFIG_NFT_NAT=m
CONFIG_NFT_TUNNEL=m
CONFIG_NFT_OBJREF=m
CONFIG_NFT_QUEUE=m
CONFIG_NFT_QUOTA=m
CONFIG_NFT_REJECT=m
CONFIG_NFT_REJECT_INET=m
CONFIG_NFT_COMPAT=m
CONFIG_NFT_HASH=m
CONFIG_NFT_FIB=m
CONFIG_NFT_FIB_INET=m
# CONFIG_NFT_XFRM is not set
CONFIG_NFT_SOCKET=m
CONFIG_NFT_OSF=m
CONFIG_NFT_TPROXY=m
CONFIG_NF_DUP_NETDEV=m
CONFIG_NFT_DUP_NETDEV=m
CONFIG_NFT_FWD_NETDEV=m
CONFIG_NFT_FIB_NETDEV=m
CONFIG_NF_FLOW_TABLE_INET=m
CONFIG_NF_FLOW_TABLE=m
CONFIG_NETFILTER_XTABLES=m

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=m
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_HMARK=m
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_NAT=m
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
CONFIG_NETFILTER_XT_MATCH_CGROUP=m
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_NETFILTER_XT_MATCH_IPCOMP=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_IPVS=m
CONFIG_NETFILTER_XT_MATCH_L2TP=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_IP_SET=m
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
CONFIG_IP_SET_HASH_IPMARK=m
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
# CONFIG_IP_SET_HASH_IPMAC is not set
CONFIG_IP_SET_HASH_MAC=m
CONFIG_IP_SET_HASH_NETPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETNET=m
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_HASH_NETIFACE=m
CONFIG_IP_SET_LIST_SET=m
CONFIG_IP_VS=m
# CONFIG_IP_VS_IPV6 is not set
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
# CONFIG_IP_VS_PROTO_TCP is not set
# CONFIG_IP_VS_PROTO_UDP is not set
# CONFIG_IP_VS_PROTO_ESP is not set
# CONFIG_IP_VS_PROTO_AH is not set
# CONFIG_IP_VS_PROTO_SCTP is not set

#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
# CONFIG_IP_VS_WRR is not set
# CONFIG_IP_VS_LC is not set
# CONFIG_IP_VS_WLC is not set
# CONFIG_IP_VS_FO is not set
# CONFIG_IP_VS_OVF is not set
# CONFIG_IP_VS_LBLC is not set
# CONFIG_IP_VS_LBLCR is not set
# CONFIG_IP_VS_DH is not set
# CONFIG_IP_VS_SH is not set
# CONFIG_IP_VS_MH is not set
# CONFIG_IP_VS_SED is not set
# CONFIG_IP_VS_NQ is not set

#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8

#
# IPVS MH scheduler
#
CONFIG_IP_VS_MH_TAB_INDEX=12

#
# IPVS application helper
#
CONFIG_IP_VS_NFCT=y

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_SOCKET_IPV4=m
CONFIG_NF_TPROXY_IPV4=m
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_CHAIN_ROUTE_IPV4=m
CONFIG_NFT_REJECT_IPV4=m
CONFIG_NFT_DUP_IPV4=m
CONFIG_NFT_FIB_IPV4=m
CONFIG_NF_TABLES_ARP=y
# CONFIG_NF_FLOW_TABLE_IPV4 is not set
CONFIG_NF_DUP_IPV4=m
CONFIG_NF_LOG_ARP=m
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_IPV4=m
CONFIG_NF_NAT_MASQUERADE_IPV4=y
CONFIG_NFT_CHAIN_NAT_IPV4=m
CONFIG_NFT_MASQ_IPV4=m
CONFIG_NFT_REDIR_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_RPFILTER=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_SYNPROXY=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_SOCKET_IPV6=m
CONFIG_NF_TPROXY_IPV6=m
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_CHAIN_ROUTE_IPV6=m
CONFIG_NFT_CHAIN_NAT_IPV6=m
CONFIG_NFT_MASQ_IPV6=m
CONFIG_NFT_REDIR_IPV6=m
CONFIG_NFT_REJECT_IPV6=m
CONFIG_NFT_DUP_IPV6=m
CONFIG_NFT_FIB_IPV6=m
# CONFIG_NF_FLOW_TABLE_IPV6 is not set
CONFIG_NF_DUP_IPV6=m
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
CONFIG_NF_NAT_IPV6=m
CONFIG_NF_NAT_MASQUERADE_IPV6=y
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_MH=m
CONFIG_IP6_NF_MATCH_RPFILTER=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_SRH=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_TARGET_SYNPROXY=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
CONFIG_IP6_NF_NAT=m
CONFIG_IP6_NF_TARGET_MASQUERADE=m
CONFIG_IP6_NF_TARGET_NPT=m
CONFIG_NF_DEFRAG_IPV6=m
# CONFIG_NF_TABLES_BRIDGE is not set
CONFIG_BRIDGE_NF_EBTABLES=m
# CONFIG_BRIDGE_EBT_BROUTE is not set
# CONFIG_BRIDGE_EBT_T_FILTER is not set
# CONFIG_BRIDGE_EBT_T_NAT is not set
# CONFIG_BRIDGE_EBT_802_3 is not set
# CONFIG_BRIDGE_EBT_AMONG is not set
# CONFIG_BRIDGE_EBT_ARP is not set
# CONFIG_BRIDGE_EBT_IP is not set
# CONFIG_BRIDGE_EBT_IP6 is not set
# CONFIG_BRIDGE_EBT_LIMIT is not set
# CONFIG_BRIDGE_EBT_MARK is not set
# CONFIG_BRIDGE_EBT_PKTTYPE is not set
# CONFIG_BRIDGE_EBT_STP is not set
# CONFIG_BRIDGE_EBT_VLAN is not set
# CONFIG_BRIDGE_EBT_ARPREPLY is not set
# CONFIG_BRIDGE_EBT_DNAT is not set
# CONFIG_BRIDGE_EBT_MARK_T is not set
# CONFIG_BRIDGE_EBT_REDIRECT is not set
# CONFIG_BRIDGE_EBT_SNAT is not set
# CONFIG_BRIDGE_EBT_LOG is not set
# CONFIG_BRIDGE_EBT_NFLOG is not set
# CONFIG_BPFILTER is not set
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m

#
# DCCP CCIDs Configuration
#
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=y
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_TFRC_LIB=y

#
# DCCP Kernel Hacking
#
# CONFIG_IP_DCCP_DEBUG is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_COOKIE_HMAC_SHA1 is not set
CONFIG_INET_SCTP_DIAG=m
CONFIG_RDS=m
CONFIG_RDS_TCP=m
# CONFIG_RDS_DEBUG is not set
CONFIG_TIPC=m
CONFIG_TIPC_MEDIA_UDP=y
CONFIG_TIPC_DIAG=m
# CONFIG_ATM is not set
CONFIG_L2TP=m
# CONFIG_L2TP_DEBUGFS is not set
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=m
CONFIG_L2TP_ETH=m
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_MRP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_BRIDGE_VLAN_FILTERING=y
CONFIG_HAVE_NET_DSA=y
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_MULTIQ=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFB=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
# CONFIG_NET_SCH_CBS is not set
# CONFIG_NET_SCH_ETF is not set
# CONFIG_NET_SCH_TAPRIO is not set
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_DRR=m
CONFIG_NET_SCH_MQPRIO=m
# CONFIG_NET_SCH_SKBPRIO is not set
CONFIG_NET_SCH_CHOKE=m
CONFIG_NET_SCH_QFQ=m
CONFIG_NET_SCH_CODEL=m
CONFIG_NET_SCH_FQ_CODEL=m
# CONFIG_NET_SCH_CAKE is not set
CONFIG_NET_SCH_FQ=m
CONFIG_NET_SCH_HHF=m
CONFIG_NET_SCH_PIE=m
# CONFIG_NET_SCH_INGRESS is not set
CONFIG_NET_SCH_PLUG=m
# CONFIG_NET_SCH_DEFAULT is not set

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_CLS_CGROUP=m
CONFIG_NET_CLS_BPF=m
CONFIG_NET_CLS_FLOWER=m
# CONFIG_NET_CLS_MATCHALL is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
# CONFIG_NET_EMATCH_IPSET is not set
# CONFIG_NET_EMATCH_IPT is not set
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
# CONFIG_NET_ACT_SAMPLE is not set
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
CONFIG_NET_ACT_SKBEDIT=m
CONFIG_NET_ACT_CSUM=m
CONFIG_NET_ACT_VLAN=m
CONFIG_NET_ACT_BPF=m
CONFIG_NET_ACT_CONNMARK=m
# CONFIG_NET_ACT_SKBMOD is not set
# CONFIG_NET_ACT_IFE is not set
# CONFIG_NET_ACT_TUNNEL_KEY is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
CONFIG_NETLINK_DIAG=m
# CONFIG_MPLS is not set
# CONFIG_NET_NSH is not set
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
CONFIG_NET_L3_MASTER_DEV=y
# CONFIG_NET_NCSI is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
# CONFIG_BPF_JIT is not set
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_DROP_MONITOR is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
CONFIG_BT=m
CONFIG_BT_BREDR=y
# CONFIG_BT_RFCOMM is not set
# CONFIG_BT_BNEP is not set
# CONFIG_BT_HIDP is not set
CONFIG_BT_HS=y
CONFIG_BT_LE=y
# CONFIG_BT_LEDS is not set
# CONFIG_BT_SELFTEST is not set
CONFIG_BT_DEBUGFS=y

#
# Bluetooth device drivers
#
CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m
CONFIG_BT_QCA=m
CONFIG_BT_HCIBTUSB=m
# CONFIG_BT_HCIBTUSB_AUTOSUSPEND is not set
CONFIG_BT_HCIBTUSB_BCM=y
CONFIG_BT_HCIBTUSB_RTL=y
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_SERDEV=y
CONFIG_BT_HCIUART_H4=y
# CONFIG_BT_HCIUART_NOKIA is not set
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
# CONFIG_BT_HCIUART_LL is not set
# CONFIG_BT_HCIUART_3WIRE is not set
CONFIG_BT_HCIUART_INTEL=y
# CONFIG_BT_HCIUART_RTL is not set
CONFIG_BT_HCIUART_QCA=y
# CONFIG_BT_HCIUART_AG6XX is not set
# CONFIG_BT_HCIUART_MRVL is not set
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIVHCI=m
CONFIG_BT_MRVL=m
CONFIG_BT_ATH3K=m
# CONFIG_BT_MTKUART is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_FIB_RULES=y
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
CONFIG_CEPH_LIB=m
# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
# CONFIG_CEPH_LIB_USE_DNS_RESOLVER is not set
# CONFIG_NFC is not set
# 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_DEVLINK is not set
CONFIG_MAY_USE_DEVLINK=y
CONFIG_FAILOVER=m
CONFIG_HAVE_EBPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y

#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_DMA_FENCE_TRACE is not set

#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_GNSS is not set
# CONFIG_MTD is not set
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_AX88796 is not set
# CONFIG_PARPORT_1284 is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
CONFIG_BLK_DEV_FD=y
CONFIG_CDROM=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
CONFIG_BLK_DEV_CRYPTOLOOP=y
CONFIG_BLK_DEV_DRBD=y
# CONFIG_DRBD_FAULT_INJECTION is not set
CONFIG_BLK_DEV_NBD=y
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_VIRTIO_BLK=m
# CONFIG_VIRTIO_BLK_SCSI is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

#
# NVME Support
#
CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
# CONFIG_NVME_MULTIPATH is not set
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TARGET is not set

#
# Misc devices
#
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
CONFIG_ENCLOSURE_SERVICES=y
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_EEPROM_EE1004 is not set
# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
# CONFIG_SENSORS_LIS3_I2C is not set
# 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

#
# Intel MIC & related support
#

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# SCIF Bus Driver
#
# CONFIG_SCIF_BUS is not set

#
# VOP Bus Driver
#
# CONFIG_VOP_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#

#
# SCIF Driver
#

#
# Intel MIC Coprocessor State Management (COSM) Drivers
#

#
# VOP Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_MISC_RTSX_USB is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y

#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
#
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_TIMINGS=y
CONFIG_IDE_ATAPI=y
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_IDE_GD=y
CONFIG_IDE_GD_ATA=y
# CONFIG_IDE_GD_ATAPI is not set
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEACPI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_PLATFORM is not set
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEDMA_SFF=y

#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_HPT366 is not set
CONFIG_BLK_DEV_JMICRON=y
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT8172 is not set
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
CONFIG_BLK_DEV_SIS5513=y
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_TC86C001 is not set
CONFIG_BLK_DEV_IDEDMA=y

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_MQ_DEFAULT=y
CONFIG_SCSI_PROC_FS=y

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

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=m
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
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
CONFIG_BLK_DEV_3W_XXXX_RAID=m
CONFIG_SCSI_HPSA=y
CONFIG_SCSI_3W_9XXX=m
CONFIG_SCSI_3W_SAS=m
# CONFIG_SCSI_ACARD is not set
CONFIG_SCSI_AACRAID=m
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
CONFIG_SCSI_AIC79XX=y
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=15000
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
CONFIG_AIC79XX_REG_PRETTY_PRINT=y
CONFIG_SCSI_AIC94XX=m
# CONFIG_AIC94XX_DEBUG is not set
CONFIG_SCSI_MVSAS=m
CONFIG_SCSI_MVSAS_DEBUG=y
# CONFIG_SCSI_MVSAS_TASKLET is not set
# CONFIG_SCSI_MVUMI is not set
CONFIG_SCSI_DPT_I2O=m
# CONFIG_SCSI_ADVANSYS is not set
CONFIG_SCSI_ARCMSR=m
# CONFIG_SCSI_ESAS2R is not set
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=y
CONFIG_MEGARAID_MAILBOX=y
CONFIG_MEGARAID_LEGACY=y
CONFIG_MEGARAID_SAS=y
CONFIG_SCSI_MPT3SAS=y
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
CONFIG_SCSI_MPT2SAS=y
CONFIG_SCSI_SMARTPQI=m
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
CONFIG_SCSI_BUSLOGIC=y
# CONFIG_SCSI_FLASHPOINT is not set
# CONFIG_SCSI_MYRB is not set
# CONFIG_SCSI_MYRS is not set
# CONFIG_VMWARE_PVSCSI is not set
# CONFIG_LIBFC is not set
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
CONFIG_SCSI_GDTH=m
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
CONFIG_SCSI_QLOGIC_1280=y
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_BFA_FC is not set
# CONFIG_SCSI_VIRTIO is not set
# CONFIG_SCSI_CHELSIO_FCOE is not set
CONFIG_SCSI_DH=y
# CONFIG_SCSI_DH_RDAC is not set
# CONFIG_SCSI_DH_HP_SW is not set
# CONFIG_SCSI_DH_EMC is not set
# CONFIG_SCSI_DH_ALUA is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
CONFIG_SATA_MOBILE_LPM_POLICY=0
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
CONFIG_SATA_SIL24=y
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
CONFIG_SATA_NV=y
CONFIG_SATA_PROMISE=y
CONFIG_SATA_SIL=y
CONFIG_SATA_SIS=y
CONFIG_SATA_SVW=y
# CONFIG_SATA_ULI is not set
CONFIG_SATA_VIA=y
# CONFIG_SATA_VITESSE is not set

#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
CONFIG_PATA_ATIIXP=y
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
CONFIG_PATA_JMICRON=y
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_SCH is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
CONFIG_PATA_SIS=y
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
CONFIG_PATA_MPIIX=y
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_RZ1000 is not set

#
# Generic fallback / legacy drivers
#
# CONFIG_PATA_ACPI is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=y
CONFIG_MD_MULTIPATH=y
# CONFIG_MD_FAULTY is not set
# CONFIG_MD_CLUSTER is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=m
# CONFIG_DM_DEBUG is not set
CONFIG_DM_BUFIO=m
# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
# CONFIG_DM_UNSTRIPED is not set
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_THIN_PROVISIONING=m
# CONFIG_DM_CACHE is not set
# CONFIG_DM_WRITECACHE is not set
# CONFIG_DM_ERA is not set
CONFIG_DM_MIRROR=m
CONFIG_DM_LOG_USERSPACE=m
CONFIG_DM_RAID=m
CONFIG_DM_ZERO=m
CONFIG_DM_MULTIPATH=m
# CONFIG_DM_MULTIPATH_QL is not set
# CONFIG_DM_MULTIPATH_ST is not set
# CONFIG_DM_DELAY is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
CONFIG_TARGET_CORE=m
# CONFIG_TCM_IBLOCK is not set
# CONFIG_TCM_FILEIO is not set
# CONFIG_TCM_PSCSI is not set
# CONFIG_LOOPBACK_TARGET is not set
CONFIG_ISCSI_TARGET=m
CONFIG_FUSION=y
CONFIG_FUSION_SPI=y
CONFIG_FUSION_FC=y
CONFIG_FUSION_SAS=y
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_CTL=y
# CONFIG_FUSION_LOGGING is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
CONFIG_BONDING=m
CONFIG_DUMMY=y
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
CONFIG_MACVLAN=y
CONFIG_MACVTAP=y
CONFIG_IPVLAN=m
CONFIG_IPVTAP=m
CONFIG_VXLAN=m
# CONFIG_GENEVE is not set
# CONFIG_GTP is not set
# CONFIG_MACSEC is not set
CONFIG_NETCONSOLE=m
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=y
CONFIG_TAP=y
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=y
CONFIG_VIRTIO_NET=m
CONFIG_NLMON=m
# CONFIG_NET_VRF is not set
# CONFIG_ARCNET is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
CONFIG_ETHERNET=y
CONFIG_MDIO=y
CONFIG_NET_VENDOR_3COM=y
CONFIG_VORTEX=y
CONFIG_TYPHOON=y
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=y
# CONFIG_SLICOSS is not set
CONFIG_NET_VENDOR_ALTEON=y
CONFIG_ACENIC=y
# CONFIG_ACENIC_OMIT_TIGON_I is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y
# CONFIG_ENA_ETHERNET is not set
CONFIG_NET_VENDOR_AMD=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_PCNET32 is not set
# CONFIG_AMD_XGBE is not set
CONFIG_NET_VENDOR_AQUANTIA=y
# CONFIG_AQTION is not set
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
CONFIG_ATL1=y
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
CONFIG_NET_VENDOR_AURORA=y
# CONFIG_AURORA_NB8800 is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
# CONFIG_BCMGENET is not set
CONFIG_BNX2=y
# CONFIG_CNIC is not set
CONFIG_TIGON3=y
CONFIG_TIGON3_HWMON=y
CONFIG_BNX2X=y
CONFIG_BNX2X_SRIOV=y
# CONFIG_SYSTEMPORT is not set
CONFIG_BNXT=m
CONFIG_BNXT_SRIOV=y
CONFIG_BNXT_FLOWER_OFFLOAD=y
CONFIG_BNXT_HWMON=y
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
CONFIG_NET_VENDOR_CADENCE=y
# CONFIG_MACB is not set
CONFIG_NET_VENDOR_CAVIUM=y
# CONFIG_THUNDER_NIC_PF is not set
# CONFIG_THUNDER_NIC_VF is not set
# CONFIG_THUNDER_NIC_BGX is not set
# CONFIG_THUNDER_NIC_RGX is not set
CONFIG_CAVIUM_PTP=y
# CONFIG_LIQUIDIO is not set
# CONFIG_LIQUIDIO_VF is not set
CONFIG_NET_VENDOR_CHELSIO=y
CONFIG_CHELSIO_T1=y
# CONFIG_CHELSIO_T1_1G is not set
CONFIG_CHELSIO_T3=y
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
CONFIG_NET_VENDOR_CORTINA=y
# CONFIG_CX_ECAT is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_TULIP=y
CONFIG_DE2104X=y
CONFIG_DE2104X_DSL=0
CONFIG_TULIP=y
# CONFIG_TULIP_MWI is not set
CONFIG_TULIP_MMIO=y
CONFIG_TULIP_NAPI=y
CONFIG_TULIP_NAPI_HW_MITIGATION=y
CONFIG_DE4X5=y
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
CONFIG_NET_VENDOR_DLINK=y
CONFIG_DL2K=y
# CONFIG_SUNDANCE is not set
CONFIG_NET_VENDOR_EMULEX=y
# CONFIG_BE2NET is not set
CONFIG_NET_VENDOR_EZCHIP=y
CONFIG_NET_VENDOR_HP=y
# CONFIG_HP100 is not set
CONFIG_NET_VENDOR_HUAWEI=y
# CONFIG_HINIC is not set
CONFIG_NET_VENDOR_I825XX=y
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E100=y
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y
CONFIG_IGB=y
CONFIG_IGB_HWMON=y
CONFIG_IGBVF=y
CONFIG_IXGB=m
CONFIG_IXGBE=m
CONFIG_IXGBE_HWMON=y
# CONFIG_IXGBEVF is not set
CONFIG_I40E=m
# CONFIG_I40EVF is not set
# CONFIG_ICE is not set
# CONFIG_FM10K is not set
# CONFIG_IGC is not set
# CONFIG_JME is not set
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
CONFIG_SKGE=y
# CONFIG_SKGE_DEBUG is not set
# CONFIG_SKGE_GENESIS is not set
CONFIG_SKY2=y
# CONFIG_SKY2_DEBUG is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX5_CORE is not set
# CONFIG_MLXSW_CORE is not set
# CONFIG_MLXFW is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8851_MLL is not set
# CONFIG_KSZ884X_PCI is not set
CONFIG_NET_VENDOR_MICROCHIP=y
# CONFIG_LAN743X is not set
CONFIG_NET_VENDOR_MICROSEMI=y
CONFIG_NET_VENDOR_MYRI=y
# CONFIG_MYRI10GE is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NATSEMI=y
# CONFIG_NATSEMI is not set
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_NETERION=y
CONFIG_S2IO=y
# CONFIG_VXGE is not set
CONFIG_NET_VENDOR_NETRONOME=y
# CONFIG_NFP is not set
CONFIG_NET_VENDOR_NI=y
# CONFIG_NI_XGE_MANAGEMENT_ENET is not set
CONFIG_NET_VENDOR_8390=y
# CONFIG_NE2K_PCI is not set
CONFIG_NET_VENDOR_NVIDIA=y
CONFIG_FORCEDETH=y
CONFIG_NET_VENDOR_OKI=y
# CONFIG_ETHOC is not set
CONFIG_NET_VENDOR_PACKET_ENGINES=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_QLGE is not set
CONFIG_NETXEN_NIC=m
# CONFIG_QED is not set
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCOM_EMAC is not set
# CONFIG_RMNET is not set
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_ATP is not set
CONFIG_8139CP=y
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
CONFIG_R8169=y
CONFIG_NET_VENDOR_RENESAS=y
CONFIG_NET_VENDOR_ROCKER=y
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SOLARFLARE=y
# CONFIG_SFC is not set
# CONFIG_SFC_FALCON is not set
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
CONFIG_SIS900=y
CONFIG_SIS190=y
CONFIG_NET_VENDOR_SMSC=y
# 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 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=y
# CONFIG_DWC_XLGMAC is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TI_CPSW_ALE is not set
# CONFIG_TLAN is not set
CONFIG_NET_VENDOR_VIA=y
CONFIG_VIA_RHINE=y
# CONFIG_VIA_RHINE_MMIO is not set
CONFIG_VIA_VELOCITY=y
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
# CONFIG_MDIO_BCM_UNIMAC is not set
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MDIO_MSCC_MIIM is not set
# CONFIG_MDIO_THUNDER is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_ASIX_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_CORTINA_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_DP83822_PHY is not set
# CONFIG_DP83TC811_PHY is not set
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_INTEL_XWAY_PHY is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_MARVELL_10G_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_PHY is not set
# CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_QSEMI_PHY is not set
CONFIG_REALTEK_PHY=y
# CONFIG_RENESAS_PHY is not set
# CONFIG_ROCKCHIP_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_TERANETICS_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_XILINX_GMII2RGMII is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
# CONFIG_USB_LAN78XX is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_WLAN is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
# CONFIG_VMXNET3 is not set
# CONFIG_FUJITSU_ES is not set
# CONFIG_NETDEVSIM is not set
CONFIG_NET_FAILOVER=m
# CONFIG_ISDN is not set
# CONFIG_NVM is not set

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

#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# 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_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_XTKBD 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 is not set
CONFIG_MOUSE_PS2_FOCALTECH=y
CONFIG_MOUSE_PS2_SMBUS=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_GPIO is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
# CONFIG_RMI4_CORE is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_SERIO_GPIO_PS2 is not set
# CONFIG_USERIO is not set
# CONFIG_GAMEPORT is not set

#
# 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_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_DEVMEM=y
CONFIG_DEVKMEM=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_FINTEK is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_EXAR=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_LPSS=y
CONFIG_SERIAL_8250_MID=y
# CONFIG_SERIAL_8250_MOXA is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_SERIAL_DEV_BUS=m
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
CONFIG_HVC_DRIVER=y
CONFIG_VIRTIO_CONSOLE=m
CONFIG_IPMI_HANDLER=y
CONFIG_IPMI_DMI_DECODE=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
# CONFIG_IPMI_SSIF is not set
CONFIG_IPMI_WATCHDOG=y
CONFIG_IPMI_POWEROFF=y
CONFIG_HW_RANDOM=m
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
CONFIG_HW_RANDOM_VIA=m
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_NVRAM is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HPET_MMAP_DEFAULT=y
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set
# CONFIG_RANDOM_TRUST_CPU is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=y
CONFIG_I2C_ALGOBIT=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=y
CONFIG_I2C_AMD756_S4882=y
CONFIG_I2C_AMD8111=y
CONFIG_I2C_I801=y
CONFIG_I2C_ISCH=y
# CONFIG_I2C_ISMT is not set
CONFIG_I2C_PIIX4=y
CONFIG_I2C_NFORCE2=y
CONFIG_I2C_NFORCE2_S4985=y
# CONFIG_I2C_NVIDIA_GPU is not set
CONFIG_I2C_SIS5595=y
CONFIG_I2C_SIS630=y
CONFIG_I2C_SIS96X=y
CONFIG_I2C_VIA=y
CONFIG_I2C_VIAPRO=y

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

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

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_MLXCPLD is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set
# CONFIG_NTP_PPS is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_PARPORT is not set
# CONFIG_PPS_CLIENT_GPIO is not set

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# CONFIG_PINCTRL is not set
CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_FASTPATH_LIMIT=512
CONFIG_GPIO_ACPI=y
# CONFIG_DEBUG_GPIO is not set
# CONFIG_GPIO_SYSFS is not set

#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_AMDPT is not set
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_EXAR is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_ICH is not set
# CONFIG_GPIO_LYNXPOINT is not set
# CONFIG_GPIO_MB86S7X is not set
# CONFIG_GPIO_MOCKUP is not set
# CONFIG_GPIO_VX855 is not set

#
# Port-mapped I/O GPIO drivers
#
# CONFIG_GPIO_F7188X is not set
# CONFIG_GPIO_IT87 is not set
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_WINBOND is not set
# CONFIG_GPIO_WS16C48 is not set

#
# I2C GPIO expanders
#
# CONFIG_GPIO_ADP5588 is not set
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_TPIC2810 is not set

#
# 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

#
# USB GPIO expanders
#
# CONFIG_W1 is not set
# CONFIG_POWER_AVS is not set
# CONFIG_POWER_RESET is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_CHARGER_ADP5061 is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_LTC3651 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24257 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_BQ25890 is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
# CONFIG_CHARGER_RT9455 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# 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 is not set
# CONFIG_SENSORS_ASPEED is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_DELL_SMM is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_FTSTEUTATES is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_IBMAEM is not set
# CONFIG_SENSORS_IBMPEX is not set
# CONFIG_SENSORS_I5500 is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC2990 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6621 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MAX31790 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_TC654 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_NPCM7XX is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT15 is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHT3x is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_STTS751 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_INA3221 is not set
# CONFIG_SENSORS_TC74 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83773G is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# 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_XGENE is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
# CONFIG_THERMAL_STATISTICS is not set
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_BANG_BANG is not set
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_EMULATION is not set
# CONFIG_INTEL_POWERCLAMP is not set
CONFIG_X86_PKG_TEMP_THERMAL=m
# CONFIG_INTEL_SOC_DTS_THERMAL is not set

#
# ACPI INT340X thermal drivers
#
# CONFIG_INT340X_THERMAL is not set
# CONFIG_INTEL_PCH_THERMAL is not set
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
# CONFIG_WATCHDOG_SYSFS is not set

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_WDAT_WDT is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_EBC_C384_WDT is not set
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=y
# CONFIG_IE6XX_WDT is not set
CONFIG_ITCO_WDT=y
CONFIG_ITCO_VENDOR_SUPPORT=y
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
CONFIG_HP_WATCHDOG=y
CONFIG_HPWDT_NMI_DECODING=y
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
CONFIG_NV_TCO=y
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_VIA_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
# CONFIG_NI903X_WDT is not set
# CONFIG_NIC7018_WDT is not set
# CONFIG_MEN_A21_WDT is not set

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set

#
# Watchdog Pretimeout Governors
#
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_AT91_USART is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_MFD_MADERA is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# 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_I2C is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HTC_I2CPLD is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
CONFIG_LPC_ICH=y
CONFIG_LPC_SCH=y
# CONFIG_INTEL_SOC_PMIC is not set
# CONFIG_INTEL_SOC_PMIC_CHTWC is not set
# CONFIG_INTEL_SOC_PMIC_CHTDC_TI is not set
# CONFIG_MFD_INTEL_LPSS_ACPI is not set
# CONFIG_MFD_INTEL_LPSS_PCI is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_UCB1400_CORE is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS68470 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS80031 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_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_RAVE_SP_CORE is not set
# CONFIG_REGULATOR is not set
# CONFIG_RC_CORE is not set
CONFIG_MEDIA_SUPPORT=y

#
# Multimedia core support
#
# CONFIG_MEDIA_CAMERA_SUPPORT is not set
# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
# CONFIG_MEDIA_RADIO_SUPPORT is not set
# CONFIG_MEDIA_SDR_SUPPORT is not set
# CONFIG_MEDIA_CEC_SUPPORT is not set
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set

#
# Media drivers
#
# CONFIG_MEDIA_USB_SUPPORT is not set
# CONFIG_MEDIA_PCI_SUPPORT is not set

#
# Supported MMC/SDIO adapters
#
# CONFIG_CYPRESS_FIRMWARE is not set

#
# Media ancillary drivers (tuners, sensors, i2c, spi, frontends)
#

#
# Customise DVB Frontends
#

#
# Tools to develop new frontends
#

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=m
CONFIG_AGP_SIS=m
CONFIG_AGP_VIA=m
CONFIG_INTEL_GTT=m
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_VGA_SWITCHEROO=y
CONFIG_DRM=m
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DP_AUX_CHARDEV is not set
# CONFIG_DRM_DEBUG_SELFTEST is not set
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
# CONFIG_DRM_DP_CEC is not set
CONFIG_DRM_TTM=m
CONFIG_DRM_GEM_CMA_HELPER=y
CONFIG_DRM_KMS_CMA_HELPER=y
CONFIG_DRM_VM=y
CONFIG_DRM_SCHED=m

#
# I2C encoder or helper chips
#
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_I2C_NXP_TDA9950 is not set
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_AMDGPU=m
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set

#
# ACP (Audio CoProcessor) Configuration
#
# CONFIG_DRM_AMD_ACP is not set

#
# Display Engine Configuration
#
CONFIG_DRM_AMD_DC=y
CONFIG_DRM_AMD_DC_DCN1_0=y
CONFIG_DRM_AMD_DC_DCN1_01=y
# CONFIG_DEBUG_KERNEL_DC is not set
# CONFIG_HSA_AMD is not set

#
# AMD Library routines
#
CONFIG_CHASH=m
# CONFIG_CHASH_STATS is not set
# CONFIG_CHASH_SELFTEST is not set
CONFIG_DRM_NOUVEAU=m
CONFIG_NOUVEAU_DEBUG=5
CONFIG_NOUVEAU_DEBUG_DEFAULT=3
# CONFIG_NOUVEAU_DEBUG_MMU is not set
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
CONFIG_DRM_I915=m
# CONFIG_DRM_I915_ALPHA_SUPPORT is not set
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
# CONFIG_DRM_I915_GVT is not set
CONFIG_DRM_VGEM=m
# CONFIG_DRM_VKMS is not set
# CONFIG_DRM_VMWGFX is not set
# CONFIG_DRM_GMA500 is not set
CONFIG_DRM_UDL=m
# CONFIG_DRM_AST is not set
CONFIG_DRM_MGAG200=m
CONFIG_DRM_CIRRUS_QEMU=m
# CONFIG_DRM_QXL is not set
CONFIG_DRM_BOCHS=m
# CONFIG_DRM_VIRTIO_GPU is not set
CONFIG_DRM_PANEL=y

#
# Display Panels
#
# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y

#
# Display Interface Bridges
#
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_HISI_HIBMC is not set
CONFIG_DRM_TINYDRM=m
# CONFIG_DRM_LEGACY is not set
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y

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

#
# Frame buffer hardware drivers
#
CONFIG_FB_CIRRUS=m
CONFIG_FB_PM2=m
# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
CONFIG_FB_CYBER2000=m
CONFIG_FB_CYBER2000_DDC=y
CONFIG_FB_ARC=m
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=m
# CONFIG_FB_UVESA is not set
# CONFIG_FB_VESA is not set
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
CONFIG_FB_NVIDIA_DEBUG=y
CONFIG_FB_NVIDIA_BACKLIGHT=y
# CONFIG_FB_RIVA is not set
CONFIG_FB_I740=m
CONFIG_FB_LE80578=m
CONFIG_FB_CARILLO_RANCH=m
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=m
# CONFIG_FB_MATROX_MAVEN is not set
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
CONFIG_FB_RADEON_DEBUG=y
# 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_SMSCUFX=m
CONFIG_FB_UDL=m
CONFIG_FB_IBM_GXT4500=m
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_SIMPLE is not set
# CONFIG_FB_SM712 is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
CONFIG_LCD_PLATFORM=m
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=y
CONFIG_BACKLIGHT_CARILLO_RANCH=m
CONFIG_BACKLIGHT_APPLE=m
CONFIG_BACKLIGHT_PM8941_WLED=m
CONFIG_BACKLIGHT_SAHARA=m
CONFIG_BACKLIGHT_ADP8860=m
CONFIG_BACKLIGHT_ADP8870=m
CONFIG_BACKLIGHT_LM3639=m
# CONFIG_BACKLIGHT_GPIO is not set
CONFIG_BACKLIGHT_LV5207LP=m
CONFIG_BACKLIGHT_BD6107=m
CONFIG_BACKLIGHT_ARCXCNN=m
CONFIG_VGASTATE=m
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
# CONFIG_LOGO is not set
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
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_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_MPU401_UART=y
CONFIG_SND_OPL3_LIB=y
CONFIG_SND_AC97_CODEC=y
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_AC97_POWER_SAVE 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=y
# 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=y
CONFIG_SND_EMU10K1X=y
CONFIG_SND_ENS1370=y
CONFIG_SND_ENS1371=y
CONFIG_SND_ES1938=y
CONFIG_SND_ES1968=y
# CONFIG_SND_ES1968_INPUT 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=y
# 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=y
# CONFIG_SND_TRIDENT is not set
CONFIG_SND_VIA82XX=y
CONFIG_SND_VIA82XX_MODEM=y
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
CONFIG_SND_YMFPCI=y

#
# HD-Audio
#
CONFIG_SND_HDA=y
CONFIG_SND_HDA_INTEL=y
# 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_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CA0132=y
# CONFIG_SND_HDA_CODEC_CA0132_DSP is not set
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_HDA_CORE=y
CONFIG_SND_HDA_COMPONENT=y
CONFIG_SND_HDA_I915=y
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
# 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_SOC is not set
CONFIG_SND_X86=y
# CONFIG_HDMI_LPE_AUDIO is not set
CONFIG_AC97_BUS=y

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_ASUS is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=y
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_BIGBEN_FF is not set
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_CORSAIR is not set
# CONFIG_HID_COUGAR is not set
# CONFIG_HID_PRODIKEYS is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CP2112 is not set
CONFIG_HID_CYPRESS=y
CONFIG_HID_DRAGONRISE=y
# CONFIG_DRAGONRISE_FF is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELAN is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_KEYTOUCH is not set
CONFIG_HID_KYE=y
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
CONFIG_HID_GYRATION=y
# CONFIG_HID_ICADE is not set
CONFIG_HID_ITE=y
# CONFIG_HID_JABRA is not set
CONFIG_HID_TWINHAN=y
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
CONFIG_HID_LED=m
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=y
CONFIG_HID_LOGITECH_DJ=m
CONFIG_HID_LOGITECH_HIDPP=m
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWHEELS_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MAYFLASH is not set
CONFIG_HID_REDRAGON=y
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTI is not set
CONFIG_HID_NTRIG=y
CONFIG_HID_ORTEK=y
CONFIG_HID_PANTHERLORD=y
# CONFIG_PANTHERLORD_FF is not set
# CONFIG_HID_PENMOUNT is not set
CONFIG_HID_PETALYNX=y
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
CONFIG_HID_SAMSUNG=y
# CONFIG_HID_SONY is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEAM is not set
# CONFIG_HID_STEELSERIES is not set
CONFIG_HID_SUNPLUS=y
# CONFIG_HID_RMI is not set
CONFIG_HID_GREENASIA=y
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_SMARTJOYPLUS=y
# CONFIG_SMARTJOYPLUS_FF is not set
# CONFIG_HID_TIVO is not set
CONFIG_HID_TOPSEED=y
# CONFIG_HID_THINGM is not set
CONFIG_HID_THRUSTMASTER=y
# CONFIG_THRUSTMASTER_FF is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
CONFIG_HID_ZEROPLUS=y
# CONFIG_ZEROPLUS_FF is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set

#
# USB HID support
#
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set

#
# I2C HID support
#
# CONFIG_I2C_HID is not set

#
# Intel ISH HID support
#
# CONFIG_INTEL_ISH_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
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_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_MON is not set
# CONFIG_USB_WUSB_CBAF is not set

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

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

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

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
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 is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=y
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_F8153X is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_METRO is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MXUPORT is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# 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 is not set
# CONFIG_USB_SERIAL_QT2 is not set
# CONFIG_USB_SERIAL_UPD78F0730 is not set
# CONFIG_USB_SERIAL_DEBUG is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# 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 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
CONFIG_USB_CHAOSKEY=m

#
# USB Physical Layer drivers
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_GADGET is not set
# CONFIG_TYPEC is not set
# CONFIG_USB_ROLE_SWITCH is not set
# CONFIG_USB_ULPI_BUS is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m
# CONFIG_LEDS_CLASS_FLASH is not set
# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set

#
# LED drivers
#
# CONFIG_LEDS_APU is not set
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_GPIO is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP3952 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set

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

#
# LED Triggers
#
# CONFIG_LEDS_TRIGGERS is not set
# CONFIG_ACCESSIBILITY is not set
# 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 is not set
CONFIG_EDAC_DECODE_MCE=y
CONFIG_EDAC_AMD64=y
# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set
CONFIG_EDAC_E752X=y
CONFIG_EDAC_I82975X=y
CONFIG_EDAC_I3000=y
CONFIG_EDAC_I3200=y
CONFIG_EDAC_IE31200=y
CONFIG_EDAC_X38=y
CONFIG_EDAC_I5400=y
CONFIG_EDAC_I7CORE=y
CONFIG_EDAC_I5000=y
CONFIG_EDAC_I5100=y
CONFIG_EDAC_I7300=y
CONFIG_EDAC_SBRIDGE=y
# CONFIG_EDAC_SKX is not set
# CONFIG_EDAC_PND2 is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
CONFIG_RTC_NVMEM=y

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
# CONFIG_RTC_INTF_PROC is not set
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_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABX80X is not set
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_X1205 is not set
# 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 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8010 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV8803 is not set

#
# SPI RTC drivers
#
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

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# 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 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_FTRTC010 is not set

#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
# CONFIG_DMADEVICES is not set

#
# DMABUF options
#
CONFIG_SYNC_FILE=y
# CONFIG_SW_SYNC is not set
# CONFIG_UDMABUF is not set
# CONFIG_AUXDISPLAY is not set
# CONFIG_PANEL is not set
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
CONFIG_IRQ_BYPASS_MANAGER=m
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO=m
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=m
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_INPUT=m
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WMI is not set
# CONFIG_ACER_WIRELESS is not set
# CONFIG_ACERHDF is not set
# CONFIG_ALIENWARE_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_DCDBAS is not set
# CONFIG_DELL_SMBIOS is not set
# CONFIG_DELL_WMI_AIO is not set
# CONFIG_DELL_WMI_LED is not set
# CONFIG_DELL_SMO8800 is not set
CONFIG_DELL_RBU=m
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_FUJITSU_TABLET is not set
# CONFIG_GPD_POCKET_FAN is not set
# CONFIG_HP_ACCEL is not set
# CONFIG_HP_WIRELESS is not set
# CONFIG_HP_WMI is not set
# CONFIG_LG_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_ASUS_WIRELESS is not set
CONFIG_ACPI_WMI=m
CONFIG_WMI_BMOF=m
# CONFIG_INTEL_WMI_THUNDERBOLT is not set
# CONFIG_MSI_WMI is not set
# CONFIG_PEAQ_WMI is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_TOSHIBA_WMI is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_INTEL_INT0002_VGPIO is not set
# CONFIG_INTEL_HID_EVENT is not set
# CONFIG_INTEL_VBTN is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_INTEL_PMC_CORE is not set
# CONFIG_IBM_RTL is not set
# CONFIG_SAMSUNG_LAPTOP is not set
CONFIG_MXM_WMI=m
# CONFIG_SAMSUNG_Q10 is not set
# CONFIG_APPLE_GMUX is not set
# CONFIG_INTEL_RST is not set
# CONFIG_INTEL_SMARTCONNECT is not set
# CONFIG_PVPANIC is not set
# CONFIG_INTEL_PMC_IPC is not set
# CONFIG_SURFACE_PRO3_BUTTON is not set
# CONFIG_INTEL_PUNIT_IPC is not set
# CONFIG_MLX_PLATFORM is not set
# CONFIG_INTEL_TURBO_MAX_3 is not set
# CONFIG_I2C_MULTI_INSTANTIATE is not set
# CONFIG_INTEL_ATOMISP2_PM is not set
CONFIG_PMC_ATOM=y
# CONFIG_CHROME_PLATFORMS is not set
# CONFIG_MELLANOX_PLATFORM is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
# CONFIG_COMMON_CLK_MAX9485 is not set
# 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 is not set
# CONFIG_HWSPINLOCK is not set

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
CONFIG_MAILBOX=y
CONFIG_PCC=y
# CONFIG_ALTERA_MBOX is not set
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y

#
# Generic IOMMU Pagetable Support
#
# CONFIG_IOMMU_DEBUGFS is not set
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
CONFIG_IOMMU_IOVA=y
CONFIG_AMD_IOMMU=y
# CONFIG_AMD_IOMMU_V2 is not set
# CONFIG_INTEL_IOMMU is not set
# CONFIG_IRQ_REMAP is not set

#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set

#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_SOUNDWIRE is not set

#
# SOC (System On Chip) specific Drivers
#

#
# Amlogic SoC drivers
#

#
# Broadcom SoC drivers
#

#
# NXP/Freescale QorIQ SoC drivers
#

#
# i.MX SoC drivers
#

#
# Qualcomm SoC drivers
#
# CONFIG_SOC_TI is not set

#
# Xilinx SoC drivers
#
# CONFIG_XILINX_VCU is not set
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set

#
# IRQ chip support
#
CONFIG_ARM_GIC_MAX_NR=1
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set

#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set

#
# Performance monitor support
#
CONFIG_RAS=y
# CONFIG_THUNDERBOLT is not set

#
# Android
#
# CONFIG_ANDROID is not set
# CONFIG_LIBNVDIMM is not set
# CONFIG_DAX is not set
CONFIG_NVMEM=y

#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# CONFIG_FPGA is not set
# CONFIG_UNISYS_VISORBUS is not set
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_FS_IOMAP=y
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_POSIX_ACL=y
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_EXT4_FS=m
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_ENCRYPTION is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=m
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=m
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
# CONFIG_REISERFS_FS_SECURITY is not set
# CONFIG_JFS_FS is not set
CONFIG_XFS_FS=y
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_RT=y
# CONFIG_XFS_ONLINE_SCRUB is not set
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
# CONFIG_BTRFS_FS_REF_VERIFY is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
# 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_MANDATORY_FILE_LOCKING=y
# CONFIG_FS_ENCRYPTION is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=m
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=m
CONFIG_AUTOFS_FS=m
CONFIG_FUSE_FS=m
# CONFIG_CUSE is not set
CONFIG_OVERLAY_FS=m
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
# CONFIG_OVERLAY_FS_INDEX is not set
# CONFIG_OVERLAY_FS_XINO_AUTO is not set
# CONFIG_OVERLAY_FS_METACOPY is not set

#
# Caches
#
CONFIG_FSCACHE=y
CONFIG_FSCACHE_STATS=y
CONFIG_FSCACHE_HISTOGRAM=y
CONFIG_FSCACHE_DEBUG=y
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=y
CONFIG_CACHEFILES_DEBUG=y
CONFIG_CACHEFILES_HISTOGRAM=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FAT_DEFAULT_UTF8 is not set
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_PROC_CHILDREN is not set
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_MEMFD_CREATE=y
CONFIG_CONFIGFS_FS=m
CONFIG_EFIVAR_FS=m
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=m
CONFIG_ECRYPT_FS_MESSAGING=y
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=m
CONFIG_SQUASHFS_FILE_CACHE=y
# CONFIG_SQUASHFS_FILE_DIRECT is not set
CONFIG_SQUASHFS_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_DECOMP_MULTI is not set
# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
# CONFIG_SQUASHFS_ZSTD is not set
CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y
CONFIG_SQUASHFS_EMBEDDED=y
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_PSTORE is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V2=m
CONFIG_NFS_V3=m
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_FSCACHE=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
# CONFIG_NFSD_BLOCKLAYOUT is not set
# CONFIG_NFSD_SCSILAYOUT is not set
# CONFIG_NFSD_FLEXFILELAYOUT is not set
# CONFIG_NFSD_FAULT_INJECTION is not set
CONFIG_GRACE_PERIOD=m
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_SUNRPC_BACKCHANNEL=y
CONFIG_SUNRPC_SWAP=y
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_SUNRPC_DEBUG=y
CONFIG_CEPH_FS=m
CONFIG_CEPH_FSCACHE=y
CONFIG_CEPH_FS_POSIX_ACL=y
CONFIG_CIFS=m
# CONFIG_CIFS_STATS2 is not set
CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y
# CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y
# CONFIG_CIFS_POSIX is not set
# CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set
# CONFIG_CIFS_DFS_UPCALL is not set
# CONFIG_CIFS_FSCACHE is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# 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 is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=m
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_COMPAT=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_BIG_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEY_DH_OPERATIONS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
CONFIG_SECURITYFS=y
CONFIG_PAGE_TABLE_ISOLATION=y
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
# CONFIG_HARDENED_USERCOPY is not set
# CONFIG_FORTIFY_SOURCE is not set
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
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=m
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=m
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=m
CONFIG_CRYPTO_ACOMP2=y
# CONFIG_CRYPTO_RSA is not set
# CONFIG_CRYPTO_DH is not set
CONFIG_CRYPTO_ECDH=m
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_NULL2=y
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ENGINE=m

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
# CONFIG_CRYPTO_AEGIS128 is not set
# CONFIG_CRYPTO_AEGIS128L is not set
# CONFIG_CRYPTO_AEGIS256 is not set
# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set
# CONFIG_CRYPTO_AEGIS128L_AESNI_SSE2 is not set
# CONFIG_CRYPTO_AEGIS256_AESNI_SSE2 is not set
# CONFIG_CRYPTO_MORUS640 is not set
# CONFIG_CRYPTO_MORUS640_SSE2 is not set
# CONFIG_CRYPTO_MORUS1280 is not set
# CONFIG_CRYPTO_MORUS1280_SSE2 is not set
# CONFIG_CRYPTO_MORUS1280_AVX2 is not set
CONFIG_CRYPTO_SEQIV=m
CONFIG_CRYPTO_ECHAINIV=m

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CFB is not set
CONFIG_CRYPTO_CTR=m
CONFIG_CRYPTO_CTS=m
CONFIG_CRYPTO_ECB=y
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_OFB is not set
CONFIG_CRYPTO_PCBC=y
# CONFIG_CRYPTO_XTS is not set
# CONFIG_CRYPTO_KEYWRAP is not set

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

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=m
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRC32_PCLMUL is not set
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
CONFIG_CRYPTO_GHASH=m
# CONFIG_CRYPTO_POLY1305 is not set
# CONFIG_CRYPTO_POLY1305_X86_64 is not set
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
# CONFIG_CRYPTO_SHA1_SSSE3 is not set
# CONFIG_CRYPTO_SHA256_SSSE3 is not set
# CONFIG_CRYPTO_SHA512_SSSE3 is not set
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=m
# CONFIG_CRYPTO_SHA3 is not set
# CONFIG_CRYPTO_SM3 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_TI is not set
# CONFIG_CRYPTO_AES_X86_64 is not set
# CONFIG_CRYPTO_AES_NI_INTEL is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
# 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 is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_CHACHA20 is not set
# CONFIG_CRYPTO_CHACHA20_X86_64 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
# CONFIG_CRYPTO_SM4 is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set

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

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DRBG_MENU=m
CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
# CONFIG_CRYPTO_DRBG_CTR is not set
CONFIG_CRYPTO_DRBG=m
CONFIG_CRYPTO_JITTERENTROPY=m
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
# CONFIG_CRYPTO_USER_API_AEAD is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_CCP is not set
# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set
# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set
# CONFIG_CRYPTO_DEV_QAT_C62X is not set
# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set
# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set
# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set
# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set
CONFIG_CRYPTO_DEV_VIRTIO=m
# CONFIG_ASYMMETRIC_KEY_TYPE is not set

#
# Certificates for signature checking
#
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_RAID6_PQ=y
CONFIG_BITREVERSE=y
CONFIG_RATIONAL=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC64 is not set
# CONFIG_CRC4 is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_XXHASH=m
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=m
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_ZSTD_COMPRESS=m
CONFIG_ZSTD_DECOMPRESS=m
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_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_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
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_DMA_DIRECT_OPS=y
CONFIG_SWIOTLB=y
CONFIG_SGL_ALLOC=y
CONFIG_IOMMU_HELPER=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_LRU_CACHE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
# CONFIG_IRQ_POLL is not set
CONFIG_OID_REGISTRY=m
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
CONFIG_FONT_7x14=y
CONFIG_FONT_PEARL_8x8=y
CONFIG_FONT_ACORN_8x8=y
CONFIG_FONT_MINI_4x6=y
# CONFIG_FONT_6x10 is not set
CONFIG_FONT_10x18=y
CONFIG_FONT_SUN8x16=y
CONFIG_FONT_SUN12x22=y
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_SG_CHAIN=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_HAS_UACCESS_MCSAFE=y
CONFIG_SBITMAP=y
# CONFIG_STRING_SELFTEST is not set

#
# Kernel hacking
#

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
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 is not set

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_GDB_SCRIPTS is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_PAGE_OWNER is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_STACK_VALIDATION=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_PAGE_POISONING is not set
# CONFIG_DEBUG_PAGE_REF is not set
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
CONFIG_HAVE_ARCH_KASAN=y
# CONFIG_KASAN is not set
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Lockups and Hangs
#
# CONFIG_SOFTLOCKUP_DETECTOR is not set
CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_WQ_WATCHDOG is not set
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
# CONFIG_RCU_PERF_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
CONFIG_RCU_TRACE=y
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
CONFIG_FUNCTION_ERROR_INJECTION=y
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=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_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
# CONFIG_PREEMPTIRQ_EVENTS is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_HWLAT_TRACER is not set
CONFIG_FTRACE_SYSCALLS=y
# CONFIG_TRACER_SNAPSHOT is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_STACK_TRACER is not set
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENTS=y
# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set
CONFIG_UPROBE_EVENTS=y
CONFIG_PROBE_EVENTS=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_FTRACE_MCOUNT_RECORD=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_MMIOTRACE is not set
# CONFIG_HIST_TRIGGERS is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_PREEMPTIRQ_DELAY_TEST is not set
# CONFIG_TRACE_EVAL_MAP_FILE is not set
CONFIG_TRACING_EVENTS_GPIO=y
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DMA_API_DEBUG is not set
CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_TEST_SORT is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_ASYNC_RAID6_TEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_BITFIELD is not set
# CONFIG_TEST_UUID is not set
# CONFIG_TEST_XARRAY is not set
# CONFIG_TEST_OVERFLOW is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_TEST_HASH is not set
# CONFIG_TEST_IDA is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_FIND_BIT_BENCHMARK is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_SYSCTL is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_TEST_STATIC_KEYS is not set
# CONFIG_TEST_KMOD is not set
# CONFIG_TEST_MEMCAT_P is not set
CONFIG_MEMTEST=y
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_UBSAN is not set
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_IO_STRICT_DEVMEM is not set
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_EARLY_PRINTK_USB=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
# CONFIG_EARLY_PRINTK_EFI is not set
# CONFIG_EARLY_PRINTK_USB_XDBC is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_EFI_PGT_DUMP is not set
# CONFIG_DEBUG_WX is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_DEBUG is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING 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=y
# CONFIG_UNWINDER_FRAME_POINTER is not set
[ 0.264379] initcall cpuidle_init+0x0/0x3b returned 0 after 0 usecs
[ 0.264381] calling capsule_reboot_register+0x0/0x11 @ 1
[ 0.264382] initcall capsule_reboot_register+0x0/0x11 returned 0 after 0 usecs
[ 0.264383] calling bsp_pm_check_init+0x0/0x14 @ 1
[ 0.264384] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[ 0.264385] calling sock_init+0x0/0x9a @ 1
[ 0.264421] initcall sock_init+0x0/0x9a returned 0 after 0 usecs
[ 0.264422] calling net_inuse_init+0x0/0x24 @ 1
[ 0.264424] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs
[ 0.264425] calling net_defaults_init+0x0/0x24 @ 1
[ 0.264427] initcall net_defaults_init+0x0/0x24 returned 0 after 0 usecs
[ 0.264428] calling init_default_flow_dissectors+0x0/0x50 @ 1
[ 0.264429] initcall init_default_flow_dissectors+0x0/0x50 returned 0 after 0 usecs
[ 0.264430] calling netpoll_init+0x0/0x28 @ 1
[ 0.264431] initcall netpoll_init+0x0/0x28 returned 0 after 0 usecs
[ 0.264433] calling netlink_proto_init+0x0/0x17b @ 1
[ 0.264447] NET: Registered protocol family 16
[ 0.264807] initcall netlink_proto_init+0x0/0x17b returned 0 after 976 usecs
[ 0.264850] calling irq_sysfs_init+0x0/0x94 @ 1
[ 0.264885] initcall irq_sysfs_init+0x0/0x94 returned 0 after 0 usecs
[ 0.264886] calling audit_init+0x0/0x16c @ 1
[ 0.264887] initcall audit_init+0x0/0x16c returned 0 after 0 usecs
[ 0.264888] calling release_early_probes+0x0/0x38 @ 1
[ 0.264889] initcall release_early_probes+0x0/0x38 returned 0 after 0 usecs
[ 0.264890] calling bdi_class_init+0x0/0x49 @ 1
[ 0.264895] initcall bdi_class_init+0x0/0x49 returned 0 after 0 usecs
[ 0.264896] calling mm_sysfs_init+0x0/0x29 @ 1
[ 0.264898] initcall mm_sysfs_init+0x0/0x29 returned 0 after 0 usecs
[ 0.264899] calling pcibus_class_init+0x0/0x18 @ 1
[ 0.264901] initcall pcibus_class_init+0x0/0x18 returned 0 after 0 usecs
[ 0.264902] calling pci_driver_init+0x0/0x22 @ 1
[ 0.264909] initcall pci_driver_init+0x0/0x22 returned 0 after 0 usecs
[ 0.264910] calling backlight_class_init+0x0/0xa6 @ 1
[ 0.264912] initcall backlight_class_init+0x0/0xa6 returned 0 after 0 usecs
[ 0.264913] calling tty_class_init+0x0/0x34 @ 1
[ 0.264916] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs
[ 0.264917] calling vtconsole_class_init+0x0/0xd8 @ 1
[ 0.264925] initcall vtconsole_class_init+0x0/0xd8 returned 0 after 0 usecs
[ 0.264926] calling iommu_dev_init+0x0/0x18 @ 1
[ 0.264928] initcall iommu_dev_init+0x0/0x18 returned 0 after 0 usecs
[ 0.264929] calling mipi_dsi_bus_init+0x0/0x11 @ 1
[ 0.264933] initcall mipi_dsi_bus_init+0x0/0x11 returned 0 after 0 usecs
[ 0.264935] calling wakeup_sources_debugfs_init+0x0/0x24 @ 1
[ 0.264937] initcall wakeup_sources_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 0.264938] calling register_node_type+0x0/0x18 @ 1
[ 0.264944] initcall register_node_type+0x0/0x18 returned 0 after 0 usecs
[ 0.264945] calling regmap_initcall+0x0/0xd @ 1
[ 0.264947] initcall regmap_initcall+0x0/0xd returned 0 after 0 usecs
[ 0.264948] calling i2c_init+0x0/0xb4 @ 1
[ 0.264956] initcall i2c_init+0x0/0xb4 returned 0 after 0 usecs
[ 0.264957] calling init_ladder+0x0/0x1b @ 1
[ 0.264974] cpuidle: using governor ladder
[ 0.264974] initcall init_ladder+0x0/0x1b returned 0 after 0 usecs
[ 0.264974] calling init_menu+0x0/0x11 @ 1
[ 0.264974] initcall init_menu+0x0/0x11 returned 0 after 0 usecs
[ 0.264974] calling pcc_init+0x0/0x4e @ 1
[ 0.264974] initcall pcc_init+0x0/0x4e returned -19 after 0 usecs
[ 0.264974] calling amd_postcore_init+0x0/0x116 @ 1
[ 0.264974] initcall amd_postcore_init+0x0/0x116 returned 0 after 0 usecs
[ 0.264974] calling kobject_uevent_init+0x0/0xc @ 1
[ 0.264974] initcall kobject_uevent_init+0x0/0xc returned 0 after 0 usecs
[ 0.264974] calling bts_init+0x0/0xbb @ 1
[ 0.264974] initcall bts_init+0x0/0xbb returned -19 after 0 usecs
[ 0.264974] calling pt_init+0x0/0x373 @ 1
[ 0.265372] initcall pt_init+0x0/0x373 returned 0 after 0 usecs
[ 0.265372] calling boot_params_ksysfs_init+0x0/0x27e @ 1
[ 0.265372] initcall boot_params_ksysfs_init+0x0/0x27e returned 0 after 0 usecs
[ 0.265372] calling sbf_init+0x0/0xcb @ 1
[ 0.265372] initcall sbf_init+0x0/0xcb returned 0 after 0 usecs
[ 0.265372] calling arch_kdebugfs_init+0x0/0x24 @ 1
[ 0.265372] initcall arch_kdebugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 0.265372] calling intel_pconfig_init+0x0/0x83 @ 1
[ 0.265372] initcall intel_pconfig_init+0x0/0x83 returned 0 after 0 usecs
[ 0.265372] calling mtrr_if_init+0x0/0x5e @ 1
[ 0.265372] initcall mtrr_if_init+0x0/0x5e returned 0 after 0 usecs
[ 0.265372] calling ffh_cstate_init+0x0/0x2a @ 1
[ 0.265372] initcall ffh_cstate_init+0x0/0x2a returned 0 after 0 usecs
[ 0.265372] calling acpi_pci_init+0x0/0x58 @ 1
[ 0.265372] ACPI: bus type PCI registered
[ 0.265372] initcall acpi_pci_init+0x0/0x58 returned 0 after 976 usecs
[ 0.265372] calling dmi_id_init+0x0/0x33d @ 1
[ 0.265372] initcall dmi_id_init+0x0/0x33d returned 0 after 0 usecs
[ 0.265372] calling pci_arch_init+0x0/0x66 @ 1
[ 0.265372] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.265804] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.266266] PCI: Using configuration type 1 for base access
[ 0.266803] initcall pci_arch_init+0x0/0x66 returned 0 after 976 usecs
[ 0.266846] calling init_vdso+0x0/0x14 @ 1
[ 0.266847] initcall init_vdso+0x0/0x14 returned 0 after 0 usecs
[ 0.266848] calling sysenter_setup+0x0/0x14 @ 1
[ 0.266850] initcall sysenter_setup+0x0/0x14 returned 0 after 0 usecs
[ 0.266850] calling fixup_ht_bug+0x0/0x98 @ 1
[ 0.266852] initcall fixup_ht_bug+0x0/0x98 returned 0 after 0 usecs
[ 0.266853] calling topology_init+0x0/0x8e @ 1
[ 0.267004] initcall topology_init+0x0/0x8e returned 0 after 976 usecs
[ 0.267005] calling mtrr_init_finialize+0x0/0x3f @ 1
[ 0.267007] initcall mtrr_init_finialize+0x0/0x3f returned 0 after 0 usecs
[ 0.267008] calling uid_cache_init+0x0/0x8d @ 1
[ 0.267013] initcall uid_cache_init+0x0/0x8d returned 0 after 0 usecs
[ 0.267014] calling param_sysfs_init+0x0/0x1b6 @ 1
[ 0.268351] initcall param_sysfs_init+0x0/0x1b6 returned 0 after 976 usecs
[ 0.268352] calling user_namespace_sysctl_init+0x0/0x34 @ 1
[ 0.268358] initcall user_namespace_sysctl_init+0x0/0x34 returned 0 after 0 usecs
[ 0.268359] calling pm_sysrq_init+0x0/0x19 @ 1
[ 0.268932] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[ 0.268934] calling crash_save_vmcoreinfo_init+0x0/0x5c3 @ 1
[ 0.268952] initcall crash_save_vmcoreinfo_init+0x0/0x5c3 returned 0 after 0 usecs
[ 0.268953] calling crash_notes_memory_init+0x0/0x36 @ 1
[ 0.268956] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 0 usecs
[ 0.268957] calling cgroup_sysfs_init+0x0/0x18 @ 1
[ 0.268960] initcall cgroup_sysfs_init+0x0/0x18 returned 0 after 0 usecs
[ 0.268961] calling cgroup_namespaces_init+0x0/0x8 @ 1
[ 0.268962] initcall cgroup_namespaces_init+0x0/0x8 returned 0 after 0 usecs
[ 0.268963] calling user_namespaces_init+0x0/0x2d @ 1
[ 0.268967] initcall user_namespaces_init+0x0/0x2d returned 0 after 0 usecs
[ 0.268968] calling oom_init+0x0/0x30 @ 1
[ 0.269070] initcall oom_init+0x0/0x30 returned 0 after 0 usecs
[ 0.269070] calling default_bdi_init+0x0/0xae @ 1
[ 0.269084] initcall default_bdi_init+0x0/0xae returned 0 after 0 usecs
[ 0.269084] calling cgwb_init+0x0/0x2e @ 1
[ 0.269084] initcall cgwb_init+0x0/0x2e returned 0 after 0 usecs
[ 0.269084] calling percpu_enable_async+0x0/0xf @ 1
[ 0.269084] initcall percpu_enable_async+0x0/0xf returned 0 after 0 usecs
[ 0.269084] calling kcompactd_init+0x0/0x90 @ 1
[ 0.269129] initcall kcompactd_init+0x0/0x90 returned 0 after 0 usecs
[ 0.269129] calling init_user_reserve+0x0/0x40 @ 1
[ 0.269129] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[ 0.269129] calling init_admin_reserve+0x0/0x40 @ 1
[ 0.269129] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[ 0.269129] calling init_reserve_notifier+0x0/0x3 @ 1
[ 0.269129] initcall init_reserve_notifier+0x0/0x3 returned 0 after 0 usecs
[ 0.269129] calling swap_init_sysfs+0x0/0x63 @ 1
[ 0.269129] initcall swap_init_sysfs+0x0/0x63 returned 0 after 0 usecs
[ 0.269129] calling swapfile_init+0x0/0xad @ 1
[ 0.269129] initcall swapfile_init+0x0/0xad returned 0 after 0 usecs
[ 0.269129] calling hugetlb_init+0x0/0x4d8 @ 1
[ 0.269129] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.269129] initcall hugetlb_init+0x0/0x4d8 returned 0 after 0 usecs
[ 0.269129] calling hugepage_init+0x0/0x134 @ 1
[ 0.269708] initcall hugepage_init+0x0/0x134 returned 0 after 0 usecs
[ 0.269708] calling mem_cgroup_init+0x0/0x14b @ 1
[ 0.269708] initcall mem_cgroup_init+0x0/0x14b returned 0 after 0 usecs
[ 0.269708] calling mem_cgroup_swap_init+0x0/0x57 @ 1
[ 0.269708] initcall mem_cgroup_swap_init+0x0/0x57 returned 0 after 0 usecs
[ 0.269708] calling crypto_wq_init+0x0/0x31 @ 1
[ 0.269736] initcall crypto_wq_init+0x0/0x31 returned 0 after 0 usecs
[ 0.269739] calling cryptomgr_init+0x0/0x11 @ 1
[ 0.269739] initcall cryptomgr_init+0x0/0x11 returned 0 after 0 usecs
[ 0.269739] calling init_bio+0x0/0xd2 @ 1
[ 0.269786] initcall init_bio+0x0/0xd2 returned 0 after 976 usecs
[ 0.269786] calling blk_settings_init+0x0/0x2a @ 1
[ 0.269786] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs
[ 0.269786] calling blk_ioc_init+0x0/0x2a @ 1
[ 0.269786] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[ 0.269786] calling blk_softirq_init+0x0/0x71 @ 1
[ 0.269786] initcall blk_softirq_init+0x0/0x71 returned 0 after 0 usecs
[ 0.269786] calling blk_mq_init+0x0/0x2a @ 1
[ 0.269786] initcall blk_mq_init+0x0/0x2a returned 0 after 0 usecs
[ 0.269786] calling genhd_device_init+0x0/0x76 @ 1
[ 0.269840] initcall genhd_device_init+0x0/0x76 returned 0 after 0 usecs
[ 0.269840] calling raid6_select_algo+0x0/0x2e9 @ 1
[ 0.286167] raid6: sse2x1 gen() 13492 MB/s
[ 0.303167] raid6: sse2x1 xor() 9960 MB/s
[ 0.320167] raid6: sse2x2 gen() 16734 MB/s
[ 0.337166] raid6: sse2x2 xor() 11513 MB/s
[ 0.354167] raid6: sse2x4 gen() 19566 MB/s
[ 0.371167] raid6: sse2x4 xor() 12490 MB/s
[ 0.388167] raid6: avx2x1 gen() 27410 MB/s
[ 0.405165] raid6: avx2x1 xor() 19580 MB/s
[ 0.422165] raid6: avx2x2 gen() 32984 MB/s
[ 0.439166] raid6: avx2x2 xor() 21628 MB/s
[ 0.456166] raid6: avx2x4 gen() 35656 MB/s
[ 0.473165] raid6: avx2x4 xor() 23494 MB/s
[ 0.473506] raid6: using algorithm avx2x4 gen() 35656 MB/s
[ 0.473801] raid6: .... xor() 23494 MB/s, rmw enabled
[ 0.474171] raid6: using avx2x2 recovery algorithm
[ 0.474528] initcall raid6_select_algo+0x0/0x2e9 returned 0 after 200195 usecs
[ 0.474529] calling gpiolib_debugfs_init+0x0/0x24 @ 1
[ 0.474532] initcall gpiolib_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 0.474533] calling pci_slot_init+0x0/0x50 @ 1
[ 0.474535] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[ 0.474536] calling fbmem_init+0x0/0xdb @ 1
[ 0.474547] initcall fbmem_init+0x0/0xdb returned 0 after 0 usecs
[ 0.474548] calling scan_for_dmi_ipmi+0x0/0x11a @ 1
[ 0.474550] initcall scan_for_dmi_ipmi+0x0/0x11a returned 0 after 0 usecs
[ 0.474551] calling acpi_init+0x0/0x337 @ 1
[ 0.475287] ACPI: Added _OSI(Module Device)
[ 0.475287] ACPI: Added _OSI(Processor Device)
[ 0.475287] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.475493] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.475801] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.476140] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.496296] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.498928] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.501488] ACPI: Dynamic OEM Table Load:
[ 0.501804] ACPI: SSDT 0xFFFF8882248E6800 0006E4 (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.502721] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.503951] ACPI: Dynamic OEM Table Load:
[ 0.504325] ACPI: SSDT 0xFFFF888224B00400 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.505050] ACPI: Dynamic OEM Table Load:
[ 0.505380] ACPI: SSDT 0xFFFF888224B03600 00008E (v02 PmRef Cpu0Hwp 00003000 INTL 20120913)
[ 0.506990] ACPI: Dynamic OEM Table Load:
[ 0.506990] ACPI: SSDT 0xFFFF8882248EAE00 000130 (v02 PmRef HwpLvt 00003000 INTL 20120913)
[ 0.507960] ACPI: Dynamic OEM Table Load:
[ 0.508289] ACPI: SSDT 0xFFFF8882248E6000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
[ 0.509203] ACPI: Dynamic OEM Table Load:
[ 0.509532] ACPI: SSDT 0xFFFF8882248EAC00 000119 (v02 PmRef ApHwp 00003000 INTL 20120913)
[ 0.511029] ACPI: Dynamic OEM Table Load:
[ 0.511029] ACPI: SSDT 0xFFFF8882248EAA00 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
[ 0.515247] ACPI: Interpreter enabled
[ 0.515576] ACPI: (supports S0 S3 S5)
[ 0.515801] ACPI: Using IOAPIC for interrupt routing
[ 0.516188] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.517247] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.519233] ACPI: Power Resource [PG00] (on)
[ 0.521791] ACPI: Power Resource [WRST] (off)
[ 0.522024] ACPI: Power Resource [WRST] (off)
[ 0.522930] ACPI: Power Resource [WRST] (off)
[ 0.523495] ACPI: Power Resource [WRST] (off)
[ 0.524022] ACPI: Power Resource [WRST] (off)
[ 0.524584] ACPI: Power Resource [WRST] (off)
[ 0.525021] ACPI: Power Resource [WRST] (off)
[ 0.525583] ACPI: Power Resource [WRST] (off)
[ 0.526021] ACPI: Power Resource [WRST] (off)
[ 0.526929] ACPI: Power Resource [WRST] (off)
[ 0.527493] ACPI: Power Resource [WRST] (off)
[ 0.528022] ACPI: Power Resource [WRST] (off)
[ 0.528586] ACPI: Power Resource [WRST] (off)
[ 0.529020] ACPI: Power Resource [WRST] (off)
[ 0.529585] ACPI: Power Resource [WRST] (off)
[ 0.530048] ACPI: Power Resource [WRST] (off)
[ 0.530913] ACPI: Power Resource [WRST] (off)
[ 0.531502] ACPI: Power Resource [WRST] (off)
[ 0.532021] ACPI: Power Resource [WRST] (off)
[ 0.532584] ACPI: Power Resource [WRST] (off)
[ 0.538594] ACPI: Power Resource [FN00] (off)
[ 0.538858] ACPI: Power Resource [FN01] (off)
[ 0.539257] ACPI: Power Resource [FN02] (off)
[ 0.539655] ACPI: Power Resource [FN03] (off)
[ 0.539856] ACPI: Power Resource [FN04] (off)
[ 0.541272] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.541712] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.542891] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.543853] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability LTR]
[ 0.544568] PCI host bridge to bus 0000:00
[ 0.544802] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.545258] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.545802] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.546355] pci_bus 0000:00: root bus resource [mem 0xcf800000-0xf7ffffff window]
[ 0.546801] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.547355] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.547806] pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
[ 0.547814] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10 @ 1
[ 0.548266] pci 0000:00:00.0: quirk_mmio_always_on+0x0/0x10 took 0 usecs
[ 0.548884] pci 0000:00:02.0: [8086:1912] type 00 class 0x030000
[ 0.548891] pci 0000:00:02.0: reg 0x10: [mem 0xf6000000-0xf6ffffff 64bit]
[ 0.548895] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.548898] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.548909] pci 0000:00:02.0: calling efifb_fixup_resources+0x0/0x130 @ 1
[ 0.549380] pci 0000:00:02.0: efifb_fixup_resources+0x0/0x130 took 0 usecs
[ 0.549939] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[ 0.549957] pci 0000:00:14.0: reg 0x10: [mem 0xf7030000-0xf703ffff 64bit]
[ 0.550010] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.550106] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[ 0.550123] pci 0000:00:14.2: reg 0x10: [mem 0xf704e000-0xf704efff 64bit]
[ 0.550254] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[ 0.550276] pci 0000:00:16.0: reg 0x10: [mem 0xf704d000-0xf704dfff 64bit]
[ 0.550337] pci 0000:00:16.0: PME# supported from D3hot
[ 0.550448] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[ 0.550462] pci 0000:00:17.0: reg 0x10: [mem 0xf7048000-0xf7049fff]
[ 0.550467] pci 0000:00:17.0: reg 0x14: [mem 0xf704c000-0xf704c0ff]
[ 0.550473] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 0.550479] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.550484] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.550490] pci 0000:00:17.0: reg 0x24: [mem 0xf704b000-0xf704b7ff]
[ 0.550521] pci 0000:00:17.0: PME# supported from D3hot
[ 0.550630] pci 0000:00:1f.0: [8086:a147] type 00 class 0x060100
[ 0.550876] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[ 0.550889] pci 0000:00:1f.2: reg 0x10: [mem 0xf7044000-0xf7047fff]
[ 0.551017] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[ 0.551041] pci 0000:00:1f.3: reg 0x10: [mem 0xf7040000-0xf7043fff 64bit]
[ 0.551069] pci 0000:00:1f.3: reg 0x20: [mem 0xf7020000-0xf702ffff 64bit]
[ 0.551111] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.551235] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[ 0.551252] pci 0000:00:1f.4: reg 0x10: [mem 0xf704a000-0xf704a0ff 64bit]
[ 0.551271] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.551376] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[ 0.551385] pci 0000:00:1f.6: calling quirk_f0_vpd_link+0x0/0x60 @ 1
[ 0.551803] pci 0000:00:1f.6: quirk_f0_vpd_link+0x0/0x60 took 0 usecs
[ 0.552304] pci 0000:00:1f.6: reg 0x10: [mem 0xf7000000-0xf701ffff]
[ 0.552403] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.553959] ACPI: PCI Interrupt Link [LNKA] (IRQs 6 10 *11 12 14 15)
[ 0.554489] ACPI: PCI Interrupt Link [LNKB] (IRQs 6 *10 11 12 14 15)
[ 0.554846] ACPI: PCI Interrupt Link [LNKC] (IRQs 6 10 *11 12 14 15)
[ 0.555326] ACPI: PCI Interrupt Link [LNKD] (IRQs 6 10 *11 12 14 15)
[ 0.555845] ACPI: PCI Interrupt Link [LNKE] (IRQs 6 10 *11 12 14 15)
[ 0.556327] ACPI: PCI Interrupt Link [LNKF] (IRQs 6 10 *11 12 14 15)
[ 0.556845] ACPI: PCI Interrupt Link [LNKG] (IRQs 6 10 *11 12 14 15)
[ 0.557364] ACPI: PCI Interrupt Link [LNKH] (IRQs 6 10 *11 12 14 15)
[ 0.558653] initcall acpi_init+0x0/0x337 returned 0 after 81054 usecs
[ 0.558653] calling pnp_init+0x0/0x11 @ 1
[ 0.558653] initcall pnp_init+0x0/0x11 returned 0 after 0 usecs
[ 0.558653] calling misc_init+0x0/0xbd @ 1
[ 0.558653] initcall misc_init+0x0/0xbd returned 0 after 0 usecs
[ 0.558653] calling vga_arb_device_init+0x0/0x248 @ 1
[ 0.558701] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.558701] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.559803] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.560210] vgaarb: loaded
[ 0.560210] initcall vga_arb_device_init+0x0/0x248 returned 0 after 1953 usecs
[ 0.560210] calling cn_init+0x0/0xf0 @ 1
[ 0.560210] initcall cn_init+0x0/0xf0 returned 0 after 0 usecs
[ 0.560210] calling parport_default_proc_register+0x0/0x3e @ 1
[ 0.560210] initcall parport_default_proc_register+0x0/0x3e returned 0 after 0 usecs
[ 0.560210] calling dma_buf_init+0x0/0x90 @ 1
[ 0.560210] initcall dma_buf_init+0x0/0x90 returned 0 after 0 usecs
[ 0.560210] calling init_scsi+0x0/0x88 @ 1
[ 0.560210] SCSI subsystem initialized
[ 0.560210] initcall init_scsi+0x0/0x88 returned 0 after 976 usecs
[ 0.560210] calling ata_init+0x0/0x321 @ 1
[ 0.560872] libata version 3.00 loaded.
[ 0.560872] initcall ata_init+0x0/0x321 returned 0 after 0 usecs
[ 0.560872] calling phy_init+0x0/0x210 @ 1
[ 0.560872] initcall phy_init+0x0/0x210 returned 0 after 0 usecs
[ 0.560872] calling usb_init+0x0/0x133 @ 1
[ 0.560872] ACPI: bus type USB registered
[ 0.560872] usbcore: registered new interface driver usbfs
[ 0.560872] usbcore: registered new interface driver hub
[ 0.562028] usbcore: registered new device driver usb
[ 0.562028] initcall usb_init+0x0/0x133 returned 0 after 976 usecs
[ 0.562028] calling serio_init+0x0/0x2a @ 1
[ 0.562028] initcall serio_init+0x0/0x2a returned 0 after 0 usecs
[ 0.562028] calling input_init+0x0/0xfd @ 1
[ 0.562028] initcall input_init+0x0/0xfd returned 0 after 0 usecs
[ 0.562028] calling rtc_init+0x0/0x4c @ 1
[ 0.562028] initcall rtc_init+0x0/0x4c returned 0 after 0 usecs
[ 0.562028] calling pps_init+0x0/0xaa @ 1
[ 0.562028] pps_core: LinuxPPS API ver. 1 registered
[ 0.562801] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 0.562802] initcall pps_init+0x0/0xaa returned 0 after 976 usecs
[ 0.562803] calling ptp_init+0x0/0x99 @ 1
[ 0.562804] PTP clock support registered
[ 0.563122] initcall ptp_init+0x0/0x99 returned 0 after 0 usecs
[ 0.563123] calling power_supply_class_init+0x0/0x40 @ 1
[ 0.563126] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[ 0.563127] calling hwmon_init+0x0/0xf9 @ 1
[ 0.563130] initcall hwmon_init+0x0/0xf9 returned 0 after 0 usecs
[ 0.563131] calling md_init+0x0/0x142 @ 1
[ 0.563787] initcall md_init+0x0/0x142 returned 0 after 0 usecs
[ 0.563787] calling edac_init+0x0/0x70 @ 1
[ 0.563787] EDAC MC: Ver: 3.0.0
[ 0.564125] initcall edac_init+0x0/0x70 returned 0 after 0 usecs
[ 0.564125] calling dmi_init+0x0/0x114 @ 1
[ 0.564125] initcall dmi_init+0x0/0x114 returned 0 after 0 usecs
[ 0.564125] calling efisubsys_init+0x0/0x2fe @ 1
[ 0.564125] initcall efisubsys_init+0x0/0x2fe returned 0 after 0 usecs
[ 0.564125] calling ras_init+0x0/0xf @ 1
[ 0.564125] initcall ras_init+0x0/0xf returned 0 after 0 usecs
[ 0.564125] calling nvmem_init+0x0/0x11 @ 1
[ 0.564125] initcall nvmem_init+0x0/0x11 returned 0 after 0 usecs
[ 0.564125] calling init_soundcore+0x0/0x34 @ 1
[ 0.564125] initcall init_soundcore+0x0/0x34 returned 0 after 0 usecs
[ 0.564125] calling alsa_sound_init+0x0/0x90 @ 1
[ 0.564125] Advanced Linux Sound Architecture Driver Initialized.
[ 0.564125] initcall alsa_sound_init+0x0/0x90 returned 0 after 0 usecs
[ 0.564125] calling hda_bus_init+0x0/0x11 @ 1
[ 0.564125] initcall hda_bus_init+0x0/0x11 returned 0 after 0 usecs
[ 0.564125] calling ac97_bus_init+0x0/0x11 @ 1
[ 0.564125] initcall ac97_bus_init+0x0/0x11 returned 0 after 0 usecs
[ 0.564125] calling pci_subsys_init+0x0/0x67 @ 1
[ 0.564125] PCI: Using ACPI for IRQ routing
[ 0.571345] PCI: pci_cache_line_size set to 64 bytes
[ 0.571369] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
[ 0.571370] e820: reserve RAM buffer [mem 0xbe174000-0xbfffffff]
[ 0.571370] e820: reserve RAM buffer [mem 0xc4d30000-0xc7ffffff]
[ 0.571371] e820: reserve RAM buffer [mem 0xc9eff000-0xcbffffff]
[ 0.571372] e820: reserve RAM buffer [mem 0x22e800000-0x22fffffff]
[ 0.571373] initcall pci_subsys_init+0x0/0x67 returned 0 after 7812 usecs
[ 0.571374] calling proto_init+0x0/0x11 @ 1
[ 0.571376] initcall proto_init+0x0/0x11 returned 0 after 0 usecs
[ 0.571377] calling net_dev_init+0x0/0x21b @ 1
[ 0.571420] initcall net_dev_init+0x0/0x21b returned 0 after 0 usecs
[ 0.571421] calling neigh_init+0x0/0x80 @ 1
[ 0.571422] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[ 0.571423] calling fib_notifier_init+0x0/0x11 @ 1
[ 0.571425] initcall fib_notifier_init+0x0/0x11 returned 0 after 0 usecs
[ 0.571426] calling fib_rules_init+0x0/0xac @ 1
[ 0.571427] initcall fib_rules_init+0x0/0xac returned 0 after 0 usecs
[ 0.571428] calling init_cgroup_netprio+0x0/0x14 @ 1
[ 0.571430] initcall init_cgroup_netprio+0x0/0x14 returned 0 after 0 usecs
[ 0.571431] calling bpf_lwt_init+0x0/0x16 @ 1
[ 0.571432] initcall bpf_lwt_init+0x0/0x16 returned 0 after 0 usecs
[ 0.571433] calling pktsched_init+0x0/0x10f @ 1
[ 0.571436] initcall pktsched_init+0x0/0x10f returned 0 after 0 usecs
[ 0.571437] calling tc_filter_init+0x0/0xf8 @ 1
[ 0.571440] initcall tc_filter_init+0x0/0xf8 returned 0 after 0 usecs
[ 0.571441] calling tc_action_init+0x0/0x69 @ 1
[ 0.571444] initcall tc_action_init+0x0/0x69 returned 0 after 0 usecs
[ 0.571445] calling genl_init+0x0/0x36 @ 1
[ 0.571448] initcall genl_init+0x0/0x36 returned 0 after 0 usecs
[ 0.571449] calling watchdog_init+0x0/0x88 @ 1
[ 0.572090] initcall watchdog_init+0x0/0x88 returned 0 after 0 usecs
[ 0.572090] calling nmi_warning_debugfs+0x0/0x27 @ 1
[ 0.572090] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs
[ 0.572090] calling save_microcode_in_initrd+0x0/0x59 @ 1
[ 0.572090] initcall save_microcode_in_initrd+0x0/0x59 returned 0 after 0 usecs
[ 0.572090] calling hpet_late_init+0x0/0x111 @ 1
[ 0.572090] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.572090] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.575802] initcall hpet_late_init+0x0/0x111 returned 0 after 3906 usecs
[ 0.575803] calling init_amd_nbs+0x0/0x11f @ 1
[ 0.575806] initcall init_amd_nbs+0x0/0x11f returned 0 after 0 usecs
[ 0.575807] calling clocksource_done_booting+0x0/0x42 @ 1
[ 0.575815] clocksource: Switched to clocksource tsc-early
[ 0.576207] initcall clocksource_done_booting+0x0/0x42 returned 0 after 395 usecs
[ 0.576208] calling tracer_init_tracefs+0x0/0x1b8 @ 1
[ 0.583331] initcall tracer_init_tracefs+0x0/0x1b8 returned 0 after 6954 usecs
[ 0.583332] calling init_trace_printk_function_export+0x0/0x2d @ 1
[ 0.583334] initcall init_trace_printk_function_export+0x0/0x2d returned 0 after 0 usecs
[ 0.583335] calling init_graph_tracefs+0x0/0x2d @ 1
[ 0.583336] initcall init_graph_tracefs+0x0/0x2d returned 0 after 0 usecs
[ 0.583337] calling init_kprobe_trace+0x0/0x8a @ 1
[ 0.583339] initcall init_kprobe_trace+0x0/0x8a returned 0 after 0 usecs
[ 0.583340] calling init_uprobe_trace+0x0/0x4f @ 1
[ 0.583343] initcall init_uprobe_trace+0x0/0x4f returned 0 after 1 usecs
[ 0.583344] calling init_pipe_fs+0x0/0x47 @ 1
[ 0.583349] initcall init_pipe_fs+0x0/0x47 returned 0 after 4 usecs
[ 0.583350] calling cgroup_writeback_init+0x0/0x2b @ 1
[ 0.583359] initcall cgroup_writeback_init+0x0/0x2b returned 0 after 6 usecs
[ 0.583360] calling inotify_user_setup+0x0/0x48 @ 1
[ 0.583363] initcall inotify_user_setup+0x0/0x48 returned 0 after 1 usecs
[ 0.583364] calling eventpoll_init+0x0/0xc9 @ 1
[ 0.583368] initcall eventpoll_init+0x0/0xc9 returned 0 after 3 usecs
[ 0.583369] calling anon_inode_init+0x0/0x5b @ 1
[ 0.583373] initcall anon_inode_init+0x0/0x5b returned 0 after 2 usecs
[ 0.583374] calling proc_locks_init+0x0/0x28 @ 1
[ 0.583376] initcall proc_locks_init+0x0/0x28 returned 0 after 0 usecs
[ 0.583377] calling dquot_init+0x0/0x119 @ 1
[ 0.583377] VFS: Disk quotas dquot_6.6.0
[ 0.583709] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.584182] initcall dquot_init+0x0/0x119 returned 0 after 784 usecs
[ 0.584183] calling quota_init+0x0/0x24 @ 1
[ 0.584187] initcall quota_init+0x0/0x24 returned 0 after 2 usecs
[ 0.584188] calling proc_cmdline_init+0x0/0x22 @ 1
[ 0.584190] initcall proc_cmdline_init+0x0/0x22 returned 0 after 0 usecs
[ 0.584191] calling proc_consoles_init+0x0/0x25 @ 1
[ 0.584193] initcall proc_consoles_init+0x0/0x25 returned 0 after 0 usecs
[ 0.584193] calling proc_cpuinfo_init+0x0/0x1f @ 1
[ 0.584195] initcall proc_cpuinfo_init+0x0/0x1f returned 0 after 0 usecs
[ 0.584196] calling proc_devices_init+0x0/0x25 @ 1
[ 0.584197] initcall proc_devices_init+0x0/0x25 returned 0 after 0 usecs
[ 0.584199] calling proc_interrupts_init+0x0/0x25 @ 1
[ 0.584200] initcall proc_interrupts_init+0x0/0x25 returned 0 after 0 usecs
[ 0.584201] calling proc_loadavg_init+0x0/0x22 @ 1
[ 0.584202] initcall proc_loadavg_init+0x0/0x22 returned 0 after 0 usecs
[ 0.584203] calling proc_meminfo_init+0x0/0x22 @ 1
[ 0.584205] initcall proc_meminfo_init+0x0/0x22 returned 0 after 0 usecs
[ 0.584206] calling proc_stat_init+0x0/0x1f @ 1
[ 0.584207] initcall proc_stat_init+0x0/0x1f returned 0 after 0 usecs
[ 0.584208] calling proc_uptime_init+0x0/0x22 @ 1
[ 0.584209] initcall proc_uptime_init+0x0/0x22 returned 0 after 0 usecs
[ 0.584210] calling proc_version_init+0x0/0x22 @ 1
[ 0.584212] initcall proc_version_init+0x0/0x22 returned 0 after 0 usecs
[ 0.584213] calling proc_softirqs_init+0x0/0x22 @ 1
[ 0.584214] initcall proc_softirqs_init+0x0/0x22 returned 0 after 0 usecs
[ 0.584215] calling proc_kcore_init+0x0/0xa6 @ 1
[ 0.584219] initcall proc_kcore_init+0x0/0xa6 returned 0 after 2 usecs
[ 0.584220] calling proc_kmsg_init+0x0/0x22 @ 1
[ 0.584221] initcall proc_kmsg_init+0x0/0x22 returned 0 after 0 usecs
[ 0.584222] calling proc_page_init+0x0/0x56 @ 1
[ 0.584224] initcall proc_page_init+0x0/0x56 returned 0 after 0 usecs
[ 0.584225] calling fscache_init+0x0/0x1f2 @ 1
[ 0.584233] FS-Cache: Loaded
[ 0.584504] initcall fscache_init+0x0/0x1f2 returned 0 after 271 usecs
[ 0.584505] calling init_ramfs_fs+0x0/0x20 @ 1
[ 0.584507] initcall init_ramfs_fs+0x0/0x20 returned 0 after 0 usecs
[ 0.584508] calling init_hugetlbfs_fs+0x0/0x159 @ 1
[ 0.584516] initcall init_hugetlbfs_fs+0x0/0x159 returned 0 after 7 usecs
[ 0.584517] calling cachefiles_init+0x0/0x9d @ 1
[ 0.584533] CacheFiles: Loaded
[ 0.584814] initcall cachefiles_init+0x0/0x9d returned 0 after 289 usecs
[ 0.584815] calling blk_scsi_ioctl_init+0x0/0x399 @ 1
[ 0.584817] initcall blk_scsi_ioctl_init+0x0/0x399 returned 0 after 0 usecs
[ 0.584818] calling acpi_event_init+0x0/0x2d @ 1
[ 0.584821] initcall acpi_event_init+0x0/0x2d returned 0 after 1 usecs
[ 0.584822] calling pnp_system_init+0x0/0x11 @ 1
[ 0.584825] initcall pnp_system_init+0x0/0x11 returned 0 after 2 usecs
[ 0.584826] calling pnpacpi_init+0x0/0x6e @ 1
[ 0.584827] pnp: PnP ACPI init
[ 0.585253] system 00:00: [io 0x0a00-0x0a0f] has been reserved
[ 0.585677] system 00:00: [io 0x0a10-0x0a1f] has been reserved
[ 0.586089] system 00:00: [io 0x0a20-0x0a2f] has been reserved
[ 0.586502] system 00:00: [io 0x0a30-0x0a3f] has been reserved
[ 0.586916] probe of 00:00 returned 1 after 1665 usecs
[ 0.586918] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.587313] pnp 00:01: [dma 0 disabled]
[ 0.587341] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.587556] system 00:02: [io 0x0400-0x041f] has been reserved
[ 0.587980] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.588394] system 00:02: [io 0xffff] has been reserved
[ 0.588776] system 00:02: [io 0xffff] has been reserved
[ 0.589159] system 00:02: [io 0xffff] has been reserved
[ 0.589542] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 0.589955] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.590369] probe of 00:02 returned 1 after 2814 usecs
[ 0.590371] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.590422] system 00:03: [io 0x0800-0x087f] has been reserved
[ 0.590891] probe of 00:03 returned 1 after 470 usecs
[ 0.590892] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.590902] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.590922] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.591347] probe of 00:05 returned 1 after 425 usecs
[ 0.591348] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.591475] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.591978] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.592427] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.592875] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.593324] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.593817] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.594266] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.594760] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.595208] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.595717] system 00:06: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[ 0.596165] probe of 00:06 returned 1 after 4691 usecs
[ 0.596167] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.596190] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.596649] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.597096] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.597543] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.598008] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.598455] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.598901] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.599351] probe of 00:07 returned 1 after 3161 usecs
[ 0.599352] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.599525] system 00:08: [io 0xff00-0xfffe] has been reserved
[ 0.599948] probe of 00:08 returned 1 after 424 usecs
[ 0.599949] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.600683] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.601142] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.603355] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.603803] probe of 00:09 returned 1 after 3121 usecs
[ 0.603805] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.604210] pnp: PnP ACPI: found 10 devices
[ 0.604548] initcall pnpacpi_init+0x0/0x6e returned 0 after 19257 usecs
[ 0.604549] calling chr_dev_init+0x0/0xa9 @ 1
[ 0.605229] initcall chr_dev_init+0x0/0xa9 returned 0 after 662 usecs
[ 0.605230] calling firmware_class_init+0x0/0xea @ 1
[ 0.605234] initcall firmware_class_init+0x0/0xea returned 0 after 2 usecs
[ 0.605235] calling thermal_init+0x0/0xbb @ 1
[ 0.605240] initcall thermal_init+0x0/0xbb returned 0 after 4 usecs
[ 0.605242] calling cpufreq_gov_performance_init+0x0/0x11 @ 1
[ 0.605243] initcall cpufreq_gov_performance_init+0x0/0x11 returned 0 after 0 usecs
[ 0.605244] calling init_acpi_pm_clocksource+0x0/0xdb @ 1
[ 0.609762] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.610395] initcall init_acpi_pm_clocksource+0x0/0xdb returned 0 after 5028 usecs
[ 0.610396] calling pcibios_assign_resources+0x0/0xc0 @ 1
[ 0.610400] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.610401] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.610402] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.610402] pci_bus 0000:00: resource 7 [mem 0xcf800000-0xf7ffffff window]
[ 0.610403] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.610463] initcall pcibios_assign_resources+0x0/0xc0 returned 0 after 64 usecs
[ 0.610464] calling sysctl_core_init+0x0/0x2b @ 1
[ 0.610472] initcall sysctl_core_init+0x0/0x2b returned 0 after 6 usecs
[ 0.610473] calling eth_offload_init+0x0/0x14 @ 1
[ 0.610474] initcall eth_offload_init+0x0/0x14 returned 0 after 0 usecs
[ 0.610475] calling ipv4_offload_init+0x0/0x74 @ 1
[ 0.610477] initcall ipv4_offload_init+0x0/0x74 returned 0 after 0 usecs
[ 0.610478] calling inet_init+0x0/0x285 @ 1
[ 0.610493] NET: Registered protocol family 2
[ 0.610914] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.611515] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.612141] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.612732] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.613207] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.613660] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.614155] initcall inet_init+0x0/0x285 returned 0 after 3589 usecs
[ 0.614157] calling ipv6_offload_init+0x0/0x7f @ 1
[ 0.614158] initcall ipv6_offload_init+0x0/0x7f returned 0 after 0 usecs
[ 0.614159] calling pci_apply_final_quirks+0x0/0x125 @ 1
[ 0.614164] pci 0000:00:02.0: calling pci_fixup_video+0x0/0x110 @ 1
[ 0.614657] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.615254] pci 0000:00:02.0: pci_fixup_video+0x0/0x110 took 583 usecs
[ 0.615698] pci 0000:00:14.0: calling quirk_usb_early_handoff+0x0/0x680 @ 1
[ 0.616714] pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x680 took 526 usecs
[ 0.617280] pci 0000:00:1f.6: calling quirk_e100_interrupt+0x0/0x1a0 @ 1
[ 0.617735] pci 0000:00:1f.6: quirk_e100_interrupt+0x0/0x1a0 took 0 usecs
[ 0.618193] PCI: CLS 0 bytes, default 64
[ 0.618195] initcall pci_apply_final_quirks+0x0/0x125 returned 0 after 3939 usecs
[ 0.618196] calling acpi_reserve_resources+0x0/0xeb @ 1
[ 0.618198] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 0 usecs
[ 0.618199] calling populate_rootfs+0x0/0x116 @ 1
[ 0.618216] Trying to unpack rootfs image as initramfs...
[ 0.674416] Freeing initrd memory: 5136K
[ 0.674793] initcall populate_rootfs+0x0/0x116 returned 0 after 55263 usecs
[ 0.674794] calling pci_iommu_init+0x0/0x3f @ 1
[ 0.674795] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.675239] software IO TLB: mapped [mem 0xc0d30000-0xc4d30000] (64MB)
[ 0.675683] initcall pci_iommu_init+0x0/0x3f returned 0 after 866 usecs
[ 0.675735] calling ia32_binfmt_init+0x0/0x14 @ 1
[ 0.675740] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 3 usecs
[ 0.675741] calling amd_uncore_init+0x0/0x2c3 @ 1
[ 0.675742] initcall amd_uncore_init+0x0/0x2c3 returned -19 after 0 usecs
[ 0.675743] calling amd_ibs_init+0x0/0x1a7 @ 1
[ 0.675744] initcall amd_ibs_init+0x0/0x1a7 returned -19 after 0 usecs
[ 0.675745] calling amd_iommu_pc_init+0x0/0x24b @ 1
[ 0.675746] initcall amd_iommu_pc_init+0x0/0x24b returned -19 after 0 usecs
[ 0.675747] calling msr_init+0x0/0xd3 @ 1
[ 0.675752] initcall msr_init+0x0/0xd3 returned 0 after 4 usecs
[ 0.675753] calling rapl_pmu_init+0x0/0x233 @ 1
[ 0.675785] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 0.676372] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 0.676776] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 0.677177] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 0.677564] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 0.677962] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 0.678350] initcall rapl_pmu_init+0x0/0x233 returned 0 after 2534 usecs
[ 0.678351] calling intel_uncore_init+0x0/0x249 @ 1
[ 0.678391] probe of 0000:00:00.0 returned 1 after 20 usecs
[ 0.678433] initcall intel_uncore_init+0x0/0x249 returned 0 after 79 usecs
[ 0.678434] calling cstate_pmu_init+0x0/0x1a4 @ 1
[ 0.678483] initcall cstate_pmu_init+0x0/0x1a4 returned 0 after 46 usecs
[ 0.678484] calling register_kernel_offset_dumper+0x0/0x1b @ 1
[ 0.678486] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 0 usecs
[ 0.678487] calling i8259A_init_ops+0x0/0x21 @ 1
[ 0.678488] initcall i8259A_init_ops+0x0/0x21 returned 0 after 0 usecs
[ 0.678490] calling init_tsc_clocksource+0x0/0xb1 @ 1
[ 0.678491] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd3cd494, max_idle_ns: 440795223879 ns
[ 0.679192] clocksource: Switched to clocksource tsc
[ 0.679570] initcall init_tsc_clocksource+0x0/0xb1 returned 0 after 1053 usecs
[ 0.679571] calling add_rtc_cmos+0x0/0xc9 @ 1
[ 0.679573] initcall add_rtc_cmos+0x0/0xc9 returned 0 after 1 usecs
[ 0.679575] calling i8237A_init_ops+0x0/0x37 @ 1
[ 0.679581] initcall i8237A_init_ops+0x0/0x37 returned -19 after 5 usecs
[ 0.679583] calling thermal_throttle_init_device+0x0/0x42 @ 1
[ 0.679645] initcall thermal_throttle_init_device+0x0/0x42 returned 0 after 59 usecs
[ 0.679647] calling ioapic_init_ops+0x0/0x14 @ 1
[ 0.679648] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 0.679649] calling add_pcspkr+0x0/0x6f @ 1
[ 0.679660] initcall add_pcspkr+0x0/0x6f returned 0 after 9 usecs
[ 0.679661] calling sysfb_init+0x0/0x9f @ 1
[ 0.679685] initcall sysfb_init+0x0/0x9f returned 0 after 21 usecs
[ 0.679686] calling audit_classes_init+0x0/0xaf @ 1
[ 0.679689] initcall audit_classes_init+0x0/0xaf returned 0 after 1 usecs
[ 0.679690] calling init_aout_binfmt+0x0/0x16 @ 1
[ 0.679691] initcall init_aout_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 0.679692] calling proc_execdomains_init+0x0/0x22 @ 1
[ 0.679695] initcall proc_execdomains_init+0x0/0x22 returned 0 after 1 usecs
[ 0.679696] calling register_warn_debugfs+0x0/0x24 @ 1
[ 0.679700] initcall register_warn_debugfs+0x0/0x24 returned 0 after 3 usecs
[ 0.679701] calling cpuhp_sysfs_init+0x0/0x8a @ 1
[ 0.679712] initcall cpuhp_sysfs_init+0x0/0x8a returned 0 after 9 usecs
[ 0.679713] calling ioresources_init+0x0/0x4a @ 1
[ 0.679715] initcall ioresources_init+0x0/0x4a returned 0 after 1 usecs
[ 0.679716] calling init_sched_debug_procfs+0x0/0x2f @ 1
[ 0.679718] initcall init_sched_debug_procfs+0x0/0x2f returned 0 after 0 usecs
[ 0.679719] calling psi_proc_init+0x0/0x5b @ 1
[ 0.679721] initcall psi_proc_init+0x0/0x5b returned 0 after 1 usecs
[ 0.679722] calling irq_pm_init_ops+0x0/0x14 @ 1
[ 0.679724] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 0.679725] calling timekeeping_init_ops+0x0/0x14 @ 1
[ 0.679726] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 0.679728] calling init_clocksource_sysfs+0x0/0x24 @ 1
[ 0.679741] initcall init_clocksource_sysfs+0x0/0x24 returned 0 after 11 usecs
[ 0.679742] calling init_timer_list_procfs+0x0/0x32 @ 1
[ 0.679744] initcall init_timer_list_procfs+0x0/0x32 returned 0 after 0 usecs
[ 0.679745] calling alarmtimer_init+0x0/0x134 @ 1
[ 0.679758] probe of alarmtimer returned 1 after 2 usecs
[ 0.679759] initcall alarmtimer_init+0x0/0x134 returned 0 after 12 usecs
[ 0.679761] calling init_posix_timers+0x0/0x2a @ 1
[ 0.679769] initcall init_posix_timers+0x0/0x2a returned 0 after 6 usecs
[ 0.679770] calling clockevents_init_sysfs+0x0/0xc9 @ 1
[ 0.679814] initcall clockevents_init_sysfs+0x0/0xc9 returned 0 after 40 usecs
[ 0.679815] calling proc_dma_init+0x0/0x22 @ 1
[ 0.679817] initcall proc_dma_init+0x0/0x22 returned 0 after 0 usecs
[ 0.679818] calling proc_modules_init+0x0/0x1f @ 1
[ 0.679820] initcall proc_modules_init+0x0/0x1f returned 0 after 0 usecs
[ 0.679821] calling kallsyms_init+0x0/0x22 @ 1
[ 0.679823] initcall kallsyms_init+0x0/0x22 returned 0 after 0 usecs
[ 0.679824] calling pid_namespaces_init+0x0/0x2d @ 1
[ 0.679826] initcall pid_namespaces_init+0x0/0x2d returned 0 after 1 usecs
[ 0.679826] calling ikconfig_init+0x0/0x3b @ 1
[ 0.679828] initcall ikconfig_init+0x0/0x3b returned 0 after 0 usecs
[ 0.679828] calling audit_watch_init+0x0/0x3a @ 1
[ 0.679830] initcall audit_watch_init+0x0/0x3a returned 0 after 0 usecs
[ 0.679830] calling audit_fsnotify_init+0x0/0x3a @ 1
[ 0.679831] initcall audit_fsnotify_init+0x0/0x3a returned 0 after 0 usecs
[ 0.679832] calling audit_tree_init+0x0/0x4d @ 1
[ 0.679833] initcall audit_tree_init+0x0/0x4d returned 0 after 0 usecs
[ 0.679834] calling init_kprobes+0x0/0x1c6 @ 1
[ 0.679912] initcall init_kprobes+0x0/0x1c6 returned 0 after 75 usecs
[ 0.679913] calling seccomp_sysctl_init+0x0/0x2c @ 1
[ 0.679917] initcall seccomp_sysctl_init+0x0/0x2c returned 0 after 2 usecs
[ 0.679917] calling utsname_sysctl_init+0x0/0x14 @ 1
[ 0.679921] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 2 usecs
[ 0.679922] calling init_tracepoints+0x0/0x28 @ 1
[ 0.679923] initcall init_tracepoints+0x0/0x28 returned 0 after 0 usecs
[ 0.679924] calling init_blk_tracer+0x0/0x50 @ 1
[ 0.679929] initcall init_blk_tracer+0x0/0x50 returned 0 after 4 usecs
[ 0.679931] calling perf_event_sysfs_init+0x0/0x84 @ 1
[ 0.680043] initcall perf_event_sysfs_init+0x0/0x84 returned 0 after 108 usecs
[ 0.680044] calling init_uprobes+0x0/0x71 @ 1
[ 0.680046] initcall init_uprobes+0x0/0x71 returned 0 after 1 usecs
[ 0.680048] calling kswapd_init+0x0/0x85 @ 1
[ 0.680099] initcall kswapd_init+0x0/0x85 returned 0 after 49 usecs
[ 0.680101] calling extfrag_debug_init+0x0/0x78 @ 1
[ 0.680105] initcall extfrag_debug_init+0x0/0x78 returned 0 after 2 usecs
[ 0.680106] calling mm_compute_batch_init+0x0/0x56 @ 1
[ 0.680108] initcall mm_compute_batch_init+0x0/0x56 returned 0 after 0 usecs
[ 0.680109] calling slab_proc_init+0x0/0x22 @ 1
[ 0.680111] initcall slab_proc_init+0x0/0x22 returned 0 after 0 usecs
[ 0.680112] calling workingset_init+0x0/0x8e @ 1
[ 0.680113] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[ 0.680565] initcall workingset_init+0x0/0x8e returned 0 after 440 usecs
[ 0.680566] calling proc_vmalloc_init+0x0/0x30 @ 1
[ 0.680568] initcall proc_vmalloc_init+0x0/0x30 returned 0 after 0 usecs
[ 0.680569] calling procswaps_init+0x0/0x1f @ 1
[ 0.680570] initcall procswaps_init+0x0/0x1f returned 0 after 0 usecs
[ 0.680571] calling cpucache_init+0x0/0x35 @ 1
[ 0.680605] initcall cpucache_init+0x0/0x35 returned 0 after 32 usecs
[ 0.680606] calling slab_proc_init+0x0/0x8 @ 1
[ 0.680607] initcall slab_proc_init+0x0/0x8 returned 0 after 0 usecs
[ 0.680608] calling fcntl_init+0x0/0x2a @ 1
[ 0.680609] initcall fcntl_init+0x0/0x2a returned 0 after 0 usecs
[ 0.680610] calling proc_filesystems_init+0x0/0x22 @ 1
[ 0.680612] initcall proc_filesystems_init+0x0/0x22 returned 0 after 0 usecs
[ 0.680613] calling start_dirtytime_writeback+0x0/0x2a @ 1
[ 0.680615] initcall start_dirtytime_writeback+0x0/0x2a returned 0 after 0 usecs
[ 0.680615] calling blkdev_init+0x0/0x20 @ 1
[ 0.680620] initcall blkdev_init+0x0/0x20 returned 0 after 2 usecs
[ 0.680621] calling dio_init+0x0/0x2d @ 1
[ 0.680624] initcall dio_init+0x0/0x2d returned 0 after 2 usecs
[ 0.680625] calling dnotify_init+0x0/0x79 @ 1
[ 0.680630] initcall dnotify_init+0x0/0x79 returned 0 after 3 usecs
[ 0.680631] calling fanotify_user_setup+0x0/0x52 @ 1
[ 0.680633] initcall fanotify_user_setup+0x0/0x52 returned 0 after 1 usecs
[ 0.680634] calling aio_setup+0x0/0x7b @ 1
[ 0.680642] initcall aio_setup+0x0/0x7b returned 0 after 6 usecs
[ 0.680643] calling init_sys32_ioctl+0x0/0x28 @ 1
[ 0.680749] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 102 usecs
[ 0.680750] calling init_devpts_fs+0x0/0x28 @ 1
[ 0.680756] initcall init_devpts_fs+0x0/0x28 returned 0 after 4 usecs
[ 0.680757] calling init_reiserfs_fs+0x0/0x67 @ 1
[ 0.680760] initcall init_reiserfs_fs+0x0/0x67 returned 0 after 1 usecs
[ 0.680761] calling init_ext2_fs+0x0/0x65 @ 1
[ 0.680765] initcall init_ext2_fs+0x0/0x65 returned 0 after 2 usecs
[ 0.680766] calling init_xfs_fs+0x0/0x1ab @ 1
[ 0.680766] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[ 0.681428] initcall init_xfs_fs+0x0/0x1ab returned 0 after 645 usecs
[ 0.681429] calling ipc_init+0x0/0x25 @ 1
[ 0.681433] initcall ipc_init+0x0/0x25 returned 0 after 2 usecs
[ 0.681434] calling ipc_sysctl_init+0x0/0x14 @ 1
[ 0.681438] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 3 usecs
[ 0.681439] calling init_mqueue_fs+0x0/0xf0 @ 1
[ 0.681447] initcall init_mqueue_fs+0x0/0xf0 returned 0 after 7 usecs
[ 0.681448] calling key_proc_init+0x0/0x64 @ 1
[ 0.681463] initcall key_proc_init+0x0/0x64 returned 0 after 13 usecs
[ 0.681464] calling crypto_algapi_init+0x0/0xd @ 1
[ 0.681466] initcall crypto_algapi_init+0x0/0xd returned 0 after 0 usecs
[ 0.681466] calling crypto_cmac_module_init+0x0/0x11 @ 1
[ 0.681468] initcall crypto_cmac_module_init+0x0/0x11 returned 0 after 0 usecs
[ 0.681468] calling hmac_module_init+0x0/0x11 @ 1
[ 0.681469] initcall hmac_module_init+0x0/0x11 returned 0 after 0 usecs
[ 0.681470] calling crypto_null_mod_init+0x0/0x48 @ 1
[ 0.681633] initcall crypto_null_mod_init+0x0/0x48 returned 0 after 158 usecs
[ 0.681634] calling md4_mod_init+0x0/0x11 @ 1
[ 0.681660] initcall md4_mod_init+0x0/0x11 returned 0 after 23 usecs
[ 0.681661] calling md5_mod_init+0x0/0x11 @ 1
[ 0.681700] initcall md5_mod_init+0x0/0x11 returned 0 after 37 usecs
[ 0.681701] calling sha1_generic_mod_init+0x0/0x11 @ 1
[ 0.681727] initcall sha1_generic_mod_init+0x0/0x11 returned 0 after 24 usecs
[ 0.681727] calling sha256_generic_mod_init+0x0/0x16 @ 1
[ 0.681778] initcall sha256_generic_mod_init+0x0/0x16 returned 0 after 48 usecs
[ 0.681779] calling crypto_ecb_module_init+0x0/0x11 @ 1
[ 0.681780] initcall crypto_ecb_module_init+0x0/0x11 returned 0 after 0 usecs
[ 0.681781] calling crypto_cbc_module_init+0x0/0x11 @ 1
[ 0.681782] initcall crypto_cbc_module_init+0x0/0x11 returned 0 after 0 usecs
[ 0.681783] calling crypto_pcbc_module_init+0x0/0x11 @ 1
[ 0.681784] initcall crypto_pcbc_module_init+0x0/0x11 returned 0 after 0 usecs
[ 0.681785] calling des_generic_mod_init+0x0/0x16 @ 1
[ 0.681851] initcall des_generic_mod_init+0x0/0x16 returned 0 after 64 usecs
[ 0.681852] calling aes_init+0x0/0x11 @ 1
[ 0.681891] initcall aes_init+0x0/0x11 returned 0 after 37 usecs
[ 0.681892] calling arc4_init+0x0/0x16 @ 1
[ 0.681955] initcall arc4_init+0x0/0x16 returned 0 after 60 usecs
[ 0.681956] calling crc32c_mod_init+0x0/0x11 @ 1
[ 0.681982] initcall crc32c_mod_init+0x0/0x11 returned 0 after 24 usecs
[ 0.681983] calling crct10dif_mod_init+0x0/0x11 @ 1
[ 0.682022] initcall crct10dif_mod_init+0x0/0x11 returned 0 after 36 usecs
[ 0.682023] calling async_pq_init+0x0/0x3a @ 1
[ 0.682024] initcall async_pq_init+0x0/0x3a returned 0 after 0 usecs
[ 0.682025] calling proc_genhd_init+0x0/0x42 @ 1
[ 0.682027] initcall proc_genhd_init+0x0/0x42 returned 0 after 1 usecs
[ 0.682028] calling bsg_init+0x0/0x14e @ 1
[ 0.682031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.682590] initcall bsg_init+0x0/0x14e returned 0 after 547 usecs
[ 0.682591] calling throtl_init+0x0/0x41 @ 1
[ 0.682620] initcall throtl_init+0x0/0x41 returned 0 after 27 usecs
[ 0.682621] calling noop_init+0x0/0x11 @ 1
[ 0.682622] io scheduler noop registered
[ 0.682959] initcall noop_init+0x0/0x11 returned 0 after 329 usecs
[ 0.682960] calling deadline_init+0x0/0x11 @ 1
[ 0.682961] io scheduler deadline registered
[ 0.683296] initcall deadline_init+0x0/0x11 returned 0 after 326 usecs
[ 0.683297] calling cfq_init+0x0/0x74 @ 1
[ 0.683303] io scheduler cfq registered (default)
[ 0.683659] initcall cfq_init+0x0/0x74 returned 0 after 352 usecs
[ 0.683660] calling deadline_init+0x0/0x11 @ 1
[ 0.683660] io scheduler mq-deadline registered
[ 0.684005] initcall deadline_init+0x0/0x11 returned 0 after 336 usecs
[ 0.684006] calling kyber_init+0x0/0x11 @ 1
[ 0.684007] io scheduler kyber registered
[ 0.684330] initcall kyber_init+0x0/0x11 returned 0 after 314 usecs
[ 0.684331] calling crc_t10dif_mod_init+0x0/0x65 @ 1
[ 0.684333] initcall crc_t10dif_mod_init+0x0/0x65 returned 0 after 1 usecs
[ 0.684334] calling libcrc32c_mod_init+0x0/0x26 @ 1
[ 0.684335] initcall libcrc32c_mod_init+0x0/0x26 returned 0 after 0 usecs
[ 0.684336] calling percpu_counter_startup+0x0/0x51 @ 1
[ 0.684356] initcall percpu_counter_startup+0x0/0x51 returned 0 after 18 usecs
[ 0.684357] calling sg_pool_init+0x0/0xd6 @ 1
[ 0.684365] initcall sg_pool_init+0x0/0xd6 returned 0 after 6 usecs
[ 0.684366] calling pci_proc_init+0x0/0x6c @ 1
[ 0.684374] initcall pci_proc_init+0x0/0x6c returned 0 after 7 usecs
[ 0.684375] calling pcie_portdrv_init+0x0/0x3f @ 1
[ 0.684389] initcall pcie_portdrv_init+0x0/0x3f returned 0 after 12 usecs
[ 0.684390] calling genericbl_driver_init+0x0/0x13 @ 1
[ 0.684395] initcall genericbl_driver_init+0x0/0x13 returned 0 after 3 usecs
[ 0.684396] calling efifb_driver_init+0x0/0x13 @ 1
[ 0.684400] initcall efifb_driver_init+0x0/0x13 returned 0 after 2 usecs
[ 0.684401] calling ipmi_init_msghandler_mod+0x0/0x47 @ 1
[ 0.684402] IPMI message handler: version 39.2
[ 0.684754] initcall ipmi_init_msghandler_mod+0x0/0x47 returned 0 after 343 usecs
[ 0.684755] calling init_ipmi_devintf+0x0/0xfb @ 1
[ 0.684756] ipmi device interface
[ 0.685050] initcall init_ipmi_devintf+0x0/0xfb returned 0 after 286 usecs
[ 0.685051] calling init_ipmi_si+0x0/0x1b0 @ 1
[ 0.685051] ipmi_si: IPMI System Interface driver
[ 0.685430] ipmi_si: Unable to find any System Interface(s)
[ 0.685837] initcall init_ipmi_si+0x0/0x1b0 returned -19 after 766 usecs
[ 0.685838] calling ipmi_wdog_init+0x0/0x106 @ 1
[ 0.685840] IPMI Watchdog: driver initialized
[ 0.686178] initcall ipmi_wdog_init+0x0/0x106 returned 0 after 331 usecs
[ 0.686180] calling ipmi_poweroff_init+0x0/0x82 @ 1
[ 0.686180] IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot
[ 0.686804] initcall ipmi_poweroff_init+0x0/0x82 returned 0 after 608 usecs
[ 0.686804] calling acpi_button_driver_init+0x0/0x1d @ 1
[ 0.686853] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.687464] ACPI: Power Button [PWRB]
[ 0.687767] probe of PNP0C0C:00 returned 1 after 932 usecs
[ 0.687784] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.688348] ACPI: Power Button [PWRF]
[ 0.688658] probe of LNXPWRBN:00 returned 1 after 887 usecs
[ 0.688661] initcall acpi_button_driver_init+0x0/0x1d returned 0 after 1812 usecs
[ 0.688662] calling acpi_fan_driver_init+0x0/0x13 @ 1
[ 0.694910] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.695647] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.696289] ACPI Error: Method parse/execution failed \_TZ.FN00._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.696949] acpi PNP0C0B:00: Failed to change power state to D0
[ 0.703901] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.704615] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.705259] ACPI Error: Method parse/execution failed \_TZ.FN00._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.705946] acpi PNP0C0B:00: Failed to set initial power state
[ 0.706362] acpi PNP0C0B:00: Cannot transition from (unknown) to D3hot
[ 0.706811] probe of PNP0C0B:00 returned 0 after 18145 usecs
[ 0.712901] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.713615] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.714261] ACPI Error: Method parse/execution failed \_TZ.FN01._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.714923] acpi PNP0C0B:01: Failed to change power state to D0
[ 0.720901] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.721615] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.722261] ACPI Error: Method parse/execution failed \_TZ.FN01._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.722927] acpi PNP0C0B:01: Failed to set initial power state
[ 0.723343] acpi PNP0C0B:01: Cannot transition from (unknown) to D3hot
[ 0.723795] probe of PNP0C0B:01 returned 0 after 16982 usecs
[ 0.729902] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.730617] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.731262] ACPI Error: Method parse/execution failed \_TZ.FN02._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.731924] acpi PNP0C0B:02: Failed to change power state to D0
[ 0.738902] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.739617] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.740261] ACPI Error: Method parse/execution failed \_TZ.FN02._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.740929] acpi PNP0C0B:02: Failed to set initial power state
[ 0.741347] acpi PNP0C0B:02: Cannot transition from (unknown) to D3hot
[ 0.741799] probe of PNP0C0B:02 returned 0 after 18003 usecs
[ 0.747901] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.748618] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.749265] ACPI Error: Method parse/execution failed \_TZ.FN03._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.749928] acpi PNP0C0B:03: Failed to change power state to D0
[ 0.755902] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.756617] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.757262] ACPI Error: Method parse/execution failed \_TZ.FN03._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.757930] acpi PNP0C0B:03: Failed to set initial power state
[ 0.758347] acpi PNP0C0B:03: Cannot transition from (unknown) to D3hot
[ 0.758800] probe of PNP0C0B:03 returned 0 after 16998 usecs
[ 0.765901] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.766615] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.767261] ACPI Error: Method parse/execution failed \_TZ.FN04._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.767929] acpi PNP0C0B:04: Failed to change power state to D0
[ 0.774901] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.775615] ACPI Error: Method parse/execution failed \_TZ.FNCL, AE_NOT_FOUND (20181003/psparse-516)
[ 0.776259] ACPI Error: Method parse/execution failed \_TZ.FN04._ON, AE_NOT_FOUND (20181003/psparse-516)
[ 0.776924] acpi PNP0C0B:04: Failed to set initial power state
[ 0.777342] acpi PNP0C0B:04: Cannot transition from (unknown) to D3hot
[ 0.777794] probe of PNP0C0B:04 returned 0 after 18992 usecs
[ 0.777798] initcall acpi_fan_driver_init+0x0/0x13 returned 0 after 87045 usecs
[ 0.777799] calling acpi_processor_driver_init+0x0/0x98 @ 1
[ 0.778050] Monitor-Mwait will be used to enter C-1 state
[ 0.778054] Monitor-Mwait will be used to enter C-2 state
[ 0.778057] Monitor-Mwait will be used to enter C-3 state
[ 0.778114] probe of cpu0 returned 1 after 309 usecs
[ 0.778319] probe of cpu1 returned 1 after 203 usecs
[ 0.778527] probe of cpu2 returned 1 after 207 usecs
[ 0.778716] probe of cpu3 returned 1 after 187 usecs
[ 0.778926] probe of cpu4 returned 1 after 208 usecs
[ 0.779132] probe of cpu5 returned 1 after 204 usecs
[ 0.779339] probe of cpu6 returned 1 after 205 usecs
[ 0.779547] probe of cpu7 returned 1 after 207 usecs
[ 0.779552] initcall acpi_processor_driver_init+0x0/0x98 returned 0 after 1710 usecs
[ 0.779553] calling acpi_thermal_init+0x0/0x7f @ 1
[ 0.779663] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.780380] ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, AE_NOT_FOUND (20181003/psparse-516)
[ 0.781123] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.781839] ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, AE_NOT_FOUND (20181003/psparse-516)
[ 0.782505] probe of LNXTHERM:00 returned 0 after 2910 usecs
[ 0.782532] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.783247] ACPI Error: Method parse/execution failed \_TZ.TZ01._TMP, AE_NOT_FOUND (20181003/psparse-516)
[ 0.783939] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.LPCB.HEC.ECAV], AE_NOT_FOUND (20181003/psargs-330)
[ 0.784653] ACPI Error: Method parse/execution failed \_TZ.TZ01._TMP, AE_NOT_FOUND (20181003/psparse-516)
[ 0.785323] probe of LNXTHERM:01 returned 0 after 2817 usecs
[ 0.785327] initcall acpi_thermal_init+0x0/0x7f returned 0 after 5637 usecs
[ 0.785328] calling gpio_clk_driver_init+0x0/0x13 @ 1
[ 0.785334] initcall gpio_clk_driver_init+0x0/0x13 returned 0 after 4 usecs
[ 0.785335] calling plt_clk_driver_init+0x0/0x13 @ 1
[ 0.785339] initcall plt_clk_driver_init+0x0/0x13 returned 0 after 2 usecs
[ 0.785340] calling n_null_init+0x0/0x1f @ 1
[ 0.785341] initcall n_null_init+0x0/0x1f returned 0 after 0 usecs
[ 0.785342] calling pty_init+0x0/0x1ec @ 1
[ 0.785457] initcall pty_init+0x0/0x1ec returned 0 after 109 usecs
[ 0.785458] calling sysrq_init+0x0/0x6c @ 1
[ 0.785476] initcall sysrq_init+0x0/0x6c returned 0 after 16 usecs
[ 0.785477] calling serial8250_init+0x0/0x15b @ 1
[ 0.785478] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.806689] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.807384] probe of 00:01 returned 1 after 21382 usecs
[ 0.807638] probe of serial8250 returned 1 after 2 usecs
[ 0.807642] initcall serial8250_init+0x0/0x15b returned 0 after 21643 usecs
[ 0.807643] calling serial_pci_driver_init+0x0/0x1a @ 1
[ 0.807653] initcall serial_pci_driver_init+0x0/0x1a returned 0 after 8 usecs
[ 0.807653] calling exar_pci_driver_init+0x0/0x1a @ 1
[ 0.807658] initcall exar_pci_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 0.807659] calling lpss8250_pci_driver_init+0x0/0x1a @ 1
[ 0.807664] initcall lpss8250_pci_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 0.807664] calling mid8250_pci_driver_init+0x0/0x1a @ 1
[ 0.807669] initcall mid8250_pci_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 0.807670] calling lp_init_module+0x0/0x2a3 @ 1
[ 0.807741] lp: driver loaded but no devices found
[ 0.808172] initcall lp_init_module+0x0/0x2a3 returned 0 after 488 usecs
[ 0.808173] calling hpet_init+0x0/0x65 @ 1
[ 0.808269] probe of PNP0103:00 returned 0 after 43 usecs
[ 0.808284] initcall hpet_init+0x0/0x65 returned 0 after 107 usecs
[ 0.808285] calling agp_init+0x0/0x24 @ 1
[ 0.808285] Linux agpgart interface v0.103
[ 0.808616] initcall agp_init+0x0/0x24 returned 0 after 322 usecs
[ 0.808617] calling agp_amd64_mod_init+0x0/0x20 @ 1
[ 0.808631] initcall agp_amd64_mod_init+0x0/0x20 returned -19 after 11 usecs
[ 0.808632] calling cn_proc_init+0x0/0x36 @ 1
[ 0.808633] initcall cn_proc_init+0x0/0x36 returned 0 after 0 usecs
[ 0.808634] calling parport_pc_init+0x0/0x1ad @ 1
[ 0.808651] probe of parport_pc.956 returned 1 after 1 usecs
[ 0.808732] probe of parport_pc.888 returned 1 after 1 usecs
[ 0.808790] probe of parport_pc.632 returned 1 after 1 usecs
[ 0.808926] initcall parport_pc_init+0x0/0x1ad returned 0 after 284 usecs
[ 0.808928] calling topology_sysfs_init+0x0/0x30 @ 1
[ 0.808940] initcall topology_sysfs_init+0x0/0x30 returned 0 after 10 usecs
[ 0.808941] calling cacheinfo_sysfs_init+0x0/0x2c @ 1
[ 0.809713] initcall cacheinfo_sysfs_init+0x0/0x2c returned 172 after 751 usecs
[ 0.809715] calling floppy_init+0x0/0x16 @ 1
[ 0.809717] initcall floppy_init+0x0/0x16 returned 0 after 1 usecs
[ 0.809718] calling brd_init+0x0/0x16b @ 1
[ 0.811765] brd: module loaded
[ 0.812093] initcall brd_init+0x0/0x16b returned 0 after 2316 usecs
[ 0.812094] calling loop_init+0x0/0x165 @ 1
[ 0.813418] loop: module loaded
[ 0.813704] initcall loop_init+0x0/0x165 returned 0 after 1570 usecs
[ 0.813705] calling pkt_init+0x0/0x1e7 @ 1
[ 0.813726] initcall pkt_init+0x0/0x1e7 returned 0 after 18 usecs
[ 0.813727] calling nbd_init+0x0/0x164 @ 1
[ 0.816528] initcall nbd_init+0x0/0x164 returned 0 after 2733 usecs
[ 0.816529] calling init_cryptoloop+0x0/0x28 @ 1
[ 0.816531] initcall init_cryptoloop+0x0/0x28 returned 0 after 0 usecs
[ 0.816532] calling drbd_init+0x0/0x405 @ 1
[ 0.817988] drbd: initialized. Version: 8.4.10 (api:1/proto:86-101)
[ 0.818473] drbd: built-in
[ 0.818723] drbd: registered as block device major 147
[ 0.819172] initcall drbd_init+0x0/0x405 returned 0 after 2576 usecs
[ 0.819173] calling enclosure_init+0x0/0x18 @ 1
[ 0.819178] initcall enclosure_init+0x0/0x18 returned 0 after 3 usecs
[ 0.819179] calling lpc_sch_driver_init+0x0/0x1a @ 1
[ 0.819190] initcall lpc_sch_driver_init+0x0/0x1a returned 0 after 9 usecs
[ 0.819191] calling lpc_ich_driver_init+0x0/0x1a @ 1
[ 0.819198] initcall lpc_ich_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 0.819199] calling ide_init+0x0/0x73 @ 1
[ 0.819200] Uniform Multi-Platform E-IDE driver
[ 0.819558] initcall ide_init+0x0/0x73 returned 0 after 348 usecs
[ 0.819559] calling amd74xx_ide_init+0x0/0x1a @ 1
[ 0.819560] initcall amd74xx_ide_init+0x0/0x1a returned 0 after 0 usecs
[ 0.819561] calling jmicron_ide_init+0x0/0x1a @ 1
[ 0.819562] initcall jmicron_ide_init+0x0/0x1a returned 0 after 0 usecs
[ 0.819563] calling rz1000_ide_init+0x0/0x1a @ 1
[ 0.819564] initcall rz1000_ide_init+0x0/0x1a returned 0 after 0 usecs
[ 0.819565] calling sis5513_ide_init+0x0/0x1a @ 1
[ 0.819566] initcall sis5513_ide_init+0x0/0x1a returned 0 after 0 usecs
[ 0.819567] calling generic_ide_init+0x0/0x1a @ 1
[ 0.819568] initcall generic_ide_init+0x0/0x1a returned 0 after 0 usecs
[ 0.819569] calling ide_scan_pcibus+0x0/0x108 @ 1
[ 0.819587] initcall ide_scan_pcibus+0x0/0x108 returned 0 after 15 usecs
[ 0.819588] calling cmd640x_init+0x0/0x4b9 @ 1
[ 0.819807] initcall cmd640x_init+0x0/0x4b9 returned 0 after 212 usecs
[ 0.819808] calling ide_generic_init+0x0/0x27b @ 1
[ 0.819810] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[ 0.820552] Probing IDE interface ide0...
[ 1.343034] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 1.343392] Probing IDE interface ide1...
[ 1.866033] ide1 at 0x170-0x177,0x376 on irq 15
[ 1.866393] initcall ide_generic_init+0x0/0x27b returned 0 after 1022051 usecs
[ 1.866394] calling ide_gd_init+0x0/0x1d @ 1
[ 1.866395] ide-gd driver 1.18
[ 1.866680] initcall ide_gd_init+0x0/0x1d returned 0 after 278 usecs
[ 1.866682] calling ide_cdrom_init+0x0/0x1d @ 1
[ 1.866682] ide-cd driver 5.00
[ 1.866963] initcall ide_cdrom_init+0x0/0x1d returned 0 after 273 usecs
[ 1.866965] calling raid_init+0x0/0x11 @ 1
[ 1.866968] initcall raid_init+0x0/0x11 returned 0 after 2 usecs
[ 1.866970] calling spi_transport_init+0x0/0x76 @ 1
[ 1.866975] initcall spi_transport_init+0x0/0x76 returned 0 after 3 usecs
[ 1.866976] calling fc_transport_init+0x0/0x80 @ 1
[ 1.866983] initcall fc_transport_init+0x0/0x80 returned 0 after 5 usecs
[ 1.866984] calling sas_transport_init+0x0/0xb6 @ 1
[ 1.866993] initcall sas_transport_init+0x0/0xb6 returned 0 after 7 usecs
[ 1.866994] calling sas_class_init+0x0/0x74 @ 1
[ 1.866999] initcall sas_class_init+0x0/0x74 returned 0 after 3 usecs
[ 1.867000] calling blogic_init+0x0/0xffc @ 1
[ 1.867070] initcall blogic_init+0x0/0xffc returned 0 after 66 usecs
[ 1.867071] calling ahc_linux_init+0x0/0x66 @ 1
[ 1.867082] initcall ahc_linux_init+0x0/0x66 returned 0 after 10 usecs
[ 1.867084] calling ahd_linux_init+0x0/0x77 @ 1
[ 1.867092] initcall ahd_linux_init+0x0/0x77 returned 0 after 6 usecs
[ 1.867093] calling qla1280_init+0x0/0x1a @ 1
[ 1.867099] initcall qla1280_init+0x0/0x1a returned 0 after 4 usecs
[ 1.867101] calling hpsa_init+0x0/0x4e @ 1
[ 1.867108] initcall hpsa_init+0x0/0x4e returned 0 after 5 usecs
[ 1.867109] calling megaraid_init+0x0/0xb7 @ 1
[ 1.867118] initcall megaraid_init+0x0/0xb7 returned 0 after 6 usecs
[ 1.867119] calling mraid_mm_init+0x0/0x87 @ 1
[ 1.867120] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 1.867756] initcall mraid_mm_init+0x0/0x87 returned 0 after 620 usecs
[ 1.867758] calling megaraid_init+0x0/0x8d @ 1
[ 1.867758] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 1.868246] initcall megaraid_init+0x0/0x8d returned 0 after 475 usecs
[ 1.868247] calling megasas_init+0x0/0x20b @ 1
[ 1.868248] megasas: 07.706.03.00-rc1
[ 1.868568] initcall megasas_init+0x0/0x20b returned 0 after 312 usecs
[ 1.868570] calling _mpt3sas_init+0x0/0x1bb @ 1
[ 1.868570] mpt3sas version 26.100.00.00 loaded
[ 1.869158] initcall _mpt3sas_init+0x0/0x1bb returned 0 after 572 usecs
[ 1.869160] calling init_sd+0x0/0x1b2 @ 1
[ 1.869173] initcall init_sd+0x0/0x1b2 returned 0 after 11 usecs
[ 1.869174] calling init_sr+0x0/0x46 @ 1
[ 1.869177] initcall init_sr+0x0/0x46 returned 0 after 1 usecs
[ 1.869179] calling init_sg+0x0/0x1c0 @ 1
[ 1.869185] initcall init_sg+0x0/0x1c0 returned 0 after 5 usecs
[ 1.869187] calling ses_init+0x0/0x3c @ 1
[ 1.869190] initcall ses_init+0x0/0x3c returned 0 after 2 usecs
[ 1.869191] calling nvme_core_init+0x0/0x143 @ 1
[ 1.869480] initcall nvme_core_init+0x0/0x143 returned 0 after 279 usecs
[ 1.869482] calling nvme_init+0x0/0x1a @ 1
[ 1.869491] initcall nvme_init+0x0/0x1a returned 0 after 7 usecs
[ 1.869492] calling ahci_pci_driver_init+0x0/0x1a @ 1
[ 1.869500] ahci 0000:00:17.0: version 3.0
[ 1.879937] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x3e impl SATA mode
[ 1.880535] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[ 1.893522] scsi host0: ahci
[ 1.894153] scsi host1: ahci
[ 1.894611] scsi host2: ahci
[ 1.894955] scsi host3: ahci
[ 1.897172] scsi host4: ahci
[ 1.897626] scsi host5: ahci
[ 1.897933] ata1: DUMMY
[ 1.898185] ata2: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b180 irq 120
[ 1.898740] ata3: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b200 irq 120
[ 1.899298] ata4: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b280 irq 120
[ 1.899857] ata5: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b300 irq 120
[ 1.900413] ata6: SATA max UDMA/133 abar m2048@0xf704b000 port 0xf704b380 irq 120
[ 1.900978] probe of 0000:00:17.0 returned 1 after 31481 usecs
[ 1.900992] initcall ahci_pci_driver_init+0x0/0x1a returned 0 after 30758 usecs
[ 1.900993] calling sil24_pci_driver_init+0x0/0x1a @ 1
[ 1.901005] initcall sil24_pci_driver_init+0x0/0x1a returned 0 after 9 usecs
[ 1.901007] calling piix_init+0x0/0x29 @ 1
[ 1.901015] initcall piix_init+0x0/0x29 returned 0 after 6 usecs
[ 1.901016] calling nv_pci_driver_init+0x0/0x1a @ 1
[ 1.901023] initcall nv_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901024] calling pdc_ata_pci_driver_init+0x0/0x1a @ 1
[ 1.901031] initcall pdc_ata_pci_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 1.901032] calling sil_pci_driver_init+0x0/0x1a @ 1
[ 1.901039] initcall sil_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901040] calling sis_pci_driver_init+0x0/0x1a @ 1
[ 1.901046] initcall sis_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901048] calling k2_sata_pci_driver_init+0x0/0x1a @ 1
[ 1.901055] initcall k2_sata_pci_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 1.901056] calling svia_pci_driver_init+0x0/0x1a @ 1
[ 1.901062] initcall svia_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901064] calling atiixp_pci_driver_init+0x0/0x1a @ 1
[ 1.901070] initcall atiixp_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901072] calling jmicron_pci_driver_init+0x0/0x1a @ 1
[ 1.901078] initcall jmicron_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901079] calling sis_pci_driver_init+0x0/0x1a @ 1
[ 1.901086] initcall sis_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901087] calling mpiix_pci_driver_init+0x0/0x1a @ 1
[ 1.901093] initcall mpiix_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901094] calling dummy_init_module+0x0/0xd9 @ 1
[ 1.901156] initcall dummy_init_module+0x0/0xd9 returned 0 after 58 usecs
[ 1.901157] calling macvlan_init_module+0x0/0x77 @ 1
[ 1.901159] initcall macvlan_init_module+0x0/0x77 returned 0 after 0 usecs
[ 1.901161] calling macvtap_init+0x0/0xa0 @ 1
[ 1.901166] initcall macvtap_init+0x0/0xa0 returned 0 after 3 usecs
[ 1.901167] calling net_olddevs_init+0x0/0x5d @ 1
[ 1.901170] initcall net_olddevs_init+0x0/0x5d returned 0 after 1 usecs
[ 1.901171] calling phy_module_init+0x0/0x18 @ 1
[ 1.901191] initcall phy_module_init+0x0/0x18 returned 0 after 17 usecs
[ 1.901192] calling tun_init+0x0/0x9f @ 1
[ 1.901193] tun: Universal TUN/TAP device driver, 1.6
[ 1.901706] initcall tun_init+0x0/0x9f returned 0 after 486 usecs
[ 1.901708] calling veth_init+0x0/0x11 @ 1
[ 1.901710] initcall veth_init+0x0/0x11 returned 0 after 0 usecs
[ 1.901711] calling vortex_init+0x0/0xa6 @ 1
[ 1.901737] initcall vortex_init+0x0/0xa6 returned 0 after 23 usecs
[ 1.901739] calling typhoon_init+0x0/0x1a @ 1
[ 1.901746] initcall typhoon_init+0x0/0x1a returned 0 after 5 usecs
[ 1.901748] calling acenic_pci_driver_init+0x0/0x1a @ 1
[ 1.901754] initcall acenic_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901755] calling atl1_driver_init+0x0/0x1a @ 1
[ 1.901763] initcall atl1_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 1.901764] calling bnx2_pci_driver_init+0x0/0x1a @ 1
[ 1.901771] initcall bnx2_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.901772] calling bnx2x_init+0x0/0xed @ 1
[ 1.901773] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.712.30-0 (2014/02/10)
[ 1.902655] initcall bnx2x_init+0x0/0xed returned 0 after 859 usecs
[ 1.902657] calling tg3_driver_init+0x0/0x1a @ 1
[ 1.902665] initcall tg3_driver_init+0x0/0x1a returned 0 after 6 usecs
[ 1.902666] calling cavium_ptp_driver_init+0x0/0x1a @ 1
[ 1.902675] initcall cavium_ptp_driver_init+0x0/0x1a returned 0 after 6 usecs
[ 1.902676] calling cxgb_pci_driver_init+0x0/0x1a @ 1
[ 1.902682] initcall cxgb_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.902682] calling cxgb3_init_module+0x0/0x1f @ 1
[ 1.902689] initcall cxgb3_init_module+0x0/0x1f returned 0 after 5 usecs
[ 1.902690] calling de_init+0x0/0x1a @ 1
[ 1.902696] initcall de_init+0x0/0x1a returned 0 after 4 usecs
[ 1.902697] calling tulip_init+0x0/0x51 @ 1
[ 1.902703] initcall tulip_init+0x0/0x51 returned 0 after 5 usecs
[ 1.902704] calling de4x5_module_init+0x0/0x1a @ 1
[ 1.902709] initcall de4x5_module_init+0x0/0x1a returned 0 after 4 usecs
[ 1.902710] calling rio_driver_init+0x0/0x1a @ 1
[ 1.902715] initcall rio_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 1.902716] calling e100_init_module+0x0/0x58 @ 1
[ 1.902716] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 1.903153] e100: Copyright(c) 1999-2006 Intel Corporation
[ 1.903556] initcall e100_init_module+0x0/0x58 returned 0 after 819 usecs
[ 1.903557] calling e1000_init_module+0x0/0x7a @ 1
[ 1.903557] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 1.904033] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.904446] initcall e1000_init_module+0x0/0x7a returned 0 after 867 usecs
[ 1.904447] calling e1000_init_module+0x0/0x39 @ 1
[ 1.904448] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.904868] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.905428] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.995138] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 2.076569] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 90:1b:0e:96:84:7d
[ 2.077161] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 2.077679] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[ 2.078149] probe of 0000:00:1f.6 returned 1 after 172861 usecs
[ 2.078160] initcall e1000_init_module+0x0/0x39 returned 0 after 169639 usecs
[ 2.078161] calling igb_init_module+0x0/0x47 @ 1
[ 2.078162] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 2.078638] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.079047] initcall igb_init_module+0x0/0x47 returned 0 after 863 usecs
[ 2.079048] calling igbvf_init_module+0x0/0x47 @ 1
[ 2.079048] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 2.079633] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.080056] initcall igbvf_init_module+0x0/0x47 returned 0 after 983 usecs
[ 2.080057] calling skge_init_module+0x0/0x34 @ 1
[ 2.080064] initcall skge_init_module+0x0/0x34 returned 0 after 5 usecs
[ 2.080064] calling sky2_init_module+0x0/0x26 @ 1
[ 2.080065] sky2: driver version 1.30
[ 2.080383] initcall sky2_init_module+0x0/0x26 returned 0 after 309 usecs
[ 2.080383] calling s2io_driver_init+0x0/0x1a @ 1
[ 2.080390] initcall s2io_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.080390] calling forcedeth_pci_driver_init+0x0/0x1a @ 1
[ 2.080398] initcall forcedeth_pci_driver_init+0x0/0x1a returned 0 after 6 usecs
[ 2.080399] calling cp_driver_init+0x0/0x1a @ 1
[ 2.080405] initcall cp_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.080406] calling rtl8139_init_module+0x0/0x1a @ 1
[ 2.080413] initcall rtl8139_init_module+0x0/0x1a returned 0 after 5 usecs
[ 2.080413] calling rtl8169_pci_driver_init+0x0/0x1a @ 1
[ 2.080419] initcall rtl8169_pci_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.080420] calling sis190_pci_driver_init+0x0/0x1a @ 1
[ 2.080426] initcall sis190_pci_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.080427] calling sis900_init_module+0x0/0x1a @ 1
[ 2.080433] initcall sis900_init_module+0x0/0x1a returned 0 after 5 usecs
[ 2.080434] calling rhine_init+0x0/0x73 @ 1
[ 2.080447] initcall rhine_init+0x0/0x73 returned 0 after 12 usecs
[ 2.080448] calling velocity_init_module+0x0/0x53 @ 1
[ 2.080458] initcall velocity_init_module+0x0/0x53 returned 0 after 9 usecs
[ 2.080459] calling fusion_init+0x0/0xf4 @ 1
[ 2.080460] Fusion MPT base driver 3.04.20
[ 2.080834] Copyright (c) 1999-2008 LSI Corporation
[ 2.081229] initcall fusion_init+0x0/0xf4 returned 0 after 750 usecs
[ 2.081230] calling mptspi_init+0x0/0xec @ 1
[ 2.081230] Fusion MPT SPI Host driver 3.04.20
[ 2.081578] initcall mptspi_init+0x0/0xec returned 0 after 339 usecs
[ 2.081578] calling mptfc_init+0x0/0xff @ 1
[ 2.081579] Fusion MPT FC Host driver 3.04.20
[ 2.082001] initcall mptfc_init+0x0/0xff returned 0 after 411 usecs
[ 2.082002] calling mptsas_init+0x0/0x128 @ 1
[ 2.082002] Fusion MPT SAS Host driver 3.04.20
[ 2.082350] initcall mptsas_init+0x0/0x128 returned 0 after 339 usecs
[ 2.082351] calling mptctl_init+0x0/0x14d @ 1
[ 2.082351] Fusion MPT misc device (ioctl) driver 3.04.20
[ 2.082819] mptctl: Registered with Fusion MPT base driver
[ 2.083270] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 2.083643] initcall mptctl_init+0x0/0x14d returned 0 after 1260 usecs
[ 2.083643] calling cdrom_init+0x0/0x16 @ 1
[ 2.083647] initcall cdrom_init+0x0/0x16 returned 0 after 2 usecs
[ 2.083647] calling ehci_hcd_init+0x0/0x57 @ 1
[ 2.083648] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.084149] initcall ehci_hcd_init+0x0/0x57 returned 0 after 488 usecs
[ 2.084150] calling ehci_pci_init+0x0/0x65 @ 1
[ 2.084150] ehci-pci: EHCI PCI platform driver
[ 2.084495] initcall ehci_pci_init+0x0/0x65 returned 0 after 335 usecs
[ 2.084496] calling ohci_hcd_mod_init+0x0/0x4f @ 1
[ 2.084496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.084981] initcall ohci_hcd_mod_init+0x0/0x4f returned 0 after 473 usecs
[ 2.084982] calling ohci_pci_init+0x0/0x65 @ 1
[ 2.084982] ohci-pci: OHCI PCI platform driver
[ 2.085330] initcall ohci_pci_init+0x0/0x65 returned 0 after 339 usecs
[ 2.085331] calling uhci_hcd_init+0x0/0xa9 @ 1
[ 2.085331] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.085797] initcall uhci_hcd_init+0x0/0xa9 returned 0 after 454 usecs
[ 2.085798] calling xhci_hcd_init+0x0/0x1f @ 1
[ 2.085800] initcall xhci_hcd_init+0x0/0x1f returned 0 after 0 usecs
[ 2.085800] calling xhci_pci_init+0x0/0x43 @ 1
[ 2.085995] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.086374] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.088066] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[ 2.088700] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 2.089022] hub 1-0:1.0: USB hub found
[ 2.089348] hub 1-0:1.0: 16 ports detected
[ 2.090969] probe of 1-0:1.0 returned 1 after 1949 usecs
[ 2.090978] probe of usb1 returned 1 after 1973 usecs
[ 2.091026] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.091402] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.092024] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 2.092647] hub 2-0:1.0: USB hub found
[ 2.093047] hub 2-0:1.0: 8 ports detected
[ 2.094043] probe of 2-0:1.0 returned 1 after 1397 usecs
[ 2.094051] probe of usb2 returned 1 after 1420 usecs
[ 2.094086] probe of 0000:00:14.0 returned 1 after 8282 usecs
[ 2.094092] initcall xhci_pci_init+0x0/0x43 returned 0 after 8094 usecs
[ 2.094093] calling sl811h_driver_init+0x0/0x13 @ 1
[ 2.094097] initcall sl811h_driver_init+0x0/0x13 returned 0 after 3 usecs
[ 2.094098] calling usb_storage_driver_init+0x0/0x2f @ 1
[ 2.094106] usbcore: registered new interface driver usb-storage
[ 2.094531] initcall usb_storage_driver_init+0x0/0x2f returned 0 after 422 usecs
[ 2.094532] calling usb_serial_init+0x0/0x156 @ 1
[ 2.094539] initcall usb_serial_init+0x0/0x156 returned 0 after 5 usecs
[ 2.094540] calling usb_serial_module_init+0x0/0x1f @ 1
[ 2.094543] usbcore: registered new interface driver ftdi_sio
[ 2.095034] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.095584] initcall usb_serial_module_init+0x0/0x1f returned 0 after 1018 usecs
[ 2.095584] calling usb_serial_module_init+0x0/0x1f @ 1
[ 2.095587] usbcore: registered new interface driver omninet
[ 2.096070] usbserial: USB Serial support registered for ZyXEL - omni.net lcd plus usb
[ 2.096642] initcall usb_serial_module_init+0x0/0x1f returned 0 after 1032 usecs
[ 2.096643] calling i8042_init+0x0/0x479 @ 1
[ 2.096655] i8042: PNP: No PS/2 controller found.
[ 2.097092] initcall i8042_init+0x0/0x479 returned -19 after 437 usecs
[ 2.097093] calling evdev_init+0x0/0x11 @ 1
[ 2.097304] initcall evdev_init+0x0/0x11 returned 0 after 204 usecs
[ 2.097319] calling atkbd_init+0x0/0x26 @ 1
[ 2.097344] initcall atkbd_init+0x0/0x26 returned 0 after 24 usecs
[ 2.097345] calling psmouse_init+0x0/0x85 @ 1
[ 2.097358] initcall psmouse_init+0x0/0x85 returned 0 after 11 usecs
[ 2.097359] calling cmos_init+0x0/0x6c @ 1
[ 2.097430] rtc_cmos 00:04: RTC can wake from S4
[ 2.098402] rtc_cmos 00:04: registered as rtc0
[ 2.098797] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.099468] probe of 00:04 returned 1 after 2105 usecs
[ 2.099473] initcall cmos_init+0x0/0x6c returned 0 after 2062 usecs
[ 2.099474] calling smbalert_driver_init+0x0/0x13 @ 1
[ 2.099477] initcall smbalert_driver_init+0x0/0x13 returned 0 after 2 usecs
[ 2.099478] calling amd756_driver_init+0x0/0x1a @ 1
[ 2.099485] initcall amd756_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.099486] calling amd756_s4882_init+0x0/0x2a6 @ 1
[ 2.099487] initcall amd756_s4882_init+0x0/0x2a6 returned -19 after 0 usecs
[ 2.099488] calling amd8111_driver_init+0x0/0x1a @ 1
[ 2.099493] initcall amd8111_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.099493] calling i2c_i801_init+0x0/0xc9 @ 1
[ 2.099592] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 2.100088] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 2.101742] probe of 0000:00:1f.4 returned 1 after 2236 usecs
[ 2.101749] initcall i2c_i801_init+0x0/0xc9 returned 0 after 2200 usecs
[ 2.101750] calling smbus_sch_driver_init+0x0/0x13 @ 1
[ 2.101755] initcall smbus_sch_driver_init+0x0/0x13 returned 0 after 3 usecs
[ 2.101756] calling nforce2_driver_init+0x0/0x1a @ 1
[ 2.101762] initcall nforce2_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.101763] calling nforce2_s4985_init+0x0/0x2b5 @ 1
[ 2.101764] initcall nforce2_s4985_init+0x0/0x2b5 returned -19 after 0 usecs
[ 2.101765] calling piix4_driver_init+0x0/0x1a @ 1
[ 2.101770] initcall piix4_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.101771] calling i2c_sis5595_init+0x0/0x1a @ 1
[ 2.101776] initcall i2c_sis5595_init+0x0/0x1a returned 0 after 4 usecs
[ 2.101777] calling sis630_driver_init+0x0/0x1a @ 1
[ 2.101782] initcall sis630_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.101783] calling sis96x_driver_init+0x0/0x1a @ 1
[ 2.101788] initcall sis96x_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.101788] calling vt586b_driver_init+0x0/0x1a @ 1
[ 2.101793] initcall vt586b_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.101794] calling i2c_vt596_init+0x0/0x1a @ 1
[ 2.101799] initcall i2c_vt596_init+0x0/0x1a returned 0 after 3 usecs
[ 2.101800] calling esb_driver_init+0x0/0x1a @ 1
[ 2.101808] initcall esb_driver_init+0x0/0x1a returned 0 after 7 usecs
[ 2.101809] calling iTCO_wdt_init_module+0x0/0x26 @ 1
[ 2.101810] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 2.102328] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 2.103150] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 2.103616] probe of iTCO_wdt returned 1 after 1306 usecs
[ 2.103623] initcall iTCO_wdt_init_module+0x0/0x26 returned 0 after 1769 usecs
[ 2.103624] calling iTCO_vendor_init_module+0x0/0x31 @ 1
[ 2.103625] iTCO_vendor_support: vendor-support=0
[ 2.104062] initcall iTCO_vendor_init_module+0x0/0x31 returned 0 after 425 usecs
[ 2.104063] calling hpwdt_driver_init+0x0/0x1a @ 1
[ 2.104071] initcall hpwdt_driver_init+0x0/0x1a returned 0 after 6 usecs
[ 2.104072] calling nv_tco_init_module+0x0/0xa8 @ 1
[ 2.104072] nv_tco: NV TCO WatchDog Timer Driver v0.01
[ 2.104468] probe of NV_TCO returned 0 after 2 usecs
[ 2.104470] initcall nv_tco_init_module+0x0/0xa8 returned 0 after 387 usecs
[ 2.104471] calling linear_init+0x0/0x11 @ 1
[ 2.104472] initcall linear_init+0x0/0x11 returned 0 after 0 usecs
[ 2.104473] calling raid0_init+0x0/0x11 @ 1
[ 2.104474] initcall raid0_init+0x0/0x11 returned 0 after 0 usecs
[ 2.104475] calling raid_init+0x0/0x11 @ 1
[ 2.104476] initcall raid_init+0x0/0x11 returned 0 after 0 usecs
[ 2.104477] calling raid5_init+0x0/0x92 @ 1
[ 2.104602] initcall raid5_init+0x0/0x92 returned 0 after 120 usecs
[ 2.104618] calling multipath_init+0x0/0x11 @ 1
[ 2.104619] initcall multipath_init+0x0/0x11 returned 0 after 0 usecs
[ 2.104620] calling i5000_init+0x0/0x38 @ 1
[ 2.104630] initcall i5000_init+0x0/0x38 returned 0 after 8 usecs
[ 2.104644] calling i5100_init+0x0/0x30 @ 1
[ 2.104649] initcall i5100_init+0x0/0x30 returned 0 after 4 usecs
[ 2.104650] calling i5400_init+0x0/0x38 @ 1
[ 2.104656] initcall i5400_init+0x0/0x38 returned 0 after 4 usecs
[ 2.104657] calling i7300_init+0x0/0x38 @ 1
[ 2.104663] initcall i7300_init+0x0/0x38 returned 0 after 4 usecs
[ 2.104664] calling i7core_init+0x0/0xa9 @ 1
[ 2.104671] initcall i7core_init+0x0/0xa9 returned 0 after 5 usecs
[ 2.104672] calling sbridge_init+0x0/0x17f2 @ 1
[ 2.104673] initcall sbridge_init+0x0/0x17f2 returned -19 after 0 usecs
[ 2.104674] calling e752x_init+0x0/0x38 @ 1
[ 2.104680] initcall e752x_init+0x0/0x38 returned 0 after 4 usecs
[ 2.104681] calling i82975x_init+0x0/0x97 @ 1
[ 2.104691] initcall i82975x_init+0x0/0x97 returned -19 after 8 usecs
[ 2.104692] calling i3000_init+0x0/0xa1 @ 1
[ 2.104701] initcall i3000_init+0x0/0xa1 returned -19 after 7 usecs
[ 2.104702] calling i3200_init+0x0/0xa1 @ 1
[ 2.104710] initcall i3200_init+0x0/0xa1 returned -19 after 7 usecs
[ 2.104711] calling ie31200_init+0x0/0x2d @ 1
[ 2.104717] initcall ie31200_init+0x0/0x2d returned 0 after 4 usecs
[ 2.104718] calling x38_init+0x0/0xa1 @ 1
[ 2.104727] initcall x38_init+0x0/0xa1 returned -19 after 7 usecs
[ 2.104728] calling amd64_edac_init+0x0/0x1882 @ 1
[ 2.104730] initcall amd64_edac_init+0x0/0x1882 returned -19 after 0 usecs
[ 2.104731] calling intel_pstate_init+0x0/0x3a9 @ 1
[ 2.104732] intel_pstate: Intel P-state driver initializing
[ 2.107643] intel_pstate: HWP enabled
[ 2.108144] initcall intel_pstate_init+0x0/0x3a9 returned 0 after 3331 usecs
[ 2.108145] calling efivars_sysfs_init+0x0/0x210 @ 1
[ 2.108147] initcall efivars_sysfs_init+0x0/0x210 returned -19 after 0 usecs
[ 2.108148] calling esrt_sysfs_init+0x0/0x2a1 @ 1
[ 2.108149] initcall esrt_sysfs_init+0x0/0x2a1 returned -38 after 0 usecs
[ 2.108150] calling hid_init+0x0/0x5d @ 1
[ 2.108157] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.108559] initcall hid_init+0x0/0x5d returned 0 after 398 usecs
[ 2.108561] calling hid_generic_init+0x0/0x1a @ 1
[ 2.108566] initcall hid_generic_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108567] calling a4_driver_init+0x0/0x1a @ 1
[ 2.108571] initcall a4_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108572] calling apple_driver_init+0x0/0x1a @ 1
[ 2.108578] initcall apple_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.108579] calling belkin_driver_init+0x0/0x1a @ 1
[ 2.108583] initcall belkin_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108584] calling ch_driver_init+0x0/0x1a @ 1
[ 2.108588] initcall ch_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108589] calling ch_driver_init+0x0/0x1a @ 1
[ 2.108593] initcall ch_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108594] calling cp_driver_init+0x0/0x1a @ 1
[ 2.108598] initcall cp_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108599] calling dr_driver_init+0x0/0x1a @ 1
[ 2.108603] initcall dr_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108604] calling ez_driver_init+0x0/0x1a @ 1
[ 2.108608] initcall ez_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108609] calling gyration_driver_init+0x0/0x1a @ 1
[ 2.108613] initcall gyration_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108615] calling ite_driver_init+0x0/0x1a @ 1
[ 2.108619] initcall ite_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108620] calling ks_driver_init+0x0/0x1a @ 1
[ 2.108624] initcall ks_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108625] calling kye_driver_init+0x0/0x1a @ 1
[ 2.108629] initcall kye_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108630] calling lg_driver_init+0x0/0x1a @ 1
[ 2.108635] initcall lg_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.108636] calling ms_driver_init+0x0/0x1a @ 1
[ 2.108640] initcall ms_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108641] calling mr_driver_init+0x0/0x1a @ 1
[ 2.108646] initcall mr_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108647] calling ntrig_driver_init+0x0/0x1a @ 1
[ 2.108652] initcall ntrig_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.108654] calling ortek_driver_init+0x0/0x1a @ 1
[ 2.108658] initcall ortek_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108659] calling pl_driver_init+0x0/0x1a @ 1
[ 2.108664] initcall pl_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108665] calling pl_driver_init+0x0/0x1a @ 1
[ 2.108669] initcall pl_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108670] calling redragon_driver_init+0x0/0x1a @ 1
[ 2.108675] initcall redragon_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108676] calling samsung_driver_init+0x0/0x1a @ 1
[ 2.108681] initcall samsung_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108682] calling sjoy_driver_init+0x0/0x1a @ 1
[ 2.108687] initcall sjoy_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108688] calling sp_driver_init+0x0/0x1a @ 1
[ 2.108693] initcall sp_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108694] calling ga_driver_init+0x0/0x1a @ 1
[ 2.108698] initcall ga_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108699] calling tm_driver_init+0x0/0x1a @ 1
[ 2.108704] initcall tm_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108705] calling ts_driver_init+0x0/0x1a @ 1
[ 2.108710] initcall ts_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108711] calling twinhan_driver_init+0x0/0x1a @ 1
[ 2.108716] initcall twinhan_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108718] calling zp_driver_init+0x0/0x1a @ 1
[ 2.108722] initcall zp_driver_init+0x0/0x1a returned 0 after 3 usecs
[ 2.108723] calling hid_init+0x0/0x59 @ 1
[ 2.108729] usbcore: registered new interface driver usbhid
[ 2.109207] usbhid: USB HID core driver
[ 2.109514] initcall hid_init+0x0/0x59 returned 0 after 770 usecs
[ 2.109515] calling pmc_atom_init+0x0/0x283 @ 1
[ 2.109518] initcall pmc_atom_init+0x0/0x283 returned -19 after 1 usecs
[ 2.109518] calling alsa_hwdep_init+0x0/0x5f @ 1
[ 2.109521] initcall alsa_hwdep_init+0x0/0x5f returned 0 after 1 usecs
[ 2.109522] calling alsa_timer_init+0x0/0x1c6 @ 1
[ 2.109621] initcall alsa_timer_init+0x0/0x1c6 returned 0 after 95 usecs
[ 2.109622] calling alsa_pcm_init+0x0/0x67 @ 1
[ 2.109624] initcall alsa_pcm_init+0x0/0x67 returned 0 after 0 usecs
[ 2.109624] calling alsa_rawmidi_init+0x0/0x20 @ 1
[ 2.109625] initcall alsa_rawmidi_init+0x0/0x20 returned 0 after 0 usecs
[ 2.109626] calling ens137x_driver_init+0x0/0x1a @ 1
[ 2.109649] initcall ens137x_driver_init+0x0/0x1a returned 0 after 21 usecs
[ 2.109650] calling ens137x_driver_init+0x0/0x1a @ 1
[ 2.109656] initcall ens137x_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.109657] calling es1938_driver_init+0x0/0x1a @ 1
[ 2.109663] initcall es1938_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.109663] calling es1968_driver_init+0x0/0x1a @ 1
[ 2.109669] initcall es1968_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.109670] calling intel8x0_driver_init+0x0/0x1a @ 1
[ 2.109676] initcall intel8x0_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.109677] calling sonicvibes_driver_init+0x0/0x1a @ 1
[ 2.109683] initcall sonicvibes_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.109684] calling via82xx_driver_init+0x0/0x1a @ 1
[ 2.109690] initcall via82xx_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.109690] calling via82xx_modem_driver_init+0x0/0x1a @ 1
[ 2.109697] initcall via82xx_modem_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.109697] calling ct_driver_init+0x0/0x1a @ 1
[ 2.109703] initcall ct_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.109704] calling emu10k1_driver_init+0x0/0x1a @ 1
[ 2.109710] initcall emu10k1_driver_init+0x0/0x1a returned 0 after 5 usecs
[ 2.109711] calling emu10k1x_driver_init+0x0/0x1a @ 1
[ 2.109716] initcall emu10k1x_driver_init+0x0/0x1a returned 0 after 4 usecs
[ 2.109717] calling generic_driver_init+0x0/0x1a @ 1
[ 2.109720] initcall generic_driver_init+0x0/0x1a returned 0 after 2 usecs
[ 2.109721] calling realtek_driver_init+0x0/0x1a @ 1
[ 2.109723] initcall realtek_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109724] calling cmedia_driver_init+0x0/0x1a @ 1
[ 2.109727] initcall cmedia_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109727] calling analog_driver_init+0x0/0x1a @ 1
[ 2.109730] initcall analog_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109730] calling sigmatel_driver_init+0x0/0x1a @ 1
[ 2.109733] initcall sigmatel_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109734] calling si3054_driver_init+0x0/0x1a @ 1
[ 2.109736] initcall si3054_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109737] calling cirrus_driver_init+0x0/0x1a @ 1
[ 2.109739] initcall cirrus_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109740] calling ca0110_driver_init+0x0/0x1a @ 1
[ 2.109742] initcall ca0110_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109743] calling ca0132_driver_init+0x0/0x1a @ 1
[ 2.109745] initcall ca0132_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109746] calling conexant_driver_init+0x0/0x1a @ 1
[ 2.109749] initcall conexant_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109750] calling via_driver_init+0x0/0x1a @ 1
[ 2.109752] initcall via_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109753] calling hdmi_driver_init+0x0/0x1a @ 1
[ 2.109755] initcall hdmi_driver_init+0x0/0x1a returned 0 after 1 usecs
[ 2.109756] calling azx_driver_init+0x0/0x1a @ 1
[ 2.109916] probe of 0000:00:1f.3 returned 1 after 157 usecs
[ 2.109923] initcall azx_driver_init+0x0/0x1a returned 0 after 162 usecs
[ 2.109924] calling ymfpci_driver_init+0x0/0x1a @ 1
[ 2.109945] initcall ymfpci_driver_init+0x0/0x1a returned 0 after 20 usecs
[ 2.109947] calling pm_check_save_msr+0x0/0x20 @ 1
[ 2.109949] initcall pm_check_save_msr+0x0/0x20 returned 0 after 0 usecs
[ 2.109950] calling sock_diag_init+0x0/0x34 @ 1
[ 2.109992] initcall sock_diag_init+0x0/0x34 returned 0 after 25 usecs
[ 2.109993] calling blackhole_init+0x0/0x11 @ 1
[ 2.109995] initcall blackhole_init+0x0/0x11 returned 0 after 0 usecs
[ 2.109996] calling gre_offload_init+0x0/0x49 @ 1
[ 2.109998] initcall gre_offload_init+0x0/0x49 returned 0 after 0 usecs
[ 2.109999] calling sysctl_ipv4_init+0x0/0x4c @ 1
[ 2.110066] initcall sysctl_ipv4_init+0x0/0x4c returned 0 after 63 usecs
[ 2.110067] calling cubictcp_register+0x0/0x59 @ 1
[ 2.110069] initcall cubictcp_register+0x0/0x59 returned 0 after 0 usecs
[ 2.110070] calling init_dns_resolver+0x0/0xd4 @ 1
[ 2.110073] Key type dns_resolver registered
[ 2.110505] initcall init_dns_resolver+0x0/0xd4 returned 0 after 424 usecs
[ 2.110507] calling mcheck_init_device+0x0/0x12f @ 1
[ 2.111255] initcall mcheck_init_device+0x0/0x12f returned 0 after 727 usecs
[ 2.111257] calling dev_mcelog_init_device+0x0/0x4b @ 1
[ 2.111386] initcall dev_mcelog_init_device+0x0/0x4b returned 0 after 110 usecs
[ 2.111445] calling mcheck_late_init+0x0/0x90 @ 1
[ 2.111449] initcall mcheck_late_init+0x0/0x90 returned 0 after 1 usecs
[ 2.111450] calling severities_debugfs_init+0x0/0x3b @ 1
[ 2.111452] initcall severities_debugfs_init+0x0/0x3b returned 0 after 0 usecs
[ 2.111453] calling threshold_init_device+0x0/0x63 @ 1
[ 2.111455] initcall threshold_init_device+0x0/0x63 returned 0 after 0 usecs
[ 2.111455] calling microcode_init+0x0/0x1fb @ 1
[ 2.111497] microcode: sig=0x506e3, pf=0x2, revision=0x7c
[ 2.112181] microcode: Microcode Update Driver: v2.2.
[ 2.112183] initcall microcode_init+0x0/0x1fb returned 0 after 708 usecs
[ 2.112564] calling hpet_insert_resource+0x0/0x23 @ 1
[ 2.112565] initcall hpet_insert_resource+0x0/0x23 returned 0 after 0 usecs
[ 2.112567] calling update_mp_table+0x0/0x509 @ 1
[ 2.112568] initcall update_mp_table+0x0/0x509 returned 0 after 0 usecs
[ 2.112569] calling lapic_insert_resource+0x0/0x3f @ 1
[ 2.112570] initcall lapic_insert_resource+0x0/0x3f returned 0 after 0 usecs
[ 2.112571] calling print_ICs+0x0/0xd2 @ 1
[ 2.112573] initcall print_ICs+0x0/0xd2 returned 0 after 0 usecs
[ 2.112574] calling pat_memtype_list_init+0x0/0x32 @ 1
[ 2.112578] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 2 usecs
[ 2.112579] calling create_tlb_single_page_flush_ceiling+0x0/0x29 @ 1
[ 2.112582] initcall create_tlb_single_page_flush_ceiling+0x0/0x29 returned 0 after 1 usecs
[ 2.112583] calling create_init_pkru_value+0x0/0x29 @ 1
[ 2.112584] initcall create_init_pkru_value+0x0/0x29 returned 0 after 0 usecs
[ 2.112586] calling init_oops_id+0x0/0x40 @ 1
[ 2.112587] initcall init_oops_id+0x0/0x40 returned 0 after 0 usecs
[ 2.112588] calling sched_clock_init_late+0x0/0xd0 @ 1
[ 2.112589] sched_clock: Marking stable (2043950961, 68226149)->(2219612560, -107435450)
[ 2.113346] initcall sched_clock_init_late+0x0/0xd0 returned 0 after 739 usecs
[ 2.113347] calling sched_init_debug+0x0/0x3e @ 1
[ 2.113350] initcall sched_init_debug+0x0/0x3e returned 0 after 1 usecs
[ 2.113351] calling pm_qos_power_init+0x0/0xad @ 1
[ 2.113411] initcall pm_qos_power_init+0x0/0xad returned 0 after 57 usecs
[ 2.113412] calling pm_debugfs_init+0x0/0x24 @ 1
[ 2.113414] initcall pm_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 2.113415] calling printk_late_init+0x0/0x122 @ 1
[ 2.113417] initcall printk_late_init+0x0/0x122 returned 0 after 0 usecs
[ 2.113418] calling tk_debug_sleep_time_init+0x0/0x3c @ 1
[ 2.113420] initcall tk_debug_sleep_time_init+0x0/0x3c returned 0 after 0 usecs
[ 2.113421] calling debugfs_kprobe_init+0x0/0xd2 @ 1
[ 2.113425] initcall debugfs_kprobe_init+0x0/0xd2 returned 0 after 2 usecs
[ 2.113425] calling taskstats_init+0x0/0x37 @ 1
[ 2.113429] registered taskstats version 1
[ 2.113830] initcall taskstats_init+0x0/0x37 returned 0 after 380 usecs
[ 2.113832] calling fault_around_debugfs+0x0/0x35 @ 1
[ 2.113834] initcall fault_around_debugfs+0x0/0x35 returned 0 after 0 usecs
[ 2.113835] calling max_swapfiles_check+0x0/0x8 @ 1
[ 2.113836] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[ 2.113836] calling split_huge_pages_debugfs+0x0/0x35 @ 1
[ 2.113838] initcall split_huge_pages_debugfs+0x0/0x35 returned 0 after 0 usecs
[ 2.113852] calling check_early_ioremap_leak+0x0/0x39 @ 1
[ 2.113854] initcall check_early_ioremap_leak+0x0/0x39 returned 0 after 0 usecs
[ 2.113855] calling init_root_keyring+0x0/0xa @ 1
[ 2.113860] initcall init_root_keyring+0x0/0xa returned 0 after 3 usecs
[ 2.113861] calling prandom_reseed+0x0/0x2a @ 1
[ 2.113877] initcall prandom_reseed+0x0/0x2a returned 0 after 15 usecs
[ 2.113878] calling init_error_injection+0x0/0x6a @ 1
[ 2.113989] initcall init_error_injection+0x0/0x6a returned 0 after 107 usecs
[ 2.113990] calling pci_resource_alignment_sysfs_init+0x0/0x18 @ 1
[ 2.113992] initcall pci_resource_alignment_sysfs_init+0x0/0x18 returned 0 after 0 usecs
[ 2.113993] calling pci_sysfs_init+0x0/0x50 @ 1
[ 2.114207] initcall pci_sysfs_init+0x0/0x50 returned 0 after 206 usecs
[ 2.114208] calling clk_debug_init+0x0/0x116 @ 1
[ 2.114212] initcall clk_debug_init+0x0/0x116 returned 0 after 3 usecs
[ 2.114214] calling deferred_probe_initcall+0x0/0xa0 @ 1
[ 2.114238] initcall deferred_probe_initcall+0x0/0xa0 returned 0 after 21 usecs
[ 2.114239] calling rtc_hctosys+0x0/0x102 @ 1
[ 2.114400] rtc_cmos 00:04: setting system clock to 2019-02-13 14:22:08 UTC (1550067728)
[ 2.115106] initcall rtc_hctosys+0x0/0x102 returned 0 after 844 usecs
[ 2.115107] calling firmware_memmap_init+0x0/0x33 @ 1
[ 2.115129] initcall firmware_memmap_init+0x0/0x33 returned 0 after 20 usecs
[ 2.115130] calling register_update_efi_random_seed+0x0/0x20 @ 1
[ 2.115131] initcall register_update_efi_random_seed+0x0/0x20 returned 0 after 0 usecs
[ 2.115132] calling efi_shutdown_init+0x0/0x3c @ 1
[ 2.115134] initcall efi_shutdown_init+0x0/0x3c returned -19 after 0 usecs
[ 2.115135] calling pci_mmcfg_late_insert_resources+0x0/0x51 @ 1
[ 2.115136] initcall pci_mmcfg_late_insert_resources+0x0/0x51 returned 0 after 0 usecs
[ 2.115137] calling tcp_congestion_default+0x0/0x18 @ 1
[ 2.115139] initcall tcp_congestion_default+0x0/0x18 returned 0 after 0 usecs
[ 2.115140] calling clear_boot_tracer+0x0/0x26 @ 1
[ 2.115141] initcall clear_boot_tracer+0x0/0x26 returned 0 after 0 usecs
[ 2.115142] calling tracing_set_default_clock+0x0/0x35 @ 1
[ 2.115143] initcall tracing_set_default_clock+0x0/0x35 returned 0 after 0 usecs
[ 2.115145] calling acpi_gpio_handle_deferred_request_irqs+0x0/0x90 @ 1
[ 2.115146] initcall acpi_gpio_handle_deferred_request_irqs+0x0/0x90 returned 0 after 0 usecs
[ 2.115148] calling clk_disable_unused+0x0/0x170 @ 1
[ 2.115149] initcall clk_disable_unused+0x0/0x170 returned 0 after 0 usecs
[ 2.115150] calling alsa_sound_last_init+0x0/0x5d @ 1
[ 2.115150] ALSA device list:
[ 2.115425] No soundcards found.
[ 2.115734] initcall alsa_sound_last_init+0x0/0x5d returned 0 after 569 usecs
[ 2.205938] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.206405] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.206927] ata5: SATA link down (SStatus 4 SControl 300)
[ 2.207372] ata4: SATA link down (SStatus 4 SControl 300)
[ 2.208812] ata2.00: ATA-8: WDC WD5000AAKX-07U6AA1, 17.01H17, max UDMA/133
[ 2.209369] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 2.210902] ata3.00: ATAPI: TSSTcorp CDDVDW SH-216FB, FT00, max UDMA/100
[ 2.211809] ata2.00: configured for UDMA/133
[ 2.214929] ata6: SATA link down (SStatus 4 SControl 300)
[ 2.216079] ata3.00: configured for UDMA/100
[ 2.416983] usb 1-7: new low-speed USB device number 2 using xhci_hcd
[ 2.550346] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:046D:C077.0001/input/input2
[ 2.551341] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-7/input0
[ 2.552233] probe of 0003:046D:C077.0001 returned 1 after 1929 usecs
[ 2.552238] probe of 1-7:1.0 returned 1 after 3228 usecs
[ 2.552248] probe of 1-7 returned 1 after 3920 usecs
[ 2.665985] usb 1-8: new low-speed USB device number 3 using xhci_hcd
[ 2.808072] input: Fujitsu Fujitsu Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0BF8:101E.0002/input/input3
[ 2.861274] hid-generic 0003:0BF8:101E.0002: input,hidraw1: USB HID v1.10 Keyboard [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-8/input0
[ 2.862186] probe of 0003:0BF8:101E.0002 returned 1 after 54177 usecs
[ 2.862193] probe of 1-8:1.0 returned 1 after 57524 usecs
[ 2.869138] input: Fujitsu Fujitsu Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0BF8:101E.0003/input/input4
[ 2.922151] input: Fujitsu Fujitsu Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0BF8:101E.0003/input/input5
[ 2.923298] hid-generic 0003:0BF8:101E.0003: input,hidraw2: USB HID v1.10 Device [Fujitsu Fujitsu Keyboard] on usb-0000:00:14.0-8/input1
[ 2.924211] probe of 0003:0BF8:101E.0003 returned 1 after 55135 usecs
[ 2.924218] probe of 1-8:1.1 returned 1 after 62003 usecs
[ 2.924229] probe of 1-8 returned 1 after 121077 usecs
[ 3.847052] floppy0: no floppy controllers found
[ 3.847754] scsi 1:0:0:0: Direct-Access ATA WDC WD5000AAKX-0 1H17 PQ: 0 ANSI: 5
[ 3.848620] probe of 1:0:0:0 returned 1 after 17 usecs
[ 3.848678] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 3.848704] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 3.849783] sd 1:0:0:0: [sda] Write Protect is off
[ 3.850248] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.850373] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.851966] scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SH-216FB FT00 PQ: 0 ANSI: 5
[ 3.860145] sda: sda1 sda2 sda3
[ 3.861395] sd 1:0:0:0: [sda] Attached SCSI disk
[ 3.876928] probe of 2:0:0:0 returned 0 after 2 usecs
[ 3.899235] sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.899970] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.900557] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 3.900561] probe of 2:0:0:0 returned 1 after 23631 usecs
[ 3.900664] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 3.901894] Freeing unused kernel image memory: 1564K
[ 3.906996] Write protecting the kernel read-only data: 20480k
[ 3.907861] Freeing unused kernel image memory: 2016K
[ 3.908427] Freeing unused kernel image memory: 564K
[ 3.908841] Run /init as init process
[ 4.091509] random: fast init done
[ 4.203297] XFS (sda1): Mounting V4 Filesystem
[ 4.328710] XFS (sda1): Ending clean mount
[ 5.014276] random: crng init done
[ 5.812746] calling init_autofs_fs+0x0/0x26 [autofs4] @ 1
[ 5.812790] initcall init_autofs_fs+0x0/0x26 [autofs4] returned 0 after 40 usecs
[ 6.033802] calling inet6_init+0x0/0x374 [ipv6] @ 1
[ 6.033857] NET: Registered protocol family 10
[ 6.034593] Segment Routing with IPv6
[ 6.034996] initcall inet6_init+0x0/0x374 [ipv6] returned 0 after 1155 usecs
[ 6.066759] calling af_unix_init+0x0/0x1000 [unix] @ 1
[ 6.066769] NET: Registered protocol family 1
[ 6.067152] initcall af_unix_init+0x0/0x1000 [unix] returned 0 after 381 usecs
[ 6.117736] calling xt_init+0x0/0x1000 [x_tables] @ 1
[ 6.117740] initcall xt_init+0x0/0x1000 [x_tables] returned 0 after 1 usecs
[ 6.158449] calling ip_tables_init+0x0/0x1000 [ip_tables] @ 1
[ 6.158455] initcall ip_tables_init+0x0/0x1000 [ip_tables] returned 0 after 4 usecs
[ 6.255271] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 6.269408] systemd[1]: Detected architecture x86-64.
[ 6.289485] systemd[1]: Set hostname to <keineahnung.molgen.mpg.de>.
[ 7.214056] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 7.215236] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 8.280850] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 8.282316] systemd[1]: Created slice system-getty.slice.
[ 8.285088] systemd[1]: Created slice system-serial\x2dlog.slice.
[ 8.383362] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.384410] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 9.042348] calling init_sunrpc+0x0/0x6e [sunrpc] @ 182
[ 9.042698] RPC: Registered named UNIX socket transport module.
[ 9.043216] RPC: Registered udp transport module.
[ 9.043632] RPC: Registered tcp transport module.
[ 9.044058] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.044542] initcall init_sunrpc+0x0/0x6e [sunrpc] returned 0 after 2132 usecs
[ 9.094048] calling init_grace+0x0/0x1000 [grace] @ 182
[ 9.094051] initcall init_grace+0x0/0x1000 [grace] returned 0 after 1 usecs
[ 9.178881] calling init_nlm+0x0/0x5c [lockd] @ 182
[ 9.178903] initcall init_nlm+0x0/0x5c [lockd] returned 0 after 18 usecs
[ 9.315885] calling init_rpcsec_gss+0x0/0x1000 [auth_rpcgss] @ 182
[ 9.315893] initcall init_rpcsec_gss+0x0/0x1000 [auth_rpcgss] returned 0 after 5 usecs
[ 9.632111] calling init_nfsd+0x0/0xac3 [nfsd] @ 182
[ 9.632112] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[ 9.632595] initcall init_nfsd+0x0/0xac3 [nfsd] returned 0 after 466 usecs
[ 10.537765] systemd-journald[177]: Received request to flush runtime journal from PID 1
[ 11.803851] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 210
[ 11.803855] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 11.820104] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 211
[ 11.820107] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 11.842016] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 209
[ 11.842019] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 11.857712] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 200
[ 11.857714] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 11.981046] calling crc32c_intel_mod_init+0x0/0x1000 [crc32c_intel] @ 208
[ 11.981718] initcall crc32c_intel_mod_init+0x0/0x1000 [crc32c_intel] returned 0 after 652 usecs
[ 11.993792] calling acpi_video_init+0x0/0x1000 [video] @ 209
[ 11.993800] initcall acpi_video_init+0x0/0x1000 [video] returned 0 after 5 usecs
[ 12.125708] calling acpi_wmi_init+0x0/0x1000 [wmi] @ 217
[ 12.125858] probe of PNP0C14:00 returned 1 after 128 usecs
[ 12.125886] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 170 usecs
[ 12.486972] snd_hda_intel 0000:00:1f.3: couldn't bind with audio component
[ 12.498511] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC671: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:line
[ 12.499251] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x17/0x0/0x0/0x0/0x0)
[ 12.499917] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 12.500568] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 12.501135] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 12.501575] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 12.502116] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 12.502544] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 12.513626] probe of hdaudioC0D0 returned 1 after 15764 usecs
[ 12.513749] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
[ 12.514455] probe of hdaudioC0D2 returned 0 after 727 usecs
[ 12.514462] hdaudio hdaudioC0D2: Unable to bind the codec
[ 12.515057] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[ 12.515996] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[ 12.516782] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[ 12.517549] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 12.518415] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 12.604895] calling vmx_init+0x0/0x39f [kvm_intel] @ 208
[ 12.605722] initcall vmx_init+0x0/0x39f [kvm_intel] returned 0 after 804 usecs
[ 12.683444] calling pkg_temp_thermal_init+0x0/0x1000 [x86_pkg_temp_thermal] @ 208
[ 12.683971] initcall pkg_temp_thermal_init+0x0/0x1000 [x86_pkg_temp_thermal] returned 0 after 496 usecs
[ 12.684757] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 216
[ 12.684759] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 12.706022] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 208
[ 12.706024] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 12.721847] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 214
[ 12.721850] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 12.741744] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 215
[ 12.741746] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 12.760772] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 213
[ 12.760775] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 12.779797] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 218
[ 12.779800] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 12.797664] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 219
[ 12.797667] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 12.813785] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 212
[ 12.813787] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -17 after 0 usecs
[ 12.948506] calling leds_init+0x0/0x1000 [led_class] @ 206
[ 12.948525] initcall leds_init+0x0/0x1000 [led_class] returned 0 after 16 usecs
[ 13.061314] calling input_leds_init+0x0/0x1000 [input_leds] @ 206
[ 13.061359] initcall input_leds_init+0x0/0x1000 [input_leds] returned 0 after 42 usecs
[ 13.272094] calling drm_core_init+0x0/0xc3 [drm] @ 201
[ 13.272116] initcall drm_core_init+0x0/0xc3 [drm] returned 0 after 10 usecs
[ 13.473919] calling drm_kms_helper_init+0x0/0x15 [drm_kms_helper] @ 201
[ 13.473925] initcall drm_kms_helper_init+0x0/0x15 [drm_kms_helper] returned 0 after 0 usecs
[ 13.514627] calling iosf_mbi_init+0x0/0x1000 [iosf_mbi] @ 201
[ 13.514649] initcall iosf_mbi_init+0x0/0x1000 [iosf_mbi] returned 0 after 19 usecs
[ 15.227492] calling i915_init+0x0/0x52 [i915] @ 201
[ 15.228135] [drm] Replacing VGA console driver
[ 15.230022] Console: switching to colour dummy device 80x25
[ 15.231969] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 15.232307] [drm] Driver supports precise vblank timestamp query.
[ 15.233067] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 15.236910] [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
[ 15.238440] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 15.239012] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 15.239721] probe of LNXVIDEO:00 returned 1 after 2400 usecs
[ 15.239774] probe of 0000:00:02.0 returned 1 after 12271 usecs
[ 15.239840] initcall i915_init+0x0/0x52 [i915] returned 0 after 12002 usecs
[ 15.257573] [drm] Cannot find any crtc or sizes
[ 15.274037] [drm] Cannot find any crtc or sizes
[ 15.291157] [drm] Cannot find any crtc or sizes
[ 15.397428] fbcon: inteldrmfb (fb0) is primary device
[ 15.528027] [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[ 16.231932] Console: switching to colour frame buffer device 480x135
[ 16.260003] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 19.759048] e1000e 0000:00:1f.6 net00: renamed from eth0
[ 22.019777] calling llc_init+0x0/0x1000 [llc] @ 436
[ 22.019780] initcall llc_init+0x0/0x1000 [llc] returned 0 after 0 usecs
[ 22.364295] calling vlan_proto_init+0x0/0xb3 [8021q] @ 436
[ 22.364296] 8021q: 802.1Q VLAN Support v1.8
[ 22.364321] initcall vlan_proto_init+0x0/0xb3 [8021q] returned 0 after 6 usecs
[ 23.775018] NFSD: starting 90-second grace period (net f0000098)
[ 24.578299] XFS (sda2): Mounting V4 Filesystem
[ 25.403956] XFS (sda2): Ending clean mount
[ 25.439663] e1000e: net00 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 382.219268] calling init_nfs_fs+0x0/0x16c [nfs] @ 927
[ 382.219275] FS-Cache: Netfs 'nfs' registered for caching
[ 382.219503] initcall init_nfs_fs+0x0/0x16c [nfs] returned 0 after 219 usecs
[ 382.358115] calling init_nfs_v4+0x0/0x33 [nfsv4] @ 930
[ 382.358116] NFS: Registering the id_resolver key type
[ 382.358120] Key type id_resolver registered
[ 382.358121] Key type id_legacy registered
[ 382.358133] initcall init_nfs_v4+0x0/0x33 [nfsv4] returned 0 after 9 usecs
[ 382.396563] calling init_kerberos_module+0x0/0x1000 [rpcsec_gss_krb5] @ 932
[ 382.396583] initcall init_kerberos_module+0x0/0x1000 [rpcsec_gss_krb5] returned 0 after 1 usecs
[ 655.364015] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[ 873.883312] calling fuse_init+0x0/0x1a8 [fuse] @ 1496
[ 873.883313] fuse init (API version 7.28)
[ 873.883445] initcall fuse_init+0x0/0x1a8 [fuse] returned 0 after 125 usecs

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature