From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id CBB00C433F5 for ; Fri, 28 Jan 2022 09:31:39 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 587D06B0071; Fri, 28 Jan 2022 04:31:39 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 510AF6B0072; Fri, 28 Jan 2022 04:31:39 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 02F606B0073; Fri, 28 Jan 2022 04:31:38 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0099.hostedemail.com [216.40.44.99]) by kanga.kvack.org (Postfix) with ESMTP id CC37C6B0071 for ; Fri, 28 Jan 2022 04:31:38 -0500 (EST) Received: from smtpin18.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 48B34181BC816 for ; Fri, 28 Jan 2022 09:31:38 +0000 (UTC) X-FDA: 79079178276.18.2027960 Received: from gofer.mess.org (gofer.mess.org [88.97.38.141]) by imf14.hostedemail.com (Postfix) with ESMTP id 9B056100055 for ; Fri, 28 Jan 2022 09:31:35 +0000 (UTC) Received: by gofer.mess.org (Postfix, from userid 1000) id D045510008F; Fri, 28 Jan 2022 09:31:33 +0000 (UTC) Date: Fri, 28 Jan 2022 09:31:33 +0000 From: Sean Young To: kernel test robot Cc: Alexei Starovoitov , Shuah Khan , LKML , Linux Memory Management List , lkp@lists.01.org, lkp@intel.com Subject: Re: [tools headers UAPI] e2bcbd7769: kernel-selftests.ir.make_fail Message-ID: References: <20220128075346.GG8421@xsang-OptiPlex-9020> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220128075346.GG8421@xsang-OptiPlex-9020> X-Rspam-User: nil X-Rspamd-Server: rspam10 X-Rspamd-Queue-Id: 9B056100055 X-Stat-Signature: ttcny7hooh37bzuf59gduw9ssaa4q56t Authentication-Results: imf14.hostedemail.com; dkim=none; dmarc=none; spf=pass (imf14.hostedemail.com: domain of sean@mess.org designates 88.97.38.141 as permitted sender) smtp.mailfrom=sean@mess.org X-HE-Tag: 1643362295-554449 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Fri, Jan 28, 2022 at 03:53:46PM +0800, kernel test robot wrote: >=20 >=20 > Greeting, >=20 > FYI, we noticed the following commit (built with gcc-9): >=20 > commit: e2bcbd7769ee8f05e1b3d10848aace98973844e4 ("tools headers UAPI: re= move stale lirc.h") > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master >=20 > in testcase: kernel-selftests > version: kernel-selftests-x86_64-db530529-1_20220124 > with following parameters: >=20 > group: group-01 > ucode: 0xe2 >=20 > test-description: The kernel contains a set of "self tests" under the too= ls/testing/selftests/ directory. These are intended to be small unit tests = to exercise individual code paths in the kernel. > test-url: https://www.kernel.org/doc/Documentation/kselftest.txt >=20 >=20 > on test machine: 8 threads Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz with 1= 6G memory >=20 > caused below changes (please refer to attached dmesg/kmsg for entire log/= backtrace): >=20 >=20 >=20 >=20 > If you fix the issue, kindly add following tag > Reported-by: kernel test robot >=20 >=20 >=20 > 2022-01-27 18:57:29 make -C ir > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir' > gcc -Wall -O2 -I../../../include/uapi ir_loopback.c -o /usr/src/perf_= selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844= e4/tools/testing/selftests/ir/ir_loopback > ir_loopback.c: In function =E2=80=98main=E2=80=99: > ir_loopback.c:147:20: error: =E2=80=98RC_PROTO_RCMM32=E2=80=99 undeclared= (first use in this function); did you mean =E2=80=98RC_PROTO_RC6_MCE=E2=80= =99? > if (rc_proto =3D=3D RC_PROTO_RCMM32 && > ^~~~~~~~~~~~~~~ > RC_PROTO_RC6_MCE > ir_loopback.c:147:20: note: each undeclared identifier is reported only o= nce for each function it appears in > make: *** [../lib.mk:146: /usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir/ir_= loopback] Error 1 > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir' > 2022-01-27 18:57:29 make run_tests -C ir > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir' > gcc -Wall -O2 -I../../../include/uapi ir_loopback.c -o /usr/src/perf_= selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844= e4/tools/testing/selftests/ir/ir_loopback > ir_loopback.c: In function =E2=80=98main=E2=80=99: > ir_loopback.c:147:20: error: =E2=80=98RC_PROTO_RCMM32=E2=80=99 undeclared= (first use in this function); did you mean =E2=80=98RC_PROTO_RC6_MCE=E2=80= =99? > if (rc_proto =3D=3D RC_PROTO_RCMM32 && > ^~~~~~~~~~~~~~~ > RC_PROTO_RC6_MCE So this commit removes the copy of lirc.h from tools/include/uapi/linux/lir= c.h, so now the test uses /usr/include/linux/lirc.h. It appears that this file does not have RC_PROTO_RCMM32 defined on this system, which means it is a kernel header from v5.1 or earlier (this was added in commit 721074b03411327e7bf41555d4cc7c18f49313f7). It looks like this machine is redhat 8.3, which ships with kernel 4.18. I guess my change was far too optimistic; I had no ideal enterprise kernels were so ancient. We should probably drop e2bcbd7769ee8f05e1b3d10848aace98973844e4. Sorry abo= ut the turbulence. Sean > ir_loopback.c:147:20: note: each undeclared identifier is reported only o= nce for each function it appears in > make: *** [../lib.mk:146: /usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir/ir_= loopback] Error 1 > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir' >=20 >=20 >=20 > To reproduce: >=20 > git clone https://github.com/intel/lkp-tests.git > cd lkp-tests > sudo bin/lkp install job.yaml # job file is attached in= this email > bin/lkp split-job --compatible job.yaml # generate the yaml file = for lkp run > sudo bin/lkp run generated-yaml-file >=20 > # if come across any failure that blocks the test, > # please remove ~/.lkp and /lkp dir to run from a clean state. >=20 >=20 >=20 > --- > 0DAY/LKP+ Test Infrastructure Open Source Technology Ce= nter > https://lists.01.org/hyperkitty/list/lkp@lists.01.org Intel Corpora= tion >=20 > Thanks, > Oliver Sang >=20 > # > # Automatically generated file; DO NOT EDIT. > # Linux/x86_64 5.16.0 Kernel Configuration > # > CONFIG_CC_VERSION_TEXT=3D"gcc-9 (Debian 9.3.0-22) 9.3.0" > CONFIG_CC_IS_GCC=3Dy > CONFIG_GCC_VERSION=3D90300 > CONFIG_CLANG_VERSION=3D0 > CONFIG_AS_IS_GNU=3Dy > CONFIG_AS_VERSION=3D23502 > CONFIG_LD_IS_BFD=3Dy > CONFIG_LD_VERSION=3D23502 > CONFIG_LLD_VERSION=3D0 > CONFIG_CC_CAN_LINK=3Dy > CONFIG_CC_CAN_LINK_STATIC=3Dy > CONFIG_CC_HAS_ASM_GOTO=3Dy > CONFIG_CC_HAS_ASM_INLINE=3Dy > CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=3Dy > CONFIG_CONSTRUCTORS=3Dy > CONFIG_IRQ_WORK=3Dy > CONFIG_BUILDTIME_TABLE_SORT=3Dy > CONFIG_THREAD_INFO_IN_TASK=3Dy >=20 > # > # General setup > # > CONFIG_INIT_ENV_ARG_LIMIT=3D32 > # CONFIG_COMPILE_TEST is not set > # CONFIG_WERROR is not set > CONFIG_LOCALVERSION=3D"" > CONFIG_LOCALVERSION_AUTO=3Dy > CONFIG_BUILD_SALT=3D"" > CONFIG_HAVE_KERNEL_GZIP=3Dy > CONFIG_HAVE_KERNEL_BZIP2=3Dy > CONFIG_HAVE_KERNEL_LZMA=3Dy > CONFIG_HAVE_KERNEL_XZ=3Dy > CONFIG_HAVE_KERNEL_LZO=3Dy > CONFIG_HAVE_KERNEL_LZ4=3Dy > CONFIG_HAVE_KERNEL_ZSTD=3Dy > CONFIG_KERNEL_GZIP=3Dy > # CONFIG_KERNEL_BZIP2 is not set > # CONFIG_KERNEL_LZMA is not set > # CONFIG_KERNEL_XZ is not set > # CONFIG_KERNEL_LZO is not set > # CONFIG_KERNEL_LZ4 is not set > # CONFIG_KERNEL_ZSTD is not set > CONFIG_DEFAULT_INIT=3D"" > CONFIG_DEFAULT_HOSTNAME=3D"(none)" > CONFIG_SWAP=3Dy > CONFIG_SYSVIPC=3Dy > CONFIG_SYSVIPC_SYSCTL=3Dy > CONFIG_POSIX_MQUEUE=3Dy > CONFIG_POSIX_MQUEUE_SYSCTL=3Dy > # CONFIG_WATCH_QUEUE is not set > CONFIG_CROSS_MEMORY_ATTACH=3Dy > # CONFIG_USELIB is not set > CONFIG_AUDIT=3Dy > CONFIG_HAVE_ARCH_AUDITSYSCALL=3Dy > CONFIG_AUDITSYSCALL=3Dy >=20 > # > # IRQ subsystem > # > CONFIG_GENERIC_IRQ_PROBE=3Dy > CONFIG_GENERIC_IRQ_SHOW=3Dy > CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=3Dy > CONFIG_GENERIC_PENDING_IRQ=3Dy > CONFIG_GENERIC_IRQ_MIGRATION=3Dy > CONFIG_GENERIC_IRQ_INJECTION=3Dy > CONFIG_HARDIRQS_SW_RESEND=3Dy > CONFIG_IRQ_DOMAIN=3Dy > CONFIG_IRQ_SIM=3Dy > CONFIG_IRQ_DOMAIN_HIERARCHY=3Dy > CONFIG_GENERIC_MSI_IRQ=3Dy > CONFIG_GENERIC_MSI_IRQ_DOMAIN=3Dy > CONFIG_IRQ_MSI_IOMMU=3Dy > CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=3Dy > CONFIG_GENERIC_IRQ_RESERVATION_MODE=3Dy > CONFIG_IRQ_FORCED_THREADING=3Dy > CONFIG_SPARSE_IRQ=3Dy > # CONFIG_GENERIC_IRQ_DEBUGFS is not set > # end of IRQ subsystem >=20 > CONFIG_CLOCKSOURCE_WATCHDOG=3Dy > CONFIG_ARCH_CLOCKSOURCE_INIT=3Dy > CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=3Dy > CONFIG_GENERIC_TIME_VSYSCALL=3Dy > CONFIG_GENERIC_CLOCKEVENTS=3Dy > CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=3Dy > CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=3Dy > CONFIG_GENERIC_CMOS_UPDATE=3Dy > CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=3Dy > CONFIG_POSIX_CPU_TIMERS_TASK_WORK=3Dy >=20 > # > # Timers subsystem > # > CONFIG_TICK_ONESHOT=3Dy > CONFIG_NO_HZ_COMMON=3Dy > # CONFIG_HZ_PERIODIC is not set > # CONFIG_NO_HZ_IDLE is not set > CONFIG_NO_HZ_FULL=3Dy > CONFIG_CONTEXT_TRACKING=3Dy > # CONFIG_CONTEXT_TRACKING_FORCE is not set > CONFIG_NO_HZ=3Dy > CONFIG_HIGH_RES_TIMERS=3Dy > # end of Timers subsystem >=20 > CONFIG_BPF=3Dy > CONFIG_HAVE_EBPF_JIT=3Dy > CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=3Dy >=20 > # > # BPF subsystem > # > CONFIG_BPF_SYSCALL=3Dy > CONFIG_BPF_JIT=3Dy > CONFIG_BPF_JIT_ALWAYS_ON=3Dy > CONFIG_BPF_JIT_DEFAULT_ON=3Dy > CONFIG_BPF_UNPRIV_DEFAULT_OFF=3Dy > # CONFIG_BPF_PRELOAD is not set > # CONFIG_BPF_LSM is not set > # end of BPF subsystem >=20 > CONFIG_PREEMPT_VOLUNTARY_BUILD=3Dy > # CONFIG_PREEMPT_NONE is not set > CONFIG_PREEMPT_VOLUNTARY=3Dy > # CONFIG_PREEMPT is not set > CONFIG_PREEMPT_COUNT=3Dy > # CONFIG_PREEMPT_DYNAMIC is not set > # CONFIG_SCHED_CORE is not set >=20 > # > # CPU/Task time and stats accounting > # > CONFIG_VIRT_CPU_ACCOUNTING=3Dy > CONFIG_VIRT_CPU_ACCOUNTING_GEN=3Dy > CONFIG_IRQ_TIME_ACCOUNTING=3Dy > CONFIG_HAVE_SCHED_AVG_IRQ=3Dy > CONFIG_BSD_PROCESS_ACCT=3Dy > CONFIG_BSD_PROCESS_ACCT_V3=3Dy > CONFIG_TASKSTATS=3Dy > CONFIG_TASK_DELAY_ACCT=3Dy > CONFIG_TASK_XACCT=3Dy > CONFIG_TASK_IO_ACCOUNTING=3Dy > # CONFIG_PSI is not set > # end of CPU/Task time and stats accounting >=20 > CONFIG_CPU_ISOLATION=3Dy >=20 > # > # RCU Subsystem > # > CONFIG_TREE_RCU=3Dy > # CONFIG_RCU_EXPERT is not set > CONFIG_SRCU=3Dy > CONFIG_TREE_SRCU=3Dy > CONFIG_TASKS_RCU_GENERIC=3Dy > CONFIG_TASKS_RUDE_RCU=3Dy > CONFIG_TASKS_TRACE_RCU=3Dy > CONFIG_RCU_STALL_COMMON=3Dy > CONFIG_RCU_NEED_SEGCBLIST=3Dy > CONFIG_RCU_NOCB_CPU=3Dy > # end of RCU Subsystem >=20 > CONFIG_BUILD_BIN2C=3Dy > CONFIG_IKCONFIG=3Dy > CONFIG_IKCONFIG_PROC=3Dy > # CONFIG_IKHEADERS is not set > CONFIG_LOG_BUF_SHIFT=3D20 > CONFIG_LOG_CPU_MAX_BUF_SHIFT=3D12 > CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=3D13 > # CONFIG_PRINTK_INDEX is not set > CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=3Dy >=20 > # > # Scheduler features > # > # CONFIG_UCLAMP_TASK is not set > # end of Scheduler features >=20 > CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=3Dy > CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=3Dy > CONFIG_CC_HAS_INT128=3Dy > CONFIG_CC_IMPLICIT_FALLTHROUGH=3D"-Wimplicit-fallthrough=3D5" > CONFIG_ARCH_SUPPORTS_INT128=3Dy > CONFIG_NUMA_BALANCING=3Dy > CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=3Dy > CONFIG_CGROUPS=3Dy > CONFIG_PAGE_COUNTER=3Dy > CONFIG_MEMCG=3Dy > CONFIG_MEMCG_SWAP=3Dy > CONFIG_MEMCG_KMEM=3Dy > CONFIG_BLK_CGROUP=3Dy > CONFIG_CGROUP_WRITEBACK=3Dy > CONFIG_CGROUP_SCHED=3Dy > CONFIG_FAIR_GROUP_SCHED=3Dy > CONFIG_CFS_BANDWIDTH=3Dy > CONFIG_RT_GROUP_SCHED=3Dy > CONFIG_CGROUP_PIDS=3Dy > CONFIG_CGROUP_RDMA=3Dy > CONFIG_CGROUP_FREEZER=3Dy > CONFIG_CGROUP_HUGETLB=3Dy > CONFIG_CPUSETS=3Dy > CONFIG_PROC_PID_CPUSET=3Dy > CONFIG_CGROUP_DEVICE=3Dy > CONFIG_CGROUP_CPUACCT=3Dy > CONFIG_CGROUP_PERF=3Dy > CONFIG_CGROUP_BPF=3Dy > # CONFIG_CGROUP_MISC is not set > # CONFIG_CGROUP_DEBUG is not set > CONFIG_SOCK_CGROUP_DATA=3Dy > CONFIG_NAMESPACES=3Dy > CONFIG_UTS_NS=3Dy > CONFIG_TIME_NS=3Dy > CONFIG_IPC_NS=3Dy > CONFIG_USER_NS=3Dy > CONFIG_PID_NS=3Dy > CONFIG_NET_NS=3Dy > CONFIG_CHECKPOINT_RESTORE=3Dy > CONFIG_SCHED_AUTOGROUP=3Dy > # CONFIG_SYSFS_DEPRECATED is not set > CONFIG_RELAY=3Dy > CONFIG_BLK_DEV_INITRD=3Dy > CONFIG_INITRAMFS_SOURCE=3D"" > CONFIG_RD_GZIP=3Dy > CONFIG_RD_BZIP2=3Dy > CONFIG_RD_LZMA=3Dy > CONFIG_RD_XZ=3Dy > CONFIG_RD_LZO=3Dy > CONFIG_RD_LZ4=3Dy > CONFIG_RD_ZSTD=3Dy > # CONFIG_BOOT_CONFIG is not set > CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=3Dy > # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set > CONFIG_LD_ORPHAN_WARN=3Dy > CONFIG_SYSCTL=3Dy > CONFIG_HAVE_UID16=3Dy > CONFIG_SYSCTL_EXCEPTION_TRACE=3Dy > CONFIG_HAVE_PCSPKR_PLATFORM=3Dy > CONFIG_EXPERT=3Dy > CONFIG_UID16=3Dy > CONFIG_MULTIUSER=3Dy > CONFIG_SGETMASK_SYSCALL=3Dy > CONFIG_SYSFS_SYSCALL=3Dy > CONFIG_FHANDLE=3Dy > CONFIG_POSIX_TIMERS=3Dy > CONFIG_PRINTK=3Dy > CONFIG_BUG=3Dy > CONFIG_ELF_CORE=3Dy > CONFIG_PCSPKR_PLATFORM=3Dy > CONFIG_BASE_FULL=3Dy > CONFIG_FUTEX=3Dy > CONFIG_FUTEX_PI=3Dy > CONFIG_EPOLL=3Dy > CONFIG_SIGNALFD=3Dy > CONFIG_TIMERFD=3Dy > CONFIG_EVENTFD=3Dy > CONFIG_SHMEM=3Dy > CONFIG_AIO=3Dy > CONFIG_IO_URING=3Dy > CONFIG_ADVISE_SYSCALLS=3Dy > CONFIG_HAVE_ARCH_USERFAULTFD_WP=3Dy > CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=3Dy > CONFIG_MEMBARRIER=3Dy > CONFIG_KALLSYMS=3Dy > CONFIG_KALLSYMS_ALL=3Dy > CONFIG_KALLSYMS_ABSOLUTE_PERCPU=3Dy > CONFIG_KALLSYMS_BASE_RELATIVE=3Dy > CONFIG_USERFAULTFD=3Dy > CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=3Dy > CONFIG_KCMP=3Dy > CONFIG_RSEQ=3Dy > # CONFIG_DEBUG_RSEQ is not set > CONFIG_EMBEDDED=3Dy > CONFIG_HAVE_PERF_EVENTS=3Dy > CONFIG_GUEST_PERF_EVENTS=3Dy > # CONFIG_PC104 is not set >=20 > # > # Kernel Performance Events And Counters > # > CONFIG_PERF_EVENTS=3Dy > # CONFIG_DEBUG_PERF_USE_VMALLOC is not set > # end of Kernel Performance Events And Counters >=20 > CONFIG_VM_EVENT_COUNTERS=3Dy > CONFIG_SLUB_DEBUG=3Dy > # CONFIG_COMPAT_BRK is not set > # CONFIG_SLAB is not set > CONFIG_SLUB=3Dy > # CONFIG_SLOB is not set > CONFIG_SLAB_MERGE_DEFAULT=3Dy > CONFIG_SLAB_FREELIST_RANDOM=3Dy > CONFIG_SLAB_FREELIST_HARDENED=3Dy > CONFIG_SHUFFLE_PAGE_ALLOCATOR=3Dy > CONFIG_SLUB_CPU_PARTIAL=3Dy > CONFIG_SYSTEM_DATA_VERIFICATION=3Dy > CONFIG_PROFILING=3Dy > CONFIG_TRACEPOINTS=3Dy > # end of General setup >=20 > CONFIG_64BIT=3Dy > CONFIG_X86_64=3Dy > CONFIG_X86=3Dy > CONFIG_INSTRUCTION_DECODER=3Dy > CONFIG_OUTPUT_FORMAT=3D"elf64-x86-64" > CONFIG_LOCKDEP_SUPPORT=3Dy > CONFIG_STACKTRACE_SUPPORT=3Dy > CONFIG_MMU=3Dy > CONFIG_ARCH_MMAP_RND_BITS_MIN=3D28 > CONFIG_ARCH_MMAP_RND_BITS_MAX=3D32 > CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=3D8 > CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=3D16 > CONFIG_GENERIC_ISA_DMA=3Dy > CONFIG_GENERIC_BUG=3Dy > CONFIG_GENERIC_BUG_RELATIVE_POINTERS=3Dy > CONFIG_ARCH_MAY_HAVE_PC_FDC=3Dy > CONFIG_GENERIC_CALIBRATE_DELAY=3Dy > CONFIG_ARCH_HAS_CPU_RELAX=3Dy > CONFIG_ARCH_HAS_FILTER_PGPROT=3Dy > CONFIG_ARCH_HIBERNATION_POSSIBLE=3Dy > CONFIG_ARCH_NR_GPIO=3D1024 > CONFIG_ARCH_SUSPEND_POSSIBLE=3Dy > CONFIG_ARCH_WANT_GENERAL_HUGETLB=3Dy > CONFIG_AUDIT_ARCH=3Dy > CONFIG_KASAN_SHADOW_OFFSET=3D0xdffffc0000000000 > CONFIG_HAVE_INTEL_TXT=3Dy > CONFIG_X86_64_SMP=3Dy > CONFIG_ARCH_SUPPORTS_UPROBES=3Dy > CONFIG_FIX_EARLYCON_MEM=3Dy > CONFIG_PGTABLE_LEVELS=3D5 > CONFIG_CC_HAS_SANE_STACKPROTECTOR=3Dy >=20 > # > # Processor type and features > # > CONFIG_SMP=3Dy > CONFIG_X86_FEATURE_NAMES=3Dy > CONFIG_X86_X2APIC=3Dy > CONFIG_X86_MPPARSE=3Dy > # CONFIG_GOLDFISH is not set > CONFIG_RETPOLINE=3Dy > CONFIG_X86_CPU_RESCTRL=3Dy > CONFIG_X86_EXTENDED_PLATFORM=3Dy > # CONFIG_X86_NUMACHIP is not set > # CONFIG_X86_VSMP is not set > CONFIG_X86_UV=3Dy > # CONFIG_X86_GOLDFISH is not set > # CONFIG_X86_INTEL_MID is not set > CONFIG_X86_INTEL_LPSS=3Dy > # CONFIG_X86_AMD_PLATFORM_DEVICE is not set > CONFIG_IOSF_MBI=3Dy > # CONFIG_IOSF_MBI_DEBUG is not set > CONFIG_X86_SUPPORTS_MEMORY_FAILURE=3Dy > # CONFIG_SCHED_OMIT_FRAME_POINTER is not set > CONFIG_HYPERVISOR_GUEST=3Dy > CONFIG_PARAVIRT=3Dy > # CONFIG_PARAVIRT_DEBUG is not set > CONFIG_PARAVIRT_SPINLOCKS=3Dy > CONFIG_X86_HV_CALLBACK_VECTOR=3Dy > # CONFIG_XEN is not set > CONFIG_KVM_GUEST=3Dy > CONFIG_ARCH_CPUIDLE_HALTPOLL=3Dy > # CONFIG_PVH is not set > CONFIG_PARAVIRT_TIME_ACCOUNTING=3Dy > CONFIG_PARAVIRT_CLOCK=3Dy > # CONFIG_JAILHOUSE_GUEST is not set > # CONFIG_ACRN_GUEST is not set > # CONFIG_MK8 is not set > # CONFIG_MPSC is not set > # CONFIG_MCORE2 is not set > # CONFIG_MATOM is not set > CONFIG_GENERIC_CPU=3Dy > CONFIG_X86_INTERNODE_CACHE_SHIFT=3D6 > CONFIG_X86_L1_CACHE_SHIFT=3D6 > CONFIG_X86_TSC=3Dy > CONFIG_X86_CMPXCHG64=3Dy > CONFIG_X86_CMOV=3Dy > CONFIG_X86_MINIMUM_CPU_FAMILY=3D64 > CONFIG_X86_DEBUGCTLMSR=3Dy > CONFIG_IA32_FEAT_CTL=3Dy > CONFIG_X86_VMX_FEATURE_NAMES=3Dy > # CONFIG_PROCESSOR_SELECT is not set > CONFIG_CPU_SUP_INTEL=3Dy > CONFIG_CPU_SUP_AMD=3Dy > CONFIG_CPU_SUP_HYGON=3Dy > CONFIG_CPU_SUP_CENTAUR=3Dy > CONFIG_CPU_SUP_ZHAOXIN=3Dy > CONFIG_HPET_TIMER=3Dy > CONFIG_HPET_EMULATE_RTC=3Dy > CONFIG_DMI=3Dy > # CONFIG_GART_IOMMU is not set > CONFIG_MAXSMP=3Dy > CONFIG_NR_CPUS_RANGE_BEGIN=3D8192 > CONFIG_NR_CPUS_RANGE_END=3D8192 > CONFIG_NR_CPUS_DEFAULT=3D8192 > CONFIG_NR_CPUS=3D8192 > CONFIG_SCHED_CLUSTER=3Dy > CONFIG_SCHED_SMT=3Dy > CONFIG_SCHED_MC=3Dy > CONFIG_SCHED_MC_PRIO=3Dy > CONFIG_X86_LOCAL_APIC=3Dy > CONFIG_X86_IO_APIC=3Dy > CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=3Dy > CONFIG_X86_MCE=3Dy > CONFIG_X86_MCELOG_LEGACY=3Dy > CONFIG_X86_MCE_INTEL=3Dy > CONFIG_X86_MCE_AMD=3Dy > CONFIG_X86_MCE_THRESHOLD=3Dy > CONFIG_X86_MCE_INJECT=3Dm >=20 > # > # Performance monitoring > # > CONFIG_PERF_EVENTS_INTEL_UNCORE=3Dm > CONFIG_PERF_EVENTS_INTEL_RAPL=3Dm > CONFIG_PERF_EVENTS_INTEL_CSTATE=3Dm > # CONFIG_PERF_EVENTS_AMD_POWER is not set > CONFIG_PERF_EVENTS_AMD_UNCORE=3Dy > # end of Performance monitoring >=20 > CONFIG_X86_16BIT=3Dy > CONFIG_X86_ESPFIX64=3Dy > CONFIG_X86_VSYSCALL_EMULATION=3Dy > CONFIG_X86_IOPL_IOPERM=3Dy > CONFIG_I8K=3Dm > CONFIG_MICROCODE=3Dy > CONFIG_MICROCODE_INTEL=3Dy > CONFIG_MICROCODE_AMD=3Dy > CONFIG_MICROCODE_OLD_INTERFACE=3Dy > CONFIG_X86_MSR=3Dy > CONFIG_X86_CPUID=3Dy > CONFIG_X86_5LEVEL=3Dy > CONFIG_X86_DIRECT_GBPAGES=3Dy > # CONFIG_X86_CPA_STATISTICS is not set > # CONFIG_AMD_MEM_ENCRYPT is not set > CONFIG_NUMA=3Dy > # CONFIG_AMD_NUMA is not set > CONFIG_X86_64_ACPI_NUMA=3Dy > CONFIG_NUMA_EMU=3Dy > CONFIG_NODES_SHIFT=3D10 > CONFIG_ARCH_SPARSEMEM_ENABLE=3Dy > CONFIG_ARCH_SPARSEMEM_DEFAULT=3Dy > CONFIG_ARCH_SELECT_MEMORY_MODEL=3Dy > # CONFIG_ARCH_MEMORY_PROBE is not set > CONFIG_ARCH_PROC_KCORE_TEXT=3Dy > CONFIG_ILLEGAL_POINTER_VALUE=3D0xdead000000000000 > CONFIG_X86_PMEM_LEGACY_DEVICE=3Dy > CONFIG_X86_PMEM_LEGACY=3Dm > CONFIG_X86_CHECK_BIOS_CORRUPTION=3Dy > # CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set > CONFIG_MTRR=3Dy > CONFIG_MTRR_SANITIZER=3Dy > CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=3D1 > CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=3D1 > CONFIG_X86_PAT=3Dy > CONFIG_ARCH_USES_PG_UNCACHED=3Dy > CONFIG_ARCH_RANDOM=3Dy > CONFIG_X86_SMAP=3Dy > CONFIG_X86_UMIP=3Dy > CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=3Dy > CONFIG_X86_INTEL_TSX_MODE_OFF=3Dy > # CONFIG_X86_INTEL_TSX_MODE_ON is not set > # CONFIG_X86_INTEL_TSX_MODE_AUTO is not set > CONFIG_X86_SGX=3Dy > CONFIG_EFI=3Dy > CONFIG_EFI_STUB=3Dy > CONFIG_EFI_MIXED=3Dy > # CONFIG_HZ_100 is not set > # CONFIG_HZ_250 is not set > # CONFIG_HZ_300 is not set > CONFIG_HZ_1000=3Dy > CONFIG_HZ=3D1000 > CONFIG_SCHED_HRTICK=3Dy > CONFIG_KEXEC=3Dy > CONFIG_KEXEC_FILE=3Dy > CONFIG_ARCH_HAS_KEXEC_PURGATORY=3Dy > # CONFIG_KEXEC_SIG is not set > CONFIG_CRASH_DUMP=3Dy > CONFIG_KEXEC_JUMP=3Dy > CONFIG_PHYSICAL_START=3D0x1000000 > CONFIG_RELOCATABLE=3Dy > CONFIG_RANDOMIZE_BASE=3Dy > CONFIG_X86_NEED_RELOCS=3Dy > CONFIG_PHYSICAL_ALIGN=3D0x200000 > CONFIG_DYNAMIC_MEMORY_LAYOUT=3Dy > CONFIG_RANDOMIZE_MEMORY=3Dy > CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=3D0xa > CONFIG_HOTPLUG_CPU=3Dy > CONFIG_BOOTPARAM_HOTPLUG_CPU0=3Dy > # CONFIG_DEBUG_HOTPLUG_CPU0 is not set > # CONFIG_COMPAT_VDSO is not set > CONFIG_LEGACY_VSYSCALL_EMULATE=3Dy > # CONFIG_LEGACY_VSYSCALL_XONLY is not set > # CONFIG_LEGACY_VSYSCALL_NONE is not set > # CONFIG_CMDLINE_BOOL is not set > CONFIG_MODIFY_LDT_SYSCALL=3Dy > # CONFIG_STRICT_SIGALTSTACK_SIZE is not set > CONFIG_HAVE_LIVEPATCH=3Dy > CONFIG_LIVEPATCH=3Dy > # end of Processor type and features >=20 > CONFIG_ARCH_HAS_ADD_PAGES=3Dy > CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=3Dy >=20 > # > # Power management and ACPI options > # > CONFIG_ARCH_HIBERNATION_HEADER=3Dy > CONFIG_SUSPEND=3Dy > CONFIG_SUSPEND_FREEZER=3Dy > # CONFIG_SUSPEND_SKIP_SYNC is not set > CONFIG_HIBERNATE_CALLBACKS=3Dy > CONFIG_HIBERNATION=3Dy > CONFIG_HIBERNATION_SNAPSHOT_DEV=3Dy > CONFIG_PM_STD_PARTITION=3D"" > CONFIG_PM_SLEEP=3Dy > CONFIG_PM_SLEEP_SMP=3Dy > # CONFIG_PM_AUTOSLEEP is not set > # CONFIG_PM_WAKELOCKS is not set > CONFIG_PM=3Dy > CONFIG_PM_DEBUG=3Dy > # CONFIG_PM_ADVANCED_DEBUG is not set > # CONFIG_PM_TEST_SUSPEND is not set > CONFIG_PM_SLEEP_DEBUG=3Dy > # CONFIG_DPM_WATCHDOG is not set > # CONFIG_PM_TRACE_RTC is not set > CONFIG_PM_CLK=3Dy > # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set > # CONFIG_ENERGY_MODEL is not set > CONFIG_ARCH_SUPPORTS_ACPI=3Dy > CONFIG_ACPI=3Dy > CONFIG_ACPI_LEGACY_TABLES_LOOKUP=3Dy > CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=3Dy > CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=3Dy > # CONFIG_ACPI_DEBUGGER is not set > CONFIG_ACPI_SPCR_TABLE=3Dy > # CONFIG_ACPI_FPDT is not set > CONFIG_ACPI_LPIT=3Dy > CONFIG_ACPI_SLEEP=3Dy > CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=3Dy > CONFIG_ACPI_EC_DEBUGFS=3Dm > CONFIG_ACPI_AC=3Dy > CONFIG_ACPI_BATTERY=3Dy > CONFIG_ACPI_BUTTON=3Dy > CONFIG_ACPI_VIDEO=3Dm > CONFIG_ACPI_FAN=3Dy > CONFIG_ACPI_TAD=3Dm > CONFIG_ACPI_DOCK=3Dy > CONFIG_ACPI_CPU_FREQ_PSS=3Dy > CONFIG_ACPI_PROCESSOR_CSTATE=3Dy > CONFIG_ACPI_PROCESSOR_IDLE=3Dy > CONFIG_ACPI_CPPC_LIB=3Dy > CONFIG_ACPI_PROCESSOR=3Dy > CONFIG_ACPI_IPMI=3Dm > CONFIG_ACPI_HOTPLUG_CPU=3Dy > CONFIG_ACPI_PROCESSOR_AGGREGATOR=3Dm > CONFIG_ACPI_THERMAL=3Dy > CONFIG_ACPI_PLATFORM_PROFILE=3Dm > CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=3Dy > CONFIG_ACPI_TABLE_UPGRADE=3Dy > # CONFIG_ACPI_DEBUG is not set > CONFIG_ACPI_PCI_SLOT=3Dy > CONFIG_ACPI_CONTAINER=3Dy > CONFIG_ACPI_HOTPLUG_MEMORY=3Dy > CONFIG_ACPI_HOTPLUG_IOAPIC=3Dy > CONFIG_ACPI_SBS=3Dm > CONFIG_ACPI_HED=3Dy > # CONFIG_ACPI_CUSTOM_METHOD is not set > CONFIG_ACPI_BGRT=3Dy > # CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set > CONFIG_ACPI_NFIT=3Dm > # CONFIG_NFIT_SECURITY_DEBUG is not set > CONFIG_ACPI_NUMA=3Dy > # CONFIG_ACPI_HMAT is not set > CONFIG_HAVE_ACPI_APEI=3Dy > CONFIG_HAVE_ACPI_APEI_NMI=3Dy > CONFIG_ACPI_APEI=3Dy > CONFIG_ACPI_APEI_GHES=3Dy > CONFIG_ACPI_APEI_PCIEAER=3Dy > CONFIG_ACPI_APEI_MEMORY_FAILURE=3Dy > CONFIG_ACPI_APEI_EINJ=3Dm > # CONFIG_ACPI_APEI_ERST_DEBUG is not set > # CONFIG_ACPI_DPTF is not set > CONFIG_ACPI_WATCHDOG=3Dy > CONFIG_ACPI_EXTLOG=3Dm > CONFIG_ACPI_ADXL=3Dy > # CONFIG_ACPI_CONFIGFS is not set > # CONFIG_ACPI_PFRUT is not set > CONFIG_ACPI_PCC=3Dy > CONFIG_PMIC_OPREGION=3Dy > CONFIG_X86_PM_TIMER=3Dy > CONFIG_ACPI_PRMT=3Dy >=20 > # > # CPU Frequency scaling > # > CONFIG_CPU_FREQ=3Dy > CONFIG_CPU_FREQ_GOV_ATTR_SET=3Dy > CONFIG_CPU_FREQ_GOV_COMMON=3Dy > CONFIG_CPU_FREQ_STAT=3Dy > CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=3Dy > # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set > # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set > # CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set > CONFIG_CPU_FREQ_GOV_PERFORMANCE=3Dy > CONFIG_CPU_FREQ_GOV_POWERSAVE=3Dy > CONFIG_CPU_FREQ_GOV_USERSPACE=3Dy > CONFIG_CPU_FREQ_GOV_ONDEMAND=3Dy > CONFIG_CPU_FREQ_GOV_CONSERVATIVE=3Dy > CONFIG_CPU_FREQ_GOV_SCHEDUTIL=3Dy >=20 > # > # CPU frequency scaling drivers > # > CONFIG_X86_INTEL_PSTATE=3Dy > # CONFIG_X86_PCC_CPUFREQ is not set > # CONFIG_X86_AMD_PSTATE is not set > CONFIG_X86_ACPI_CPUFREQ=3Dm > CONFIG_X86_ACPI_CPUFREQ_CPB=3Dy > CONFIG_X86_POWERNOW_K8=3Dm > # CONFIG_X86_AMD_FREQ_SENSITIVITY is not set > # CONFIG_X86_SPEEDSTEP_CENTRINO is not set > CONFIG_X86_P4_CLOCKMOD=3Dm >=20 > # > # shared options > # > CONFIG_X86_SPEEDSTEP_LIB=3Dm > # end of CPU Frequency scaling >=20 > # > # CPU Idle > # > CONFIG_CPU_IDLE=3Dy > # CONFIG_CPU_IDLE_GOV_LADDER is not set > CONFIG_CPU_IDLE_GOV_MENU=3Dy > # CONFIG_CPU_IDLE_GOV_TEO is not set > # CONFIG_CPU_IDLE_GOV_HALTPOLL is not set > CONFIG_HALTPOLL_CPUIDLE=3Dy > # end of CPU Idle >=20 > CONFIG_INTEL_IDLE=3Dy > # end of Power management and ACPI options >=20 > # > # Bus options (PCI etc.) > # > CONFIG_PCI_DIRECT=3Dy > CONFIG_PCI_MMCONFIG=3Dy > CONFIG_MMCONF_FAM10H=3Dy > # CONFIG_PCI_CNB20LE_QUIRK is not set > # CONFIG_ISA_BUS is not set > CONFIG_ISA_DMA_API=3Dy > CONFIG_AMD_NB=3Dy > # end of Bus options (PCI etc.) >=20 > # > # Binary Emulations > # > CONFIG_IA32_EMULATION=3Dy > # CONFIG_X86_X32 is not set > CONFIG_COMPAT_32=3Dy > CONFIG_COMPAT=3Dy > CONFIG_COMPAT_FOR_U64_ALIGNMENT=3Dy > CONFIG_SYSVIPC_COMPAT=3Dy > # end of Binary Emulations >=20 > CONFIG_HAVE_KVM=3Dy > CONFIG_HAVE_KVM_PFNCACHE=3Dy > CONFIG_HAVE_KVM_IRQCHIP=3Dy > CONFIG_HAVE_KVM_IRQFD=3Dy > CONFIG_HAVE_KVM_IRQ_ROUTING=3Dy > CONFIG_HAVE_KVM_DIRTY_RING=3Dy > CONFIG_HAVE_KVM_EVENTFD=3Dy > CONFIG_KVM_MMIO=3Dy > CONFIG_KVM_ASYNC_PF=3Dy > CONFIG_HAVE_KVM_MSI=3Dy > CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=3Dy > CONFIG_KVM_VFIO=3Dy > CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=3Dy > CONFIG_KVM_COMPAT=3Dy > CONFIG_HAVE_KVM_IRQ_BYPASS=3Dy > CONFIG_HAVE_KVM_NO_POLL=3Dy > CONFIG_KVM_XFER_TO_GUEST_WORK=3Dy > CONFIG_HAVE_KVM_PM_NOTIFIER=3Dy > CONFIG_VIRTUALIZATION=3Dy > CONFIG_KVM=3Dy > # CONFIG_KVM_WERROR is not set > CONFIG_KVM_INTEL=3Dy > # CONFIG_X86_SGX_KVM is not set > # CONFIG_KVM_AMD is not set > # CONFIG_KVM_XEN is not set > CONFIG_KVM_MMU_AUDIT=3Dy > CONFIG_AS_AVX512=3Dy > CONFIG_AS_SHA1_NI=3Dy > CONFIG_AS_SHA256_NI=3Dy > CONFIG_AS_TPAUSE=3Dy >=20 > # > # General architecture-dependent options > # > CONFIG_CRASH_CORE=3Dy > CONFIG_KEXEC_CORE=3Dy > CONFIG_HOTPLUG_SMT=3Dy > CONFIG_GENERIC_ENTRY=3Dy > CONFIG_KPROBES=3Dy > CONFIG_JUMP_LABEL=3Dy > # CONFIG_STATIC_KEYS_SELFTEST is not set > # CONFIG_STATIC_CALL_SELFTEST is not set > CONFIG_OPTPROBES=3Dy > CONFIG_KPROBES_ON_FTRACE=3Dy > CONFIG_UPROBES=3Dy > CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=3Dy > CONFIG_ARCH_USE_BUILTIN_BSWAP=3Dy > CONFIG_KRETPROBES=3Dy > CONFIG_USER_RETURN_NOTIFIER=3Dy > CONFIG_HAVE_IOREMAP_PROT=3Dy > CONFIG_HAVE_KPROBES=3Dy > CONFIG_HAVE_KRETPROBES=3Dy > CONFIG_HAVE_OPTPROBES=3Dy > CONFIG_HAVE_KPROBES_ON_FTRACE=3Dy > CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=3Dy > CONFIG_HAVE_FUNCTION_ERROR_INJECTION=3Dy > CONFIG_HAVE_NMI=3Dy > CONFIG_TRACE_IRQFLAGS_SUPPORT=3Dy > CONFIG_HAVE_ARCH_TRACEHOOK=3Dy > CONFIG_HAVE_DMA_CONTIGUOUS=3Dy > CONFIG_GENERIC_SMP_IDLE_THREAD=3Dy > CONFIG_ARCH_HAS_FORTIFY_SOURCE=3Dy > CONFIG_ARCH_HAS_SET_MEMORY=3Dy > CONFIG_ARCH_HAS_SET_DIRECT_MAP=3Dy > CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=3Dy > CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=3Dy > CONFIG_ARCH_WANTS_NO_INSTR=3Dy > CONFIG_HAVE_ASM_MODVERSIONS=3Dy > CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=3Dy > CONFIG_HAVE_RSEQ=3Dy > CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=3Dy > CONFIG_HAVE_HW_BREAKPOINT=3Dy > CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=3Dy > CONFIG_HAVE_USER_RETURN_NOTIFIER=3Dy > CONFIG_HAVE_PERF_EVENTS_NMI=3Dy > CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=3Dy > CONFIG_HAVE_PERF_REGS=3Dy > CONFIG_HAVE_PERF_USER_STACK_DUMP=3Dy > CONFIG_HAVE_ARCH_JUMP_LABEL=3Dy > CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=3Dy > CONFIG_MMU_GATHER_TABLE_FREE=3Dy > CONFIG_MMU_GATHER_RCU_TABLE_FREE=3Dy > CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=3Dy > CONFIG_HAVE_ALIGNED_STRUCT_PAGE=3Dy > CONFIG_HAVE_CMPXCHG_LOCAL=3Dy > CONFIG_HAVE_CMPXCHG_DOUBLE=3Dy > CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=3Dy > CONFIG_ARCH_WANT_OLD_COMPAT_IPC=3Dy > CONFIG_HAVE_ARCH_SECCOMP=3Dy > CONFIG_HAVE_ARCH_SECCOMP_FILTER=3Dy > CONFIG_SECCOMP=3Dy > CONFIG_SECCOMP_FILTER=3Dy > # CONFIG_SECCOMP_CACHE_DEBUG is not set > CONFIG_HAVE_ARCH_STACKLEAK=3Dy > CONFIG_HAVE_STACKPROTECTOR=3Dy > CONFIG_STACKPROTECTOR=3Dy > CONFIG_STACKPROTECTOR_STRONG=3Dy > CONFIG_ARCH_SUPPORTS_LTO_CLANG=3Dy > CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=3Dy > CONFIG_LTO_NONE=3Dy > CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=3Dy > CONFIG_HAVE_CONTEXT_TRACKING=3Dy > CONFIG_HAVE_CONTEXT_TRACKING_OFFSTACK=3Dy > CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=3Dy > CONFIG_HAVE_IRQ_TIME_ACCOUNTING=3Dy > CONFIG_HAVE_MOVE_PUD=3Dy > CONFIG_HAVE_MOVE_PMD=3Dy > CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=3Dy > CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=3Dy > CONFIG_HAVE_ARCH_HUGE_VMAP=3Dy > CONFIG_ARCH_WANT_HUGE_PMD_SHARE=3Dy > CONFIG_HAVE_ARCH_SOFT_DIRTY=3Dy > CONFIG_HAVE_MOD_ARCH_SPECIFIC=3Dy > CONFIG_MODULES_USE_ELF_RELA=3Dy > CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=3Dy > CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=3Dy > CONFIG_ARCH_HAS_ELF_RANDOMIZE=3Dy > CONFIG_HAVE_ARCH_MMAP_RND_BITS=3Dy > CONFIG_HAVE_EXIT_THREAD=3Dy > CONFIG_ARCH_MMAP_RND_BITS=3D28 > CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=3Dy > CONFIG_ARCH_MMAP_RND_COMPAT_BITS=3D8 > CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=3Dy > CONFIG_PAGE_SIZE_LESS_THAN_64KB=3Dy > CONFIG_PAGE_SIZE_LESS_THAN_256KB=3Dy > CONFIG_HAVE_STACK_VALIDATION=3Dy > CONFIG_HAVE_RELIABLE_STACKTRACE=3Dy > CONFIG_OLD_SIGSUSPEND3=3Dy > CONFIG_COMPAT_OLD_SIGACTION=3Dy > CONFIG_COMPAT_32BIT_TIME=3Dy > CONFIG_HAVE_ARCH_VMAP_STACK=3Dy > CONFIG_VMAP_STACK=3Dy > CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=3Dy > CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=3Dy > CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=3Dy > CONFIG_STRICT_KERNEL_RWX=3Dy > CONFIG_ARCH_HAS_STRICT_MODULE_RWX=3Dy > CONFIG_STRICT_MODULE_RWX=3Dy > CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=3Dy > CONFIG_ARCH_USE_MEMREMAP_PROT=3Dy > # CONFIG_LOCK_EVENT_COUNTS is not set > CONFIG_ARCH_HAS_MEM_ENCRYPT=3Dy > CONFIG_HAVE_STATIC_CALL=3Dy > CONFIG_HAVE_STATIC_CALL_INLINE=3Dy > CONFIG_HAVE_PREEMPT_DYNAMIC=3Dy > CONFIG_ARCH_WANT_LD_ORPHAN_WARN=3Dy > CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=3Dy > CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=3Dy > CONFIG_ARCH_HAS_ELFCORE_COMPAT=3Dy > CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=3Dy > CONFIG_DYNAMIC_SIGFRAME=3Dy > CONFIG_HAVE_ARCH_NODE_DEV_GROUP=3Dy >=20 > # > # GCOV-based kernel profiling > # > # CONFIG_GCOV_KERNEL is not set > CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=3Dy > # end of GCOV-based kernel profiling >=20 > CONFIG_HAVE_GCC_PLUGINS=3Dy > # end of General architecture-dependent options >=20 > CONFIG_RT_MUTEXES=3Dy > CONFIG_BASE_SMALL=3D0 > CONFIG_MODULE_SIG_FORMAT=3Dy > CONFIG_MODULES=3Dy > CONFIG_MODULE_FORCE_LOAD=3Dy > CONFIG_MODULE_UNLOAD=3Dy > # CONFIG_MODULE_FORCE_UNLOAD is not set > # CONFIG_MODVERSIONS is not set > # CONFIG_MODULE_SRCVERSION_ALL is not set > CONFIG_MODULE_SIG=3Dy > # CONFIG_MODULE_SIG_FORCE is not set > CONFIG_MODULE_SIG_ALL=3Dy > # CONFIG_MODULE_SIG_SHA1 is not set > # CONFIG_MODULE_SIG_SHA224 is not set > CONFIG_MODULE_SIG_SHA256=3Dy > # CONFIG_MODULE_SIG_SHA384 is not set > # CONFIG_MODULE_SIG_SHA512 is not set > CONFIG_MODULE_SIG_HASH=3D"sha256" > CONFIG_MODULE_COMPRESS_NONE=3Dy > # CONFIG_MODULE_COMPRESS_GZIP is not set > # CONFIG_MODULE_COMPRESS_XZ is not set > # CONFIG_MODULE_COMPRESS_ZSTD is not set > # CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set > CONFIG_MODPROBE_PATH=3D"/sbin/modprobe" > # CONFIG_TRIM_UNUSED_KSYMS is not set > CONFIG_MODULES_TREE_LOOKUP=3Dy > CONFIG_BLOCK=3Dy > CONFIG_BLK_CGROUP_RWSTAT=3Dy > CONFIG_BLK_DEV_BSG_COMMON=3Dy > CONFIG_BLK_ICQ=3Dy > CONFIG_BLK_DEV_BSGLIB=3Dy > CONFIG_BLK_DEV_INTEGRITY=3Dy > CONFIG_BLK_DEV_INTEGRITY_T10=3Dm > # CONFIG_BLK_DEV_ZONED is not set > CONFIG_BLK_DEV_THROTTLING=3Dy > # CONFIG_BLK_DEV_THROTTLING_LOW is not set > CONFIG_BLK_WBT=3Dy > CONFIG_BLK_WBT_MQ=3Dy > # CONFIG_BLK_CGROUP_IOLATENCY is not set > # CONFIG_BLK_CGROUP_FC_APPID is not set > # CONFIG_BLK_CGROUP_IOCOST is not set > # CONFIG_BLK_CGROUP_IOPRIO is not set > CONFIG_BLK_DEBUG_FS=3Dy > # CONFIG_BLK_SED_OPAL is not set > # CONFIG_BLK_INLINE_ENCRYPTION is not set >=20 > # > # Partition Types > # > CONFIG_PARTITION_ADVANCED=3Dy > # CONFIG_ACORN_PARTITION is not set > # CONFIG_AIX_PARTITION is not set > CONFIG_OSF_PARTITION=3Dy > CONFIG_AMIGA_PARTITION=3Dy > # CONFIG_ATARI_PARTITION is not set > CONFIG_MAC_PARTITION=3Dy > CONFIG_MSDOS_PARTITION=3Dy > CONFIG_BSD_DISKLABEL=3Dy > CONFIG_MINIX_SUBPARTITION=3Dy > CONFIG_SOLARIS_X86_PARTITION=3Dy > CONFIG_UNIXWARE_DISKLABEL=3Dy > # CONFIG_LDM_PARTITION is not set > CONFIG_SGI_PARTITION=3Dy > # CONFIG_ULTRIX_PARTITION is not set > CONFIG_SUN_PARTITION=3Dy > CONFIG_KARMA_PARTITION=3Dy > CONFIG_EFI_PARTITION=3Dy > # CONFIG_SYSV68_PARTITION is not set > # CONFIG_CMDLINE_PARTITION is not set > # end of Partition Types >=20 > CONFIG_BLOCK_COMPAT=3Dy > CONFIG_BLK_MQ_PCI=3Dy > CONFIG_BLK_MQ_VIRTIO=3Dy > CONFIG_BLK_PM=3Dy > CONFIG_BLOCK_HOLDER_DEPRECATED=3Dy >=20 > # > # IO Schedulers > # > CONFIG_MQ_IOSCHED_DEADLINE=3Dy > CONFIG_MQ_IOSCHED_KYBER=3Dy > CONFIG_IOSCHED_BFQ=3Dy > CONFIG_BFQ_GROUP_IOSCHED=3Dy > # CONFIG_BFQ_CGROUP_DEBUG is not set > # end of IO Schedulers >=20 > CONFIG_PREEMPT_NOTIFIERS=3Dy > CONFIG_PADATA=3Dy > CONFIG_ASN1=3Dy > CONFIG_UNINLINE_SPIN_UNLOCK=3Dy > CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=3Dy > CONFIG_MUTEX_SPIN_ON_OWNER=3Dy > CONFIG_RWSEM_SPIN_ON_OWNER=3Dy > CONFIG_LOCK_SPIN_ON_OWNER=3Dy > CONFIG_ARCH_USE_QUEUED_SPINLOCKS=3Dy > CONFIG_QUEUED_SPINLOCKS=3Dy > CONFIG_ARCH_USE_QUEUED_RWLOCKS=3Dy > CONFIG_QUEUED_RWLOCKS=3Dy > CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=3Dy > CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=3Dy > CONFIG_ARCH_HAS_SYSCALL_WRAPPER=3Dy > CONFIG_FREEZER=3Dy >=20 > # > # Executable file formats > # > CONFIG_BINFMT_ELF=3Dy > CONFIG_COMPAT_BINFMT_ELF=3Dy > CONFIG_ELFCORE=3Dy > CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=3Dy > CONFIG_BINFMT_SCRIPT=3Dy > CONFIG_BINFMT_MISC=3Dm > CONFIG_COREDUMP=3Dy > # end of Executable file formats >=20 > # > # Memory Management options > # > CONFIG_SELECT_MEMORY_MODEL=3Dy > CONFIG_SPARSEMEM_MANUAL=3Dy > CONFIG_SPARSEMEM=3Dy > CONFIG_SPARSEMEM_EXTREME=3Dy > CONFIG_SPARSEMEM_VMEMMAP_ENABLE=3Dy > CONFIG_SPARSEMEM_VMEMMAP=3Dy > CONFIG_HAVE_FAST_GUP=3Dy > CONFIG_NUMA_KEEP_MEMINFO=3Dy > CONFIG_MEMORY_ISOLATION=3Dy > CONFIG_EXCLUSIVE_SYSTEM_RAM=3Dy > CONFIG_HAVE_BOOTMEM_INFO_NODE=3Dy > CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=3Dy > CONFIG_MEMORY_HOTPLUG=3Dy > # CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set > CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=3Dy > CONFIG_MEMORY_HOTREMOVE=3Dy > CONFIG_MHP_MEMMAP_ON_MEMORY=3Dy > CONFIG_SPLIT_PTLOCK_CPUS=3D4 > CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=3Dy > CONFIG_MEMORY_BALLOON=3Dy > CONFIG_BALLOON_COMPACTION=3Dy > CONFIG_COMPACTION=3Dy > CONFIG_PAGE_REPORTING=3Dy > CONFIG_MIGRATION=3Dy > CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=3Dy > CONFIG_ARCH_ENABLE_THP_MIGRATION=3Dy > CONFIG_CONTIG_ALLOC=3Dy > CONFIG_PHYS_ADDR_T_64BIT=3Dy > CONFIG_VIRT_TO_BUS=3Dy > CONFIG_MMU_NOTIFIER=3Dy > CONFIG_KSM=3Dy > CONFIG_DEFAULT_MMAP_MIN_ADDR=3D4096 > CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=3Dy > CONFIG_MEMORY_FAILURE=3Dy > CONFIG_HWPOISON_INJECT=3Dm > CONFIG_TRANSPARENT_HUGEPAGE=3Dy > CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=3Dy > # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set > CONFIG_ARCH_WANTS_THP_SWAP=3Dy > CONFIG_THP_SWAP=3Dy > CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=3Dy > CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=3Dy > CONFIG_USE_PERCPU_NUMA_NODE_ID=3Dy > CONFIG_HAVE_SETUP_PER_CPU_AREA=3Dy > CONFIG_CLEANCACHE=3Dy > CONFIG_FRONTSWAP=3Dy > # CONFIG_CMA is not set > # CONFIG_MEM_SOFT_DIRTY is not set > CONFIG_ZSWAP=3Dy > # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set > CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=3Dy > # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set > # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set > # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set > # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD is not set > CONFIG_ZSWAP_COMPRESSOR_DEFAULT=3D"lzo" > CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=3Dy > # CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set > # CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC is not set > CONFIG_ZSWAP_ZPOOL_DEFAULT=3D"zbud" > # CONFIG_ZSWAP_DEFAULT_ON is not set > CONFIG_ZPOOL=3Dy > CONFIG_ZBUD=3Dy > # CONFIG_Z3FOLD is not set > CONFIG_ZSMALLOC=3Dy > CONFIG_ZSMALLOC_STAT=3Dy > CONFIG_GENERIC_EARLY_IOREMAP=3Dy > CONFIG_DEFERRED_STRUCT_PAGE_INIT=3Dy > CONFIG_PAGE_IDLE_FLAG=3Dy > CONFIG_IDLE_PAGE_TRACKING=3Dy > CONFIG_ARCH_HAS_CACHE_LINE_SIZE=3Dy > CONFIG_ARCH_HAS_PTE_DEVMAP=3Dy > CONFIG_ARCH_HAS_ZONE_DMA_SET=3Dy > CONFIG_ZONE_DMA=3Dy > CONFIG_ZONE_DMA32=3Dy > CONFIG_ZONE_DEVICE=3Dy > CONFIG_DEV_PAGEMAP_OPS=3Dy > CONFIG_HMM_MIRROR=3Dy > CONFIG_DEVICE_PRIVATE=3Dy > CONFIG_VMAP_PFN=3Dy > CONFIG_ARCH_USES_HIGH_VMA_FLAGS=3Dy > CONFIG_ARCH_HAS_PKEYS=3Dy > # CONFIG_PERCPU_STATS is not set > CONFIG_GUP_TEST=3Dy > # CONFIG_READ_ONLY_THP_FOR_FS is not set > CONFIG_ARCH_HAS_PTE_SPECIAL=3Dy > # CONFIG_ANON_VMA_NAME is not set >=20 > # > # Data Access Monitoring > # > # CONFIG_DAMON is not set > # end of Data Access Monitoring > # end of Memory Management options >=20 > CONFIG_NET=3Dy > CONFIG_NET_INGRESS=3Dy > CONFIG_NET_EGRESS=3Dy > CONFIG_NET_REDIRECT=3Dy > CONFIG_SKB_EXTENSIONS=3Dy >=20 > # > # Networking options > # > CONFIG_PACKET=3Dy > CONFIG_PACKET_DIAG=3Dm > CONFIG_UNIX=3Dy > CONFIG_UNIX_SCM=3Dy > CONFIG_AF_UNIX_OOB=3Dy > CONFIG_UNIX_DIAG=3Dm > CONFIG_TLS=3Dm > CONFIG_TLS_DEVICE=3Dy > # CONFIG_TLS_TOE is not set > CONFIG_XFRM=3Dy > CONFIG_XFRM_OFFLOAD=3Dy > CONFIG_XFRM_ALGO=3Dy > CONFIG_XFRM_USER=3Dy > # CONFIG_XFRM_USER_COMPAT is not set > # CONFIG_XFRM_INTERFACE is not set > CONFIG_XFRM_SUB_POLICY=3Dy > CONFIG_XFRM_MIGRATE=3Dy > CONFIG_XFRM_STATISTICS=3Dy > CONFIG_XFRM_AH=3Dm > CONFIG_XFRM_ESP=3Dm > CONFIG_XFRM_IPCOMP=3Dm > CONFIG_NET_KEY=3Dm > CONFIG_NET_KEY_MIGRATE=3Dy > CONFIG_XDP_SOCKETS=3Dy > # CONFIG_XDP_SOCKETS_DIAG is not set > CONFIG_INET=3Dy > CONFIG_IP_MULTICAST=3Dy > CONFIG_IP_ADVANCED_ROUTER=3Dy > CONFIG_IP_FIB_TRIE_STATS=3Dy > CONFIG_IP_MULTIPLE_TABLES=3Dy > CONFIG_IP_ROUTE_MULTIPATH=3Dy > CONFIG_IP_ROUTE_VERBOSE=3Dy > CONFIG_IP_ROUTE_CLASSID=3Dy > CONFIG_IP_PNP=3Dy > CONFIG_IP_PNP_DHCP=3Dy > # CONFIG_IP_PNP_BOOTP is not set > # CONFIG_IP_PNP_RARP is not set > CONFIG_NET_IPIP=3Dy > CONFIG_NET_IPGRE_DEMUX=3Dy > CONFIG_NET_IP_TUNNEL=3Dy > CONFIG_NET_IPGRE=3Dy > CONFIG_NET_IPGRE_BROADCAST=3Dy > CONFIG_IP_MROUTE_COMMON=3Dy > CONFIG_IP_MROUTE=3Dy > CONFIG_IP_MROUTE_MULTIPLE_TABLES=3Dy > CONFIG_IP_PIMSM_V1=3Dy > CONFIG_IP_PIMSM_V2=3Dy > CONFIG_SYN_COOKIES=3Dy > CONFIG_NET_IPVTI=3Dm > CONFIG_NET_UDP_TUNNEL=3Dy > CONFIG_NET_FOU=3Dy > CONFIG_NET_FOU_IP_TUNNELS=3Dy > CONFIG_INET_AH=3Dm > CONFIG_INET_ESP=3Dm > CONFIG_INET_ESP_OFFLOAD=3Dm > # CONFIG_INET_ESPINTCP is not set > CONFIG_INET_IPCOMP=3Dm > CONFIG_INET_XFRM_TUNNEL=3Dm > CONFIG_INET_TUNNEL=3Dy > CONFIG_INET_DIAG=3Dm > CONFIG_INET_TCP_DIAG=3Dm > CONFIG_INET_UDP_DIAG=3Dm > CONFIG_INET_RAW_DIAG=3Dm > # CONFIG_INET_DIAG_DESTROY is not set > CONFIG_TCP_CONG_ADVANCED=3Dy > CONFIG_TCP_CONG_BIC=3Dm > CONFIG_TCP_CONG_CUBIC=3Dy > CONFIG_TCP_CONG_WESTWOOD=3Dm > CONFIG_TCP_CONG_HTCP=3Dm > CONFIG_TCP_CONG_HSTCP=3Dm > CONFIG_TCP_CONG_HYBLA=3Dm > CONFIG_TCP_CONG_VEGAS=3Dm > CONFIG_TCP_CONG_NV=3Dm > CONFIG_TCP_CONG_SCALABLE=3Dm > CONFIG_TCP_CONG_LP=3Dm > CONFIG_TCP_CONG_VENO=3Dm > CONFIG_TCP_CONG_YEAH=3Dm > CONFIG_TCP_CONG_ILLINOIS=3Dm > CONFIG_TCP_CONG_DCTCP=3Dm > # CONFIG_TCP_CONG_CDG is not set > CONFIG_TCP_CONG_BBR=3Dm > CONFIG_DEFAULT_CUBIC=3Dy > # CONFIG_DEFAULT_RENO is not set > CONFIG_DEFAULT_TCP_CONG=3D"cubic" > CONFIG_TCP_MD5SIG=3Dy > CONFIG_IPV6=3Dy > CONFIG_IPV6_ROUTER_PREF=3Dy > CONFIG_IPV6_ROUTE_INFO=3Dy > CONFIG_IPV6_OPTIMISTIC_DAD=3Dy > CONFIG_INET6_AH=3Dm > CONFIG_INET6_ESP=3Dm > CONFIG_INET6_ESP_OFFLOAD=3Dm > # CONFIG_INET6_ESPINTCP is not set > CONFIG_INET6_IPCOMP=3Dm > CONFIG_IPV6_MIP6=3Dm > # CONFIG_IPV6_ILA is not set > CONFIG_INET6_XFRM_TUNNEL=3Dm > CONFIG_INET6_TUNNEL=3Dy > CONFIG_IPV6_VTI=3Dm > CONFIG_IPV6_SIT=3Dm > CONFIG_IPV6_SIT_6RD=3Dy > CONFIG_IPV6_NDISC_NODETYPE=3Dy > CONFIG_IPV6_TUNNEL=3Dy > CONFIG_IPV6_GRE=3Dy > CONFIG_IPV6_FOU=3Dy > CONFIG_IPV6_FOU_TUNNEL=3Dy > CONFIG_IPV6_MULTIPLE_TABLES=3Dy > # CONFIG_IPV6_SUBTREES is not set > CONFIG_IPV6_MROUTE=3Dy > CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=3Dy > CONFIG_IPV6_PIMSM_V2=3Dy > CONFIG_IPV6_SEG6_LWTUNNEL=3Dy > # CONFIG_IPV6_SEG6_HMAC is not set > CONFIG_IPV6_SEG6_BPF=3Dy > # CONFIG_IPV6_RPL_LWTUNNEL is not set > CONFIG_IPV6_IOAM6_LWTUNNEL=3Dy > CONFIG_NETLABEL=3Dy > CONFIG_MPTCP=3Dy > CONFIG_INET_MPTCP_DIAG=3Dm > CONFIG_MPTCP_IPV6=3Dy > CONFIG_NETWORK_SECMARK=3Dy > CONFIG_NET_PTP_CLASSIFY=3Dy > CONFIG_NETWORK_PHY_TIMESTAMPING=3Dy > CONFIG_NETFILTER=3Dy > CONFIG_NETFILTER_ADVANCED=3Dy > CONFIG_BRIDGE_NETFILTER=3Dm >=20 > # > # Core Netfilter Configuration > # > CONFIG_NETFILTER_INGRESS=3Dy > CONFIG_NETFILTER_EGRESS=3Dy > CONFIG_NETFILTER_SKIP_EGRESS=3Dy > CONFIG_NETFILTER_NETLINK=3Dm > CONFIG_NETFILTER_FAMILY_BRIDGE=3Dy > CONFIG_NETFILTER_FAMILY_ARP=3Dy > # CONFIG_NETFILTER_NETLINK_HOOK is not set > # CONFIG_NETFILTER_NETLINK_ACCT is not set > CONFIG_NETFILTER_NETLINK_QUEUE=3Dm > CONFIG_NETFILTER_NETLINK_LOG=3Dm > CONFIG_NETFILTER_NETLINK_OSF=3Dm > CONFIG_NF_CONNTRACK=3Dm > CONFIG_NF_LOG_SYSLOG=3Dm > CONFIG_NETFILTER_CONNCOUNT=3Dm > CONFIG_NF_CONNTRACK_MARK=3Dy > CONFIG_NF_CONNTRACK_SECMARK=3Dy > CONFIG_NF_CONNTRACK_ZONES=3Dy > CONFIG_NF_CONNTRACK_PROCFS=3Dy > CONFIG_NF_CONNTRACK_EVENTS=3Dy > CONFIG_NF_CONNTRACK_TIMEOUT=3Dy > CONFIG_NF_CONNTRACK_TIMESTAMP=3Dy > CONFIG_NF_CONNTRACK_LABELS=3Dy > CONFIG_NF_CT_PROTO_DCCP=3Dy > CONFIG_NF_CT_PROTO_GRE=3Dy > CONFIG_NF_CT_PROTO_SCTP=3Dy > CONFIG_NF_CT_PROTO_UDPLITE=3Dy > CONFIG_NF_CONNTRACK_AMANDA=3Dm > CONFIG_NF_CONNTRACK_FTP=3Dm > CONFIG_NF_CONNTRACK_H323=3Dm > CONFIG_NF_CONNTRACK_IRC=3Dm > CONFIG_NF_CONNTRACK_BROADCAST=3Dm > CONFIG_NF_CONNTRACK_NETBIOS_NS=3Dm > CONFIG_NF_CONNTRACK_SNMP=3Dm > CONFIG_NF_CONNTRACK_PPTP=3Dm > CONFIG_NF_CONNTRACK_SANE=3Dm > CONFIG_NF_CONNTRACK_SIP=3Dm > CONFIG_NF_CONNTRACK_TFTP=3Dm > CONFIG_NF_CT_NETLINK=3Dm > CONFIG_NF_CT_NETLINK_TIMEOUT=3Dm > CONFIG_NF_CT_NETLINK_HELPER=3Dm > CONFIG_NETFILTER_NETLINK_GLUE_CT=3Dy > CONFIG_NF_NAT=3Dm > CONFIG_NF_NAT_AMANDA=3Dm > CONFIG_NF_NAT_FTP=3Dm > CONFIG_NF_NAT_IRC=3Dm > CONFIG_NF_NAT_SIP=3Dm > CONFIG_NF_NAT_TFTP=3Dm > CONFIG_NF_NAT_REDIRECT=3Dy > CONFIG_NF_NAT_MASQUERADE=3Dy > CONFIG_NETFILTER_SYNPROXY=3Dm > CONFIG_NF_TABLES=3Dm > CONFIG_NF_TABLES_INET=3Dy > CONFIG_NF_TABLES_NETDEV=3Dy > CONFIG_NFT_NUMGEN=3Dm > CONFIG_NFT_CT=3Dm > CONFIG_NFT_FLOW_OFFLOAD=3Dm > CONFIG_NFT_CONNLIMIT=3Dm > CONFIG_NFT_LOG=3Dm > CONFIG_NFT_LIMIT=3Dm > CONFIG_NFT_MASQ=3Dm > CONFIG_NFT_REDIR=3Dm > CONFIG_NFT_NAT=3Dm > # CONFIG_NFT_TUNNEL is not set > CONFIG_NFT_OBJREF=3Dm > CONFIG_NFT_QUEUE=3Dm > CONFIG_NFT_QUOTA=3Dm > CONFIG_NFT_REJECT=3Dm > CONFIG_NFT_REJECT_INET=3Dm > CONFIG_NFT_COMPAT=3Dm > CONFIG_NFT_HASH=3Dm > CONFIG_NFT_FIB=3Dm > CONFIG_NFT_FIB_INET=3Dm > # CONFIG_NFT_XFRM is not set > CONFIG_NFT_SOCKET=3Dm > # CONFIG_NFT_OSF is not set > CONFIG_NFT_TPROXY=3Dm > # CONFIG_NFT_SYNPROXY is not set > CONFIG_NF_DUP_NETDEV=3Dm > CONFIG_NFT_DUP_NETDEV=3Dm > CONFIG_NFT_FWD_NETDEV=3Dm > CONFIG_NFT_FIB_NETDEV=3Dm > # CONFIG_NFT_REJECT_NETDEV is not set > CONFIG_NF_FLOW_TABLE_INET=3Dm > CONFIG_NF_FLOW_TABLE=3Dm > CONFIG_NETFILTER_XTABLES=3Dy > CONFIG_NETFILTER_XTABLES_COMPAT=3Dy >=20 > # > # Xtables combined modules > # > CONFIG_NETFILTER_XT_MARK=3Dm > CONFIG_NETFILTER_XT_CONNMARK=3Dm > CONFIG_NETFILTER_XT_SET=3Dm >=20 > # > # Xtables targets > # > CONFIG_NETFILTER_XT_TARGET_AUDIT=3Dm > CONFIG_NETFILTER_XT_TARGET_CHECKSUM=3Dm > CONFIG_NETFILTER_XT_TARGET_CLASSIFY=3Dm > CONFIG_NETFILTER_XT_TARGET_CONNMARK=3Dm > CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=3Dm > CONFIG_NETFILTER_XT_TARGET_CT=3Dm > CONFIG_NETFILTER_XT_TARGET_DSCP=3Dm > CONFIG_NETFILTER_XT_TARGET_HL=3Dm > CONFIG_NETFILTER_XT_TARGET_HMARK=3Dm > CONFIG_NETFILTER_XT_TARGET_IDLETIMER=3Dm > # CONFIG_NETFILTER_XT_TARGET_LED is not set > CONFIG_NETFILTER_XT_TARGET_LOG=3Dm > CONFIG_NETFILTER_XT_TARGET_MARK=3Dm > CONFIG_NETFILTER_XT_NAT=3Dm > CONFIG_NETFILTER_XT_TARGET_NETMAP=3Dm > CONFIG_NETFILTER_XT_TARGET_NFLOG=3Dm > CONFIG_NETFILTER_XT_TARGET_NFQUEUE=3Dm > CONFIG_NETFILTER_XT_TARGET_NOTRACK=3Dm > CONFIG_NETFILTER_XT_TARGET_RATEEST=3Dm > CONFIG_NETFILTER_XT_TARGET_REDIRECT=3Dm > CONFIG_NETFILTER_XT_TARGET_MASQUERADE=3Dm > CONFIG_NETFILTER_XT_TARGET_TEE=3Dm > CONFIG_NETFILTER_XT_TARGET_TPROXY=3Dm > CONFIG_NETFILTER_XT_TARGET_TRACE=3Dm > CONFIG_NETFILTER_XT_TARGET_SECMARK=3Dm > CONFIG_NETFILTER_XT_TARGET_TCPMSS=3Dm > CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=3Dm >=20 > # > # Xtables matches > # > CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=3Dm > CONFIG_NETFILTER_XT_MATCH_BPF=3Dm > CONFIG_NETFILTER_XT_MATCH_CGROUP=3Dm > CONFIG_NETFILTER_XT_MATCH_CLUSTER=3Dm > CONFIG_NETFILTER_XT_MATCH_COMMENT=3Dm > CONFIG_NETFILTER_XT_MATCH_CONNBYTES=3Dm > CONFIG_NETFILTER_XT_MATCH_CONNLABEL=3Dm > CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=3Dm > CONFIG_NETFILTER_XT_MATCH_CONNMARK=3Dm > CONFIG_NETFILTER_XT_MATCH_CONNTRACK=3Dm > CONFIG_NETFILTER_XT_MATCH_CPU=3Dm > CONFIG_NETFILTER_XT_MATCH_DCCP=3Dm > CONFIG_NETFILTER_XT_MATCH_DEVGROUP=3Dm > CONFIG_NETFILTER_XT_MATCH_DSCP=3Dm > CONFIG_NETFILTER_XT_MATCH_ECN=3Dm > CONFIG_NETFILTER_XT_MATCH_ESP=3Dm > CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=3Dm > CONFIG_NETFILTER_XT_MATCH_HELPER=3Dm > CONFIG_NETFILTER_XT_MATCH_HL=3Dm > # CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set > CONFIG_NETFILTER_XT_MATCH_IPRANGE=3Dm > CONFIG_NETFILTER_XT_MATCH_IPVS=3Dm > # CONFIG_NETFILTER_XT_MATCH_L2TP is not set > CONFIG_NETFILTER_XT_MATCH_LENGTH=3Dm > CONFIG_NETFILTER_XT_MATCH_LIMIT=3Dm > CONFIG_NETFILTER_XT_MATCH_MAC=3Dm > CONFIG_NETFILTER_XT_MATCH_MARK=3Dm > CONFIG_NETFILTER_XT_MATCH_MULTIPORT=3Dm > # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set > CONFIG_NETFILTER_XT_MATCH_OSF=3Dm > CONFIG_NETFILTER_XT_MATCH_OWNER=3Dm > CONFIG_NETFILTER_XT_MATCH_POLICY=3Dm > CONFIG_NETFILTER_XT_MATCH_PHYSDEV=3Dm > CONFIG_NETFILTER_XT_MATCH_PKTTYPE=3Dm > CONFIG_NETFILTER_XT_MATCH_QUOTA=3Dm > CONFIG_NETFILTER_XT_MATCH_RATEEST=3Dm > CONFIG_NETFILTER_XT_MATCH_REALM=3Dm > CONFIG_NETFILTER_XT_MATCH_RECENT=3Dm > CONFIG_NETFILTER_XT_MATCH_SCTP=3Dm > CONFIG_NETFILTER_XT_MATCH_SOCKET=3Dm > CONFIG_NETFILTER_XT_MATCH_STATE=3Dm > CONFIG_NETFILTER_XT_MATCH_STATISTIC=3Dm > CONFIG_NETFILTER_XT_MATCH_STRING=3Dm > CONFIG_NETFILTER_XT_MATCH_TCPMSS=3Dm > # CONFIG_NETFILTER_XT_MATCH_TIME is not set > # CONFIG_NETFILTER_XT_MATCH_U32 is not set > # end of Core Netfilter Configuration >=20 > CONFIG_IP_SET=3Dm > CONFIG_IP_SET_MAX=3D256 > CONFIG_IP_SET_BITMAP_IP=3Dm > CONFIG_IP_SET_BITMAP_IPMAC=3Dm > CONFIG_IP_SET_BITMAP_PORT=3Dm > CONFIG_IP_SET_HASH_IP=3Dm > CONFIG_IP_SET_HASH_IPMARK=3Dm > CONFIG_IP_SET_HASH_IPPORT=3Dm > CONFIG_IP_SET_HASH_IPPORTIP=3Dm > CONFIG_IP_SET_HASH_IPPORTNET=3Dm > CONFIG_IP_SET_HASH_IPMAC=3Dm > CONFIG_IP_SET_HASH_MAC=3Dm > CONFIG_IP_SET_HASH_NETPORTNET=3Dm > CONFIG_IP_SET_HASH_NET=3Dm > CONFIG_IP_SET_HASH_NETNET=3Dm > CONFIG_IP_SET_HASH_NETPORT=3Dm > CONFIG_IP_SET_HASH_NETIFACE=3Dm > CONFIG_IP_SET_LIST_SET=3Dm > CONFIG_IP_VS=3Dm > CONFIG_IP_VS_IPV6=3Dy > # CONFIG_IP_VS_DEBUG is not set > CONFIG_IP_VS_TAB_BITS=3D12 >=20 > # > # IPVS transport protocol load balancing support > # > CONFIG_IP_VS_PROTO_TCP=3Dy > CONFIG_IP_VS_PROTO_UDP=3Dy > CONFIG_IP_VS_PROTO_AH_ESP=3Dy > CONFIG_IP_VS_PROTO_ESP=3Dy > CONFIG_IP_VS_PROTO_AH=3Dy > CONFIG_IP_VS_PROTO_SCTP=3Dy >=20 > # > # IPVS scheduler > # > CONFIG_IP_VS_RR=3Dm > CONFIG_IP_VS_WRR=3Dm > CONFIG_IP_VS_LC=3Dm > CONFIG_IP_VS_WLC=3Dm > CONFIG_IP_VS_FO=3Dm > CONFIG_IP_VS_OVF=3Dm > CONFIG_IP_VS_LBLC=3Dm > CONFIG_IP_VS_LBLCR=3Dm > CONFIG_IP_VS_DH=3Dm > CONFIG_IP_VS_SH=3Dm > # CONFIG_IP_VS_MH is not set > CONFIG_IP_VS_SED=3Dm > CONFIG_IP_VS_NQ=3Dm > # CONFIG_IP_VS_TWOS is not set >=20 > # > # IPVS SH scheduler > # > CONFIG_IP_VS_SH_TAB_BITS=3D8 >=20 > # > # IPVS MH scheduler > # > CONFIG_IP_VS_MH_TAB_INDEX=3D12 >=20 > # > # IPVS application helper > # > CONFIG_IP_VS_FTP=3Dm > CONFIG_IP_VS_NFCT=3Dy > CONFIG_IP_VS_PE_SIP=3Dm >=20 > # > # IP: Netfilter Configuration > # > CONFIG_NF_DEFRAG_IPV4=3Dm > CONFIG_NF_SOCKET_IPV4=3Dm > CONFIG_NF_TPROXY_IPV4=3Dm > CONFIG_NF_TABLES_IPV4=3Dy > CONFIG_NFT_REJECT_IPV4=3Dm > CONFIG_NFT_DUP_IPV4=3Dm > CONFIG_NFT_FIB_IPV4=3Dm > CONFIG_NF_TABLES_ARP=3Dy > CONFIG_NF_DUP_IPV4=3Dm > CONFIG_NF_LOG_ARP=3Dm > CONFIG_NF_LOG_IPV4=3Dm > CONFIG_NF_REJECT_IPV4=3Dm > CONFIG_NF_NAT_SNMP_BASIC=3Dm > CONFIG_NF_NAT_PPTP=3Dm > CONFIG_NF_NAT_H323=3Dm > CONFIG_IP_NF_IPTABLES=3Dm > CONFIG_IP_NF_MATCH_AH=3Dm > CONFIG_IP_NF_MATCH_ECN=3Dm > CONFIG_IP_NF_MATCH_RPFILTER=3Dm > CONFIG_IP_NF_MATCH_TTL=3Dm > CONFIG_IP_NF_FILTER=3Dm > CONFIG_IP_NF_TARGET_REJECT=3Dm > CONFIG_IP_NF_TARGET_SYNPROXY=3Dm > CONFIG_IP_NF_NAT=3Dm > CONFIG_IP_NF_TARGET_MASQUERADE=3Dm > CONFIG_IP_NF_TARGET_NETMAP=3Dm > CONFIG_IP_NF_TARGET_REDIRECT=3Dm > CONFIG_IP_NF_MANGLE=3Dm > # CONFIG_IP_NF_TARGET_CLUSTERIP is not set > CONFIG_IP_NF_TARGET_ECN=3Dm > CONFIG_IP_NF_TARGET_TTL=3Dm > CONFIG_IP_NF_RAW=3Dm > CONFIG_IP_NF_SECURITY=3Dm > CONFIG_IP_NF_ARPTABLES=3Dm > CONFIG_IP_NF_ARPFILTER=3Dm > CONFIG_IP_NF_ARP_MANGLE=3Dm > # end of IP: Netfilter Configuration >=20 > # > # IPv6: Netfilter Configuration > # > CONFIG_NF_SOCKET_IPV6=3Dm > CONFIG_NF_TPROXY_IPV6=3Dm > CONFIG_NF_TABLES_IPV6=3Dy > CONFIG_NFT_REJECT_IPV6=3Dm > CONFIG_NFT_DUP_IPV6=3Dm > CONFIG_NFT_FIB_IPV6=3Dm > CONFIG_NF_DUP_IPV6=3Dm > CONFIG_NF_REJECT_IPV6=3Dm > CONFIG_NF_LOG_IPV6=3Dm > CONFIG_IP6_NF_IPTABLES=3Dm > CONFIG_IP6_NF_MATCH_AH=3Dm > CONFIG_IP6_NF_MATCH_EUI64=3Dm > CONFIG_IP6_NF_MATCH_FRAG=3Dm > CONFIG_IP6_NF_MATCH_OPTS=3Dm > CONFIG_IP6_NF_MATCH_HL=3Dm > CONFIG_IP6_NF_MATCH_IPV6HEADER=3Dm > CONFIG_IP6_NF_MATCH_MH=3Dm > CONFIG_IP6_NF_MATCH_RPFILTER=3Dm > CONFIG_IP6_NF_MATCH_RT=3Dm > # CONFIG_IP6_NF_MATCH_SRH is not set > # CONFIG_IP6_NF_TARGET_HL is not set > CONFIG_IP6_NF_FILTER=3Dm > CONFIG_IP6_NF_TARGET_REJECT=3Dm > CONFIG_IP6_NF_TARGET_SYNPROXY=3Dm > CONFIG_IP6_NF_MANGLE=3Dm > CONFIG_IP6_NF_RAW=3Dm > CONFIG_IP6_NF_SECURITY=3Dm > CONFIG_IP6_NF_NAT=3Dm > CONFIG_IP6_NF_TARGET_MASQUERADE=3Dm > CONFIG_IP6_NF_TARGET_NPT=3Dm > # end of IPv6: Netfilter Configuration >=20 > CONFIG_NF_DEFRAG_IPV6=3Dm > CONFIG_NF_TABLES_BRIDGE=3Dm > # CONFIG_NFT_BRIDGE_META is not set > CONFIG_NFT_BRIDGE_REJECT=3Dm > # CONFIG_NF_CONNTRACK_BRIDGE is not set > CONFIG_BRIDGE_NF_EBTABLES=3Dm > CONFIG_BRIDGE_EBT_BROUTE=3Dm > CONFIG_BRIDGE_EBT_T_FILTER=3Dm > CONFIG_BRIDGE_EBT_T_NAT=3Dm > CONFIG_BRIDGE_EBT_802_3=3Dm > CONFIG_BRIDGE_EBT_AMONG=3Dm > CONFIG_BRIDGE_EBT_ARP=3Dm > CONFIG_BRIDGE_EBT_IP=3Dm > CONFIG_BRIDGE_EBT_IP6=3Dm > CONFIG_BRIDGE_EBT_LIMIT=3Dm > CONFIG_BRIDGE_EBT_MARK=3Dm > CONFIG_BRIDGE_EBT_PKTTYPE=3Dm > CONFIG_BRIDGE_EBT_STP=3Dm > CONFIG_BRIDGE_EBT_VLAN=3Dm > CONFIG_BRIDGE_EBT_ARPREPLY=3Dm > CONFIG_BRIDGE_EBT_DNAT=3Dm > CONFIG_BRIDGE_EBT_MARK_T=3Dm > CONFIG_BRIDGE_EBT_REDIRECT=3Dm > CONFIG_BRIDGE_EBT_SNAT=3Dm > CONFIG_BRIDGE_EBT_LOG=3Dm > CONFIG_BRIDGE_EBT_NFLOG=3Dm > # CONFIG_BPFILTER is not set > # CONFIG_IP_DCCP is not set > CONFIG_IP_SCTP=3Dm > # CONFIG_SCTP_DBG_OBJCNT is not set > # CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set > CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=3Dy > # CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set > CONFIG_SCTP_COOKIE_HMAC_MD5=3Dy > CONFIG_SCTP_COOKIE_HMAC_SHA1=3Dy > CONFIG_INET_SCTP_DIAG=3Dm > # CONFIG_RDS is not set > CONFIG_TIPC=3Dm > CONFIG_TIPC_MEDIA_UDP=3Dy > CONFIG_TIPC_CRYPTO=3Dy > CONFIG_TIPC_DIAG=3Dm > CONFIG_ATM=3Dm > CONFIG_ATM_CLIP=3Dm > # CONFIG_ATM_CLIP_NO_ICMP is not set > CONFIG_ATM_LANE=3Dm > # CONFIG_ATM_MPOA is not set > CONFIG_ATM_BR2684=3Dm > # CONFIG_ATM_BR2684_IPFILTER is not set > CONFIG_L2TP=3Dm > CONFIG_L2TP_DEBUGFS=3Dm > CONFIG_L2TP_V3=3Dy > CONFIG_L2TP_IP=3Dm > CONFIG_L2TP_ETH=3Dm > CONFIG_STP=3Dy > CONFIG_GARP=3Dy > CONFIG_MRP=3Dy > CONFIG_BRIDGE=3Dy > CONFIG_BRIDGE_IGMP_SNOOPING=3Dy > CONFIG_BRIDGE_VLAN_FILTERING=3Dy > # CONFIG_BRIDGE_MRP is not set > # CONFIG_BRIDGE_CFM is not set > # CONFIG_NET_DSA is not set > CONFIG_VLAN_8021Q=3Dy > CONFIG_VLAN_8021Q_GVRP=3Dy > CONFIG_VLAN_8021Q_MVRP=3Dy > # CONFIG_DECNET is not set > CONFIG_LLC=3Dy > # 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=3Dm > # CONFIG_6LOWPAN_DEBUGFS is not set > # CONFIG_6LOWPAN_NHC is not set > CONFIG_IEEE802154=3Dm > # CONFIG_IEEE802154_NL802154_EXPERIMENTAL is not set > CONFIG_IEEE802154_SOCKET=3Dm > CONFIG_IEEE802154_6LOWPAN=3Dm > CONFIG_MAC802154=3Dm > CONFIG_NET_SCHED=3Dy >=20 > # > # Queueing/Scheduling > # > CONFIG_NET_SCH_CBQ=3Dm > CONFIG_NET_SCH_HTB=3Dm > CONFIG_NET_SCH_HFSC=3Dm > CONFIG_NET_SCH_ATM=3Dm > CONFIG_NET_SCH_PRIO=3Dm > CONFIG_NET_SCH_MULTIQ=3Dm > CONFIG_NET_SCH_RED=3Dm > CONFIG_NET_SCH_SFB=3Dm > CONFIG_NET_SCH_SFQ=3Dm > CONFIG_NET_SCH_TEQL=3Dm > CONFIG_NET_SCH_TBF=3Dm > # CONFIG_NET_SCH_CBS is not set > CONFIG_NET_SCH_ETF=3Dm > # CONFIG_NET_SCH_TAPRIO is not set > CONFIG_NET_SCH_GRED=3Dm > CONFIG_NET_SCH_DSMARK=3Dm > CONFIG_NET_SCH_NETEM=3Dy > CONFIG_NET_SCH_DRR=3Dm > CONFIG_NET_SCH_MQPRIO=3Dm > # CONFIG_NET_SCH_SKBPRIO is not set > CONFIG_NET_SCH_CHOKE=3Dm > CONFIG_NET_SCH_QFQ=3Dm > CONFIG_NET_SCH_CODEL=3Dm > CONFIG_NET_SCH_FQ_CODEL=3Dy > # CONFIG_NET_SCH_CAKE is not set > CONFIG_NET_SCH_FQ=3Dm > CONFIG_NET_SCH_HHF=3Dm > CONFIG_NET_SCH_PIE=3Dm > CONFIG_NET_SCH_FQ_PIE=3Dm > CONFIG_NET_SCH_INGRESS=3Dy > CONFIG_NET_SCH_PLUG=3Dm > CONFIG_NET_SCH_ETS=3Dm > CONFIG_NET_SCH_DEFAULT=3Dy > # CONFIG_DEFAULT_FQ is not set > # CONFIG_DEFAULT_CODEL is not set > CONFIG_DEFAULT_FQ_CODEL=3Dy > # CONFIG_DEFAULT_FQ_PIE is not set > # CONFIG_DEFAULT_SFQ is not set > # CONFIG_DEFAULT_PFIFO_FAST is not set > CONFIG_DEFAULT_NET_SCH=3D"fq_codel" >=20 > # > # Classification > # > CONFIG_NET_CLS=3Dy > CONFIG_NET_CLS_BASIC=3Dm > CONFIG_NET_CLS_TCINDEX=3Dm > CONFIG_NET_CLS_ROUTE4=3Dm > CONFIG_NET_CLS_FW=3Dm > CONFIG_NET_CLS_U32=3Dm > CONFIG_CLS_U32_PERF=3Dy > CONFIG_CLS_U32_MARK=3Dy > CONFIG_NET_CLS_RSVP=3Dm > CONFIG_NET_CLS_RSVP6=3Dm > CONFIG_NET_CLS_FLOW=3Dm > CONFIG_NET_CLS_CGROUP=3Dy > CONFIG_NET_CLS_BPF=3Dm > CONFIG_NET_CLS_FLOWER=3Dm > CONFIG_NET_CLS_MATCHALL=3Dm > CONFIG_NET_EMATCH=3Dy > CONFIG_NET_EMATCH_STACK=3D32 > CONFIG_NET_EMATCH_CMP=3Dm > CONFIG_NET_EMATCH_NBYTE=3Dm > CONFIG_NET_EMATCH_U32=3Dm > CONFIG_NET_EMATCH_META=3Dm > CONFIG_NET_EMATCH_TEXT=3Dm > CONFIG_NET_EMATCH_CANID=3Dm > CONFIG_NET_EMATCH_IPSET=3Dm > CONFIG_NET_EMATCH_IPT=3Dm > CONFIG_NET_CLS_ACT=3Dy > CONFIG_NET_ACT_POLICE=3Dm > CONFIG_NET_ACT_GACT=3Dm > CONFIG_GACT_PROB=3Dy > CONFIG_NET_ACT_MIRRED=3Dm > CONFIG_NET_ACT_SAMPLE=3Dm > CONFIG_NET_ACT_IPT=3Dm > CONFIG_NET_ACT_NAT=3Dm > CONFIG_NET_ACT_PEDIT=3Dm > CONFIG_NET_ACT_SIMP=3Dm > CONFIG_NET_ACT_SKBEDIT=3Dm > CONFIG_NET_ACT_CSUM=3Dm > CONFIG_NET_ACT_MPLS=3Dm > CONFIG_NET_ACT_VLAN=3Dm > CONFIG_NET_ACT_BPF=3Dm > CONFIG_NET_ACT_CONNMARK=3Dm > CONFIG_NET_ACT_CTINFO=3Dm > CONFIG_NET_ACT_SKBMOD=3Dm > CONFIG_NET_ACT_IFE=3Dm > CONFIG_NET_ACT_TUNNEL_KEY=3Dm > CONFIG_NET_ACT_CT=3Dm > # CONFIG_NET_ACT_GATE is not set > CONFIG_NET_IFE_SKBMARK=3Dm > CONFIG_NET_IFE_SKBPRIO=3Dm > CONFIG_NET_IFE_SKBTCINDEX=3Dm > # CONFIG_NET_TC_SKB_EXT is not set > CONFIG_NET_SCH_FIFO=3Dy > CONFIG_DCB=3Dy > CONFIG_DNS_RESOLVER=3Dm > # CONFIG_BATMAN_ADV is not set > CONFIG_OPENVSWITCH=3Dm > CONFIG_OPENVSWITCH_GRE=3Dm > CONFIG_OPENVSWITCH_VXLAN=3Dm > CONFIG_OPENVSWITCH_GENEVE=3Dm > CONFIG_VSOCKETS=3Dm > CONFIG_VSOCKETS_DIAG=3Dm > CONFIG_VSOCKETS_LOOPBACK=3Dm > CONFIG_VMWARE_VMCI_VSOCKETS=3Dm > CONFIG_VIRTIO_VSOCKETS=3Dm > CONFIG_VIRTIO_VSOCKETS_COMMON=3Dm > CONFIG_HYPERV_VSOCKETS=3Dm > CONFIG_NETLINK_DIAG=3Dm > CONFIG_MPLS=3Dy > CONFIG_NET_MPLS_GSO=3Dm > CONFIG_MPLS_ROUTING=3Dm > CONFIG_MPLS_IPTUNNEL=3Dm > CONFIG_NET_NSH=3Dy > # CONFIG_HSR is not set > CONFIG_NET_SWITCHDEV=3Dy > CONFIG_NET_L3_MASTER_DEV=3Dy > # CONFIG_QRTR is not set > # CONFIG_NET_NCSI is not set > CONFIG_PCPU_DEV_REFCNT=3Dy > CONFIG_RPS=3Dy > CONFIG_RFS_ACCEL=3Dy > CONFIG_SOCK_RX_QUEUE_MAPPING=3Dy > CONFIG_XPS=3Dy > CONFIG_CGROUP_NET_PRIO=3Dy > CONFIG_CGROUP_NET_CLASSID=3Dy > CONFIG_NET_RX_BUSY_POLL=3Dy > CONFIG_BQL=3Dy > CONFIG_BPF_STREAM_PARSER=3Dy > CONFIG_NET_FLOW_LIMIT=3Dy >=20 > # > # Network testing > # > CONFIG_NET_PKTGEN=3Dm > CONFIG_NET_DROP_MONITOR=3Dy > # end of Network testing > # end of Networking options >=20 > # CONFIG_HAMRADIO is not set > CONFIG_CAN=3Dm > CONFIG_CAN_RAW=3Dm > CONFIG_CAN_BCM=3Dm > CONFIG_CAN_GW=3Dm > # CONFIG_CAN_J1939 is not set > # CONFIG_CAN_ISOTP is not set >=20 > # > # CAN Device Drivers > # > CONFIG_CAN_VCAN=3Dm > # CONFIG_CAN_VXCAN is not set > CONFIG_CAN_SLCAN=3Dm > CONFIG_CAN_DEV=3Dm > CONFIG_CAN_CALC_BITTIMING=3Dy > # CONFIG_CAN_KVASER_PCIEFD is not set > CONFIG_CAN_C_CAN=3Dm > CONFIG_CAN_C_CAN_PLATFORM=3Dm > CONFIG_CAN_C_CAN_PCI=3Dm > CONFIG_CAN_CC770=3Dm > # CONFIG_CAN_CC770_ISA is not set > CONFIG_CAN_CC770_PLATFORM=3Dm > # CONFIG_CAN_IFI_CANFD is not set > # CONFIG_CAN_M_CAN is not set > # CONFIG_CAN_PEAK_PCIEFD is not set > CONFIG_CAN_SJA1000=3Dm > CONFIG_CAN_EMS_PCI=3Dm > # CONFIG_CAN_F81601 is not set > CONFIG_CAN_KVASER_PCI=3Dm > CONFIG_CAN_PEAK_PCI=3Dm > CONFIG_CAN_PEAK_PCIEC=3Dy > CONFIG_CAN_PLX_PCI=3Dm > # CONFIG_CAN_SJA1000_ISA is not set > CONFIG_CAN_SJA1000_PLATFORM=3Dm > CONFIG_CAN_SOFTING=3Dm >=20 > # > # CAN SPI interfaces > # > # CONFIG_CAN_HI311X is not set > # CONFIG_CAN_MCP251X is not set > # CONFIG_CAN_MCP251XFD is not set > # end of CAN SPI interfaces >=20 > # > # CAN USB interfaces > # > # CONFIG_CAN_8DEV_USB is not set > # CONFIG_CAN_EMS_USB is not set > # CONFIG_CAN_ESD_USB2 is not set > # CONFIG_CAN_ETAS_ES58X is not set > # CONFIG_CAN_GS_USB is not set > # CONFIG_CAN_KVASER_USB is not set > # CONFIG_CAN_MCBA_USB is not set > # CONFIG_CAN_PEAK_USB is not set > # CONFIG_CAN_UCAN is not set > # end of CAN USB interfaces >=20 > # CONFIG_CAN_DEBUG_DEVICES is not set > # end of CAN Device Drivers >=20 > CONFIG_BT=3Dm > CONFIG_BT_BREDR=3Dy > CONFIG_BT_RFCOMM=3Dm > CONFIG_BT_RFCOMM_TTY=3Dy > CONFIG_BT_BNEP=3Dm > CONFIG_BT_BNEP_MC_FILTER=3Dy > CONFIG_BT_BNEP_PROTO_FILTER=3Dy > CONFIG_BT_HIDP=3Dm > CONFIG_BT_HS=3Dy > CONFIG_BT_LE=3Dy > # CONFIG_BT_6LOWPAN is not set > # CONFIG_BT_LEDS is not set > # CONFIG_BT_MSFTEXT is not set > # CONFIG_BT_AOSPEXT is not set > CONFIG_BT_DEBUGFS=3Dy > # CONFIG_BT_SELFTEST is not set >=20 > # > # Bluetooth device drivers > # > # CONFIG_BT_HCIBTUSB is not set > # CONFIG_BT_HCIBTSDIO is not set > CONFIG_BT_HCIUART=3Dm > CONFIG_BT_HCIUART_H4=3Dy > CONFIG_BT_HCIUART_BCSP=3Dy > CONFIG_BT_HCIUART_ATH3K=3Dy > # CONFIG_BT_HCIUART_INTEL is not set > # CONFIG_BT_HCIUART_AG6XX is not set > # CONFIG_BT_HCIBCM203X is not set > # CONFIG_BT_HCIBPA10X is not set > # CONFIG_BT_HCIBFUSB is not set > CONFIG_BT_HCIVHCI=3Dm > CONFIG_BT_MRVL=3Dm > # CONFIG_BT_MRVL_SDIO is not set > # CONFIG_BT_MTKSDIO is not set > # CONFIG_BT_VIRTIO is not set > # end of Bluetooth device drivers >=20 > # CONFIG_AF_RXRPC is not set > # CONFIG_AF_KCM is not set > CONFIG_STREAM_PARSER=3Dy > # CONFIG_MCTP is not set > CONFIG_FIB_RULES=3Dy > CONFIG_WIRELESS=3Dy > CONFIG_CFG80211=3Dm > # CONFIG_NL80211_TESTMODE is not set > # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set > # CONFIG_CFG80211_CERTIFICATION_ONUS is not set > CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=3Dy > CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=3Dy > CONFIG_CFG80211_DEFAULT_PS=3Dy > # CONFIG_CFG80211_DEBUGFS is not set > CONFIG_CFG80211_CRDA_SUPPORT=3Dy > # CONFIG_CFG80211_WEXT is not set > CONFIG_MAC80211=3Dm > CONFIG_MAC80211_HAS_RC=3Dy > CONFIG_MAC80211_RC_MINSTREL=3Dy > CONFIG_MAC80211_RC_DEFAULT_MINSTREL=3Dy > CONFIG_MAC80211_RC_DEFAULT=3D"minstrel_ht" > # CONFIG_MAC80211_MESH is not set > CONFIG_MAC80211_LEDS=3Dy > CONFIG_MAC80211_DEBUGFS=3Dy > # CONFIG_MAC80211_MESSAGE_TRACING is not set > # CONFIG_MAC80211_DEBUG_MENU is not set > CONFIG_MAC80211_STA_HASH_MAX_SIZE=3D0 > CONFIG_RFKILL=3Dm > CONFIG_RFKILL_LEDS=3Dy > CONFIG_RFKILL_INPUT=3Dy > # CONFIG_RFKILL_GPIO is not set > CONFIG_NET_9P=3Dy > CONFIG_NET_9P_FD=3Dy > CONFIG_NET_9P_VIRTIO=3Dy > # CONFIG_NET_9P_DEBUG is not set > # CONFIG_CAIF is not set > CONFIG_CEPH_LIB=3Dm > # CONFIG_CEPH_LIB_PRETTYDEBUG is not set > CONFIG_CEPH_LIB_USE_DNS_RESOLVER=3Dy > CONFIG_NFC=3Dm > # CONFIG_NFC_DIGITAL is not set > CONFIG_NFC_NCI=3Dm > # CONFIG_NFC_NCI_SPI is not set > # CONFIG_NFC_NCI_UART is not set > # CONFIG_NFC_HCI is not set >=20 > # > # Near Field Communication (NFC) devices > # > CONFIG_NFC_VIRTUAL_NCI=3Dm > # CONFIG_NFC_FDP is not set > # CONFIG_NFC_PN533_USB is not set > # CONFIG_NFC_PN533_I2C is not set > # CONFIG_NFC_MRVL_USB is not set > # CONFIG_NFC_ST_NCI_I2C is not set > # CONFIG_NFC_ST_NCI_SPI is not set > # CONFIG_NFC_NXP_NCI is not set > # CONFIG_NFC_S3FWRN5_I2C is not set > # end of Near Field Communication (NFC) devices >=20 > CONFIG_PSAMPLE=3Dm > CONFIG_NET_IFE=3Dm > CONFIG_LWTUNNEL=3Dy > CONFIG_LWTUNNEL_BPF=3Dy > CONFIG_DST_CACHE=3Dy > CONFIG_GRO_CELLS=3Dy > CONFIG_SOCK_VALIDATE_XMIT=3Dy > CONFIG_NET_SELFTESTS=3Dy > CONFIG_NET_SOCK_MSG=3Dy > CONFIG_NET_DEVLINK=3Dy > CONFIG_FAILOVER=3Dm > CONFIG_ETHTOOL_NETLINK=3Dy >=20 > # > # Device Drivers > # > CONFIG_HAVE_EISA=3Dy > # CONFIG_EISA is not set > CONFIG_HAVE_PCI=3Dy > CONFIG_PCI=3Dy > CONFIG_PCI_DOMAINS=3Dy > CONFIG_PCIEPORTBUS=3Dy > CONFIG_HOTPLUG_PCI_PCIE=3Dy > CONFIG_PCIEAER=3Dy > CONFIG_PCIEAER_INJECT=3Dm > CONFIG_PCIE_ECRC=3Dy > CONFIG_PCIEASPM=3Dy > CONFIG_PCIEASPM_DEFAULT=3Dy > # CONFIG_PCIEASPM_POWERSAVE is not set > # CONFIG_PCIEASPM_POWER_SUPERSAVE is not set > # CONFIG_PCIEASPM_PERFORMANCE is not set > CONFIG_PCIE_PME=3Dy > CONFIG_PCIE_DPC=3Dy > # CONFIG_PCIE_PTM is not set > # CONFIG_PCIE_EDR is not set > CONFIG_PCI_MSI=3Dy > CONFIG_PCI_MSI_IRQ_DOMAIN=3Dy > CONFIG_PCI_QUIRKS=3Dy > # CONFIG_PCI_DEBUG is not set > # CONFIG_PCI_REALLOC_ENABLE_AUTO is not set > CONFIG_PCI_STUB=3Dy > CONFIG_PCI_PF_STUB=3Dm > CONFIG_PCI_ATS=3Dy > CONFIG_PCI_LOCKLESS_CONFIG=3Dy > CONFIG_PCI_IOV=3Dy > CONFIG_PCI_PRI=3Dy > CONFIG_PCI_PASID=3Dy > # CONFIG_PCI_P2PDMA is not set > CONFIG_PCI_LABEL=3Dy > CONFIG_PCI_HYPERV=3Dm > # CONFIG_PCIE_BUS_TUNE_OFF is not set > CONFIG_PCIE_BUS_DEFAULT=3Dy > # CONFIG_PCIE_BUS_SAFE is not set > # CONFIG_PCIE_BUS_PERFORMANCE is not set > # CONFIG_PCIE_BUS_PEER2PEER is not set > CONFIG_HOTPLUG_PCI=3Dy > CONFIG_HOTPLUG_PCI_ACPI=3Dy > CONFIG_HOTPLUG_PCI_ACPI_IBM=3Dm > # CONFIG_HOTPLUG_PCI_CPCI is not set > CONFIG_HOTPLUG_PCI_SHPC=3Dy >=20 > # > # PCI controller drivers > # > CONFIG_VMD=3Dy > CONFIG_PCI_HYPERV_INTERFACE=3Dm >=20 > # > # DesignWare PCI Core Support > # > # CONFIG_PCIE_DW_PLAT_HOST is not set > # CONFIG_PCI_MESON is not set > # end of DesignWare PCI Core Support >=20 > # > # Mobiveil PCIe Core Support > # > # end of Mobiveil PCIe Core Support >=20 > # > # Cadence PCIe controllers support > # > # end of Cadence PCIe controllers support > # end of PCI controller drivers >=20 > # > # PCI Endpoint > # > # CONFIG_PCI_ENDPOINT is not set > # end of PCI Endpoint >=20 > # > # PCI switch controller drivers > # > # CONFIG_PCI_SW_SWITCHTEC is not set > # end of PCI switch controller drivers >=20 > # CONFIG_CXL_BUS is not set > # CONFIG_PCCARD is not set > # CONFIG_RAPIDIO is not set >=20 > # > # Generic Driver Options > # > CONFIG_AUXILIARY_BUS=3Dy > # CONFIG_UEVENT_HELPER is not set > CONFIG_DEVTMPFS=3Dy > CONFIG_DEVTMPFS_MOUNT=3Dy > # CONFIG_DEVTMPFS_SAFE is not set > CONFIG_STANDALONE=3Dy > CONFIG_PREVENT_FIRMWARE_BUILD=3Dy >=20 > # > # Firmware loader > # > CONFIG_FW_LOADER=3Dy > CONFIG_FW_LOADER_PAGED_BUF=3Dy > CONFIG_EXTRA_FIRMWARE=3D"" > CONFIG_FW_LOADER_USER_HELPER=3Dy > # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set > # CONFIG_FW_LOADER_COMPRESS is not set > CONFIG_FW_CACHE=3Dy > # end of Firmware loader >=20 > CONFIG_ALLOW_DEV_COREDUMP=3Dy > # 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=3Dy > CONFIG_GENERIC_CPU_VULNERABILITIES=3Dy > CONFIG_REGMAP=3Dy > CONFIG_REGMAP_I2C=3Dm > CONFIG_REGMAP_SPI=3Dm > CONFIG_DMA_SHARED_BUFFER=3Dy > # CONFIG_DMA_FENCE_TRACE is not set > # end of Generic Driver Options >=20 > # > # Bus devices > # > # CONFIG_MHI_BUS is not set > # end of Bus devices >=20 > CONFIG_CONNECTOR=3Dy > CONFIG_PROC_EVENTS=3Dy >=20 > # > # Firmware Drivers > # >=20 > # > # ARM System Control and Management Interface Protocol > # > # end of ARM System Control and Management Interface Protocol >=20 > CONFIG_EDD=3Dm > # CONFIG_EDD_OFF is not set > CONFIG_FIRMWARE_MEMMAP=3Dy > CONFIG_DMIID=3Dy > CONFIG_DMI_SYSFS=3Dy > CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=3Dy > # CONFIG_ISCSI_IBFT is not set > CONFIG_FW_CFG_SYSFS=3Dy > # CONFIG_FW_CFG_SYSFS_CMDLINE is not set > CONFIG_SYSFB=3Dy > # CONFIG_SYSFB_SIMPLEFB is not set > # CONFIG_GOOGLE_FIRMWARE is not set >=20 > # > # EFI (Extensible Firmware Interface) Support > # > CONFIG_EFI_VARS=3Dy > CONFIG_EFI_ESRT=3Dy > CONFIG_EFI_VARS_PSTORE=3Dy > CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=3Dy > CONFIG_EFI_RUNTIME_MAP=3Dy > # CONFIG_EFI_FAKE_MEMMAP is not set > CONFIG_EFI_RUNTIME_WRAPPERS=3Dy > CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=3Dy > # CONFIG_EFI_BOOTLOADER_CONTROL is not set > # CONFIG_EFI_CAPSULE_LOADER is not set > # CONFIG_EFI_TEST is not set > CONFIG_APPLE_PROPERTIES=3Dy > # CONFIG_RESET_ATTACK_MITIGATION is not set > # CONFIG_EFI_RCI2_TABLE is not set > # CONFIG_EFI_DISABLE_PCI_DMA is not set > # end of EFI (Extensible Firmware Interface) Support >=20 > CONFIG_UEFI_CPER=3Dy > CONFIG_UEFI_CPER_X86=3Dy > CONFIG_EFI_DEV_PATH_PARSER=3Dy > CONFIG_EFI_EARLYCON=3Dy > CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=3Dy >=20 > # > # Tegra firmware driver > # > # end of Tegra firmware driver > # end of Firmware Drivers >=20 > # CONFIG_GNSS is not set > # CONFIG_MTD is not set > # CONFIG_OF is not set > CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=3Dy > CONFIG_PARPORT=3Dm > CONFIG_PARPORT_PC=3Dm > CONFIG_PARPORT_SERIAL=3Dm > # CONFIG_PARPORT_PC_FIFO is not set > # CONFIG_PARPORT_PC_SUPERIO is not set > # CONFIG_PARPORT_AX88796 is not set > CONFIG_PARPORT_1284=3Dy > CONFIG_PNP=3Dy > # CONFIG_PNP_DEBUG_MESSAGES is not set >=20 > # > # Protocols > # > CONFIG_PNPACPI=3Dy > CONFIG_BLK_DEV=3Dy > CONFIG_BLK_DEV_NULL_BLK=3Dm > # CONFIG_BLK_DEV_FD is not set > CONFIG_CDROM=3Dm > # CONFIG_PARIDE is not set > # CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set > CONFIG_ZRAM=3Dm > CONFIG_ZRAM_DEF_COMP_LZORLE=3Dy > # CONFIG_ZRAM_DEF_COMP_LZO is not set > CONFIG_ZRAM_DEF_COMP=3D"lzo-rle" > CONFIG_ZRAM_WRITEBACK=3Dy > # CONFIG_ZRAM_MEMORY_TRACKING is not set > CONFIG_BLK_DEV_LOOP=3Dm > CONFIG_BLK_DEV_LOOP_MIN_COUNT=3D0 > # CONFIG_BLK_DEV_DRBD is not set > CONFIG_BLK_DEV_NBD=3Dm > # CONFIG_BLK_DEV_SX8 is not set > CONFIG_BLK_DEV_RAM=3Dm > CONFIG_BLK_DEV_RAM_COUNT=3D16 > CONFIG_BLK_DEV_RAM_SIZE=3D16384 > CONFIG_CDROM_PKTCDVD=3Dm > CONFIG_CDROM_PKTCDVD_BUFFERS=3D8 > # CONFIG_CDROM_PKTCDVD_WCACHE is not set > # CONFIG_ATA_OVER_ETH is not set > CONFIG_VIRTIO_BLK=3Dm > CONFIG_BLK_DEV_RBD=3Dm >=20 > # > # NVME Support > # > CONFIG_NVME_CORE=3Dm > CONFIG_BLK_DEV_NVME=3Dm > CONFIG_NVME_MULTIPATH=3Dy > # CONFIG_NVME_HWMON is not set > CONFIG_NVME_FABRICS=3Dm > CONFIG_NVME_FC=3Dm > # CONFIG_NVME_TCP is not set > CONFIG_NVME_TARGET=3Dm > # CONFIG_NVME_TARGET_PASSTHRU is not set > CONFIG_NVME_TARGET_LOOP=3Dm > CONFIG_NVME_TARGET_FC=3Dm > CONFIG_NVME_TARGET_FCLOOP=3Dm > # CONFIG_NVME_TARGET_TCP is not set > # end of NVME Support >=20 > # > # Misc devices > # > CONFIG_SENSORS_LIS3LV02D=3Dm > # CONFIG_AD525X_DPOT is not set > # CONFIG_DUMMY_IRQ is not set > # CONFIG_IBM_ASM is not set > # CONFIG_PHANTOM is not set > CONFIG_TIFM_CORE=3Dm > CONFIG_TIFM_7XX1=3Dm > # CONFIG_ICS932S401 is not set > CONFIG_ENCLOSURE_SERVICES=3Dm > CONFIG_SGI_XP=3Dm > CONFIG_HP_ILO=3Dm > CONFIG_SGI_GRU=3Dm > # CONFIG_SGI_GRU_DEBUG is not set > CONFIG_APDS9802ALS=3Dm > CONFIG_ISL29003=3Dm > CONFIG_ISL29020=3Dm > CONFIG_SENSORS_TSL2550=3Dm > CONFIG_SENSORS_BH1770=3Dm > CONFIG_SENSORS_APDS990X=3Dm > # CONFIG_HMC6352 is not set > # CONFIG_DS1682 is not set > CONFIG_VMWARE_BALLOON=3Dm > # CONFIG_LATTICE_ECP3_CONFIG is not set > # CONFIG_SRAM is not set > # CONFIG_DW_XDATA_PCIE is not set > # CONFIG_PCI_ENDPOINT_TEST is not set > # CONFIG_XILINX_SDFEC is not set > CONFIG_MISC_RTSX=3Dm > # CONFIG_C2PORT is not set >=20 > # > # EEPROM support > # > # CONFIG_EEPROM_AT24 is not set > # CONFIG_EEPROM_AT25 is not set > CONFIG_EEPROM_LEGACY=3Dm > CONFIG_EEPROM_MAX6875=3Dm > CONFIG_EEPROM_93CX6=3Dm > # CONFIG_EEPROM_93XX46 is not set > # CONFIG_EEPROM_IDT_89HPESX is not set > # CONFIG_EEPROM_EE1004 is not set > # end of EEPROM support >=20 > CONFIG_CB710_CORE=3Dm > # CONFIG_CB710_DEBUG is not set > CONFIG_CB710_DEBUG_ASSUMPTIONS=3Dy >=20 > # > # Texas Instruments shared transport line discipline > # > # CONFIG_TI_ST is not set > # end of Texas Instruments shared transport line discipline >=20 > CONFIG_SENSORS_LIS3_I2C=3Dm > CONFIG_ALTERA_STAPL=3Dm > CONFIG_INTEL_MEI=3Dm > CONFIG_INTEL_MEI_ME=3Dm > # CONFIG_INTEL_MEI_TXE is not set > # CONFIG_INTEL_MEI_HDCP is not set > # CONFIG_INTEL_MEI_PXP is not set > CONFIG_VMWARE_VMCI=3Dm > # CONFIG_GENWQE is not set > # CONFIG_ECHO is not set > # CONFIG_BCM_VK is not set > # CONFIG_MISC_ALCOR_PCI is not set > CONFIG_MISC_RTSX_PCI=3Dm > # CONFIG_MISC_RTSX_USB is not set > # CONFIG_HABANA_AI is not set > # CONFIG_UACCE is not set > CONFIG_PVPANIC=3Dy > # CONFIG_PVPANIC_MMIO is not set > # CONFIG_PVPANIC_PCI is not set > # end of Misc devices >=20 > # > # SCSI device support > # > CONFIG_SCSI_MOD=3Dy > CONFIG_RAID_ATTRS=3Dm > CONFIG_SCSI_COMMON=3Dy > CONFIG_SCSI=3Dy > CONFIG_SCSI_DMA=3Dy > CONFIG_SCSI_NETLINK=3Dy > CONFIG_SCSI_PROC_FS=3Dy >=20 > # > # SCSI support type (disk, tape, CD-ROM) > # > CONFIG_BLK_DEV_SD=3Dm > CONFIG_CHR_DEV_ST=3Dm > CONFIG_BLK_DEV_SR=3Dm > CONFIG_CHR_DEV_SG=3Dm > CONFIG_BLK_DEV_BSG=3Dy > CONFIG_CHR_DEV_SCH=3Dm > CONFIG_SCSI_ENCLOSURE=3Dm > CONFIG_SCSI_CONSTANTS=3Dy > CONFIG_SCSI_LOGGING=3Dy > CONFIG_SCSI_SCAN_ASYNC=3Dy >=20 > # > # SCSI Transports > # > CONFIG_SCSI_SPI_ATTRS=3Dm > CONFIG_SCSI_FC_ATTRS=3Dm > CONFIG_SCSI_ISCSI_ATTRS=3Dm > CONFIG_SCSI_SAS_ATTRS=3Dm > CONFIG_SCSI_SAS_LIBSAS=3Dm > CONFIG_SCSI_SAS_ATA=3Dy > CONFIG_SCSI_SAS_HOST_SMP=3Dy > CONFIG_SCSI_SRP_ATTRS=3Dm > # end of SCSI Transports >=20 > CONFIG_SCSI_LOWLEVEL=3Dy > # CONFIG_ISCSI_TCP is not set > # 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 is not set > # CONFIG_SCSI_HPSA is not set > # CONFIG_SCSI_3W_9XXX is not set > # CONFIG_SCSI_3W_SAS is not set > # CONFIG_SCSI_ACARD is not set > # CONFIG_SCSI_AACRAID is not set > # CONFIG_SCSI_AIC7XXX is not set > # CONFIG_SCSI_AIC79XX is not set > # CONFIG_SCSI_AIC94XX is not set > # CONFIG_SCSI_MVSAS is not set > # CONFIG_SCSI_MVUMI is not set > # CONFIG_SCSI_DPT_I2O is not set > # CONFIG_SCSI_ADVANSYS is not set > # CONFIG_SCSI_ARCMSR is not set > # CONFIG_SCSI_ESAS2R is not set > # CONFIG_MEGARAID_NEWGEN is not set > # CONFIG_MEGARAID_LEGACY is not set > # CONFIG_MEGARAID_SAS is not set > # CONFIG_SCSI_MPT3SAS is not set > # CONFIG_SCSI_MPT2SAS is not set > # CONFIG_SCSI_MPI3MR is not set > # CONFIG_SCSI_SMARTPQI is not set > # CONFIG_SCSI_UFSHCD is not set > # CONFIG_SCSI_HPTIOP is not set > # CONFIG_SCSI_BUSLOGIC is not set > # CONFIG_SCSI_MYRB is not set > # CONFIG_SCSI_MYRS is not set > # CONFIG_VMWARE_PVSCSI is not set > CONFIG_HYPERV_STORAGE=3Dm > # CONFIG_LIBFC is not set > # CONFIG_SCSI_SNIC is not set > # CONFIG_SCSI_DMX3191D is not set > # CONFIG_SCSI_FDOMAIN_PCI is not set > CONFIG_SCSI_ISCI=3Dm > # 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 is not set > # CONFIG_SCSI_QLA_FC is not set > # CONFIG_SCSI_QLA_ISCSI is not set > # CONFIG_SCSI_LPFC is not set > # CONFIG_SCSI_EFCT 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=3Dy > CONFIG_SCSI_DH_RDAC=3Dy > CONFIG_SCSI_DH_HP_SW=3Dy > CONFIG_SCSI_DH_EMC=3Dy > CONFIG_SCSI_DH_ALUA=3Dy > # end of SCSI device support >=20 > CONFIG_ATA=3Dm > CONFIG_SATA_HOST=3Dy > CONFIG_PATA_TIMINGS=3Dy > CONFIG_ATA_VERBOSE_ERROR=3Dy > CONFIG_ATA_FORCE=3Dy > CONFIG_ATA_ACPI=3Dy > # CONFIG_SATA_ZPODD is not set > CONFIG_SATA_PMP=3Dy >=20 > # > # Controllers with non-SFF native interface > # > CONFIG_SATA_AHCI=3Dm > CONFIG_SATA_MOBILE_LPM_POLICY=3D0 > CONFIG_SATA_AHCI_PLATFORM=3Dm > # CONFIG_SATA_INIC162X is not set > # CONFIG_SATA_ACARD_AHCI is not set > # CONFIG_SATA_SIL24 is not set > CONFIG_ATA_SFF=3Dy >=20 > # > # 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=3Dy >=20 > # > # SATA SFF controllers with BMDMA > # > CONFIG_ATA_PIIX=3Dm > # CONFIG_SATA_DWC is not set > # CONFIG_SATA_MV is not set > # CONFIG_SATA_NV is not set > # CONFIG_SATA_PROMISE is not set > # CONFIG_SATA_SIL is not set > # CONFIG_SATA_SIS is not set > # CONFIG_SATA_SVW is not set > # CONFIG_SATA_ULI is not set > # CONFIG_SATA_VIA is not set > # CONFIG_SATA_VITESSE is not set >=20 > # > # 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 is not set > # 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 is not set > # 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 is not set > # CONFIG_PATA_TOSHIBA is not set > # CONFIG_PATA_TRIFLEX is not set > # CONFIG_PATA_VIA is not set > # CONFIG_PATA_WINBOND is not set >=20 > # > # PIO-only SFF controllers > # > # CONFIG_PATA_CMD640_PCI is not set > # CONFIG_PATA_MPIIX is not set > # CONFIG_PATA_NS87410 is not set > # CONFIG_PATA_OPTI is not set > # CONFIG_PATA_PLATFORM is not set > # CONFIG_PATA_RZ1000 is not set >=20 > # > # Generic fallback / legacy drivers > # > # CONFIG_PATA_ACPI is not set > CONFIG_ATA_GENERIC=3Dm > # CONFIG_PATA_LEGACY is not set > CONFIG_MD=3Dy > CONFIG_BLK_DEV_MD=3Dy > CONFIG_MD_AUTODETECT=3Dy > CONFIG_MD_LINEAR=3Dm > CONFIG_MD_RAID0=3Dm > CONFIG_MD_RAID1=3Dm > CONFIG_MD_RAID10=3Dm > CONFIG_MD_RAID456=3Dm > # CONFIG_MD_MULTIPATH is not set > CONFIG_MD_FAULTY=3Dm > CONFIG_MD_CLUSTER=3Dm > # CONFIG_BCACHE is not set > CONFIG_BLK_DEV_DM_BUILTIN=3Dy > CONFIG_BLK_DEV_DM=3Dm > CONFIG_DM_DEBUG=3Dy > CONFIG_DM_BUFIO=3Dm > # CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set > CONFIG_DM_BIO_PRISON=3Dm > CONFIG_DM_PERSISTENT_DATA=3Dm > # CONFIG_DM_UNSTRIPED is not set > CONFIG_DM_CRYPT=3Dm > CONFIG_DM_SNAPSHOT=3Dm > CONFIG_DM_THIN_PROVISIONING=3Dm > CONFIG_DM_CACHE=3Dm > CONFIG_DM_CACHE_SMQ=3Dm > CONFIG_DM_WRITECACHE=3Dm > # CONFIG_DM_EBS is not set > CONFIG_DM_ERA=3Dm > # CONFIG_DM_CLONE is not set > CONFIG_DM_MIRROR=3Dm > CONFIG_DM_LOG_USERSPACE=3Dm > CONFIG_DM_RAID=3Dm > CONFIG_DM_ZERO=3Dm > CONFIG_DM_MULTIPATH=3Dm > CONFIG_DM_MULTIPATH_QL=3Dm > CONFIG_DM_MULTIPATH_ST=3Dm > # CONFIG_DM_MULTIPATH_HST is not set > # CONFIG_DM_MULTIPATH_IOA is not set > CONFIG_DM_DELAY=3Dm > # CONFIG_DM_DUST is not set > CONFIG_DM_UEVENT=3Dy > CONFIG_DM_FLAKEY=3Dm > CONFIG_DM_VERITY=3Dm > # CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG is not set > # CONFIG_DM_VERITY_FEC is not set > CONFIG_DM_SWITCH=3Dm > CONFIG_DM_LOG_WRITES=3Dm > CONFIG_DM_INTEGRITY=3Dm > CONFIG_DM_AUDIT=3Dy > CONFIG_TARGET_CORE=3Dm > CONFIG_TCM_IBLOCK=3Dm > CONFIG_TCM_FILEIO=3Dm > CONFIG_TCM_PSCSI=3Dm > CONFIG_TCM_USER2=3Dm > CONFIG_LOOPBACK_TARGET=3Dm > CONFIG_ISCSI_TARGET=3Dm > # CONFIG_SBP_TARGET is not set > # CONFIG_FUSION is not set >=20 > # > # IEEE 1394 (FireWire) support > # > CONFIG_FIREWIRE=3Dm > CONFIG_FIREWIRE_OHCI=3Dm > CONFIG_FIREWIRE_SBP2=3Dm > CONFIG_FIREWIRE_NET=3Dm > # CONFIG_FIREWIRE_NOSY is not set > # end of IEEE 1394 (FireWire) support >=20 > CONFIG_MACINTOSH_DRIVERS=3Dy > CONFIG_MAC_EMUMOUSEBTN=3Dy > CONFIG_NETDEVICES=3Dy > CONFIG_MII=3Dy > CONFIG_NET_CORE=3Dy > # CONFIG_BONDING is not set > CONFIG_DUMMY=3Dy > # CONFIG_WIREGUARD is not set > # CONFIG_EQUALIZER is not set > # CONFIG_NET_FC is not set > CONFIG_IFB=3Dm > # CONFIG_NET_TEAM is not set > # CONFIG_MACVLAN is not set > # CONFIG_IPVLAN is not set > CONFIG_VXLAN=3Dy > CONFIG_GENEVE=3Dy > CONFIG_BAREUDP=3Dm > # CONFIG_GTP is not set > CONFIG_AMT=3Dm > CONFIG_MACSEC=3Dy > CONFIG_NETCONSOLE=3Dm > CONFIG_NETCONSOLE_DYNAMIC=3Dy > CONFIG_NETPOLL=3Dy > CONFIG_NET_POLL_CONTROLLER=3Dy > CONFIG_TUN=3Dm > # CONFIG_TUN_VNET_CROSS_LE is not set > CONFIG_VETH=3Dy > CONFIG_VIRTIO_NET=3Dm > # CONFIG_NLMON is not set > CONFIG_NET_VRF=3Dy > # CONFIG_VSOCKMON is not set > # CONFIG_ARCNET is not set > CONFIG_ATM_DRIVERS=3Dy > # CONFIG_ATM_DUMMY is not set > # CONFIG_ATM_TCP is not set > # CONFIG_ATM_LANAI is not set > # CONFIG_ATM_ENI is not set > # CONFIG_ATM_FIRESTREAM is not set > # CONFIG_ATM_ZATM is not set > # CONFIG_ATM_NICSTAR is not set > # CONFIG_ATM_IDT77252 is not set > # CONFIG_ATM_AMBASSADOR is not set > # CONFIG_ATM_HORIZON is not set > # CONFIG_ATM_IA is not set > # CONFIG_ATM_FORE200E is not set > # CONFIG_ATM_HE is not set > # CONFIG_ATM_SOLOS is not set > CONFIG_ETHERNET=3Dy > CONFIG_MDIO=3Dy > # CONFIG_NET_VENDOR_3COM is not set > CONFIG_NET_VENDOR_ADAPTEC=3Dy > # CONFIG_ADAPTEC_STARFIRE is not set > CONFIG_NET_VENDOR_AGERE=3Dy > # CONFIG_ET131X is not set > CONFIG_NET_VENDOR_ALACRITECH=3Dy > # CONFIG_SLICOSS is not set > CONFIG_NET_VENDOR_ALTEON=3Dy > # CONFIG_ACENIC is not set > # CONFIG_ALTERA_TSE is not set > CONFIG_NET_VENDOR_AMAZON=3Dy > # CONFIG_ENA_ETHERNET is not set > CONFIG_NET_VENDOR_AMD=3Dy > # CONFIG_AMD8111_ETH is not set > # CONFIG_PCNET32 is not set > # CONFIG_AMD_XGBE is not set > CONFIG_NET_VENDOR_AQUANTIA=3Dy > # CONFIG_AQTION is not set > CONFIG_NET_VENDOR_ARC=3Dy > CONFIG_NET_VENDOR_ASIX=3Dy > # CONFIG_SPI_AX88796C is not set > CONFIG_NET_VENDOR_ATHEROS=3Dy > # CONFIG_ATL2 is not set > # CONFIG_ATL1 is not set > # CONFIG_ATL1E is not set > # CONFIG_ATL1C is not set > # CONFIG_ALX is not set > CONFIG_NET_VENDOR_BROADCOM=3Dy > # CONFIG_B44 is not set > # CONFIG_BCMGENET is not set > # CONFIG_BNX2 is not set > # CONFIG_CNIC is not set > # CONFIG_TIGON3 is not set > # CONFIG_BNX2X is not set > # CONFIG_SYSTEMPORT is not set > # CONFIG_BNXT is not set > CONFIG_NET_VENDOR_BROCADE=3Dy > # CONFIG_BNA is not set > CONFIG_NET_VENDOR_CADENCE=3Dy > # CONFIG_MACB is not set > CONFIG_NET_VENDOR_CAVIUM=3Dy > # 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=3Dy > # CONFIG_LIQUIDIO is not set > # CONFIG_LIQUIDIO_VF is not set > CONFIG_NET_VENDOR_CHELSIO=3Dy > # CONFIG_CHELSIO_T1 is not set > # CONFIG_CHELSIO_T3 is not set > # CONFIG_CHELSIO_T4 is not set > # CONFIG_CHELSIO_T4VF is not set > CONFIG_NET_VENDOR_CISCO=3Dy > # CONFIG_ENIC is not set > CONFIG_NET_VENDOR_CORTINA=3Dy > # CONFIG_CX_ECAT is not set > # CONFIG_DNET is not set > CONFIG_NET_VENDOR_DEC=3Dy > # CONFIG_NET_TULIP is not set > CONFIG_NET_VENDOR_DLINK=3Dy > # CONFIG_DL2K is not set > # CONFIG_SUNDANCE is not set > CONFIG_NET_VENDOR_EMULEX=3Dy > # CONFIG_BE2NET is not set > CONFIG_NET_VENDOR_ENGLEDER=3Dy > # CONFIG_TSNEP is not set > CONFIG_NET_VENDOR_EZCHIP=3Dy > CONFIG_NET_VENDOR_GOOGLE=3Dy > # CONFIG_GVE is not set > CONFIG_NET_VENDOR_HUAWEI=3Dy > # CONFIG_HINIC is not set > CONFIG_NET_VENDOR_I825XX=3Dy > CONFIG_NET_VENDOR_INTEL=3Dy > # CONFIG_E100 is not set > CONFIG_E1000=3Dy > CONFIG_E1000E=3Dy > CONFIG_E1000E_HWTS=3Dy > CONFIG_IGB=3Dy > CONFIG_IGB_HWMON=3Dy > # CONFIG_IGBVF is not set > # CONFIG_IXGB is not set > CONFIG_IXGBE=3Dy > CONFIG_IXGBE_HWMON=3Dy > # CONFIG_IXGBE_DCB is not set > CONFIG_IXGBE_IPSEC=3Dy > # CONFIG_IXGBEVF is not set > CONFIG_I40E=3Dy > # CONFIG_I40E_DCB is not set > # CONFIG_I40EVF is not set > # CONFIG_ICE is not set > # CONFIG_FM10K is not set > CONFIG_IGC=3Dy > CONFIG_NET_VENDOR_MICROSOFT=3Dy > # CONFIG_MICROSOFT_MANA is not set > # CONFIG_JME is not set > CONFIG_NET_VENDOR_LITEX=3Dy > CONFIG_NET_VENDOR_MARVELL=3Dy > # CONFIG_MVMDIO is not set > # CONFIG_SKGE is not set > # CONFIG_SKY2 is not set > # CONFIG_PRESTERA is not set > CONFIG_NET_VENDOR_MELLANOX=3Dy > # 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=3Dy > # CONFIG_KS8842 is not set > # CONFIG_KS8851 is not set > # CONFIG_KS8851_MLL is not set > # CONFIG_KSZ884X_PCI is not set > CONFIG_NET_VENDOR_MICROCHIP=3Dy > # CONFIG_ENC28J60 is not set > # CONFIG_ENCX24J600 is not set > # CONFIG_LAN743X is not set > CONFIG_NET_VENDOR_MICROSEMI=3Dy > CONFIG_NET_VENDOR_MYRI=3Dy > # CONFIG_MYRI10GE is not set > # CONFIG_FEALNX is not set > CONFIG_NET_VENDOR_NATSEMI=3Dy > # CONFIG_NATSEMI is not set > # CONFIG_NS83820 is not set > CONFIG_NET_VENDOR_NETERION=3Dy > # CONFIG_S2IO is not set > # CONFIG_VXGE is not set > CONFIG_NET_VENDOR_NETRONOME=3Dy > # CONFIG_NFP is not set > CONFIG_NET_VENDOR_NI=3Dy > # CONFIG_NI_XGE_MANAGEMENT_ENET is not set > CONFIG_NET_VENDOR_8390=3Dy > # CONFIG_NE2K_PCI is not set > CONFIG_NET_VENDOR_NVIDIA=3Dy > # CONFIG_FORCEDETH is not set > CONFIG_NET_VENDOR_OKI=3Dy > # CONFIG_ETHOC is not set > CONFIG_NET_VENDOR_PACKET_ENGINES=3Dy > # CONFIG_HAMACHI is not set > # CONFIG_YELLOWFIN is not set > CONFIG_NET_VENDOR_PENSANDO=3Dy > # CONFIG_IONIC is not set > CONFIG_NET_VENDOR_QLOGIC=3Dy > # CONFIG_QLA3XXX is not set > # CONFIG_QLCNIC is not set > # CONFIG_NETXEN_NIC is not set > # CONFIG_QED is not set > CONFIG_NET_VENDOR_QUALCOMM=3Dy > # CONFIG_QCOM_EMAC is not set > # CONFIG_RMNET is not set > CONFIG_NET_VENDOR_RDC=3Dy > # CONFIG_R6040 is not set > CONFIG_NET_VENDOR_REALTEK=3Dy > # CONFIG_ATP is not set > # CONFIG_8139CP is not set > # CONFIG_8139TOO is not set > CONFIG_R8169=3Dy > CONFIG_NET_VENDOR_RENESAS=3Dy > CONFIG_NET_VENDOR_ROCKER=3Dy > # CONFIG_ROCKER is not set > CONFIG_NET_VENDOR_SAMSUNG=3Dy > # CONFIG_SXGBE_ETH is not set > CONFIG_NET_VENDOR_SEEQ=3Dy > CONFIG_NET_VENDOR_SOLARFLARE=3Dy > # CONFIG_SFC is not set > # CONFIG_SFC_FALCON is not set > CONFIG_NET_VENDOR_SILAN=3Dy > # CONFIG_SC92031 is not set > CONFIG_NET_VENDOR_SIS=3Dy > # CONFIG_SIS900 is not set > # CONFIG_SIS190 is not set > CONFIG_NET_VENDOR_SMSC=3Dy > # CONFIG_EPIC100 is not set > # CONFIG_SMSC911X is not set > # CONFIG_SMSC9420 is not set > CONFIG_NET_VENDOR_SOCIONEXT=3Dy > CONFIG_NET_VENDOR_STMICRO=3Dy > # CONFIG_STMMAC_ETH is not set > CONFIG_NET_VENDOR_SUN=3Dy > # CONFIG_HAPPYMEAL is not set > # CONFIG_SUNGEM is not set > # CONFIG_CASSINI is not set > # CONFIG_NIU is not set > CONFIG_NET_VENDOR_SYNOPSYS=3Dy > # CONFIG_DWC_XLGMAC is not set > CONFIG_NET_VENDOR_TEHUTI=3Dy > # CONFIG_TEHUTI is not set > CONFIG_NET_VENDOR_TI=3Dy > # CONFIG_TI_CPSW_PHY_SEL is not set > # CONFIG_TLAN is not set > CONFIG_NET_VENDOR_VERTEXCOM=3Dy > # CONFIG_MSE102X is not set > CONFIG_NET_VENDOR_VIA=3Dy > # CONFIG_VIA_RHINE is not set > # CONFIG_VIA_VELOCITY is not set > CONFIG_NET_VENDOR_WIZNET=3Dy > # CONFIG_WIZNET_W5100 is not set > # CONFIG_WIZNET_W5300 is not set > CONFIG_NET_VENDOR_XILINX=3Dy > # CONFIG_XILINX_EMACLITE is not set > # CONFIG_XILINX_AXI_EMAC is not set > # CONFIG_XILINX_LL_TEMAC is not set > # CONFIG_FDDI is not set > # CONFIG_HIPPI is not set > # CONFIG_NET_SB1000 is not set > CONFIG_PHYLIB=3Dy > CONFIG_SWPHY=3Dy > # CONFIG_LED_TRIGGER_PHY is not set > CONFIG_FIXED_PHY=3Dy >=20 > # > # MII PHY device drivers > # > # CONFIG_AMD_PHY is not set > # CONFIG_ADIN_PHY is not set > # CONFIG_AQUANTIA_PHY is not set > CONFIG_AX88796B_PHY=3Dy > # CONFIG_BROADCOM_PHY is not set > # CONFIG_BCM54140_PHY is not set > # CONFIG_BCM7XXX_PHY is not set > # CONFIG_BCM84881_PHY is not set > # CONFIG_BCM87XX_PHY is not set > # CONFIG_CICADA_PHY is not set > # CONFIG_CORTINA_PHY is not set > # CONFIG_DAVICOM_PHY is not set > # CONFIG_ICPLUS_PHY is not set > # CONFIG_LXT_PHY is not set > # CONFIG_INTEL_XWAY_PHY is not set > # CONFIG_LSI_ET1011C_PHY is not set > # CONFIG_MARVELL_PHY is not set > # CONFIG_MARVELL_10G_PHY is not set > # CONFIG_MARVELL_88X2222_PHY is not set > # CONFIG_MAXLINEAR_GPHY is not set > # CONFIG_MEDIATEK_GE_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_MOTORCOMM_PHY is not set > # CONFIG_NATIONAL_PHY is not set > # CONFIG_NXP_C45_TJA11XX_PHY is not set > # CONFIG_NXP_TJA11XX_PHY is not set > # CONFIG_QSEMI_PHY is not set > CONFIG_REALTEK_PHY=3Dy > # 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_DP83822_PHY is not set > # CONFIG_DP83TC811_PHY is not set > # CONFIG_DP83848_PHY is not set > # CONFIG_DP83867_PHY is not set > # CONFIG_DP83869_PHY is not set > # CONFIG_VITESSE_PHY is not set > # CONFIG_XILINX_GMII2RGMII is not set > # CONFIG_MICREL_KS8995MA is not set > CONFIG_MDIO_DEVICE=3Dy > CONFIG_MDIO_BUS=3Dy > CONFIG_FWNODE_MDIO=3Dy > CONFIG_ACPI_MDIO=3Dy > CONFIG_MDIO_DEVRES=3Dy > # CONFIG_MDIO_BITBANG is not set > # CONFIG_MDIO_BCM_UNIMAC is not set > # CONFIG_MDIO_MVUSB is not set > # CONFIG_MDIO_THUNDER is not set >=20 > # > # MDIO Multiplexers > # >=20 > # > # PCS device drivers > # > # CONFIG_PCS_XPCS is not set > # end of PCS device drivers >=20 > # CONFIG_PLIP is not set > # CONFIG_PPP is not set > # CONFIG_SLIP is not set > CONFIG_USB_NET_DRIVERS=3Dy > # 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=3Dy > # CONFIG_USB_LAN78XX is not set > CONFIG_USB_USBNET=3Dy > CONFIG_USB_NET_AX8817X=3Dy > CONFIG_USB_NET_AX88179_178A=3Dy > # CONFIG_USB_NET_CDCETHER is not set > # CONFIG_USB_NET_CDC_EEM is not set > # CONFIG_USB_NET_CDC_NCM is not set > # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set > # CONFIG_USB_NET_CDC_MBIM is not set > # CONFIG_USB_NET_DM9601 is not set > # CONFIG_USB_NET_SR9700 is not set > # CONFIG_USB_NET_SR9800 is not set > # CONFIG_USB_NET_SMSC75XX is not set > # CONFIG_USB_NET_SMSC95XX is not set > # CONFIG_USB_NET_GL620A is not set > # CONFIG_USB_NET_NET1080 is not set > # CONFIG_USB_NET_PLUSB is not set > # CONFIG_USB_NET_MCS7830 is not set > # CONFIG_USB_NET_RNDIS_HOST is not set > # CONFIG_USB_NET_CDC_SUBSET is not set > # CONFIG_USB_NET_ZAURUS is not set > # CONFIG_USB_NET_CX82310_ETH is not set > # CONFIG_USB_NET_KALMIA is not set > # CONFIG_USB_NET_QMI_WWAN is not set > # CONFIG_USB_HSO is not set > # CONFIG_USB_NET_INT51X1 is not set > # CONFIG_USB_IPHETH is not set > # CONFIG_USB_SIERRA_NET is not set > # CONFIG_USB_NET_CH9200 is not set > # CONFIG_USB_NET_AQC111 is not set > CONFIG_WLAN=3Dy > CONFIG_WLAN_VENDOR_ADMTEK=3Dy > # CONFIG_ADM8211 is not set > CONFIG_WLAN_VENDOR_ATH=3Dy > # CONFIG_ATH_DEBUG is not set > # CONFIG_ATH5K is not set > # CONFIG_ATH5K_PCI is not set > # CONFIG_ATH9K is not set > # CONFIG_ATH9K_HTC is not set > # CONFIG_CARL9170 is not set > # CONFIG_ATH6KL is not set > # CONFIG_AR5523 is not set > # CONFIG_WIL6210 is not set > # CONFIG_ATH10K is not set > # CONFIG_WCN36XX is not set > # CONFIG_ATH11K is not set > CONFIG_WLAN_VENDOR_ATMEL=3Dy > # CONFIG_ATMEL is not set > # CONFIG_AT76C50X_USB is not set > CONFIG_WLAN_VENDOR_BROADCOM=3Dy > # CONFIG_B43 is not set > # CONFIG_B43LEGACY is not set > # CONFIG_BRCMSMAC is not set > # CONFIG_BRCMFMAC is not set > CONFIG_WLAN_VENDOR_CISCO=3Dy > # CONFIG_AIRO is not set > CONFIG_WLAN_VENDOR_INTEL=3Dy > # CONFIG_IPW2100 is not set > # CONFIG_IPW2200 is not set > # CONFIG_IWL4965 is not set > # CONFIG_IWL3945 is not set > # CONFIG_IWLWIFI is not set > # CONFIG_IWLMEI is not set > CONFIG_WLAN_VENDOR_INTERSIL=3Dy > # CONFIG_HOSTAP is not set > # CONFIG_HERMES is not set > # CONFIG_P54_COMMON is not set > CONFIG_WLAN_VENDOR_MARVELL=3Dy > # CONFIG_LIBERTAS is not set > # CONFIG_LIBERTAS_THINFIRM is not set > # CONFIG_MWIFIEX is not set > # CONFIG_MWL8K is not set > # CONFIG_WLAN_VENDOR_MEDIATEK is not set > CONFIG_WLAN_VENDOR_MICROCHIP=3Dy > # CONFIG_WILC1000_SDIO is not set > # CONFIG_WILC1000_SPI is not set > CONFIG_WLAN_VENDOR_RALINK=3Dy > # CONFIG_RT2X00 is not set > CONFIG_WLAN_VENDOR_REALTEK=3Dy > # CONFIG_RTL8180 is not set > # CONFIG_RTL8187 is not set > CONFIG_RTL_CARDS=3Dm > # CONFIG_RTL8192CE is not set > # CONFIG_RTL8192SE is not set > # CONFIG_RTL8192DE is not set > # CONFIG_RTL8723AE is not set > # CONFIG_RTL8723BE is not set > # CONFIG_RTL8188EE is not set > # CONFIG_RTL8192EE is not set > # CONFIG_RTL8821AE is not set > # CONFIG_RTL8192CU is not set > # CONFIG_RTL8XXXU is not set > # CONFIG_RTW88 is not set > # CONFIG_RTW89 is not set > CONFIG_WLAN_VENDOR_RSI=3Dy > # CONFIG_RSI_91X is not set > CONFIG_WLAN_VENDOR_ST=3Dy > # CONFIG_CW1200 is not set > CONFIG_WLAN_VENDOR_TI=3Dy > # CONFIG_WL1251 is not set > # CONFIG_WL12XX is not set > # CONFIG_WL18XX is not set > # CONFIG_WLCORE is not set > CONFIG_WLAN_VENDOR_ZYDAS=3Dy > # CONFIG_USB_ZD1201 is not set > # CONFIG_ZD1211RW is not set > CONFIG_WLAN_VENDOR_QUANTENNA=3Dy > # CONFIG_QTNFMAC_PCIE is not set > # CONFIG_MAC80211_HWSIM is not set > # CONFIG_USB_NET_RNDIS_WLAN is not set > # CONFIG_VIRT_WIFI is not set > # CONFIG_WAN is not set > CONFIG_IEEE802154_DRIVERS=3Dm > # CONFIG_IEEE802154_FAKELB is not set > # CONFIG_IEEE802154_AT86RF230 is not set > # CONFIG_IEEE802154_MRF24J40 is not set > # CONFIG_IEEE802154_CC2520 is not set > # CONFIG_IEEE802154_ATUSB is not set > # CONFIG_IEEE802154_ADF7242 is not set > # CONFIG_IEEE802154_CA8210 is not set > # CONFIG_IEEE802154_MCR20A is not set > # CONFIG_IEEE802154_HWSIM is not set >=20 > # > # Wireless WAN > # > # CONFIG_WWAN is not set > # end of Wireless WAN >=20 > # CONFIG_VMXNET3 is not set > # CONFIG_FUJITSU_ES is not set > # CONFIG_HYPERV_NET is not set > CONFIG_NETDEVSIM=3Dm > CONFIG_NET_FAILOVER=3Dm > # CONFIG_ISDN is not set >=20 > # > # Input device support > # > CONFIG_INPUT=3Dy > CONFIG_INPUT_LEDS=3Dy > CONFIG_INPUT_FF_MEMLESS=3Dm > CONFIG_INPUT_SPARSEKMAP=3Dm > # CONFIG_INPUT_MATRIXKMAP is not set >=20 > # > # Userland interfaces > # > CONFIG_INPUT_MOUSEDEV=3Dy > # CONFIG_INPUT_MOUSEDEV_PSAUX is not set > CONFIG_INPUT_MOUSEDEV_SCREEN_X=3D1024 > CONFIG_INPUT_MOUSEDEV_SCREEN_Y=3D768 > CONFIG_INPUT_JOYDEV=3Dm > CONFIG_INPUT_EVDEV=3Dy > # CONFIG_INPUT_EVBUG is not set >=20 > # > # Input Device Drivers > # > CONFIG_INPUT_KEYBOARD=3Dy > # CONFIG_KEYBOARD_ADP5588 is not set > # CONFIG_KEYBOARD_ADP5589 is not set > # CONFIG_KEYBOARD_APPLESPI is not set > CONFIG_KEYBOARD_ATKBD=3Dy > # CONFIG_KEYBOARD_QT1050 is not set > # CONFIG_KEYBOARD_QT1070 is not set > # CONFIG_KEYBOARD_QT2160 is not set > # CONFIG_KEYBOARD_DLINK_DIR685 is not set > # CONFIG_KEYBOARD_LKKBD is not set > # CONFIG_KEYBOARD_GPIO is not set > # CONFIG_KEYBOARD_GPIO_POLLED is not set > # CONFIG_KEYBOARD_TCA6416 is not set > # CONFIG_KEYBOARD_TCA8418 is not set > # CONFIG_KEYBOARD_MATRIX is not set > # CONFIG_KEYBOARD_LM8323 is not set > # CONFIG_KEYBOARD_LM8333 is not set > # CONFIG_KEYBOARD_MAX7359 is not set > # CONFIG_KEYBOARD_MCS is not set > # CONFIG_KEYBOARD_MPR121 is not set > # CONFIG_KEYBOARD_NEWTON is not set > # CONFIG_KEYBOARD_OPENCORES is not set > # CONFIG_KEYBOARD_SAMSUNG is not set > # CONFIG_KEYBOARD_STOWAWAY is not set > # CONFIG_KEYBOARD_SUNKBD is not set > # CONFIG_KEYBOARD_TM2_TOUCHKEY is not set > # CONFIG_KEYBOARD_XTKBD is not set > # CONFIG_KEYBOARD_CYPRESS_SF is not set > CONFIG_INPUT_MOUSE=3Dy > CONFIG_MOUSE_PS2=3Dy > CONFIG_MOUSE_PS2_ALPS=3Dy > CONFIG_MOUSE_PS2_BYD=3Dy > CONFIG_MOUSE_PS2_LOGIPS2PP=3Dy > CONFIG_MOUSE_PS2_SYNAPTICS=3Dy > CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=3Dy > CONFIG_MOUSE_PS2_CYPRESS=3Dy > CONFIG_MOUSE_PS2_LIFEBOOK=3Dy > CONFIG_MOUSE_PS2_TRACKPOINT=3Dy > CONFIG_MOUSE_PS2_ELANTECH=3Dy > CONFIG_MOUSE_PS2_ELANTECH_SMBUS=3Dy > CONFIG_MOUSE_PS2_SENTELIC=3Dy > # CONFIG_MOUSE_PS2_TOUCHKIT is not set > CONFIG_MOUSE_PS2_FOCALTECH=3Dy > CONFIG_MOUSE_PS2_VMMOUSE=3Dy > CONFIG_MOUSE_PS2_SMBUS=3Dy > CONFIG_MOUSE_SERIAL=3Dm > # CONFIG_MOUSE_APPLETOUCH is not set > # CONFIG_MOUSE_BCM5974 is not set > CONFIG_MOUSE_CYAPA=3Dm > CONFIG_MOUSE_ELAN_I2C=3Dm > CONFIG_MOUSE_ELAN_I2C_I2C=3Dy > CONFIG_MOUSE_ELAN_I2C_SMBUS=3Dy > CONFIG_MOUSE_VSXXXAA=3Dm > # CONFIG_MOUSE_GPIO is not set > CONFIG_MOUSE_SYNAPTICS_I2C=3Dm > # 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=3Dm > CONFIG_RMI4_I2C=3Dm > CONFIG_RMI4_SPI=3Dm > CONFIG_RMI4_SMB=3Dm > CONFIG_RMI4_F03=3Dy > CONFIG_RMI4_F03_SERIO=3Dm > CONFIG_RMI4_2D_SENSOR=3Dy > CONFIG_RMI4_F11=3Dy > CONFIG_RMI4_F12=3Dy > CONFIG_RMI4_F30=3Dy > CONFIG_RMI4_F34=3Dy > # CONFIG_RMI4_F3A is not set > # CONFIG_RMI4_F54 is not set > CONFIG_RMI4_F55=3Dy >=20 > # > # Hardware I/O ports > # > CONFIG_SERIO=3Dy > CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=3Dy > CONFIG_SERIO_I8042=3Dy > CONFIG_SERIO_SERPORT=3Dy > # CONFIG_SERIO_CT82C710 is not set > # CONFIG_SERIO_PARKBD is not set > # CONFIG_SERIO_PCIPS2 is not set > CONFIG_SERIO_LIBPS2=3Dy > CONFIG_SERIO_RAW=3Dm > CONFIG_SERIO_ALTERA_PS2=3Dm > # CONFIG_SERIO_PS2MULT is not set > CONFIG_SERIO_ARC_PS2=3Dm > CONFIG_HYPERV_KEYBOARD=3Dm > # CONFIG_SERIO_GPIO_PS2 is not set > # CONFIG_USERIO is not set > # CONFIG_GAMEPORT is not set > # end of Hardware I/O ports > # end of Input device support >=20 > # > # Character devices > # > CONFIG_TTY=3Dy > CONFIG_VT=3Dy > CONFIG_CONSOLE_TRANSLATIONS=3Dy > CONFIG_VT_CONSOLE=3Dy > CONFIG_VT_CONSOLE_SLEEP=3Dy > CONFIG_HW_CONSOLE=3Dy > CONFIG_VT_HW_CONSOLE_BINDING=3Dy > CONFIG_UNIX98_PTYS=3Dy > # CONFIG_LEGACY_PTYS is not set > CONFIG_LDISC_AUTOLOAD=3Dy >=20 > # > # Serial drivers > # > CONFIG_SERIAL_EARLYCON=3Dy > CONFIG_SERIAL_8250=3Dy > # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set > CONFIG_SERIAL_8250_PNP=3Dy > # CONFIG_SERIAL_8250_16550A_VARIANTS is not set > # CONFIG_SERIAL_8250_FINTEK is not set > CONFIG_SERIAL_8250_CONSOLE=3Dy > CONFIG_SERIAL_8250_DMA=3Dy > CONFIG_SERIAL_8250_PCI=3Dy > CONFIG_SERIAL_8250_EXAR=3Dy > CONFIG_SERIAL_8250_NR_UARTS=3D64 > CONFIG_SERIAL_8250_RUNTIME_UARTS=3D4 > CONFIG_SERIAL_8250_EXTENDED=3Dy > CONFIG_SERIAL_8250_MANY_PORTS=3Dy > CONFIG_SERIAL_8250_SHARE_IRQ=3Dy > # CONFIG_SERIAL_8250_DETECT_IRQ is not set > CONFIG_SERIAL_8250_RSA=3Dy > CONFIG_SERIAL_8250_DWLIB=3Dy > CONFIG_SERIAL_8250_DW=3Dy > # CONFIG_SERIAL_8250_RT288X is not set > CONFIG_SERIAL_8250_LPSS=3Dy > CONFIG_SERIAL_8250_MID=3Dy > CONFIG_SERIAL_8250_PERICOM=3Dy >=20 > # > # Non-8250 serial port support > # > # CONFIG_SERIAL_MAX3100 is not set > # CONFIG_SERIAL_MAX310X is not set > # CONFIG_SERIAL_UARTLITE is not set > CONFIG_SERIAL_CORE=3Dy > CONFIG_SERIAL_CORE_CONSOLE=3Dy > CONFIG_SERIAL_JSM=3Dm > # CONFIG_SERIAL_LANTIQ is not set > # CONFIG_SERIAL_SCCNXP is not set > # CONFIG_SERIAL_SC16IS7XX is not set > # CONFIG_SERIAL_BCM63XX is not set > # CONFIG_SERIAL_ALTERA_JTAGUART is not set > # CONFIG_SERIAL_ALTERA_UART is not set > CONFIG_SERIAL_ARC=3Dm > CONFIG_SERIAL_ARC_NR_PORTS=3D1 > # CONFIG_SERIAL_RP2 is not set > # CONFIG_SERIAL_FSL_LPUART is not set > # CONFIG_SERIAL_FSL_LINFLEXUART is not set > # CONFIG_SERIAL_SPRD is not set > # end of Serial drivers >=20 > CONFIG_SERIAL_MCTRL_GPIO=3Dy > CONFIG_SERIAL_NONSTANDARD=3Dy > # CONFIG_MOXA_INTELLIO is not set > # CONFIG_MOXA_SMARTIO is not set > CONFIG_SYNCLINK_GT=3Dm > CONFIG_N_HDLC=3Dm > CONFIG_N_GSM=3Dm > CONFIG_NOZOMI=3Dm > # CONFIG_NULL_TTY is not set > CONFIG_HVC_DRIVER=3Dy > # CONFIG_SERIAL_DEV_BUS is not set > # CONFIG_TTY_PRINTK is not set > CONFIG_PRINTER=3Dm > # CONFIG_LP_CONSOLE is not set > CONFIG_PPDEV=3Dm > CONFIG_VIRTIO_CONSOLE=3Dm > CONFIG_IPMI_HANDLER=3Dm > CONFIG_IPMI_DMI_DECODE=3Dy > CONFIG_IPMI_PLAT_DATA=3Dy > CONFIG_IPMI_PANIC_EVENT=3Dy > CONFIG_IPMI_PANIC_STRING=3Dy > CONFIG_IPMI_DEVICE_INTERFACE=3Dm > CONFIG_IPMI_SI=3Dm > CONFIG_IPMI_SSIF=3Dm > CONFIG_IPMI_WATCHDOG=3Dm > CONFIG_IPMI_POWEROFF=3Dm > CONFIG_HW_RANDOM=3Dy > CONFIG_HW_RANDOM_TIMERIOMEM=3Dm > CONFIG_HW_RANDOM_INTEL=3Dm > CONFIG_HW_RANDOM_AMD=3Dm > # CONFIG_HW_RANDOM_BA431 is not set > CONFIG_HW_RANDOM_VIA=3Dm > CONFIG_HW_RANDOM_VIRTIO=3Dy > # CONFIG_HW_RANDOM_XIPHERA is not set > # CONFIG_APPLICOM is not set > # CONFIG_MWAVE is not set > CONFIG_DEVMEM=3Dy > CONFIG_NVRAM=3Dy > CONFIG_DEVPORT=3Dy > CONFIG_HPET=3Dy > CONFIG_HPET_MMAP=3Dy > # CONFIG_HPET_MMAP_DEFAULT is not set > CONFIG_HANGCHECK_TIMER=3Dm > CONFIG_UV_MMTIMER=3Dm > CONFIG_TCG_TPM=3Dy > CONFIG_HW_RANDOM_TPM=3Dy > CONFIG_TCG_TIS_CORE=3Dy > CONFIG_TCG_TIS=3Dy > # CONFIG_TCG_TIS_SPI is not set > # CONFIG_TCG_TIS_I2C_CR50 is not set > CONFIG_TCG_TIS_I2C_ATMEL=3Dm > CONFIG_TCG_TIS_I2C_INFINEON=3Dm > CONFIG_TCG_TIS_I2C_NUVOTON=3Dm > CONFIG_TCG_NSC=3Dm > CONFIG_TCG_ATMEL=3Dm > CONFIG_TCG_INFINEON=3Dm > CONFIG_TCG_CRB=3Dy > # CONFIG_TCG_VTPM_PROXY is not set > CONFIG_TCG_TIS_ST33ZP24=3Dm > CONFIG_TCG_TIS_ST33ZP24_I2C=3Dm > # CONFIG_TCG_TIS_ST33ZP24_SPI is not set > CONFIG_TELCLOCK=3Dm > # CONFIG_XILLYBUS is not set > # CONFIG_XILLYUSB is not set > # CONFIG_RANDOM_TRUST_CPU is not set > # CONFIG_RANDOM_TRUST_BOOTLOADER is not set > # end of Character devices >=20 > # > # I2C support > # > CONFIG_I2C=3Dy > CONFIG_ACPI_I2C_OPREGION=3Dy > CONFIG_I2C_BOARDINFO=3Dy > CONFIG_I2C_COMPAT=3Dy > CONFIG_I2C_CHARDEV=3Dm > CONFIG_I2C_MUX=3Dm >=20 > # > # Multiplexer I2C Chip support > # > # CONFIG_I2C_MUX_GPIO is not set > # CONFIG_I2C_MUX_LTC4306 is not set > # CONFIG_I2C_MUX_PCA9541 is not set > # CONFIG_I2C_MUX_PCA954x is not set > # CONFIG_I2C_MUX_REG is not set > CONFIG_I2C_MUX_MLXCPLD=3Dm > # end of Multiplexer I2C Chip support >=20 > CONFIG_I2C_HELPER_AUTO=3Dy > CONFIG_I2C_SMBUS=3Dm > CONFIG_I2C_ALGOBIT=3Dy > CONFIG_I2C_ALGOPCA=3Dm >=20 > # > # I2C Hardware Bus support > # >=20 > # > # 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=3Dm > CONFIG_I2C_AMD756_S4882=3Dm > CONFIG_I2C_AMD8111=3Dm > # CONFIG_I2C_AMD_MP2 is not set > CONFIG_I2C_I801=3Dm > CONFIG_I2C_ISCH=3Dm > CONFIG_I2C_ISMT=3Dm > CONFIG_I2C_PIIX4=3Dm > CONFIG_I2C_NFORCE2=3Dm > CONFIG_I2C_NFORCE2_S4985=3Dm > # CONFIG_I2C_NVIDIA_GPU is not set > # CONFIG_I2C_SIS5595 is not set > # CONFIG_I2C_SIS630 is not set > CONFIG_I2C_SIS96X=3Dm > CONFIG_I2C_VIA=3Dm > CONFIG_I2C_VIAPRO=3Dm >=20 > # > # ACPI drivers > # > CONFIG_I2C_SCMI=3Dm >=20 > # > # I2C system bus drivers (mostly embedded / system-on-chip) > # > # CONFIG_I2C_CBUS_GPIO is not set > CONFIG_I2C_DESIGNWARE_CORE=3Dm > # CONFIG_I2C_DESIGNWARE_SLAVE is not set > CONFIG_I2C_DESIGNWARE_PLATFORM=3Dm > CONFIG_I2C_DESIGNWARE_BAYTRAIL=3Dy > # 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=3Dm > CONFIG_I2C_SIMTEC=3Dm > # CONFIG_I2C_XILINX is not set >=20 > # > # External I2C/SMBus adapter drivers > # > # CONFIG_I2C_DIOLAN_U2C is not set > # CONFIG_I2C_CP2615 is not set > CONFIG_I2C_PARPORT=3Dm > # CONFIG_I2C_ROBOTFUZZ_OSIF is not set > # CONFIG_I2C_TAOS_EVM is not set > # CONFIG_I2C_TINY_USB is not set >=20 > # > # Other I2C/SMBus bus drivers > # > CONFIG_I2C_MLXCPLD=3Dm > # CONFIG_I2C_VIRTIO is not set > # end of I2C Hardware Bus support >=20 > CONFIG_I2C_STUB=3Dm > # 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 > # end of I2C support >=20 > # CONFIG_I3C is not set > CONFIG_SPI=3Dy > # CONFIG_SPI_DEBUG is not set > CONFIG_SPI_MASTER=3Dy > # CONFIG_SPI_MEM is not set >=20 > # > # SPI Master Controller Drivers > # > # CONFIG_SPI_ALTERA is not set > # CONFIG_SPI_AXI_SPI_ENGINE is not set > # CONFIG_SPI_BITBANG is not set > # CONFIG_SPI_BUTTERFLY is not set > # CONFIG_SPI_CADENCE is not set > # CONFIG_SPI_DESIGNWARE is not set > # CONFIG_SPI_NXP_FLEXSPI is not set > # CONFIG_SPI_GPIO is not set > # CONFIG_SPI_LM70_LLP is not set > # CONFIG_SPI_LANTIQ_SSC is not set > # CONFIG_SPI_OC_TINY is not set > # CONFIG_SPI_PXA2XX is not set > # CONFIG_SPI_ROCKCHIP is not set > # CONFIG_SPI_SC18IS602 is not set > # CONFIG_SPI_SIFIVE is not set > # CONFIG_SPI_MXIC is not set > # CONFIG_SPI_XCOMM is not set > # CONFIG_SPI_XILINX is not set > # CONFIG_SPI_ZYNQMP_GQSPI is not set > # CONFIG_SPI_AMD is not set >=20 > # > # SPI Multiplexer support > # > # CONFIG_SPI_MUX is not set >=20 > # > # SPI Protocol Masters > # > # CONFIG_SPI_SPIDEV is not set > # CONFIG_SPI_LOOPBACK_TEST is not set > # CONFIG_SPI_TLE62X0 is not set > # CONFIG_SPI_SLAVE is not set > CONFIG_SPI_DYNAMIC=3Dy > # CONFIG_SPMI is not set > # CONFIG_HSI is not set > CONFIG_PPS=3Dy > # CONFIG_PPS_DEBUG is not set >=20 > # > # PPS clients support > # > # CONFIG_PPS_CLIENT_KTIMER is not set > CONFIG_PPS_CLIENT_LDISC=3Dm > CONFIG_PPS_CLIENT_PARPORT=3Dm > CONFIG_PPS_CLIENT_GPIO=3Dm >=20 > # > # PPS generators support > # >=20 > # > # PTP clock support > # > CONFIG_PTP_1588_CLOCK=3Dy > CONFIG_PTP_1588_CLOCK_OPTIONAL=3Dy > # CONFIG_DP83640_PHY is not set > # CONFIG_PTP_1588_CLOCK_INES is not set > CONFIG_PTP_1588_CLOCK_KVM=3Dm > # CONFIG_PTP_1588_CLOCK_IDT82P33 is not set > # CONFIG_PTP_1588_CLOCK_IDTCM is not set > # CONFIG_PTP_1588_CLOCK_VMW is not set > # end of PTP clock support >=20 > CONFIG_PINCTRL=3Dy > CONFIG_PINMUX=3Dy > CONFIG_PINCONF=3Dy > CONFIG_GENERIC_PINCONF=3Dy > # CONFIG_DEBUG_PINCTRL is not set > CONFIG_PINCTRL_AMD=3Dm > # CONFIG_PINCTRL_MCP23S08 is not set > # CONFIG_PINCTRL_SX150X is not set >=20 > # > # Intel pinctrl drivers > # > CONFIG_PINCTRL_BAYTRAIL=3Dy > # CONFIG_PINCTRL_CHERRYVIEW is not set > # CONFIG_PINCTRL_LYNXPOINT is not set > CONFIG_PINCTRL_INTEL=3Dy > # CONFIG_PINCTRL_ALDERLAKE is not set > CONFIG_PINCTRL_BROXTON=3Dm > CONFIG_PINCTRL_CANNONLAKE=3Dm > CONFIG_PINCTRL_CEDARFORK=3Dm > CONFIG_PINCTRL_DENVERTON=3Dm > # CONFIG_PINCTRL_ELKHARTLAKE is not set > # CONFIG_PINCTRL_EMMITSBURG is not set > CONFIG_PINCTRL_GEMINILAKE=3Dm > # CONFIG_PINCTRL_ICELAKE is not set > # CONFIG_PINCTRL_JASPERLAKE is not set > # CONFIG_PINCTRL_LAKEFIELD is not set > CONFIG_PINCTRL_LEWISBURG=3Dm > CONFIG_PINCTRL_SUNRISEPOINT=3Dm > # CONFIG_PINCTRL_TIGERLAKE is not set > # end of Intel pinctrl drivers >=20 > # > # Renesas pinctrl drivers > # > # end of Renesas pinctrl drivers >=20 > CONFIG_GPIOLIB=3Dy > CONFIG_GPIOLIB_FASTPATH_LIMIT=3D512 > CONFIG_GPIO_ACPI=3Dy > CONFIG_GPIOLIB_IRQCHIP=3Dy > # CONFIG_DEBUG_GPIO is not set > CONFIG_GPIO_SYSFS=3Dy > CONFIG_GPIO_CDEV=3Dy > CONFIG_GPIO_CDEV_V1=3Dy > CONFIG_GPIO_GENERIC=3Dm >=20 > # > # Memory mapped GPIO drivers > # > CONFIG_GPIO_AMDPT=3Dm > # CONFIG_GPIO_DWAPB is not set > # CONFIG_GPIO_EXAR is not set > # CONFIG_GPIO_GENERIC_PLATFORM is not set > CONFIG_GPIO_ICH=3Dm > # CONFIG_GPIO_MB86S7X is not set > # CONFIG_GPIO_VX855 is not set > # CONFIG_GPIO_AMD_FCH is not set > # end of Memory mapped GPIO drivers >=20 > # > # 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 > # end of Port-mapped I/O GPIO drivers >=20 > # > # 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_PCA9570 is not set > # CONFIG_GPIO_PCF857X is not set > # CONFIG_GPIO_TPIC2810 is not set > # end of I2C GPIO expanders >=20 > # > # MFD GPIO expanders > # > # end of MFD GPIO expanders >=20 > # > # PCI GPIO expanders > # > # CONFIG_GPIO_AMD8111 is not set > # CONFIG_GPIO_BT8XX is not set > # CONFIG_GPIO_ML_IOH is not set > # CONFIG_GPIO_PCI_IDIO_16 is not set > # CONFIG_GPIO_PCIE_IDIO_24 is not set > # CONFIG_GPIO_RDC321X is not set > # end of PCI GPIO expanders >=20 > # > # SPI GPIO expanders > # > # CONFIG_GPIO_MAX3191X is not set > # CONFIG_GPIO_MAX7301 is not set > # CONFIG_GPIO_MC33880 is not set > # CONFIG_GPIO_PISOSR is not set > # CONFIG_GPIO_XRA1403 is not set > # end of SPI GPIO expanders >=20 > # > # USB GPIO expanders > # > # end of USB GPIO expanders >=20 > # > # Virtual GPIO drivers > # > # CONFIG_GPIO_AGGREGATOR is not set > CONFIG_GPIO_MOCKUP=3Dm > # CONFIG_GPIO_VIRTIO is not set > # CONFIG_GPIO_SIM is not set > # end of Virtual GPIO drivers >=20 > # CONFIG_W1 is not set > CONFIG_POWER_RESET=3Dy > # CONFIG_POWER_RESET_RESTART is not set > CONFIG_POWER_SUPPLY=3Dy > # CONFIG_POWER_SUPPLY_DEBUG is not set > CONFIG_POWER_SUPPLY_HWMON=3Dy > # CONFIG_PDA_POWER is not set > # CONFIG_TEST_POWER is not set > # CONFIG_CHARGER_ADP5061 is not set > # CONFIG_BATTERY_CW2015 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_MANAGER_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_LT3651 is not set > # CONFIG_CHARGER_LTC4162L is not set > # CONFIG_CHARGER_MAX77976 is not set > # CONFIG_CHARGER_BQ2415X is not set > # CONFIG_CHARGER_BQ24257 is not set > # CONFIG_CHARGER_BQ24735 is not set > # CONFIG_CHARGER_BQ2515X is not set > # CONFIG_CHARGER_BQ25890 is not set > # CONFIG_CHARGER_BQ25980 is not set > # CONFIG_CHARGER_BQ256XX is not set > # CONFIG_BATTERY_GAUGE_LTC2941 is not set > # CONFIG_BATTERY_GOLDFISH is not set > # CONFIG_BATTERY_RT5033 is not set > # CONFIG_CHARGER_RT9455 is not set > # CONFIG_CHARGER_BD99954 is not set > CONFIG_HWMON=3Dy > CONFIG_HWMON_VID=3Dm > # CONFIG_HWMON_DEBUG_CHIP is not set >=20 > # > # Native drivers > # > CONFIG_SENSORS_ABITUGURU=3Dm > CONFIG_SENSORS_ABITUGURU3=3Dm > # CONFIG_SENSORS_AD7314 is not set > CONFIG_SENSORS_AD7414=3Dm > CONFIG_SENSORS_AD7418=3Dm > CONFIG_SENSORS_ADM1021=3Dm > CONFIG_SENSORS_ADM1025=3Dm > CONFIG_SENSORS_ADM1026=3Dm > CONFIG_SENSORS_ADM1029=3Dm > CONFIG_SENSORS_ADM1031=3Dm > # CONFIG_SENSORS_ADM1177 is not set > CONFIG_SENSORS_ADM9240=3Dm > CONFIG_SENSORS_ADT7X10=3Dm > # CONFIG_SENSORS_ADT7310 is not set > CONFIG_SENSORS_ADT7410=3Dm > CONFIG_SENSORS_ADT7411=3Dm > CONFIG_SENSORS_ADT7462=3Dm > CONFIG_SENSORS_ADT7470=3Dm > CONFIG_SENSORS_ADT7475=3Dm > # CONFIG_SENSORS_AHT10 is not set > # CONFIG_SENSORS_AQUACOMPUTER_D5NEXT is not set > # CONFIG_SENSORS_AS370 is not set > CONFIG_SENSORS_ASC7621=3Dm > # CONFIG_SENSORS_AXI_FAN_CONTROL is not set > CONFIG_SENSORS_K8TEMP=3Dm > CONFIG_SENSORS_K10TEMP=3Dm > CONFIG_SENSORS_FAM15H_POWER=3Dm > CONFIG_SENSORS_APPLESMC=3Dm > CONFIG_SENSORS_ASB100=3Dm > # CONFIG_SENSORS_ASPEED is not set > CONFIG_SENSORS_ATXP1=3Dm > # CONFIG_SENSORS_CORSAIR_CPRO is not set > # CONFIG_SENSORS_CORSAIR_PSU is not set > # CONFIG_SENSORS_DRIVETEMP is not set > CONFIG_SENSORS_DS620=3Dm > CONFIG_SENSORS_DS1621=3Dm > CONFIG_SENSORS_DELL_SMM=3Dm > CONFIG_SENSORS_I5K_AMB=3Dm > CONFIG_SENSORS_F71805F=3Dm > CONFIG_SENSORS_F71882FG=3Dm > CONFIG_SENSORS_F75375S=3Dm > CONFIG_SENSORS_FSCHMD=3Dm > # CONFIG_SENSORS_FTSTEUTATES is not set > CONFIG_SENSORS_GL518SM=3Dm > CONFIG_SENSORS_GL520SM=3Dm > CONFIG_SENSORS_G760A=3Dm > # CONFIG_SENSORS_G762 is not set > # CONFIG_SENSORS_HIH6130 is not set > CONFIG_SENSORS_IBMAEM=3Dm > CONFIG_SENSORS_IBMPEX=3Dm > CONFIG_SENSORS_I5500=3Dm > CONFIG_SENSORS_CORETEMP=3Dm > CONFIG_SENSORS_IT87=3Dm > CONFIG_SENSORS_JC42=3Dm > # CONFIG_SENSORS_POWR1220 is not set > CONFIG_SENSORS_LINEAGE=3Dm > # CONFIG_SENSORS_LTC2945 is not set > # CONFIG_SENSORS_LTC2947_I2C is not set > # CONFIG_SENSORS_LTC2947_SPI is not set > # CONFIG_SENSORS_LTC2990 is not set > # CONFIG_SENSORS_LTC2992 is not set > CONFIG_SENSORS_LTC4151=3Dm > CONFIG_SENSORS_LTC4215=3Dm > # CONFIG_SENSORS_LTC4222 is not set > CONFIG_SENSORS_LTC4245=3Dm > # CONFIG_SENSORS_LTC4260 is not set > CONFIG_SENSORS_LTC4261=3Dm > # CONFIG_SENSORS_MAX1111 is not set > # CONFIG_SENSORS_MAX127 is not set > CONFIG_SENSORS_MAX16065=3Dm > CONFIG_SENSORS_MAX1619=3Dm > CONFIG_SENSORS_MAX1668=3Dm > CONFIG_SENSORS_MAX197=3Dm > # CONFIG_SENSORS_MAX31722 is not set > # CONFIG_SENSORS_MAX31730 is not set > # CONFIG_SENSORS_MAX6620 is not set > # CONFIG_SENSORS_MAX6621 is not set > CONFIG_SENSORS_MAX6639=3Dm > CONFIG_SENSORS_MAX6642=3Dm > CONFIG_SENSORS_MAX6650=3Dm > CONFIG_SENSORS_MAX6697=3Dm > # CONFIG_SENSORS_MAX31790 is not set > CONFIG_SENSORS_MCP3021=3Dm > # CONFIG_SENSORS_MLXREG_FAN is not set > # CONFIG_SENSORS_TC654 is not set > # CONFIG_SENSORS_TPS23861 is not set > # CONFIG_SENSORS_MR75203 is not set > # CONFIG_SENSORS_ADCXX is not set > CONFIG_SENSORS_LM63=3Dm > # CONFIG_SENSORS_LM70 is not set > CONFIG_SENSORS_LM73=3Dm > CONFIG_SENSORS_LM75=3Dm > CONFIG_SENSORS_LM77=3Dm > CONFIG_SENSORS_LM78=3Dm > CONFIG_SENSORS_LM80=3Dm > CONFIG_SENSORS_LM83=3Dm > CONFIG_SENSORS_LM85=3Dm > CONFIG_SENSORS_LM87=3Dm > CONFIG_SENSORS_LM90=3Dm > CONFIG_SENSORS_LM92=3Dm > CONFIG_SENSORS_LM93=3Dm > CONFIG_SENSORS_LM95234=3Dm > CONFIG_SENSORS_LM95241=3Dm > CONFIG_SENSORS_LM95245=3Dm > CONFIG_SENSORS_PC87360=3Dm > CONFIG_SENSORS_PC87427=3Dm > # CONFIG_SENSORS_NCT6683 is not set > CONFIG_SENSORS_NCT6775=3Dm > # CONFIG_SENSORS_NCT7802 is not set > # CONFIG_SENSORS_NCT7904 is not set > # CONFIG_SENSORS_NPCM7XX is not set > # CONFIG_SENSORS_NZXT_KRAKEN2 is not set > # CONFIG_SENSORS_NZXT_SMART2 is not set > CONFIG_SENSORS_PCF8591=3Dm > CONFIG_PMBUS=3Dm > CONFIG_SENSORS_PMBUS=3Dm > # CONFIG_SENSORS_ADM1266 is not set > CONFIG_SENSORS_ADM1275=3Dm > # CONFIG_SENSORS_BEL_PFE is not set > # CONFIG_SENSORS_BPA_RS600 is not set > # CONFIG_SENSORS_DELTA_AHE50DC_FAN is not set > # CONFIG_SENSORS_FSP_3Y is not set > # CONFIG_SENSORS_IBM_CFFPS is not set > # CONFIG_SENSORS_DPS920AB is not set > # CONFIG_SENSORS_INSPUR_IPSPS is not set > # CONFIG_SENSORS_IR35221 is not set > # CONFIG_SENSORS_IR36021 is not set > # CONFIG_SENSORS_IR38064 is not set > # CONFIG_SENSORS_IRPS5401 is not set > # CONFIG_SENSORS_ISL68137 is not set > CONFIG_SENSORS_LM25066=3Dm > CONFIG_SENSORS_LTC2978=3Dm > # CONFIG_SENSORS_LTC3815 is not set > # CONFIG_SENSORS_MAX15301 is not set > CONFIG_SENSORS_MAX16064=3Dm > # CONFIG_SENSORS_MAX16601 is not set > # CONFIG_SENSORS_MAX20730 is not set > # CONFIG_SENSORS_MAX20751 is not set > # CONFIG_SENSORS_MAX31785 is not set > CONFIG_SENSORS_MAX34440=3Dm > CONFIG_SENSORS_MAX8688=3Dm > # CONFIG_SENSORS_MP2888 is not set > # CONFIG_SENSORS_MP2975 is not set > # CONFIG_SENSORS_MP5023 is not set > # CONFIG_SENSORS_PIM4328 is not set > # CONFIG_SENSORS_PM6764TR is not set > # CONFIG_SENSORS_PXE1610 is not set > # CONFIG_SENSORS_Q54SJ108A2 is not set > # CONFIG_SENSORS_STPDDC60 is not set > # CONFIG_SENSORS_TPS40422 is not set > # CONFIG_SENSORS_TPS53679 is not set > CONFIG_SENSORS_UCD9000=3Dm > CONFIG_SENSORS_UCD9200=3Dm > # CONFIG_SENSORS_XDPE122 is not set > CONFIG_SENSORS_ZL6100=3Dm > # CONFIG_SENSORS_SBTSI is not set > # CONFIG_SENSORS_SBRMI is not set > CONFIG_SENSORS_SHT15=3Dm > CONFIG_SENSORS_SHT21=3Dm > # CONFIG_SENSORS_SHT3x is not set > # CONFIG_SENSORS_SHT4x is not set > # CONFIG_SENSORS_SHTC1 is not set > CONFIG_SENSORS_SIS5595=3Dm > CONFIG_SENSORS_DME1737=3Dm > CONFIG_SENSORS_EMC1403=3Dm > # CONFIG_SENSORS_EMC2103 is not set > CONFIG_SENSORS_EMC6W201=3Dm > CONFIG_SENSORS_SMSC47M1=3Dm > CONFIG_SENSORS_SMSC47M192=3Dm > CONFIG_SENSORS_SMSC47B397=3Dm > CONFIG_SENSORS_SCH56XX_COMMON=3Dm > CONFIG_SENSORS_SCH5627=3Dm > CONFIG_SENSORS_SCH5636=3Dm > # CONFIG_SENSORS_STTS751 is not set > # CONFIG_SENSORS_SMM665 is not set > # CONFIG_SENSORS_ADC128D818 is not set > CONFIG_SENSORS_ADS7828=3Dm > # CONFIG_SENSORS_ADS7871 is not set > CONFIG_SENSORS_AMC6821=3Dm > CONFIG_SENSORS_INA209=3Dm > CONFIG_SENSORS_INA2XX=3Dm > # CONFIG_SENSORS_INA238 is not set > # CONFIG_SENSORS_INA3221 is not set > # CONFIG_SENSORS_TC74 is not set > CONFIG_SENSORS_THMC50=3Dm > CONFIG_SENSORS_TMP102=3Dm > # CONFIG_SENSORS_TMP103 is not set > # CONFIG_SENSORS_TMP108 is not set > CONFIG_SENSORS_TMP401=3Dm > CONFIG_SENSORS_TMP421=3Dm > # CONFIG_SENSORS_TMP513 is not set > CONFIG_SENSORS_VIA_CPUTEMP=3Dm > CONFIG_SENSORS_VIA686A=3Dm > CONFIG_SENSORS_VT1211=3Dm > CONFIG_SENSORS_VT8231=3Dm > # CONFIG_SENSORS_W83773G is not set > CONFIG_SENSORS_W83781D=3Dm > CONFIG_SENSORS_W83791D=3Dm > CONFIG_SENSORS_W83792D=3Dm > CONFIG_SENSORS_W83793=3Dm > CONFIG_SENSORS_W83795=3Dm > # CONFIG_SENSORS_W83795_FANCTRL is not set > CONFIG_SENSORS_W83L785TS=3Dm > CONFIG_SENSORS_W83L786NG=3Dm > CONFIG_SENSORS_W83627HF=3Dm > CONFIG_SENSORS_W83627EHF=3Dm > # CONFIG_SENSORS_XGENE is not set >=20 > # > # ACPI drivers > # > CONFIG_SENSORS_ACPI_POWER=3Dm > CONFIG_SENSORS_ATK0110=3Dm > # CONFIG_SENSORS_ASUS_WMI is not set > # CONFIG_SENSORS_ASUS_WMI_EC is not set > CONFIG_THERMAL=3Dy > # CONFIG_THERMAL_NETLINK is not set > # CONFIG_THERMAL_STATISTICS is not set > CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=3D0 > CONFIG_THERMAL_HWMON=3Dy > CONFIG_THERMAL_WRITABLE_TRIPS=3Dy > CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=3Dy > # CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set > # CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set > CONFIG_THERMAL_GOV_FAIR_SHARE=3Dy > CONFIG_THERMAL_GOV_STEP_WISE=3Dy > CONFIG_THERMAL_GOV_BANG_BANG=3Dy > CONFIG_THERMAL_GOV_USER_SPACE=3Dy > # CONFIG_THERMAL_EMULATION is not set >=20 > # > # Intel thermal drivers > # > CONFIG_INTEL_POWERCLAMP=3Dm > CONFIG_X86_THERMAL_VECTOR=3Dy > CONFIG_X86_PKG_TEMP_THERMAL=3Dm > # CONFIG_INTEL_SOC_DTS_THERMAL is not set >=20 > # > # ACPI INT340X thermal drivers > # > # CONFIG_INT340X_THERMAL is not set > # end of ACPI INT340X thermal drivers >=20 > CONFIG_INTEL_PCH_THERMAL=3Dm > # CONFIG_INTEL_TCC_COOLING is not set > # CONFIG_INTEL_MENLOW is not set > # end of Intel thermal drivers >=20 > CONFIG_WATCHDOG=3Dy > CONFIG_WATCHDOG_CORE=3Dy > # CONFIG_WATCHDOG_NOWAYOUT is not set > CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=3Dy > CONFIG_WATCHDOG_OPEN_TIMEOUT=3D0 > CONFIG_WATCHDOG_SYSFS=3Dy > # CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set >=20 > # > # Watchdog Pretimeout Governors > # > # CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set >=20 > # > # Watchdog Device Drivers > # > CONFIG_SOFT_WATCHDOG=3Dm > CONFIG_WDAT_WDT=3Dm > # CONFIG_XILINX_WATCHDOG is not set > # CONFIG_ZIIRAVE_WATCHDOG is not set > # CONFIG_MLX_WDT 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=3Dm > CONFIG_ALIM7101_WDT=3Dm > # CONFIG_EBC_C384_WDT is not set > CONFIG_F71808E_WDT=3Dm > CONFIG_SP5100_TCO=3Dm > CONFIG_SBC_FITPC2_WATCHDOG=3Dm > # CONFIG_EUROTECH_WDT is not set > CONFIG_IB700_WDT=3Dm > CONFIG_IBMASR=3Dm > # CONFIG_WAFER_WDT is not set > CONFIG_I6300ESB_WDT=3Dy > CONFIG_IE6XX_WDT=3Dm > CONFIG_ITCO_WDT=3Dy > CONFIG_ITCO_VENDOR_SUPPORT=3Dy > CONFIG_IT8712F_WDT=3Dm > CONFIG_IT87_WDT=3Dm > CONFIG_HP_WATCHDOG=3Dm > CONFIG_HPWDT_NMI_DECODING=3Dy > # CONFIG_SC1200_WDT is not set > # CONFIG_PC87413_WDT is not set > CONFIG_NV_TCO=3Dm > # CONFIG_60XX_WDT is not set > # CONFIG_CPU5_WDT is not set > CONFIG_SMSC_SCH311X_WDT=3Dm > # CONFIG_SMSC37B787_WDT is not set > # CONFIG_TQMX86_WDT is not set > CONFIG_VIA_WDT=3Dm > CONFIG_W83627HF_WDT=3Dm > CONFIG_W83877F_WDT=3Dm > CONFIG_W83977F_WDT=3Dm > CONFIG_MACHZ_WDT=3Dm > # CONFIG_SBC_EPX_C3_WATCHDOG is not set > CONFIG_INTEL_MEI_WDT=3Dm > # CONFIG_NI903X_WDT is not set > # CONFIG_NIC7018_WDT is not set > # CONFIG_MEN_A21_WDT is not set >=20 > # > # PCI-based Watchdog Cards > # > CONFIG_PCIPCWATCHDOG=3Dm > CONFIG_WDTPCI=3Dm >=20 > # > # USB-based Watchdog Cards > # > # CONFIG_USBPCWATCHDOG is not set > CONFIG_SSB_POSSIBLE=3Dy > # CONFIG_SSB is not set > CONFIG_BCMA_POSSIBLE=3Dy > CONFIG_BCMA=3Dm > CONFIG_BCMA_HOST_PCI_POSSIBLE=3Dy > CONFIG_BCMA_HOST_PCI=3Dy > # CONFIG_BCMA_HOST_SOC is not set > CONFIG_BCMA_DRIVER_PCI=3Dy > CONFIG_BCMA_DRIVER_GMAC_CMN=3Dy > CONFIG_BCMA_DRIVER_GPIO=3Dy > # CONFIG_BCMA_DEBUG is not set >=20 > # > # Multifunction device drivers > # > CONFIG_MFD_CORE=3Dy > # CONFIG_MFD_AS3711 is not set > # CONFIG_PMIC_ADP5520 is not set > # CONFIG_MFD_AAT2870_CORE is not set > # CONFIG_MFD_BCM590XX is not set > # CONFIG_MFD_BD9571MWV is not set > # CONFIG_MFD_AXP20X_I2C is not set > # CONFIG_MFD_MADERA is not set > # CONFIG_PMIC_DA903X is not set > # CONFIG_MFD_DA9052_SPI 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_SPI is not set > # CONFIG_MFD_MC13XXX_I2C is not set > # CONFIG_MFD_MP2629 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=3Dm > CONFIG_LPC_SCH=3Dm > CONFIG_MFD_INTEL_LPSS=3Dy > CONFIG_MFD_INTEL_LPSS_ACPI=3Dy > CONFIG_MFD_INTEL_LPSS_PCI=3Dy > # CONFIG_MFD_INTEL_PMC_BXT is not set > # CONFIG_MFD_IQS62X 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_MT6360 is not set > # CONFIG_MFD_MT6397 is not set > # CONFIG_MFD_MENF21BMC is not set > # CONFIG_EZX_PCAP is not set > # CONFIG_MFD_VIPERBOARD is not set > # CONFIG_MFD_RETU is not set > # CONFIG_MFD_PCF50633 is not set > # CONFIG_MFD_RDC321X is not set > # CONFIG_MFD_RT4831 is not set > # CONFIG_MFD_RT5033 is not set > # CONFIG_MFD_RC5T583 is not set > # CONFIG_MFD_SI476X_CORE is not set > CONFIG_MFD_SM501=3Dm > CONFIG_MFD_SM501_GPIO=3Dy > # CONFIG_MFD_SKY81452 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_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_TPS65912_SPI is not set > # CONFIG_TWL4030_CORE is not set > # CONFIG_TWL6040_CORE is not set > # CONFIG_MFD_WL1273_CORE is not set > # CONFIG_MFD_LM3533 is not set > # CONFIG_MFD_TQMX86 is not set > CONFIG_MFD_VX855=3Dm > # CONFIG_MFD_ARIZONA_I2C is not set > # CONFIG_MFD_ARIZONA_SPI is not set > # CONFIG_MFD_WM8400 is not set > # CONFIG_MFD_WM831X_I2C is not set > # CONFIG_MFD_WM831X_SPI is not set > # CONFIG_MFD_WM8350_I2C is not set > # CONFIG_MFD_WM8994 is not set > # CONFIG_MFD_ATC260X_I2C is not set > # CONFIG_MFD_INTEL_M10_BMC is not set > # end of Multifunction device drivers >=20 > # CONFIG_REGULATOR is not set > CONFIG_RC_CORE=3Dm > CONFIG_RC_MAP=3Dm > CONFIG_LIRC=3Dy > CONFIG_RC_DECODERS=3Dy > CONFIG_IR_NEC_DECODER=3Dm > CONFIG_IR_RC5_DECODER=3Dm > CONFIG_IR_RC6_DECODER=3Dm > CONFIG_IR_JVC_DECODER=3Dm > CONFIG_IR_SONY_DECODER=3Dm > CONFIG_IR_SANYO_DECODER=3Dm > CONFIG_IR_SHARP_DECODER=3Dm > CONFIG_IR_MCE_KBD_DECODER=3Dm > # CONFIG_IR_XMP_DECODER is not set > CONFIG_IR_IMON_DECODER=3Dm > # CONFIG_IR_RCMM_DECODER is not set > CONFIG_RC_DEVICES=3Dy > # CONFIG_RC_ATI_REMOTE is not set > CONFIG_IR_ENE=3Dm > # CONFIG_IR_IMON is not set > # CONFIG_IR_IMON_RAW is not set > # CONFIG_IR_MCEUSB is not set > CONFIG_IR_ITE_CIR=3Dm > CONFIG_IR_FINTEK=3Dm > CONFIG_IR_NUVOTON=3Dm > # CONFIG_IR_REDRAT3 is not set > # CONFIG_IR_STREAMZAP is not set > CONFIG_IR_WINBOND_CIR=3Dm > # CONFIG_IR_IGORPLUGUSB is not set > # CONFIG_IR_IGUANA is not set > # CONFIG_IR_TTUSBIR is not set > CONFIG_RC_LOOPBACK=3Dm > CONFIG_IR_SERIAL=3Dm > CONFIG_IR_SERIAL_TRANSMITTER=3Dy > # CONFIG_RC_XBOX_DVD is not set > # CONFIG_IR_TOY is not set >=20 > # > # CEC support > # > CONFIG_MEDIA_CEC_SUPPORT=3Dy > # CONFIG_CEC_CH7322 is not set > # CONFIG_CEC_SECO is not set > # CONFIG_USB_PULSE8_CEC is not set > # CONFIG_USB_RAINSHADOW_CEC is not set > # end of CEC support >=20 > CONFIG_MEDIA_SUPPORT=3Dm > # CONFIG_MEDIA_SUPPORT_FILTER is not set > # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set >=20 > # > # Media device types > # > CONFIG_MEDIA_CAMERA_SUPPORT=3Dy > CONFIG_MEDIA_ANALOG_TV_SUPPORT=3Dy > CONFIG_MEDIA_DIGITAL_TV_SUPPORT=3Dy > CONFIG_MEDIA_RADIO_SUPPORT=3Dy > CONFIG_MEDIA_SDR_SUPPORT=3Dy > CONFIG_MEDIA_PLATFORM_SUPPORT=3Dy > CONFIG_MEDIA_TEST_SUPPORT=3Dy > # end of Media device types >=20 > # > # Media core support > # > CONFIG_VIDEO_DEV=3Dm > CONFIG_MEDIA_CONTROLLER=3Dy > CONFIG_DVB_CORE=3Dm > # end of Media core support >=20 > # > # Video4Linux options > # > CONFIG_VIDEO_V4L2=3Dm > CONFIG_VIDEO_V4L2_I2C=3Dy > CONFIG_VIDEO_V4L2_SUBDEV_API=3Dy > # CONFIG_VIDEO_ADV_DEBUG is not set > # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set > # end of Video4Linux options >=20 > # > # Media controller options > # > # CONFIG_MEDIA_CONTROLLER_DVB is not set > # end of Media controller options >=20 > # > # Digital TV options > # > # CONFIG_DVB_MMAP is not set > CONFIG_DVB_NET=3Dy > CONFIG_DVB_MAX_ADAPTERS=3D16 > CONFIG_DVB_DYNAMIC_MINORS=3Dy > # CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set > # CONFIG_DVB_ULE_DEBUG is not set > # end of Digital TV options >=20 > # > # Media drivers > # > # CONFIG_MEDIA_USB_SUPPORT is not set > # CONFIG_MEDIA_PCI_SUPPORT is not set > CONFIG_RADIO_ADAPTERS=3Dy > # CONFIG_RADIO_SI470X is not set > # CONFIG_RADIO_SI4713 is not set > # CONFIG_USB_MR800 is not set > # CONFIG_USB_DSBR is not set > # CONFIG_RADIO_MAXIRADIO is not set > # CONFIG_RADIO_SHARK is not set > # CONFIG_RADIO_SHARK2 is not set > # CONFIG_USB_KEENE is not set > # CONFIG_USB_RAREMONO is not set > # CONFIG_USB_MA901 is not set > # CONFIG_RADIO_TEA5764 is not set > # CONFIG_RADIO_SAA7706H is not set > # CONFIG_RADIO_TEF6862 is not set > # CONFIG_RADIO_WL1273 is not set > CONFIG_VIDEOBUF2_CORE=3Dm > CONFIG_VIDEOBUF2_V4L2=3Dm > CONFIG_VIDEOBUF2_MEMOPS=3Dm > CONFIG_VIDEOBUF2_VMALLOC=3Dm > # CONFIG_V4L_PLATFORM_DRIVERS is not set > # CONFIG_V4L_MEM2MEM_DRIVERS is not set > # CONFIG_DVB_PLATFORM_DRIVERS is not set > # CONFIG_SDR_PLATFORM_DRIVERS is not set >=20 > # > # MMC/SDIO DVB adapters > # > # CONFIG_SMS_SDIO_DRV is not set > # CONFIG_V4L_TEST_DRIVERS is not set > # CONFIG_DVB_TEST_DRIVERS is not set >=20 > # > # FireWire (IEEE 1394) Adapters > # > # CONFIG_DVB_FIREDTV is not set > # end of Media drivers >=20 > # > # Media ancillary drivers > # > CONFIG_MEDIA_ATTACH=3Dy > CONFIG_VIDEO_IR_I2C=3Dm >=20 > # > # Audio decoders, processors and mixers > # > # CONFIG_VIDEO_TVAUDIO is not set > # CONFIG_VIDEO_TDA7432 is not set > # CONFIG_VIDEO_TDA9840 is not set > # CONFIG_VIDEO_TEA6415C is not set > # CONFIG_VIDEO_TEA6420 is not set > # CONFIG_VIDEO_MSP3400 is not set > # CONFIG_VIDEO_CS3308 is not set > # CONFIG_VIDEO_CS5345 is not set > # CONFIG_VIDEO_CS53L32A is not set > # CONFIG_VIDEO_TLV320AIC23B is not set > # CONFIG_VIDEO_UDA1342 is not set > # CONFIG_VIDEO_WM8775 is not set > # CONFIG_VIDEO_WM8739 is not set > # CONFIG_VIDEO_VP27SMPX is not set > # CONFIG_VIDEO_SONY_BTF_MPX is not set > # end of Audio decoders, processors and mixers >=20 > # > # RDS decoders > # > # CONFIG_VIDEO_SAA6588 is not set > # end of RDS decoders >=20 > # > # Video decoders > # > # CONFIG_VIDEO_ADV7180 is not set > # CONFIG_VIDEO_ADV7183 is not set > # CONFIG_VIDEO_ADV7604 is not set > # CONFIG_VIDEO_ADV7842 is not set > # CONFIG_VIDEO_BT819 is not set > # CONFIG_VIDEO_BT856 is not set > # CONFIG_VIDEO_BT866 is not set > # CONFIG_VIDEO_KS0127 is not set > # CONFIG_VIDEO_ML86V7667 is not set > # CONFIG_VIDEO_SAA7110 is not set > # CONFIG_VIDEO_SAA711X is not set > # CONFIG_VIDEO_TC358743 is not set > # CONFIG_VIDEO_TVP514X is not set > # CONFIG_VIDEO_TVP5150 is not set > # CONFIG_VIDEO_TVP7002 is not set > # CONFIG_VIDEO_TW2804 is not set > # CONFIG_VIDEO_TW9903 is not set > # CONFIG_VIDEO_TW9906 is not set > # CONFIG_VIDEO_TW9910 is not set > # CONFIG_VIDEO_VPX3220 is not set >=20 > # > # Video and audio decoders > # > # CONFIG_VIDEO_SAA717X is not set > # CONFIG_VIDEO_CX25840 is not set > # end of Video decoders >=20 > # > # Video encoders > # > # CONFIG_VIDEO_SAA7127 is not set > # CONFIG_VIDEO_SAA7185 is not set > # CONFIG_VIDEO_ADV7170 is not set > # CONFIG_VIDEO_ADV7175 is not set > # CONFIG_VIDEO_ADV7343 is not set > # CONFIG_VIDEO_ADV7393 is not set > # CONFIG_VIDEO_ADV7511 is not set > # CONFIG_VIDEO_AD9389B is not set > # CONFIG_VIDEO_AK881X is not set > # CONFIG_VIDEO_THS8200 is not set > # end of Video encoders >=20 > # > # Video improvement chips > # > # CONFIG_VIDEO_UPD64031A is not set > # CONFIG_VIDEO_UPD64083 is not set > # end of Video improvement chips >=20 > # > # Audio/Video compression chips > # > # CONFIG_VIDEO_SAA6752HS is not set > # end of Audio/Video compression chips >=20 > # > # SDR tuner chips > # > # CONFIG_SDR_MAX2175 is not set > # end of SDR tuner chips >=20 > # > # Miscellaneous helper chips > # > # CONFIG_VIDEO_THS7303 is not set > # CONFIG_VIDEO_M52790 is not set > # CONFIG_VIDEO_I2C is not set > # CONFIG_VIDEO_ST_MIPID02 is not set > # end of Miscellaneous helper chips >=20 > # > # Camera sensor devices > # > # CONFIG_VIDEO_HI556 is not set > # CONFIG_VIDEO_HI846 is not set > # CONFIG_VIDEO_IMX208 is not set > # CONFIG_VIDEO_IMX214 is not set > # CONFIG_VIDEO_IMX219 is not set > # CONFIG_VIDEO_IMX258 is not set > # CONFIG_VIDEO_IMX274 is not set > # CONFIG_VIDEO_IMX290 is not set > # CONFIG_VIDEO_IMX319 is not set > # CONFIG_VIDEO_IMX355 is not set > # CONFIG_VIDEO_OV02A10 is not set > # CONFIG_VIDEO_OV2640 is not set > # CONFIG_VIDEO_OV2659 is not set > # CONFIG_VIDEO_OV2680 is not set > # CONFIG_VIDEO_OV2685 is not set > # CONFIG_VIDEO_OV2740 is not set > # CONFIG_VIDEO_OV5647 is not set > # CONFIG_VIDEO_OV5648 is not set > # CONFIG_VIDEO_OV6650 is not set > # CONFIG_VIDEO_OV5670 is not set > # CONFIG_VIDEO_OV5675 is not set > # CONFIG_VIDEO_OV5693 is not set > # CONFIG_VIDEO_OV5695 is not set > # CONFIG_VIDEO_OV7251 is not set > # CONFIG_VIDEO_OV772X is not set > # CONFIG_VIDEO_OV7640 is not set > # CONFIG_VIDEO_OV7670 is not set > # CONFIG_VIDEO_OV7740 is not set > # CONFIG_VIDEO_OV8856 is not set > # CONFIG_VIDEO_OV8865 is not set > # CONFIG_VIDEO_OV9640 is not set > # CONFIG_VIDEO_OV9650 is not set > # CONFIG_VIDEO_OV9734 is not set > # CONFIG_VIDEO_OV13858 is not set > # CONFIG_VIDEO_OV13B10 is not set > # CONFIG_VIDEO_VS6624 is not set > # CONFIG_VIDEO_MT9M001 is not set > # CONFIG_VIDEO_MT9M032 is not set > # CONFIG_VIDEO_MT9M111 is not set > # CONFIG_VIDEO_MT9P031 is not set > # CONFIG_VIDEO_MT9T001 is not set > # CONFIG_VIDEO_MT9T112 is not set > # CONFIG_VIDEO_MT9V011 is not set > # CONFIG_VIDEO_MT9V032 is not set > # CONFIG_VIDEO_MT9V111 is not set > # CONFIG_VIDEO_SR030PC30 is not set > # CONFIG_VIDEO_NOON010PC30 is not set > # CONFIG_VIDEO_M5MOLS is not set > # CONFIG_VIDEO_RDACM20 is not set > # CONFIG_VIDEO_RDACM21 is not set > # CONFIG_VIDEO_RJ54N1 is not set > # CONFIG_VIDEO_S5K6AA is not set > # CONFIG_VIDEO_S5K6A3 is not set > # CONFIG_VIDEO_S5K4ECGX is not set > # CONFIG_VIDEO_S5K5BAF is not set > # CONFIG_VIDEO_CCS is not set > # CONFIG_VIDEO_ET8EK8 is not set > # CONFIG_VIDEO_S5C73M3 is not set > # end of Camera sensor devices >=20 > # > # Lens drivers > # > # CONFIG_VIDEO_AD5820 is not set > # CONFIG_VIDEO_AK7375 is not set > # CONFIG_VIDEO_DW9714 is not set > # CONFIG_VIDEO_DW9768 is not set > # CONFIG_VIDEO_DW9807_VCM is not set > # end of Lens drivers >=20 > # > # Flash devices > # > # CONFIG_VIDEO_ADP1653 is not set > # CONFIG_VIDEO_LM3560 is not set > # CONFIG_VIDEO_LM3646 is not set > # end of Flash devices >=20 > # > # SPI helper chips > # > # CONFIG_VIDEO_GS1662 is not set > # end of SPI helper chips >=20 > # > # Media SPI Adapters > # > CONFIG_CXD2880_SPI_DRV=3Dm > # end of Media SPI Adapters >=20 > CONFIG_MEDIA_TUNER=3Dm >=20 > # > # Customize TV tuners > # > CONFIG_MEDIA_TUNER_SIMPLE=3Dm > CONFIG_MEDIA_TUNER_TDA18250=3Dm > CONFIG_MEDIA_TUNER_TDA8290=3Dm > CONFIG_MEDIA_TUNER_TDA827X=3Dm > CONFIG_MEDIA_TUNER_TDA18271=3Dm > CONFIG_MEDIA_TUNER_TDA9887=3Dm > CONFIG_MEDIA_TUNER_TEA5761=3Dm > CONFIG_MEDIA_TUNER_TEA5767=3Dm > CONFIG_MEDIA_TUNER_MSI001=3Dm > CONFIG_MEDIA_TUNER_MT20XX=3Dm > CONFIG_MEDIA_TUNER_MT2060=3Dm > CONFIG_MEDIA_TUNER_MT2063=3Dm > CONFIG_MEDIA_TUNER_MT2266=3Dm > CONFIG_MEDIA_TUNER_MT2131=3Dm > CONFIG_MEDIA_TUNER_QT1010=3Dm > CONFIG_MEDIA_TUNER_XC2028=3Dm > CONFIG_MEDIA_TUNER_XC5000=3Dm > CONFIG_MEDIA_TUNER_XC4000=3Dm > CONFIG_MEDIA_TUNER_MXL5005S=3Dm > CONFIG_MEDIA_TUNER_MXL5007T=3Dm > CONFIG_MEDIA_TUNER_MC44S803=3Dm > CONFIG_MEDIA_TUNER_MAX2165=3Dm > CONFIG_MEDIA_TUNER_TDA18218=3Dm > CONFIG_MEDIA_TUNER_FC0011=3Dm > CONFIG_MEDIA_TUNER_FC0012=3Dm > CONFIG_MEDIA_TUNER_FC0013=3Dm > CONFIG_MEDIA_TUNER_TDA18212=3Dm > CONFIG_MEDIA_TUNER_E4000=3Dm > CONFIG_MEDIA_TUNER_FC2580=3Dm > CONFIG_MEDIA_TUNER_M88RS6000T=3Dm > CONFIG_MEDIA_TUNER_TUA9001=3Dm > CONFIG_MEDIA_TUNER_SI2157=3Dm > CONFIG_MEDIA_TUNER_IT913X=3Dm > CONFIG_MEDIA_TUNER_R820T=3Dm > CONFIG_MEDIA_TUNER_MXL301RF=3Dm > CONFIG_MEDIA_TUNER_QM1D1C0042=3Dm > CONFIG_MEDIA_TUNER_QM1D1B0004=3Dm > # end of Customize TV tuners >=20 > # > # Customise DVB Frontends > # >=20 > # > # Multistandard (satellite) frontends > # > CONFIG_DVB_STB0899=3Dm > CONFIG_DVB_STB6100=3Dm > CONFIG_DVB_STV090x=3Dm > CONFIG_DVB_STV0910=3Dm > CONFIG_DVB_STV6110x=3Dm > CONFIG_DVB_STV6111=3Dm > CONFIG_DVB_MXL5XX=3Dm > CONFIG_DVB_M88DS3103=3Dm >=20 > # > # Multistandard (cable + terrestrial) frontends > # > CONFIG_DVB_DRXK=3Dm > CONFIG_DVB_TDA18271C2DD=3Dm > CONFIG_DVB_SI2165=3Dm > CONFIG_DVB_MN88472=3Dm > CONFIG_DVB_MN88473=3Dm >=20 > # > # DVB-S (satellite) frontends > # > CONFIG_DVB_CX24110=3Dm > CONFIG_DVB_CX24123=3Dm > CONFIG_DVB_MT312=3Dm > CONFIG_DVB_ZL10036=3Dm > CONFIG_DVB_ZL10039=3Dm > CONFIG_DVB_S5H1420=3Dm > CONFIG_DVB_STV0288=3Dm > CONFIG_DVB_STB6000=3Dm > CONFIG_DVB_STV0299=3Dm > CONFIG_DVB_STV6110=3Dm > CONFIG_DVB_STV0900=3Dm > CONFIG_DVB_TDA8083=3Dm > CONFIG_DVB_TDA10086=3Dm > CONFIG_DVB_TDA8261=3Dm > CONFIG_DVB_VES1X93=3Dm > CONFIG_DVB_TUNER_ITD1000=3Dm > CONFIG_DVB_TUNER_CX24113=3Dm > CONFIG_DVB_TDA826X=3Dm > CONFIG_DVB_TUA6100=3Dm > CONFIG_DVB_CX24116=3Dm > CONFIG_DVB_CX24117=3Dm > CONFIG_DVB_CX24120=3Dm > CONFIG_DVB_SI21XX=3Dm > CONFIG_DVB_TS2020=3Dm > CONFIG_DVB_DS3000=3Dm > CONFIG_DVB_MB86A16=3Dm > CONFIG_DVB_TDA10071=3Dm >=20 > # > # DVB-T (terrestrial) frontends > # > CONFIG_DVB_SP887X=3Dm > CONFIG_DVB_CX22700=3Dm > CONFIG_DVB_CX22702=3Dm > CONFIG_DVB_S5H1432=3Dm > CONFIG_DVB_DRXD=3Dm > CONFIG_DVB_L64781=3Dm > CONFIG_DVB_TDA1004X=3Dm > CONFIG_DVB_NXT6000=3Dm > CONFIG_DVB_MT352=3Dm > CONFIG_DVB_ZL10353=3Dm > CONFIG_DVB_DIB3000MB=3Dm > CONFIG_DVB_DIB3000MC=3Dm > CONFIG_DVB_DIB7000M=3Dm > CONFIG_DVB_DIB7000P=3Dm > CONFIG_DVB_DIB9000=3Dm > CONFIG_DVB_TDA10048=3Dm > CONFIG_DVB_AF9013=3Dm > CONFIG_DVB_EC100=3Dm > CONFIG_DVB_STV0367=3Dm > CONFIG_DVB_CXD2820R=3Dm > CONFIG_DVB_CXD2841ER=3Dm > CONFIG_DVB_RTL2830=3Dm > CONFIG_DVB_RTL2832=3Dm > CONFIG_DVB_RTL2832_SDR=3Dm > CONFIG_DVB_SI2168=3Dm > CONFIG_DVB_ZD1301_DEMOD=3Dm > CONFIG_DVB_CXD2880=3Dm >=20 > # > # DVB-C (cable) frontends > # > CONFIG_DVB_VES1820=3Dm > CONFIG_DVB_TDA10021=3Dm > CONFIG_DVB_TDA10023=3Dm > CONFIG_DVB_STV0297=3Dm >=20 > # > # ATSC (North American/Korean Terrestrial/Cable DTV) frontends > # > CONFIG_DVB_NXT200X=3Dm > CONFIG_DVB_OR51211=3Dm > CONFIG_DVB_OR51132=3Dm > CONFIG_DVB_BCM3510=3Dm > CONFIG_DVB_LGDT330X=3Dm > CONFIG_DVB_LGDT3305=3Dm > CONFIG_DVB_LGDT3306A=3Dm > CONFIG_DVB_LG2160=3Dm > CONFIG_DVB_S5H1409=3Dm > CONFIG_DVB_AU8522=3Dm > CONFIG_DVB_AU8522_DTV=3Dm > CONFIG_DVB_AU8522_V4L=3Dm > CONFIG_DVB_S5H1411=3Dm > CONFIG_DVB_MXL692=3Dm >=20 > # > # ISDB-T (terrestrial) frontends > # > CONFIG_DVB_S921=3Dm > CONFIG_DVB_DIB8000=3Dm > CONFIG_DVB_MB86A20S=3Dm >=20 > # > # ISDB-S (satellite) & ISDB-T (terrestrial) frontends > # > CONFIG_DVB_TC90522=3Dm > CONFIG_DVB_MN88443X=3Dm >=20 > # > # Digital terrestrial only tuners/PLL > # > CONFIG_DVB_PLL=3Dm > CONFIG_DVB_TUNER_DIB0070=3Dm > CONFIG_DVB_TUNER_DIB0090=3Dm >=20 > # > # SEC control devices for DVB-S > # > CONFIG_DVB_DRX39XYJ=3Dm > CONFIG_DVB_LNBH25=3Dm > CONFIG_DVB_LNBH29=3Dm > CONFIG_DVB_LNBP21=3Dm > CONFIG_DVB_LNBP22=3Dm > CONFIG_DVB_ISL6405=3Dm > CONFIG_DVB_ISL6421=3Dm > CONFIG_DVB_ISL6423=3Dm > CONFIG_DVB_A8293=3Dm > CONFIG_DVB_LGS8GL5=3Dm > CONFIG_DVB_LGS8GXX=3Dm > CONFIG_DVB_ATBM8830=3Dm > CONFIG_DVB_TDA665x=3Dm > CONFIG_DVB_IX2505V=3Dm > CONFIG_DVB_M88RS2000=3Dm > CONFIG_DVB_AF9033=3Dm > CONFIG_DVB_HORUS3A=3Dm > CONFIG_DVB_ASCOT2E=3Dm > CONFIG_DVB_HELENE=3Dm >=20 > # > # Common Interface (EN50221) controller drivers > # > CONFIG_DVB_CXD2099=3Dm > CONFIG_DVB_SP2=3Dm > # end of Customise DVB Frontends >=20 > # > # Tools to develop new frontends > # > # CONFIG_DVB_DUMMY_FE is not set > # end of Media ancillary drivers >=20 > # > # Graphics support > # > # CONFIG_AGP is not set > CONFIG_INTEL_GTT=3Dm > CONFIG_VGA_ARB=3Dy > CONFIG_VGA_ARB_MAX_GPUS=3D64 > CONFIG_VGA_SWITCHEROO=3Dy > CONFIG_DRM=3Dy > CONFIG_DRM_MIPI_DSI=3Dy > CONFIG_DRM_DP_AUX_CHARDEV=3Dy > # CONFIG_DRM_DEBUG_MM is not set > CONFIG_DRM_DEBUG_SELFTEST=3Dm > CONFIG_DRM_KMS_HELPER=3Dm > # CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set > CONFIG_DRM_DEBUG_MODESET_LOCK=3Dy > CONFIG_DRM_FBDEV_EMULATION=3Dy > CONFIG_DRM_FBDEV_OVERALLOC=3D100 > # CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set > CONFIG_DRM_LOAD_EDID_FIRMWARE=3Dy > # CONFIG_DRM_DP_CEC is not set > CONFIG_DRM_TTM=3Dm > CONFIG_DRM_VRAM_HELPER=3Dm > CONFIG_DRM_TTM_HELPER=3Dm > CONFIG_DRM_GEM_SHMEM_HELPER=3Dy >=20 > # > # I2C encoder or helper chips > # > CONFIG_DRM_I2C_CH7006=3Dm > CONFIG_DRM_I2C_SIL164=3Dm > # CONFIG_DRM_I2C_NXP_TDA998X is not set > # CONFIG_DRM_I2C_NXP_TDA9950 is not set > # end of I2C encoder or helper chips >=20 > # > # ARM devices > # > # end of ARM devices >=20 > # CONFIG_DRM_RADEON is not set > # CONFIG_DRM_AMDGPU is not set > # CONFIG_DRM_NOUVEAU is not set > CONFIG_DRM_I915=3Dm > CONFIG_DRM_I915_FORCE_PROBE=3D"" > CONFIG_DRM_I915_CAPTURE_ERROR=3Dy > CONFIG_DRM_I915_COMPRESS_ERROR=3Dy > CONFIG_DRM_I915_USERPTR=3Dy > CONFIG_DRM_I915_GVT=3Dy > # CONFIG_DRM_I915_GVT_KVMGT is not set >=20 > # > # drm/i915 Debugging > # > # CONFIG_DRM_I915_WERROR is not set > # CONFIG_DRM_I915_DEBUG is not set > # CONFIG_DRM_I915_DEBUG_MMIO is not set > # CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set > # CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set > # CONFIG_DRM_I915_DEBUG_GUC is not set > # CONFIG_DRM_I915_SELFTEST is not set > # CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set > # CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set > # CONFIG_DRM_I915_DEBUG_RUNTIME_PM is not set > # end of drm/i915 Debugging >=20 > # > # drm/i915 Profile Guided Optimisation > # > CONFIG_DRM_I915_REQUEST_TIMEOUT=3D20000 > CONFIG_DRM_I915_FENCE_TIMEOUT=3D10000 > CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=3D250 > CONFIG_DRM_I915_HEARTBEAT_INTERVAL=3D2500 > CONFIG_DRM_I915_PREEMPT_TIMEOUT=3D640 > CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=3D8000 > CONFIG_DRM_I915_STOP_TIMEOUT=3D100 > CONFIG_DRM_I915_TIMESLICE_DURATION=3D1 > # end of drm/i915 Profile Guided Optimisation >=20 > CONFIG_DRM_VGEM=3Dy > # CONFIG_DRM_VKMS is not set > # CONFIG_DRM_VMWGFX is not set > CONFIG_DRM_GMA500=3Dm > # CONFIG_DRM_UDL is not set > CONFIG_DRM_AST=3Dm > CONFIG_DRM_MGAG200=3Dm > CONFIG_DRM_QXL=3Dm > CONFIG_DRM_VIRTIO_GPU=3Dm > CONFIG_DRM_PANEL=3Dy >=20 > # > # Display Panels > # > # CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set > # CONFIG_DRM_PANEL_WIDECHIPS_WS2401 is not set > # end of Display Panels >=20 > CONFIG_DRM_BRIDGE=3Dy > CONFIG_DRM_PANEL_BRIDGE=3Dy >=20 > # > # Display Interface Bridges > # > # CONFIG_DRM_ANALOGIX_ANX78XX is not set > # end of Display Interface Bridges >=20 > # CONFIG_DRM_ETNAVIV is not set > CONFIG_DRM_BOCHS=3Dm > CONFIG_DRM_CIRRUS_QEMU=3Dm > # CONFIG_DRM_GM12U320 is not set > # CONFIG_DRM_SIMPLEDRM is not set > # CONFIG_TINYDRM_HX8357D is not set > # CONFIG_TINYDRM_ILI9163 is not set > # CONFIG_TINYDRM_ILI9225 is not set > # CONFIG_TINYDRM_ILI9341 is not set > # CONFIG_TINYDRM_ILI9486 is not set > # CONFIG_TINYDRM_MI0283QT is not set > # CONFIG_TINYDRM_REPAPER is not set > # CONFIG_TINYDRM_ST7586 is not set > # CONFIG_TINYDRM_ST7735R is not set > # CONFIG_DRM_VBOXVIDEO is not set > # CONFIG_DRM_GUD is not set > # CONFIG_DRM_HYPERV is not set > # CONFIG_DRM_LEGACY is not set > CONFIG_DRM_EXPORT_FOR_TESTS=3Dy > CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=3Dy > CONFIG_DRM_NOMODESET=3Dy > CONFIG_DRM_LIB_RANDOM=3Dy > CONFIG_DRM_PRIVACY_SCREEN=3Dy >=20 > # > # Frame buffer Devices > # > CONFIG_FB_CMDLINE=3Dy > CONFIG_FB_NOTIFY=3Dy > CONFIG_FB=3Dy > # CONFIG_FIRMWARE_EDID is not set > CONFIG_FB_BOOT_VESA_SUPPORT=3Dy > CONFIG_FB_CFB_FILLRECT=3Dy > CONFIG_FB_CFB_COPYAREA=3Dy > CONFIG_FB_CFB_IMAGEBLIT=3Dy > CONFIG_FB_SYS_FILLRECT=3Dm > CONFIG_FB_SYS_COPYAREA=3Dm > CONFIG_FB_SYS_IMAGEBLIT=3Dm > # CONFIG_FB_FOREIGN_ENDIAN is not set > CONFIG_FB_SYS_FOPS=3Dm > CONFIG_FB_DEFERRED_IO=3Dy > # CONFIG_FB_MODE_HELPERS is not set > CONFIG_FB_TILEBLITTING=3Dy >=20 > # > # Frame buffer hardware drivers > # > # CONFIG_FB_CIRRUS is not set > # CONFIG_FB_PM2 is not set > # CONFIG_FB_CYBER2000 is not set > # CONFIG_FB_ARC is not set > # CONFIG_FB_ASILIANT is not set > # CONFIG_FB_IMSTT is not set > # CONFIG_FB_VGA16 is not set > # CONFIG_FB_UVESA is not set > CONFIG_FB_VESA=3Dy > CONFIG_FB_EFI=3Dy > # 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 is not set > # CONFIG_FB_RIVA is not set > # CONFIG_FB_I740 is not set > # CONFIG_FB_LE80578 is not set > # CONFIG_FB_MATROX is not set > # CONFIG_FB_RADEON is not set > # CONFIG_FB_ATY128 is not set > # CONFIG_FB_ATY is not set > # CONFIG_FB_S3 is not set > # CONFIG_FB_SAVAGE is not set > # CONFIG_FB_SIS is not set > # CONFIG_FB_VIA is not set > # CONFIG_FB_NEOMAGIC is not set > # CONFIG_FB_KYRO is not set > # CONFIG_FB_3DFX is not set > # CONFIG_FB_VOODOO1 is not set > # CONFIG_FB_VT8623 is not set > # CONFIG_FB_TRIDENT is not set > # CONFIG_FB_ARK is not set > # CONFIG_FB_PM3 is not set > # CONFIG_FB_CARMINE is not set > # CONFIG_FB_SM501 is not set > # CONFIG_FB_SMSCUFX is not set > # CONFIG_FB_UDL is not set > # CONFIG_FB_IBM_GXT4500 is not set > # CONFIG_FB_VIRTUAL is not set > # CONFIG_FB_METRONOME is not set > # CONFIG_FB_MB862XX is not set > CONFIG_FB_HYPERV=3Dm > # CONFIG_FB_SIMPLE is not set > # CONFIG_FB_SSD1307 is not set > # CONFIG_FB_SM712 is not set > # end of Frame buffer Devices >=20 > # > # Backlight & LCD device support > # > CONFIG_LCD_CLASS_DEVICE=3Dm > # CONFIG_LCD_L4F00242T03 is not set > # CONFIG_LCD_LMS283GF05 is not set > # CONFIG_LCD_LTV350QV is not set > # CONFIG_LCD_ILI922X is not set > # CONFIG_LCD_ILI9320 is not set > # CONFIG_LCD_TDO24M is not set > # CONFIG_LCD_VGG2432A4 is not set > CONFIG_LCD_PLATFORM=3Dm > # CONFIG_LCD_AMS369FG06 is not set > # CONFIG_LCD_LMS501KF03 is not set > # CONFIG_LCD_HX8357 is not set > # CONFIG_LCD_OTM3225A is not set > CONFIG_BACKLIGHT_CLASS_DEVICE=3Dy > # CONFIG_BACKLIGHT_KTD253 is not set > # CONFIG_BACKLIGHT_PWM is not set > CONFIG_BACKLIGHT_APPLE=3Dm > # CONFIG_BACKLIGHT_QCOM_WLED is not set > # CONFIG_BACKLIGHT_SAHARA is not set > # CONFIG_BACKLIGHT_ADP8860 is not set > # CONFIG_BACKLIGHT_ADP8870 is not set > # CONFIG_BACKLIGHT_LM3630A is not set > # CONFIG_BACKLIGHT_LM3639 is not set > CONFIG_BACKLIGHT_LP855X=3Dm > # CONFIG_BACKLIGHT_GPIO is not set > # CONFIG_BACKLIGHT_LV5207LP is not set > # CONFIG_BACKLIGHT_BD6107 is not set > # CONFIG_BACKLIGHT_ARCXCNN is not set > # end of Backlight & LCD device support >=20 > CONFIG_HDMI=3Dy >=20 > # > # Console display driver support > # > CONFIG_VGA_CONSOLE=3Dy > CONFIG_DUMMY_CONSOLE=3Dy > CONFIG_DUMMY_CONSOLE_COLUMNS=3D80 > CONFIG_DUMMY_CONSOLE_ROWS=3D25 > CONFIG_FRAMEBUFFER_CONSOLE=3Dy > CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=3Dy > CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=3Dy > # CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set > # end of Console display driver support >=20 > CONFIG_LOGO=3Dy > # CONFIG_LOGO_LINUX_MONO is not set > # CONFIG_LOGO_LINUX_VGA16 is not set > CONFIG_LOGO_LINUX_CLUT224=3Dy > # end of Graphics support >=20 > # CONFIG_SOUND is not set >=20 > # > # HID support > # > CONFIG_HID=3Dy > CONFIG_HID_BATTERY_STRENGTH=3Dy > CONFIG_HIDRAW=3Dy > CONFIG_UHID=3Dm > CONFIG_HID_GENERIC=3Dy >=20 > # > # Special HID drivers > # > CONFIG_HID_A4TECH=3Dm > # CONFIG_HID_ACCUTOUCH is not set > CONFIG_HID_ACRUX=3Dm > # CONFIG_HID_ACRUX_FF is not set > CONFIG_HID_APPLE=3Dm > # CONFIG_HID_APPLEIR is not set > CONFIG_HID_ASUS=3Dm > CONFIG_HID_AUREAL=3Dm > CONFIG_HID_BELKIN=3Dm > # CONFIG_HID_BETOP_FF is not set > # CONFIG_HID_BIGBEN_FF is not set > CONFIG_HID_CHERRY=3Dm > # CONFIG_HID_CHICONY is not set > # CONFIG_HID_CORSAIR is not set > # CONFIG_HID_COUGAR is not set > # CONFIG_HID_MACALLY is not set > CONFIG_HID_CMEDIA=3Dm > # CONFIG_HID_CP2112 is not set > # CONFIG_HID_CREATIVE_SB0540 is not set > CONFIG_HID_CYPRESS=3Dm > CONFIG_HID_DRAGONRISE=3Dm > # CONFIG_DRAGONRISE_FF is not set > # CONFIG_HID_EMS_FF is not set > # CONFIG_HID_ELAN is not set > CONFIG_HID_ELECOM=3Dm > # CONFIG_HID_ELO is not set > CONFIG_HID_EZKEY=3Dm > # CONFIG_HID_FT260 is not set > CONFIG_HID_GEMBIRD=3Dm > CONFIG_HID_GFRM=3Dm > # CONFIG_HID_GLORIOUS is not set > # CONFIG_HID_HOLTEK is not set > # CONFIG_HID_VIVALDI is not set > # CONFIG_HID_GT683R is not set > CONFIG_HID_KEYTOUCH=3Dm > CONFIG_HID_KYE=3Dm > # CONFIG_HID_UCLOGIC is not set > CONFIG_HID_WALTOP=3Dm > # CONFIG_HID_VIEWSONIC is not set > # CONFIG_HID_XIAOMI is not set > CONFIG_HID_GYRATION=3Dm > CONFIG_HID_ICADE=3Dm > CONFIG_HID_ITE=3Dm > CONFIG_HID_JABRA=3Dm > CONFIG_HID_TWINHAN=3Dm > CONFIG_HID_KENSINGTON=3Dm > CONFIG_HID_LCPOWER=3Dm > CONFIG_HID_LED=3Dm > CONFIG_HID_LENOVO=3Dm > # CONFIG_HID_LETSKETCH is not set > CONFIG_HID_LOGITECH=3Dm > CONFIG_HID_LOGITECH_DJ=3Dm > CONFIG_HID_LOGITECH_HIDPP=3Dm > # 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=3Dy > # CONFIG_HID_MALTRON is not set > # CONFIG_HID_MAYFLASH is not set > # CONFIG_HID_REDRAGON is not set > CONFIG_HID_MICROSOFT=3Dm > CONFIG_HID_MONTEREY=3Dm > CONFIG_HID_MULTITOUCH=3Dm > # CONFIG_HID_NINTENDO is not set > CONFIG_HID_NTI=3Dm > # CONFIG_HID_NTRIG is not set > CONFIG_HID_ORTEK=3Dm > CONFIG_HID_PANTHERLORD=3Dm > # CONFIG_PANTHERLORD_FF is not set > # CONFIG_HID_PENMOUNT is not set > CONFIG_HID_PETALYNX=3Dm > CONFIG_HID_PICOLCD=3Dm > CONFIG_HID_PICOLCD_FB=3Dy > CONFIG_HID_PICOLCD_BACKLIGHT=3Dy > CONFIG_HID_PICOLCD_LCD=3Dy > CONFIG_HID_PICOLCD_LEDS=3Dy > CONFIG_HID_PICOLCD_CIR=3Dy > CONFIG_HID_PLANTRONICS=3Dm > CONFIG_HID_PRIMAX=3Dm > # CONFIG_HID_RETRODE is not set > # CONFIG_HID_ROCCAT is not set > CONFIG_HID_SAITEK=3Dm > CONFIG_HID_SAMSUNG=3Dm > # CONFIG_HID_SEMITEK is not set > # CONFIG_HID_SONY is not set > CONFIG_HID_SPEEDLINK=3Dm > # CONFIG_HID_STEAM is not set > CONFIG_HID_STEELSERIES=3Dm > CONFIG_HID_SUNPLUS=3Dm > CONFIG_HID_RMI=3Dm > CONFIG_HID_GREENASIA=3Dm > # CONFIG_GREENASIA_FF is not set > CONFIG_HID_HYPERV_MOUSE=3Dm > CONFIG_HID_SMARTJOYPLUS=3Dm > # CONFIG_SMARTJOYPLUS_FF is not set > CONFIG_HID_TIVO=3Dm > CONFIG_HID_TOPSEED=3Dm > CONFIG_HID_THINGM=3Dm > CONFIG_HID_THRUSTMASTER=3Dm > # CONFIG_THRUSTMASTER_FF is not set > # CONFIG_HID_UDRAW_PS3 is not set > # CONFIG_HID_U2FZERO is not set > # CONFIG_HID_WACOM is not set > CONFIG_HID_WIIMOTE=3Dm > CONFIG_HID_XINMO=3Dm > CONFIG_HID_ZEROPLUS=3Dm > # CONFIG_ZEROPLUS_FF is not set > CONFIG_HID_ZYDACRON=3Dm > CONFIG_HID_SENSOR_HUB=3Dy > CONFIG_HID_SENSOR_CUSTOM_SENSOR=3Dm > CONFIG_HID_ALPS=3Dm > # CONFIG_HID_MCP2221 is not set > # end of Special HID drivers >=20 > # > # USB HID support > # > CONFIG_USB_HID=3Dy > # CONFIG_HID_PID is not set > # CONFIG_USB_HIDDEV is not set > # end of USB HID support >=20 > # > # I2C HID support > # > # CONFIG_I2C_HID_ACPI is not set > # end of I2C HID support >=20 > # > # Intel ISH HID support > # > CONFIG_INTEL_ISH_HID=3Dm > # CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER is not set > # end of Intel ISH HID support >=20 > # > # AMD SFH HID Support > # > # CONFIG_AMD_SFH_HID is not set > # end of AMD SFH HID Support > # end of HID support >=20 > CONFIG_USB_OHCI_LITTLE_ENDIAN=3Dy > CONFIG_USB_SUPPORT=3Dy > CONFIG_USB_COMMON=3Dy > # CONFIG_USB_LED_TRIG is not set > # CONFIG_USB_ULPI_BUS is not set > # CONFIG_USB_CONN_GPIO is not set > CONFIG_USB_ARCH_HAS_HCD=3Dy > CONFIG_USB=3Dy > CONFIG_USB_PCI=3Dy > CONFIG_USB_ANNOUNCE_NEW_DEVICES=3Dy >=20 > # > # Miscellaneous USB options > # > CONFIG_USB_DEFAULT_PERSIST=3Dy > # CONFIG_USB_FEW_INIT_RETRIES is not set > # CONFIG_USB_DYNAMIC_MINORS is not set > # CONFIG_USB_OTG is not set > # CONFIG_USB_OTG_PRODUCTLIST is not set > # CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set > CONFIG_USB_LEDS_TRIGGER_USBPORT=3Dy > CONFIG_USB_AUTOSUSPEND_DELAY=3D2 > CONFIG_USB_MON=3Dy >=20 > # > # USB Host Controller Drivers > # > # CONFIG_USB_C67X00_HCD is not set > CONFIG_USB_XHCI_HCD=3Dy > # CONFIG_USB_XHCI_DBGCAP is not set > CONFIG_USB_XHCI_PCI=3Dy > # CONFIG_USB_XHCI_PCI_RENESAS is not set > # CONFIG_USB_XHCI_PLATFORM is not set > CONFIG_USB_EHCI_HCD=3Dy > CONFIG_USB_EHCI_ROOT_HUB_TT=3Dy > CONFIG_USB_EHCI_TT_NEWSCHED=3Dy > CONFIG_USB_EHCI_PCI=3Dy > # CONFIG_USB_EHCI_FSL is not set > # 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_MAX3421_HCD is not set > CONFIG_USB_OHCI_HCD=3Dy > CONFIG_USB_OHCI_HCD_PCI=3Dy > # CONFIG_USB_OHCI_HCD_PLATFORM is not set > CONFIG_USB_UHCI_HCD=3Dy > # CONFIG_USB_SL811_HCD is not set > # CONFIG_USB_R8A66597_HCD is not set > # CONFIG_USB_HCD_BCMA is not set > # CONFIG_USB_HCD_TEST_MODE is not set >=20 > # > # 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 >=20 > # > # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may > # >=20 > # > # also be needed; see USB_STORAGE Help for more info > # > CONFIG_USB_STORAGE=3Dm > # 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 >=20 > # > # USB Imaging devices > # > # CONFIG_USB_MDC800 is not set > # CONFIG_USB_MICROTEK is not set > # CONFIG_USBIP_CORE is not set > # CONFIG_USB_CDNS_SUPPORT 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 >=20 > # > # USB port drivers > # > # CONFIG_USB_USS720 is not set > CONFIG_USB_SERIAL=3Dm > CONFIG_USB_SERIAL_GENERIC=3Dy > # 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 is not set > # 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_OPTION is not set > # CONFIG_USB_SERIAL_OMNINET is not set > # 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_XR is not set > CONFIG_USB_SERIAL_DEBUG=3Dm >=20 > # > # 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_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_APPLE_MFI_FASTCHARGE 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 is not set > # CONFIG_USB_ATM is not set >=20 > # > # USB Physical Layer drivers > # > # CONFIG_NOP_USB_XCEIV is not set > # CONFIG_USB_GPIO_VBUS is not set > # CONFIG_USB_ISP1301 is not set > # end of USB Physical Layer drivers >=20 > # CONFIG_USB_GADGET is not set > CONFIG_TYPEC=3Dy > # CONFIG_TYPEC_TCPM is not set > CONFIG_TYPEC_UCSI=3Dy > # CONFIG_UCSI_CCG is not set > CONFIG_UCSI_ACPI=3Dy > # CONFIG_TYPEC_TPS6598X is not set > # CONFIG_TYPEC_STUSB160X is not set >=20 > # > # USB Type-C Multiplexer/DeMultiplexer Switch support > # > # CONFIG_TYPEC_MUX_PI3USB30532 is not set > # end of USB Type-C Multiplexer/DeMultiplexer Switch support >=20 > # > # USB Type-C Alternate Mode drivers > # > # CONFIG_TYPEC_DP_ALTMODE is not set > # end of USB Type-C Alternate Mode drivers >=20 > # CONFIG_USB_ROLE_SWITCH is not set > CONFIG_MMC=3Dm > CONFIG_MMC_BLOCK=3Dm > CONFIG_MMC_BLOCK_MINORS=3D8 > CONFIG_SDIO_UART=3Dm > # CONFIG_MMC_TEST is not set >=20 > # > # MMC/SD/SDIO Host Controller Drivers > # > # CONFIG_MMC_DEBUG is not set > CONFIG_MMC_SDHCI=3Dm > CONFIG_MMC_SDHCI_IO_ACCESSORS=3Dy > CONFIG_MMC_SDHCI_PCI=3Dm > CONFIG_MMC_RICOH_MMC=3Dy > CONFIG_MMC_SDHCI_ACPI=3Dm > CONFIG_MMC_SDHCI_PLTFM=3Dm > # CONFIG_MMC_SDHCI_F_SDH30 is not set > # CONFIG_MMC_WBSD is not set > # CONFIG_MMC_TIFM_SD is not set > # CONFIG_MMC_SPI is not set > # CONFIG_MMC_CB710 is not set > # CONFIG_MMC_VIA_SDMMC is not set > # CONFIG_MMC_VUB300 is not set > # CONFIG_MMC_USHC is not set > # CONFIG_MMC_USDHI6ROL0 is not set > # CONFIG_MMC_REALTEK_PCI is not set > CONFIG_MMC_CQHCI=3Dm > # CONFIG_MMC_HSQ is not set > # CONFIG_MMC_TOSHIBA_PCI is not set > # CONFIG_MMC_MTK is not set > # CONFIG_MMC_SDHCI_XENON is not set > # CONFIG_MEMSTICK is not set > CONFIG_NEW_LEDS=3Dy > CONFIG_LEDS_CLASS=3Dy > # CONFIG_LEDS_CLASS_FLASH is not set > # CONFIG_LEDS_CLASS_MULTICOLOR is not set > # CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set >=20 > # > # LED drivers > # > # CONFIG_LEDS_APU is not set > CONFIG_LEDS_LM3530=3Dm > # CONFIG_LEDS_LM3532 is not set > # CONFIG_LEDS_LM3642 is not set > # CONFIG_LEDS_PCA9532 is not set > # CONFIG_LEDS_GPIO is not set > CONFIG_LEDS_LP3944=3Dm > # CONFIG_LEDS_LP3952 is not set > # CONFIG_LEDS_LP50XX is not set > CONFIG_LEDS_CLEVO_MAIL=3Dm > # CONFIG_LEDS_PCA955X is not set > # CONFIG_LEDS_PCA963X is not set > # CONFIG_LEDS_DAC124S085 is not set > # CONFIG_LEDS_PWM is not set > # CONFIG_LEDS_BD2802 is not set > CONFIG_LEDS_INTEL_SS4200=3Dm > CONFIG_LEDS_LT3593=3Dm > # CONFIG_LEDS_TCA6507 is not set > # CONFIG_LEDS_TLC591XX is not set > # CONFIG_LEDS_LM355x is not set >=20 > # > # LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_T= HINGM) > # > CONFIG_LEDS_BLINKM=3Dm > CONFIG_LEDS_MLXCPLD=3Dm > # CONFIG_LEDS_MLXREG is not set > # CONFIG_LEDS_USER is not set > # CONFIG_LEDS_NIC78BX is not set > # CONFIG_LEDS_TI_LMU_COMMON is not set >=20 > # > # Flash and Torch LED drivers > # >=20 > # > # LED Triggers > # > CONFIG_LEDS_TRIGGERS=3Dy > CONFIG_LEDS_TRIGGER_TIMER=3Dm > CONFIG_LEDS_TRIGGER_ONESHOT=3Dm > # CONFIG_LEDS_TRIGGER_DISK is not set > CONFIG_LEDS_TRIGGER_HEARTBEAT=3Dm > CONFIG_LEDS_TRIGGER_BACKLIGHT=3Dm > # CONFIG_LEDS_TRIGGER_CPU is not set > # CONFIG_LEDS_TRIGGER_ACTIVITY is not set > CONFIG_LEDS_TRIGGER_GPIO=3Dm > CONFIG_LEDS_TRIGGER_DEFAULT_ON=3Dm >=20 > # > # iptables trigger is under Netfilter config (LED target) > # > CONFIG_LEDS_TRIGGER_TRANSIENT=3Dm > CONFIG_LEDS_TRIGGER_CAMERA=3Dm > # CONFIG_LEDS_TRIGGER_PANIC is not set > # CONFIG_LEDS_TRIGGER_NETDEV is not set > # CONFIG_LEDS_TRIGGER_PATTERN is not set > CONFIG_LEDS_TRIGGER_AUDIO=3Dm > # CONFIG_LEDS_TRIGGER_TTY is not set >=20 > # > # Simple LED drivers > # > # CONFIG_ACCESSIBILITY is not set > # CONFIG_INFINIBAND is not set > CONFIG_EDAC_ATOMIC_SCRUB=3Dy > CONFIG_EDAC_SUPPORT=3Dy > CONFIG_EDAC=3Dy > CONFIG_EDAC_LEGACY_SYSFS=3Dy > # CONFIG_EDAC_DEBUG is not set > CONFIG_EDAC_DECODE_MCE=3Dm > CONFIG_EDAC_GHES=3Dy > CONFIG_EDAC_AMD64=3Dm > CONFIG_EDAC_E752X=3Dm > CONFIG_EDAC_I82975X=3Dm > CONFIG_EDAC_I3000=3Dm > CONFIG_EDAC_I3200=3Dm > CONFIG_EDAC_IE31200=3Dm > CONFIG_EDAC_X38=3Dm > CONFIG_EDAC_I5400=3Dm > CONFIG_EDAC_I7CORE=3Dm > CONFIG_EDAC_I5000=3Dm > CONFIG_EDAC_I5100=3Dm > CONFIG_EDAC_I7300=3Dm > CONFIG_EDAC_SBRIDGE=3Dm > CONFIG_EDAC_SKX=3Dm > # CONFIG_EDAC_I10NM is not set > CONFIG_EDAC_PND2=3Dm > # CONFIG_EDAC_IGEN6 is not set > CONFIG_RTC_LIB=3Dy > CONFIG_RTC_MC146818_LIB=3Dy > CONFIG_RTC_CLASS=3Dy > CONFIG_RTC_HCTOSYS=3Dy > CONFIG_RTC_HCTOSYS_DEVICE=3D"rtc0" > # CONFIG_RTC_SYSTOHC is not set > # CONFIG_RTC_DEBUG is not set > CONFIG_RTC_NVMEM=3Dy >=20 > # > # RTC interfaces > # > CONFIG_RTC_INTF_SYSFS=3Dy > CONFIG_RTC_INTF_PROC=3Dy > CONFIG_RTC_INTF_DEV=3Dy > # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set > # CONFIG_RTC_DRV_TEST is not set >=20 > # > # I2C RTC drivers > # > # CONFIG_RTC_DRV_ABB5ZES3 is not set > # CONFIG_RTC_DRV_ABEOZ9 is not set > # CONFIG_RTC_DRV_ABX80X is not set > CONFIG_RTC_DRV_DS1307=3Dm > # CONFIG_RTC_DRV_DS1307_CENTURY is not set > CONFIG_RTC_DRV_DS1374=3Dm > # CONFIG_RTC_DRV_DS1374_WDT is not set > CONFIG_RTC_DRV_DS1672=3Dm > CONFIG_RTC_DRV_MAX6900=3Dm > CONFIG_RTC_DRV_RS5C372=3Dm > CONFIG_RTC_DRV_ISL1208=3Dm > CONFIG_RTC_DRV_ISL12022=3Dm > CONFIG_RTC_DRV_X1205=3Dm > CONFIG_RTC_DRV_PCF8523=3Dm > # CONFIG_RTC_DRV_PCF85063 is not set > # CONFIG_RTC_DRV_PCF85363 is not set > CONFIG_RTC_DRV_PCF8563=3Dm > CONFIG_RTC_DRV_PCF8583=3Dm > CONFIG_RTC_DRV_M41T80=3Dm > CONFIG_RTC_DRV_M41T80_WDT=3Dy > CONFIG_RTC_DRV_BQ32K=3Dm > # CONFIG_RTC_DRV_S35390A is not set > CONFIG_RTC_DRV_FM3130=3Dm > # CONFIG_RTC_DRV_RX8010 is not set > CONFIG_RTC_DRV_RX8581=3Dm > CONFIG_RTC_DRV_RX8025=3Dm > CONFIG_RTC_DRV_EM3027=3Dm > # CONFIG_RTC_DRV_RV3028 is not set > # CONFIG_RTC_DRV_RV3032 is not set > # CONFIG_RTC_DRV_RV8803 is not set > # CONFIG_RTC_DRV_SD3078 is not set >=20 > # > # SPI RTC drivers > # > # CONFIG_RTC_DRV_M41T93 is not set > # CONFIG_RTC_DRV_M41T94 is not set > # CONFIG_RTC_DRV_DS1302 is not set > # CONFIG_RTC_DRV_DS1305 is not set > # CONFIG_RTC_DRV_DS1343 is not set > # CONFIG_RTC_DRV_DS1347 is not set > # CONFIG_RTC_DRV_DS1390 is not set > # CONFIG_RTC_DRV_MAX6916 is not set > # CONFIG_RTC_DRV_R9701 is not set > CONFIG_RTC_DRV_RX4581=3Dm > # CONFIG_RTC_DRV_RS5C348 is not set > # CONFIG_RTC_DRV_MAX6902 is not set > # CONFIG_RTC_DRV_PCF2123 is not set > # CONFIG_RTC_DRV_MCP795 is not set > CONFIG_RTC_I2C_AND_SPI=3Dy >=20 > # > # SPI and I2C RTC drivers > # > CONFIG_RTC_DRV_DS3232=3Dm > CONFIG_RTC_DRV_DS3232_HWMON=3Dy > # CONFIG_RTC_DRV_PCF2127 is not set > CONFIG_RTC_DRV_RV3029C2=3Dm > # CONFIG_RTC_DRV_RV3029_HWMON is not set > # CONFIG_RTC_DRV_RX6110 is not set >=20 > # > # Platform RTC drivers > # > CONFIG_RTC_DRV_CMOS=3Dy > CONFIG_RTC_DRV_DS1286=3Dm > CONFIG_RTC_DRV_DS1511=3Dm > CONFIG_RTC_DRV_DS1553=3Dm > # CONFIG_RTC_DRV_DS1685_FAMILY is not set > CONFIG_RTC_DRV_DS1742=3Dm > CONFIG_RTC_DRV_DS2404=3Dm > CONFIG_RTC_DRV_STK17TA8=3Dm > # CONFIG_RTC_DRV_M48T86 is not set > CONFIG_RTC_DRV_M48T35=3Dm > CONFIG_RTC_DRV_M48T59=3Dm > CONFIG_RTC_DRV_MSM6242=3Dm > CONFIG_RTC_DRV_BQ4802=3Dm > CONFIG_RTC_DRV_RP5C01=3Dm > CONFIG_RTC_DRV_V3020=3Dm >=20 > # > # on-CPU RTC drivers > # > # CONFIG_RTC_DRV_FTRTC010 is not set >=20 > # > # HID Sensor RTC drivers > # > # CONFIG_RTC_DRV_GOLDFISH is not set > CONFIG_DMADEVICES=3Dy > # CONFIG_DMADEVICES_DEBUG is not set >=20 > # > # DMA Devices > # > CONFIG_DMA_ENGINE=3Dy > CONFIG_DMA_VIRTUAL_CHANNELS=3Dy > CONFIG_DMA_ACPI=3Dy > # CONFIG_ALTERA_MSGDMA is not set > CONFIG_INTEL_IDMA64=3Dm > # CONFIG_INTEL_IDXD is not set > # CONFIG_INTEL_IDXD_COMPAT is not set > CONFIG_INTEL_IOATDMA=3Dm > # CONFIG_PLX_DMA is not set > # CONFIG_AMD_PTDMA is not set > # CONFIG_QCOM_HIDMA_MGMT is not set > # CONFIG_QCOM_HIDMA is not set > CONFIG_DW_DMAC_CORE=3Dy > CONFIG_DW_DMAC=3Dm > CONFIG_DW_DMAC_PCI=3Dy > # CONFIG_DW_EDMA is not set > # CONFIG_DW_EDMA_PCIE is not set > CONFIG_HSU_DMA=3Dy > # CONFIG_SF_PDMA is not set > # CONFIG_INTEL_LDMA is not set >=20 > # > # DMA Clients > # > CONFIG_ASYNC_TX_DMA=3Dy > CONFIG_DMATEST=3Dm > CONFIG_DMA_ENGINE_RAID=3Dy >=20 > # > # DMABUF options > # > CONFIG_SYNC_FILE=3Dy > CONFIG_SW_SYNC=3Dy > CONFIG_UDMABUF=3Dy > # CONFIG_DMABUF_MOVE_NOTIFY is not set > # CONFIG_DMABUF_DEBUG is not set > # CONFIG_DMABUF_SELFTESTS is not set > CONFIG_DMABUF_HEAPS=3Dy > # CONFIG_DMABUF_SYSFS_STATS is not set > CONFIG_DMABUF_HEAPS_SYSTEM=3Dy > # end of DMABUF options >=20 > CONFIG_DCA=3Dm > # CONFIG_AUXDISPLAY is not set > # CONFIG_PANEL is not set > CONFIG_UIO=3Dm > CONFIG_UIO_CIF=3Dm > CONFIG_UIO_PDRV_GENIRQ=3Dm > # CONFIG_UIO_DMEM_GENIRQ is not set > CONFIG_UIO_AEC=3Dm > CONFIG_UIO_SERCOS3=3Dm > CONFIG_UIO_PCI_GENERIC=3Dm > # CONFIG_UIO_NETX is not set > # CONFIG_UIO_PRUSS is not set > # CONFIG_UIO_MF624 is not set > CONFIG_UIO_HV_GENERIC=3Dm > CONFIG_VFIO=3Dm > CONFIG_VFIO_IOMMU_TYPE1=3Dm > CONFIG_VFIO_VIRQFD=3Dm > CONFIG_VFIO_NOIOMMU=3Dy > CONFIG_VFIO_PCI_CORE=3Dm > CONFIG_VFIO_PCI_MMAP=3Dy > CONFIG_VFIO_PCI_INTX=3Dy > CONFIG_VFIO_PCI=3Dm > # CONFIG_VFIO_PCI_VGA is not set > # CONFIG_VFIO_PCI_IGD is not set > CONFIG_VFIO_MDEV=3Dm > CONFIG_IRQ_BYPASS_MANAGER=3Dy > # CONFIG_VIRT_DRIVERS is not set > CONFIG_VIRTIO=3Dy > CONFIG_VIRTIO_PCI_LIB=3Dy > CONFIG_VIRTIO_PCI_LIB_LEGACY=3Dy > CONFIG_VIRTIO_MENU=3Dy > CONFIG_VIRTIO_PCI=3Dy > CONFIG_VIRTIO_PCI_LEGACY=3Dy > # CONFIG_VIRTIO_PMEM is not set > CONFIG_VIRTIO_BALLOON=3Dm > CONFIG_VIRTIO_MEM=3Dm > CONFIG_VIRTIO_INPUT=3Dm > # CONFIG_VIRTIO_MMIO is not set > CONFIG_VIRTIO_DMA_SHARED_BUFFER=3Dm > # CONFIG_VDPA is not set > CONFIG_VHOST_IOTLB=3Dm > CONFIG_VHOST=3Dm > CONFIG_VHOST_MENU=3Dy > CONFIG_VHOST_NET=3Dm > # CONFIG_VHOST_SCSI is not set > CONFIG_VHOST_VSOCK=3Dm > # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set >=20 > # > # Microsoft Hyper-V guest support > # > CONFIG_HYPERV=3Dm > CONFIG_HYPERV_TIMER=3Dy > CONFIG_HYPERV_UTILS=3Dm > CONFIG_HYPERV_BALLOON=3Dm > # end of Microsoft Hyper-V guest support >=20 > # CONFIG_GREYBUS is not set > # CONFIG_COMEDI is not set > CONFIG_STAGING=3Dy > # CONFIG_PRISM2_USB is not set > # CONFIG_RTL8192U is not set > # CONFIG_RTLLIB is not set > # CONFIG_RTL8723BS is not set > # CONFIG_R8712U is not set > # CONFIG_R8188EU is not set > # CONFIG_RTS5208 is not set > # CONFIG_VT6655 is not set > # CONFIG_VT6656 is not set > # CONFIG_FB_SM750 is not set > # CONFIG_STAGING_MEDIA is not set >=20 > # > # Android > # > # CONFIG_ASHMEM is not set > # end of Android >=20 > # CONFIG_LTE_GDM724X is not set > # CONFIG_FIREWIRE_SERIAL is not set > # CONFIG_GS_FPGABOOT is not set > # CONFIG_UNISYSSPAR is not set > # CONFIG_FB_TFT is not set > # CONFIG_KS7010 is not set > # CONFIG_PI433 is not set > # CONFIG_FIELDBUS_DEV is not set > # CONFIG_QLGE is not set > # CONFIG_WFX is not set > CONFIG_X86_PLATFORM_DEVICES=3Dy > CONFIG_ACPI_WMI=3Dm > CONFIG_WMI_BMOF=3Dm > # CONFIG_HUAWEI_WMI is not set > # CONFIG_UV_SYSFS is not set > CONFIG_MXM_WMI=3Dm > # CONFIG_PEAQ_WMI is not set > # CONFIG_NVIDIA_WMI_EC_BACKLIGHT is not set > # CONFIG_XIAOMI_WMI is not set > # CONFIG_GIGABYTE_WMI is not set > # CONFIG_YOGABOOK_WMI is not set > CONFIG_ACERHDF=3Dm > # CONFIG_ACER_WIRELESS is not set > CONFIG_ACER_WMI=3Dm > # CONFIG_AMD_PMC is not set > # CONFIG_ADV_SWBUTTON is not set > CONFIG_APPLE_GMUX=3Dm > CONFIG_ASUS_LAPTOP=3Dm > # CONFIG_ASUS_WIRELESS is not set > CONFIG_ASUS_WMI=3Dm > CONFIG_ASUS_NB_WMI=3Dm > # CONFIG_ASUS_TF103C_DOCK is not set > # CONFIG_MERAKI_MX100 is not set > CONFIG_EEEPC_LAPTOP=3Dm > CONFIG_EEEPC_WMI=3Dm > # CONFIG_X86_PLATFORM_DRIVERS_DELL is not set > CONFIG_AMILO_RFKILL=3Dm > CONFIG_FUJITSU_LAPTOP=3Dm > CONFIG_FUJITSU_TABLET=3Dm > # CONFIG_GPD_POCKET_FAN is not set > CONFIG_HP_ACCEL=3Dm > # CONFIG_WIRELESS_HOTKEY is not set > CONFIG_HP_WMI=3Dm > # CONFIG_IBM_RTL is not set > CONFIG_IDEAPAD_LAPTOP=3Dm > CONFIG_SENSORS_HDAPS=3Dm > CONFIG_THINKPAD_ACPI=3Dm > # CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set > # CONFIG_THINKPAD_ACPI_DEBUG is not set > # CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set > CONFIG_THINKPAD_ACPI_VIDEO=3Dy > CONFIG_THINKPAD_ACPI_HOTKEY_POLL=3Dy > # CONFIG_THINKPAD_LMI is not set > # CONFIG_INTEL_ATOMISP2_PM is not set > # CONFIG_INTEL_SAR_INT1092 is not set > CONFIG_INTEL_PMC_CORE=3Dm >=20 > # > # Intel Speed Select Technology interface support > # > # CONFIG_INTEL_SPEED_SELECT_INTERFACE is not set > # end of Intel Speed Select Technology interface support >=20 > CONFIG_INTEL_WMI=3Dy > # CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set > CONFIG_INTEL_WMI_THUNDERBOLT=3Dm > CONFIG_INTEL_HID_EVENT=3Dm > CONFIG_INTEL_VBTN=3Dm > # CONFIG_INTEL_INT0002_VGPIO is not set > CONFIG_INTEL_OAKTRAIL=3Dm > # CONFIG_INTEL_ISHTP_ECLITE is not set > # CONFIG_INTEL_PUNIT_IPC is not set > CONFIG_INTEL_RST=3Dm > # CONFIG_INTEL_SMARTCONNECT is not set > CONFIG_INTEL_TURBO_MAX_3=3Dy > # CONFIG_INTEL_UNCORE_FREQ_CONTROL is not set > # CONFIG_INTEL_VSEC is not set > CONFIG_MSI_LAPTOP=3Dm > CONFIG_MSI_WMI=3Dm > # CONFIG_PCENGINES_APU2 is not set > # CONFIG_BARCO_P50_GPIO is not set > CONFIG_SAMSUNG_LAPTOP=3Dm > CONFIG_SAMSUNG_Q10=3Dm > CONFIG_TOSHIBA_BT_RFKILL=3Dm > # CONFIG_TOSHIBA_HAPS is not set > # CONFIG_TOSHIBA_WMI is not set > CONFIG_ACPI_CMPC=3Dm > CONFIG_COMPAL_LAPTOP=3Dm > # CONFIG_LG_LAPTOP is not set > CONFIG_PANASONIC_LAPTOP=3Dm > CONFIG_SONY_LAPTOP=3Dm > CONFIG_SONYPI_COMPAT=3Dy > # CONFIG_SYSTEM76_ACPI is not set > CONFIG_TOPSTAR_LAPTOP=3Dm > # CONFIG_I2C_MULTI_INSTANTIATE is not set > CONFIG_MLX_PLATFORM=3Dm > CONFIG_INTEL_IPS=3Dm > # CONFIG_INTEL_SCU_PCI is not set > # CONFIG_INTEL_SCU_PLATFORM is not set > # CONFIG_SIEMENS_SIMATIC_IPC is not set > CONFIG_PMC_ATOM=3Dy > # CONFIG_CHROME_PLATFORMS is not set > CONFIG_MELLANOX_PLATFORM=3Dy > CONFIG_MLXREG_HOTPLUG=3Dm > # CONFIG_MLXREG_IO is not set > # CONFIG_MLXREG_LC is not set > CONFIG_SURFACE_PLATFORMS=3Dy > # CONFIG_SURFACE3_WMI is not set > # CONFIG_SURFACE_3_POWER_OPREGION is not set > # CONFIG_SURFACE_GPE is not set > # CONFIG_SURFACE_HOTPLUG is not set > # CONFIG_SURFACE_PRO3_BUTTON is not set > CONFIG_HAVE_CLK=3Dy > CONFIG_HAVE_CLK_PREPARE=3Dy > CONFIG_COMMON_CLK=3Dy > # CONFIG_LMK04832 is not set > # CONFIG_COMMON_CLK_MAX9485 is not set > # CONFIG_COMMON_CLK_SI5341 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_COMMON_CLK_LAN966X is not set > # CONFIG_COMMON_CLK_PWM is not set > # CONFIG_XILINX_VCU is not set > CONFIG_HWSPINLOCK=3Dy >=20 > # > # Clock Source drivers > # > CONFIG_CLKEVT_I8253=3Dy > CONFIG_I8253_LOCK=3Dy > CONFIG_CLKBLD_I8253=3Dy > # end of Clock Source drivers >=20 > CONFIG_MAILBOX=3Dy > CONFIG_PCC=3Dy > # CONFIG_ALTERA_MBOX is not set > CONFIG_IOMMU_IOVA=3Dy > CONFIG_IOASID=3Dy > CONFIG_IOMMU_API=3Dy > CONFIG_IOMMU_SUPPORT=3Dy >=20 > # > # Generic IOMMU Pagetable Support > # > # end of Generic IOMMU Pagetable Support >=20 > # CONFIG_IOMMU_DEBUGFS is not set > # CONFIG_IOMMU_DEFAULT_DMA_STRICT is not set > CONFIG_IOMMU_DEFAULT_DMA_LAZY=3Dy > # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set > CONFIG_IOMMU_DMA=3Dy > # CONFIG_AMD_IOMMU is not set > CONFIG_DMAR_TABLE=3Dy > CONFIG_INTEL_IOMMU=3Dy > # CONFIG_INTEL_IOMMU_SVM is not set > # CONFIG_INTEL_IOMMU_DEFAULT_ON is not set > CONFIG_INTEL_IOMMU_FLOPPY_WA=3Dy > CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=3Dy > CONFIG_IRQ_REMAP=3Dy > CONFIG_HYPERV_IOMMU=3Dy > # CONFIG_VIRTIO_IOMMU is not set >=20 > # > # Remoteproc drivers > # > # CONFIG_REMOTEPROC is not set > # end of Remoteproc drivers >=20 > # > # Rpmsg drivers > # > # CONFIG_RPMSG_QCOM_GLINK_RPM is not set > # CONFIG_RPMSG_VIRTIO is not set > # end of Rpmsg drivers >=20 > # CONFIG_SOUNDWIRE is not set >=20 > # > # SOC (System On Chip) specific Drivers > # >=20 > # > # Amlogic SoC drivers > # > # end of Amlogic SoC drivers >=20 > # > # Broadcom SoC drivers > # > # end of Broadcom SoC drivers >=20 > # > # NXP/Freescale QorIQ SoC drivers > # > # end of NXP/Freescale QorIQ SoC drivers >=20 > # > # i.MX SoC drivers > # > # end of i.MX SoC drivers >=20 > # > # Enable LiteX SoC Builder specific drivers > # > # end of Enable LiteX SoC Builder specific drivers >=20 > # > # Qualcomm SoC drivers > # > # end of Qualcomm SoC drivers >=20 > # CONFIG_SOC_TI is not set >=20 > # > # Xilinx SoC drivers > # > # end of Xilinx SoC drivers > # end of SOC (System On Chip) specific Drivers >=20 > # CONFIG_PM_DEVFREQ is not set > # CONFIG_EXTCON is not set > # CONFIG_MEMORY is not set > # CONFIG_IIO is not set > CONFIG_NTB=3Dm > # CONFIG_NTB_MSI is not set > # CONFIG_NTB_AMD is not set > # CONFIG_NTB_IDT is not set > # CONFIG_NTB_INTEL is not set > # CONFIG_NTB_EPF is not set > # CONFIG_NTB_SWITCHTEC is not set > # CONFIG_NTB_PINGPONG is not set > # CONFIG_NTB_TOOL is not set > # CONFIG_NTB_PERF is not set > # CONFIG_NTB_TRANSPORT is not set > # CONFIG_VME_BUS is not set > CONFIG_PWM=3Dy > CONFIG_PWM_SYSFS=3Dy > # CONFIG_PWM_DEBUG is not set > # CONFIG_PWM_DWC is not set > CONFIG_PWM_LPSS=3Dm > CONFIG_PWM_LPSS_PCI=3Dm > CONFIG_PWM_LPSS_PLATFORM=3Dm > # CONFIG_PWM_PCA9685 is not set >=20 > # > # IRQ chip support > # > # end of IRQ chip support >=20 > # CONFIG_IPACK_BUS is not set > # CONFIG_RESET_CONTROLLER is not set >=20 > # > # PHY Subsystem > # > # CONFIG_GENERIC_PHY is not set > # CONFIG_USB_LGM_PHY is not set > # CONFIG_PHY_CAN_TRANSCEIVER is not set >=20 > # > # PHY drivers for Broadcom platforms > # > # CONFIG_BCM_KONA_USB2_PHY is not set > # end of PHY drivers for Broadcom platforms >=20 > # CONFIG_PHY_PXA_28NM_HSIC is not set > # CONFIG_PHY_PXA_28NM_USB2 is not set > # CONFIG_PHY_INTEL_LGM_EMMC is not set > # end of PHY Subsystem >=20 > CONFIG_POWERCAP=3Dy > CONFIG_INTEL_RAPL_CORE=3Dm > CONFIG_INTEL_RAPL=3Dm > # CONFIG_IDLE_INJECT is not set > # CONFIG_DTPM is not set > # CONFIG_MCB is not set >=20 > # > # Performance monitor support > # > # end of Performance monitor support >=20 > CONFIG_RAS=3Dy > # CONFIG_RAS_CEC is not set > # CONFIG_USB4 is not set >=20 > # > # Android > # > CONFIG_ANDROID=3Dy > # CONFIG_ANDROID_BINDER_IPC is not set > # end of Android >=20 > CONFIG_LIBNVDIMM=3Dm > CONFIG_BLK_DEV_PMEM=3Dm > CONFIG_ND_BLK=3Dm > CONFIG_ND_CLAIM=3Dy > CONFIG_ND_BTT=3Dm > CONFIG_BTT=3Dy > CONFIG_ND_PFN=3Dm > CONFIG_NVDIMM_PFN=3Dy > CONFIG_NVDIMM_DAX=3Dy > CONFIG_NVDIMM_KEYS=3Dy > CONFIG_DAX=3Dy > CONFIG_DEV_DAX=3Dm > CONFIG_DEV_DAX_PMEM=3Dm > CONFIG_DEV_DAX_KMEM=3Dm > CONFIG_NVMEM=3Dy > CONFIG_NVMEM_SYSFS=3Dy > # CONFIG_NVMEM_RMEM is not set >=20 > # > # HW tracing support > # > CONFIG_STM=3Dm > # CONFIG_STM_PROTO_BASIC is not set > # CONFIG_STM_PROTO_SYS_T is not set > CONFIG_STM_DUMMY=3Dm > CONFIG_STM_SOURCE_CONSOLE=3Dm > CONFIG_STM_SOURCE_HEARTBEAT=3Dm > CONFIG_STM_SOURCE_FTRACE=3Dm > CONFIG_INTEL_TH=3Dm > CONFIG_INTEL_TH_PCI=3Dm > CONFIG_INTEL_TH_ACPI=3Dm > CONFIG_INTEL_TH_GTH=3Dm > CONFIG_INTEL_TH_STH=3Dm > CONFIG_INTEL_TH_MSU=3Dm > CONFIG_INTEL_TH_PTI=3Dm > # CONFIG_INTEL_TH_DEBUG is not set > # end of HW tracing support >=20 > # CONFIG_FPGA is not set > # CONFIG_TEE is not set > # CONFIG_UNISYS_VISORBUS is not set > # CONFIG_SIOX is not set > # CONFIG_SLIMBUS is not set > # CONFIG_INTERCONNECT is not set > # CONFIG_COUNTER is not set > # CONFIG_MOST is not set > # end of Device Drivers >=20 > # > # File systems > # > CONFIG_DCACHE_WORD_ACCESS=3Dy > # CONFIG_VALIDATE_FS_PARSER is not set > CONFIG_FS_IOMAP=3Dy > # CONFIG_EXT2_FS is not set > # CONFIG_EXT3_FS is not set > CONFIG_EXT4_FS=3Dy > CONFIG_EXT4_USE_FOR_EXT2=3Dy > CONFIG_EXT4_FS_POSIX_ACL=3Dy > CONFIG_EXT4_FS_SECURITY=3Dy > # CONFIG_EXT4_DEBUG is not set > CONFIG_JBD2=3Dy > # CONFIG_JBD2_DEBUG is not set > CONFIG_FS_MBCACHE=3Dy > # CONFIG_REISERFS_FS is not set > # CONFIG_JFS_FS is not set > CONFIG_XFS_FS=3Dm > CONFIG_XFS_SUPPORT_V4=3Dy > CONFIG_XFS_QUOTA=3Dy > CONFIG_XFS_POSIX_ACL=3Dy > CONFIG_XFS_RT=3Dy > CONFIG_XFS_ONLINE_SCRUB=3Dy > # CONFIG_XFS_ONLINE_REPAIR is not set > CONFIG_XFS_DEBUG=3Dy > CONFIG_XFS_ASSERT_FATAL=3Dy > CONFIG_GFS2_FS=3Dm > CONFIG_GFS2_FS_LOCKING_DLM=3Dy > CONFIG_OCFS2_FS=3Dm > CONFIG_OCFS2_FS_O2CB=3Dm > CONFIG_OCFS2_FS_USERSPACE_CLUSTER=3Dm > CONFIG_OCFS2_FS_STATS=3Dy > CONFIG_OCFS2_DEBUG_MASKLOG=3Dy > # CONFIG_OCFS2_DEBUG_FS is not set > CONFIG_BTRFS_FS=3Dm > CONFIG_BTRFS_FS_POSIX_ACL=3Dy > # 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=3Dm > CONFIG_F2FS_STAT_FS=3Dy > CONFIG_F2FS_FS_XATTR=3Dy > CONFIG_F2FS_FS_POSIX_ACL=3Dy > # CONFIG_F2FS_FS_SECURITY is not set > # CONFIG_F2FS_CHECK_FS is not set > # CONFIG_F2FS_FAULT_INJECTION is not set > # CONFIG_F2FS_FS_COMPRESSION is not set > CONFIG_F2FS_IOSTAT=3Dy > CONFIG_FS_DAX=3Dy > CONFIG_FS_DAX_PMD=3Dy > CONFIG_FS_POSIX_ACL=3Dy > CONFIG_EXPORTFS=3Dy > CONFIG_EXPORTFS_BLOCK_OPS=3Dy > CONFIG_FILE_LOCKING=3Dy > CONFIG_FS_ENCRYPTION=3Dy > CONFIG_FS_ENCRYPTION_ALGS=3Dy > # CONFIG_FS_VERITY is not set > CONFIG_FSNOTIFY=3Dy > CONFIG_DNOTIFY=3Dy > CONFIG_INOTIFY_USER=3Dy > CONFIG_FANOTIFY=3Dy > CONFIG_FANOTIFY_ACCESS_PERMISSIONS=3Dy > CONFIG_QUOTA=3Dy > CONFIG_QUOTA_NETLINK_INTERFACE=3Dy > CONFIG_PRINT_QUOTA_WARNING=3Dy > # CONFIG_QUOTA_DEBUG is not set > CONFIG_QUOTA_TREE=3Dy > # CONFIG_QFMT_V1 is not set > CONFIG_QFMT_V2=3Dy > CONFIG_QUOTACTL=3Dy > CONFIG_AUTOFS4_FS=3Dy > CONFIG_AUTOFS_FS=3Dy > CONFIG_FUSE_FS=3Dm > CONFIG_CUSE=3Dm > # CONFIG_VIRTIO_FS is not set > CONFIG_OVERLAY_FS=3Dm > # CONFIG_OVERLAY_FS_REDIRECT_DIR is not set > # CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW is not set > # CONFIG_OVERLAY_FS_INDEX is not set > # CONFIG_OVERLAY_FS_XINO_AUTO is not set > # CONFIG_OVERLAY_FS_METACOPY is not set >=20 > # > # Caches > # > CONFIG_NETFS_SUPPORT=3Dm > CONFIG_NETFS_STATS=3Dy > CONFIG_FSCACHE=3Dm > CONFIG_FSCACHE_STATS=3Dy > # CONFIG_FSCACHE_DEBUG is not set > CONFIG_CACHEFILES=3Dm > # CONFIG_CACHEFILES_DEBUG is not set > # CONFIG_CACHEFILES_ERROR_INJECTION is not set > # end of Caches >=20 > # > # CD-ROM/DVD Filesystems > # > CONFIG_ISO9660_FS=3Dm > CONFIG_JOLIET=3Dy > CONFIG_ZISOFS=3Dy > CONFIG_UDF_FS=3Dm > # end of CD-ROM/DVD Filesystems >=20 > # > # DOS/FAT/EXFAT/NT Filesystems > # > CONFIG_FAT_FS=3Dm > CONFIG_MSDOS_FS=3Dm > CONFIG_VFAT_FS=3Dm > CONFIG_FAT_DEFAULT_CODEPAGE=3D437 > CONFIG_FAT_DEFAULT_IOCHARSET=3D"ascii" > # CONFIG_FAT_DEFAULT_UTF8 is not set > # CONFIG_EXFAT_FS is not set > # CONFIG_NTFS_FS is not set > # CONFIG_NTFS3_FS is not set > # end of DOS/FAT/EXFAT/NT Filesystems >=20 > # > # Pseudo filesystems > # > CONFIG_PROC_FS=3Dy > CONFIG_PROC_KCORE=3Dy > CONFIG_PROC_VMCORE=3Dy > CONFIG_PROC_VMCORE_DEVICE_DUMP=3Dy > CONFIG_PROC_SYSCTL=3Dy > CONFIG_PROC_PAGE_MONITOR=3Dy > CONFIG_PROC_CHILDREN=3Dy > CONFIG_PROC_PID_ARCH_STATUS=3Dy > CONFIG_PROC_CPU_RESCTRL=3Dy > CONFIG_KERNFS=3Dy > CONFIG_SYSFS=3Dy > CONFIG_TMPFS=3Dy > CONFIG_TMPFS_POSIX_ACL=3Dy > CONFIG_TMPFS_XATTR=3Dy > # CONFIG_TMPFS_INODE64 is not set > CONFIG_HUGETLBFS=3Dy > CONFIG_HUGETLB_PAGE=3Dy > CONFIG_HUGETLB_PAGE_FREE_VMEMMAP=3Dy > # CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON is not set > CONFIG_MEMFD_CREATE=3Dy > CONFIG_ARCH_HAS_GIGANTIC_PAGE=3Dy > CONFIG_CONFIGFS_FS=3Dy > CONFIG_EFIVAR_FS=3Dy > # end of Pseudo filesystems >=20 > CONFIG_MISC_FILESYSTEMS=3Dy > # CONFIG_ORANGEFS_FS is not set > # CONFIG_ADFS_FS is not set > # CONFIG_AFFS_FS is not set > # CONFIG_ECRYPT_FS is not set > # 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=3Dm > CONFIG_CRAMFS_BLOCKDEV=3Dy > CONFIG_SQUASHFS=3Dm > # CONFIG_SQUASHFS_FILE_CACHE is not set > CONFIG_SQUASHFS_FILE_DIRECT=3Dy > # CONFIG_SQUASHFS_DECOMP_SINGLE is not set > # CONFIG_SQUASHFS_DECOMP_MULTI is not set > CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=3Dy > CONFIG_SQUASHFS_XATTR=3Dy > CONFIG_SQUASHFS_ZLIB=3Dy > # CONFIG_SQUASHFS_LZ4 is not set > CONFIG_SQUASHFS_LZO=3Dy > CONFIG_SQUASHFS_XZ=3Dy > # CONFIG_SQUASHFS_ZSTD is not set > # CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set > # CONFIG_SQUASHFS_EMBEDDED is not set > CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3D3 > # 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=3Dy > CONFIG_PSTORE_DEFAULT_KMSG_BYTES=3D10240 > CONFIG_PSTORE_DEFLATE_COMPRESS=3Dy > # CONFIG_PSTORE_LZO_COMPRESS is not set > # CONFIG_PSTORE_LZ4_COMPRESS is not set > # CONFIG_PSTORE_LZ4HC_COMPRESS is not set > # CONFIG_PSTORE_842_COMPRESS is not set > # CONFIG_PSTORE_ZSTD_COMPRESS is not set > CONFIG_PSTORE_COMPRESS=3Dy > CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=3Dy > CONFIG_PSTORE_COMPRESS_DEFAULT=3D"deflate" > CONFIG_PSTORE_CONSOLE=3Dy > CONFIG_PSTORE_PMSG=3Dy > # CONFIG_PSTORE_FTRACE is not set > CONFIG_PSTORE_RAM=3Dm > # CONFIG_PSTORE_BLK is not set > # CONFIG_SYSV_FS is not set > # CONFIG_UFS_FS is not set > # CONFIG_EROFS_FS is not set > CONFIG_NETWORK_FILESYSTEMS=3Dy > CONFIG_NFS_FS=3Dy > # CONFIG_NFS_V2 is not set > CONFIG_NFS_V3=3Dy > CONFIG_NFS_V3_ACL=3Dy > CONFIG_NFS_V4=3Dm > # CONFIG_NFS_SWAP is not set > CONFIG_NFS_V4_1=3Dy > CONFIG_NFS_V4_2=3Dy > CONFIG_PNFS_FILE_LAYOUT=3Dm > CONFIG_PNFS_BLOCK=3Dm > CONFIG_PNFS_FLEXFILE_LAYOUT=3Dm > CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN=3D"kernel.org" > # CONFIG_NFS_V4_1_MIGRATION is not set > CONFIG_NFS_V4_SECURITY_LABEL=3Dy > CONFIG_ROOT_NFS=3Dy > # CONFIG_NFS_USE_LEGACY_DNS is not set > CONFIG_NFS_USE_KERNEL_DNS=3Dy > CONFIG_NFS_DEBUG=3Dy > CONFIG_NFS_DISABLE_UDP_SUPPORT=3Dy > # CONFIG_NFS_V4_2_READ_PLUS is not set > CONFIG_NFSD=3Dm > CONFIG_NFSD_V2_ACL=3Dy > CONFIG_NFSD_V3=3Dy > CONFIG_NFSD_V3_ACL=3Dy > CONFIG_NFSD_V4=3Dy > CONFIG_NFSD_PNFS=3Dy > # CONFIG_NFSD_BLOCKLAYOUT is not set > CONFIG_NFSD_SCSILAYOUT=3Dy > # CONFIG_NFSD_FLEXFILELAYOUT is not set > # CONFIG_NFSD_V4_2_INTER_SSC is not set > CONFIG_NFSD_V4_SECURITY_LABEL=3Dy > CONFIG_GRACE_PERIOD=3Dy > CONFIG_LOCKD=3Dy > CONFIG_LOCKD_V4=3Dy > CONFIG_NFS_ACL_SUPPORT=3Dy > CONFIG_NFS_COMMON=3Dy > CONFIG_NFS_V4_2_SSC_HELPER=3Dy > CONFIG_SUNRPC=3Dy > CONFIG_SUNRPC_GSS=3Dm > CONFIG_SUNRPC_BACKCHANNEL=3Dy > CONFIG_RPCSEC_GSS_KRB5=3Dm > # CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set > CONFIG_SUNRPC_DEBUG=3Dy > CONFIG_CEPH_FS=3Dm > # CONFIG_CEPH_FSCACHE is not set > CONFIG_CEPH_FS_POSIX_ACL=3Dy > # CONFIG_CEPH_FS_SECURITY_LABEL is not set > CONFIG_CIFS=3Dm > CONFIG_CIFS_STATS2=3Dy > CONFIG_CIFS_ALLOW_INSECURE_LEGACY=3Dy > CONFIG_CIFS_UPCALL=3Dy > CONFIG_CIFS_XATTR=3Dy > CONFIG_CIFS_POSIX=3Dy > CONFIG_CIFS_DEBUG=3Dy > # CONFIG_CIFS_DEBUG2 is not set > # CONFIG_CIFS_DEBUG_DUMP_KEYS is not set > CONFIG_CIFS_DFS_UPCALL=3Dy > # CONFIG_CIFS_SWN_UPCALL is not set > # CONFIG_SMB_SERVER is not set > CONFIG_SMBFS_COMMON=3Dm > # CONFIG_CODA_FS is not set > # CONFIG_AFS_FS is not set > # CONFIG_9P_FS is not set > CONFIG_NLS=3Dy > CONFIG_NLS_DEFAULT=3D"utf8" > CONFIG_NLS_CODEPAGE_437=3Dy > CONFIG_NLS_CODEPAGE_737=3Dm > CONFIG_NLS_CODEPAGE_775=3Dm > CONFIG_NLS_CODEPAGE_850=3Dm > CONFIG_NLS_CODEPAGE_852=3Dm > CONFIG_NLS_CODEPAGE_855=3Dm > CONFIG_NLS_CODEPAGE_857=3Dm > CONFIG_NLS_CODEPAGE_860=3Dm > CONFIG_NLS_CODEPAGE_861=3Dm > CONFIG_NLS_CODEPAGE_862=3Dm > CONFIG_NLS_CODEPAGE_863=3Dm > CONFIG_NLS_CODEPAGE_864=3Dm > CONFIG_NLS_CODEPAGE_865=3Dm > CONFIG_NLS_CODEPAGE_866=3Dm > CONFIG_NLS_CODEPAGE_869=3Dm > CONFIG_NLS_CODEPAGE_936=3Dm > CONFIG_NLS_CODEPAGE_950=3Dm > CONFIG_NLS_CODEPAGE_932=3Dm > CONFIG_NLS_CODEPAGE_949=3Dm > CONFIG_NLS_CODEPAGE_874=3Dm > CONFIG_NLS_ISO8859_8=3Dm > CONFIG_NLS_CODEPAGE_1250=3Dm > CONFIG_NLS_CODEPAGE_1251=3Dm > CONFIG_NLS_ASCII=3Dy > CONFIG_NLS_ISO8859_1=3Dm > CONFIG_NLS_ISO8859_2=3Dm > CONFIG_NLS_ISO8859_3=3Dm > CONFIG_NLS_ISO8859_4=3Dm > CONFIG_NLS_ISO8859_5=3Dm > CONFIG_NLS_ISO8859_6=3Dm > CONFIG_NLS_ISO8859_7=3Dm > CONFIG_NLS_ISO8859_9=3Dm > CONFIG_NLS_ISO8859_13=3Dm > CONFIG_NLS_ISO8859_14=3Dm > CONFIG_NLS_ISO8859_15=3Dm > CONFIG_NLS_KOI8_R=3Dm > CONFIG_NLS_KOI8_U=3Dm > CONFIG_NLS_MAC_ROMAN=3Dm > CONFIG_NLS_MAC_CELTIC=3Dm > CONFIG_NLS_MAC_CENTEURO=3Dm > CONFIG_NLS_MAC_CROATIAN=3Dm > CONFIG_NLS_MAC_CYRILLIC=3Dm > CONFIG_NLS_MAC_GAELIC=3Dm > CONFIG_NLS_MAC_GREEK=3Dm > CONFIG_NLS_MAC_ICELAND=3Dm > CONFIG_NLS_MAC_INUIT=3Dm > CONFIG_NLS_MAC_ROMANIAN=3Dm > CONFIG_NLS_MAC_TURKISH=3Dm > CONFIG_NLS_UTF8=3Dm > CONFIG_DLM=3Dm > CONFIG_DLM_DEBUG=3Dy > # CONFIG_UNICODE is not set > CONFIG_IO_WQ=3Dy > # end of File systems >=20 > # > # Security options > # > CONFIG_KEYS=3Dy > # CONFIG_KEYS_REQUEST_CACHE is not set > CONFIG_PERSISTENT_KEYRINGS=3Dy > CONFIG_TRUSTED_KEYS=3Dy > CONFIG_ENCRYPTED_KEYS=3Dy > # CONFIG_KEY_DH_OPERATIONS is not set > # CONFIG_SECURITY_DMESG_RESTRICT is not set > CONFIG_SECURITY=3Dy > CONFIG_SECURITY_WRITABLE_HOOKS=3Dy > CONFIG_SECURITYFS=3Dy > CONFIG_SECURITY_NETWORK=3Dy > CONFIG_PAGE_TABLE_ISOLATION=3Dy > CONFIG_SECURITY_NETWORK_XFRM=3Dy > CONFIG_SECURITY_PATH=3Dy > CONFIG_INTEL_TXT=3Dy > CONFIG_LSM_MMAP_MIN_ADDR=3D65535 > CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=3Dy > CONFIG_HARDENED_USERCOPY=3Dy > # CONFIG_HARDENED_USERCOPY_PAGESPAN is not set > CONFIG_FORTIFY_SOURCE=3Dy > # CONFIG_STATIC_USERMODEHELPER is not set > CONFIG_SECURITY_SELINUX=3Dy > CONFIG_SECURITY_SELINUX_BOOTPARAM=3Dy > CONFIG_SECURITY_SELINUX_DISABLE=3Dy > CONFIG_SECURITY_SELINUX_DEVELOP=3Dy > CONFIG_SECURITY_SELINUX_AVC_STATS=3Dy > CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=3D1 > CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=3D9 > CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=3D256 > # CONFIG_SECURITY_SMACK is not set > # CONFIG_SECURITY_TOMOYO is not set > # CONFIG_SECURITY_APPARMOR is not set > # CONFIG_SECURITY_LOADPIN is not set > CONFIG_SECURITY_YAMA=3Dy > # CONFIG_SECURITY_SAFESETID is not set > # CONFIG_SECURITY_LOCKDOWN_LSM is not set > CONFIG_SECURITY_LANDLOCK=3Dy > CONFIG_INTEGRITY=3Dy > CONFIG_INTEGRITY_SIGNATURE=3Dy > CONFIG_INTEGRITY_ASYMMETRIC_KEYS=3Dy > CONFIG_INTEGRITY_TRUSTED_KEYRING=3Dy > # CONFIG_INTEGRITY_PLATFORM_KEYRING is not set > CONFIG_INTEGRITY_AUDIT=3Dy > CONFIG_IMA=3Dy > CONFIG_IMA_MEASURE_PCR_IDX=3D10 > CONFIG_IMA_LSM_RULES=3Dy > # CONFIG_IMA_TEMPLATE is not set > CONFIG_IMA_NG_TEMPLATE=3Dy > # CONFIG_IMA_SIG_TEMPLATE is not set > CONFIG_IMA_DEFAULT_TEMPLATE=3D"ima-ng" > CONFIG_IMA_DEFAULT_HASH_SHA1=3Dy > # CONFIG_IMA_DEFAULT_HASH_SHA256 is not set > # CONFIG_IMA_DEFAULT_HASH_SHA512 is not set > CONFIG_IMA_DEFAULT_HASH=3D"sha1" > CONFIG_IMA_WRITE_POLICY=3Dy > CONFIG_IMA_READ_POLICY=3Dy > CONFIG_IMA_APPRAISE=3Dy > CONFIG_IMA_ARCH_POLICY=3Dy > # CONFIG_IMA_APPRAISE_BUILD_POLICY is not set > CONFIG_IMA_APPRAISE_BOOTPARAM=3Dy > # CONFIG_IMA_APPRAISE_MODSIG is not set > CONFIG_IMA_TRUSTED_KEYRING=3Dy > # CONFIG_IMA_BLACKLIST_KEYRING is not set > # CONFIG_IMA_LOAD_X509 is not set > CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS=3Dy > CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS=3Dy > CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT=3Dy > # CONFIG_IMA_DISABLE_HTABLE is not set > CONFIG_EVM=3Dy > CONFIG_EVM_ATTR_FSUUID=3Dy > # CONFIG_EVM_ADD_XATTRS is not set > # CONFIG_EVM_LOAD_X509 is not set > CONFIG_DEFAULT_SECURITY_SELINUX=3Dy > # CONFIG_DEFAULT_SECURITY_DAC is not set > CONFIG_LSM=3D"landlock,lockdown,yama,loadpin,safesetid,integrity,selinux,= smack,tomoyo,apparmor,bpf" >=20 > # > # Kernel hardening options > # >=20 > # > # Memory initialization > # > CONFIG_INIT_STACK_NONE=3Dy > CONFIG_INIT_ON_ALLOC_DEFAULT_ON=3Dy > # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set > # end of Memory initialization > # end of Kernel hardening options > # end of Security options >=20 > CONFIG_XOR_BLOCKS=3Dm > CONFIG_ASYNC_CORE=3Dm > CONFIG_ASYNC_MEMCPY=3Dm > CONFIG_ASYNC_XOR=3Dm > CONFIG_ASYNC_PQ=3Dm > CONFIG_ASYNC_RAID6_RECOV=3Dm > CONFIG_CRYPTO=3Dy >=20 > # > # Crypto core or helper > # > CONFIG_CRYPTO_ALGAPI=3Dy > CONFIG_CRYPTO_ALGAPI2=3Dy > CONFIG_CRYPTO_AEAD=3Dy > CONFIG_CRYPTO_AEAD2=3Dy > CONFIG_CRYPTO_SKCIPHER=3Dy > CONFIG_CRYPTO_SKCIPHER2=3Dy > CONFIG_CRYPTO_HASH=3Dy > CONFIG_CRYPTO_HASH2=3Dy > CONFIG_CRYPTO_RNG=3Dy > CONFIG_CRYPTO_RNG2=3Dy > CONFIG_CRYPTO_RNG_DEFAULT=3Dy > CONFIG_CRYPTO_AKCIPHER2=3Dy > CONFIG_CRYPTO_AKCIPHER=3Dy > CONFIG_CRYPTO_KPP2=3Dy > CONFIG_CRYPTO_KPP=3Dm > CONFIG_CRYPTO_ACOMP2=3Dy > CONFIG_CRYPTO_MANAGER=3Dy > CONFIG_CRYPTO_MANAGER2=3Dy > CONFIG_CRYPTO_USER=3Dm > CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=3Dy > CONFIG_CRYPTO_GF128MUL=3Dy > CONFIG_CRYPTO_NULL=3Dy > CONFIG_CRYPTO_NULL2=3Dy > CONFIG_CRYPTO_PCRYPT=3Dm > CONFIG_CRYPTO_CRYPTD=3Dy > CONFIG_CRYPTO_AUTHENC=3Dm > CONFIG_CRYPTO_TEST=3Dm > CONFIG_CRYPTO_SIMD=3Dy >=20 > # > # Public-key cryptography > # > CONFIG_CRYPTO_RSA=3Dy > CONFIG_CRYPTO_DH=3Dm > CONFIG_CRYPTO_ECC=3Dm > CONFIG_CRYPTO_ECDH=3Dm > # CONFIG_CRYPTO_ECDSA is not set > # CONFIG_CRYPTO_ECRDSA is not set > # CONFIG_CRYPTO_SM2 is not set > # CONFIG_CRYPTO_CURVE25519 is not set > # CONFIG_CRYPTO_CURVE25519_X86 is not set >=20 > # > # Authenticated Encryption with Associated Data > # > CONFIG_CRYPTO_CCM=3Dm > CONFIG_CRYPTO_GCM=3Dy > CONFIG_CRYPTO_CHACHA20POLY1305=3Dm > # CONFIG_CRYPTO_AEGIS128 is not set > # CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set > CONFIG_CRYPTO_SEQIV=3Dy > CONFIG_CRYPTO_ECHAINIV=3Dm >=20 > # > # Block modes > # > CONFIG_CRYPTO_CBC=3Dy > CONFIG_CRYPTO_CFB=3Dy > CONFIG_CRYPTO_CTR=3Dy > CONFIG_CRYPTO_CTS=3Dm > CONFIG_CRYPTO_ECB=3Dy > CONFIG_CRYPTO_LRW=3Dm > # CONFIG_CRYPTO_OFB is not set > CONFIG_CRYPTO_PCBC=3Dm > CONFIG_CRYPTO_XTS=3Dm > # CONFIG_CRYPTO_KEYWRAP is not set > # CONFIG_CRYPTO_NHPOLY1305_SSE2 is not set > # CONFIG_CRYPTO_NHPOLY1305_AVX2 is not set > # CONFIG_CRYPTO_ADIANTUM is not set > CONFIG_CRYPTO_ESSIV=3Dm >=20 > # > # Hash modes > # > CONFIG_CRYPTO_CMAC=3Dm > CONFIG_CRYPTO_HMAC=3Dy > CONFIG_CRYPTO_XCBC=3Dm > CONFIG_CRYPTO_VMAC=3Dm >=20 > # > # Digest > # > CONFIG_CRYPTO_CRC32C=3Dy > CONFIG_CRYPTO_CRC32C_INTEL=3Dm > CONFIG_CRYPTO_CRC32=3Dm > CONFIG_CRYPTO_CRC32_PCLMUL=3Dm > CONFIG_CRYPTO_XXHASH=3Dm > CONFIG_CRYPTO_BLAKE2B=3Dm > # CONFIG_CRYPTO_BLAKE2S is not set > # CONFIG_CRYPTO_BLAKE2S_X86 is not set > CONFIG_CRYPTO_CRCT10DIF=3Dy > CONFIG_CRYPTO_CRCT10DIF_PCLMUL=3Dm > CONFIG_CRYPTO_GHASH=3Dy > CONFIG_CRYPTO_POLY1305=3Dm > CONFIG_CRYPTO_POLY1305_X86_64=3Dm > CONFIG_CRYPTO_MD4=3Dm > CONFIG_CRYPTO_MD5=3Dy > CONFIG_CRYPTO_MICHAEL_MIC=3Dm > CONFIG_CRYPTO_RMD160=3Dm > CONFIG_CRYPTO_SHA1=3Dy > CONFIG_CRYPTO_SHA1_SSSE3=3Dy > CONFIG_CRYPTO_SHA256_SSSE3=3Dy > CONFIG_CRYPTO_SHA512_SSSE3=3Dm > CONFIG_CRYPTO_SHA256=3Dy > CONFIG_CRYPTO_SHA512=3Dy > CONFIG_CRYPTO_SHA3=3Dm > # CONFIG_CRYPTO_SM3 is not set > # CONFIG_CRYPTO_STREEBOG is not set > CONFIG_CRYPTO_WP512=3Dm > CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=3Dm >=20 > # > # Ciphers > # > CONFIG_CRYPTO_AES=3Dy > # CONFIG_CRYPTO_AES_TI is not set > CONFIG_CRYPTO_AES_NI_INTEL=3Dy > CONFIG_CRYPTO_ANUBIS=3Dm > CONFIG_CRYPTO_ARC4=3Dm > CONFIG_CRYPTO_BLOWFISH=3Dm > CONFIG_CRYPTO_BLOWFISH_COMMON=3Dm > CONFIG_CRYPTO_BLOWFISH_X86_64=3Dm > CONFIG_CRYPTO_CAMELLIA=3Dm > CONFIG_CRYPTO_CAMELLIA_X86_64=3Dm > CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=3Dm > CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=3Dm > CONFIG_CRYPTO_CAST_COMMON=3Dm > CONFIG_CRYPTO_CAST5=3Dm > CONFIG_CRYPTO_CAST5_AVX_X86_64=3Dm > CONFIG_CRYPTO_CAST6=3Dm > CONFIG_CRYPTO_CAST6_AVX_X86_64=3Dm > CONFIG_CRYPTO_DES=3Dm > # CONFIG_CRYPTO_DES3_EDE_X86_64 is not set > CONFIG_CRYPTO_FCRYPT=3Dm > CONFIG_CRYPTO_KHAZAD=3Dm > CONFIG_CRYPTO_CHACHA20=3Dm > CONFIG_CRYPTO_CHACHA20_X86_64=3Dm > CONFIG_CRYPTO_SEED=3Dm > CONFIG_CRYPTO_SERPENT=3Dm > CONFIG_CRYPTO_SERPENT_SSE2_X86_64=3Dm > CONFIG_CRYPTO_SERPENT_AVX_X86_64=3Dm > CONFIG_CRYPTO_SERPENT_AVX2_X86_64=3Dm > CONFIG_CRYPTO_SM4=3Dy > # CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64 is not set > # CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64 is not set > CONFIG_CRYPTO_TEA=3Dm > CONFIG_CRYPTO_TWOFISH=3Dm > CONFIG_CRYPTO_TWOFISH_COMMON=3Dm > CONFIG_CRYPTO_TWOFISH_X86_64=3Dm > CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=3Dm > CONFIG_CRYPTO_TWOFISH_AVX_X86_64=3Dm >=20 > # > # Compression > # > CONFIG_CRYPTO_DEFLATE=3Dy > CONFIG_CRYPTO_LZO=3Dy > # CONFIG_CRYPTO_842 is not set > # CONFIG_CRYPTO_LZ4 is not set > # CONFIG_CRYPTO_LZ4HC is not set > # CONFIG_CRYPTO_ZSTD is not set >=20 > # > # Random Number Generation > # > CONFIG_CRYPTO_ANSI_CPRNG=3Dm > CONFIG_CRYPTO_DRBG_MENU=3Dy > CONFIG_CRYPTO_DRBG_HMAC=3Dy > CONFIG_CRYPTO_DRBG_HASH=3Dy > CONFIG_CRYPTO_DRBG_CTR=3Dy > CONFIG_CRYPTO_DRBG=3Dy > CONFIG_CRYPTO_JITTERENTROPY=3Dy > CONFIG_CRYPTO_USER_API=3Dy > CONFIG_CRYPTO_USER_API_HASH=3Dy > CONFIG_CRYPTO_USER_API_SKCIPHER=3Dy > CONFIG_CRYPTO_USER_API_RNG=3Dy > # CONFIG_CRYPTO_USER_API_RNG_CAVP is not set > CONFIG_CRYPTO_USER_API_AEAD=3Dy > CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=3Dy > # CONFIG_CRYPTO_STATS is not set > CONFIG_CRYPTO_HASH_INFO=3Dy > CONFIG_CRYPTO_HW=3Dy > CONFIG_CRYPTO_DEV_PADLOCK=3Dm > CONFIG_CRYPTO_DEV_PADLOCK_AES=3Dm > CONFIG_CRYPTO_DEV_PADLOCK_SHA=3Dm > # CONFIG_CRYPTO_DEV_ATMEL_ECC is not set > # CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set > CONFIG_CRYPTO_DEV_CCP=3Dy > CONFIG_CRYPTO_DEV_CCP_DD=3Dm > CONFIG_CRYPTO_DEV_SP_CCP=3Dy > CONFIG_CRYPTO_DEV_CCP_CRYPTO=3Dm > CONFIG_CRYPTO_DEV_SP_PSP=3Dy > # CONFIG_CRYPTO_DEV_CCP_DEBUGFS is not set > CONFIG_CRYPTO_DEV_QAT=3Dm > CONFIG_CRYPTO_DEV_QAT_DH895xCC=3Dm > CONFIG_CRYPTO_DEV_QAT_C3XXX=3Dm > CONFIG_CRYPTO_DEV_QAT_C62X=3Dm > # CONFIG_CRYPTO_DEV_QAT_4XXX is not set > CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=3Dm > CONFIG_CRYPTO_DEV_QAT_C3XXXVF=3Dm > CONFIG_CRYPTO_DEV_QAT_C62XVF=3Dm > CONFIG_CRYPTO_DEV_NITROX=3Dm > CONFIG_CRYPTO_DEV_NITROX_CNN55XX=3Dm > # CONFIG_CRYPTO_DEV_VIRTIO is not set > # CONFIG_CRYPTO_DEV_SAFEXCEL is not set > # CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set > CONFIG_ASYMMETRIC_KEY_TYPE=3Dy > CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=3Dy > # CONFIG_ASYMMETRIC_TPM_KEY_SUBTYPE is not set > CONFIG_X509_CERTIFICATE_PARSER=3Dy > # CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set > CONFIG_PKCS7_MESSAGE_PARSER=3Dy > # CONFIG_PKCS7_TEST_KEY is not set > CONFIG_SIGNED_PE_FILE_VERIFICATION=3Dy >=20 > # > # Certificates for signature checking > # > CONFIG_MODULE_SIG_KEY=3D"certs/signing_key.pem" > CONFIG_MODULE_SIG_KEY_TYPE_RSA=3Dy > # CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set > CONFIG_SYSTEM_TRUSTED_KEYRING=3Dy > CONFIG_SYSTEM_TRUSTED_KEYS=3D"" > # CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set > # CONFIG_SECONDARY_TRUSTED_KEYRING is not set > CONFIG_SYSTEM_BLACKLIST_KEYRING=3Dy > CONFIG_SYSTEM_BLACKLIST_HASH_LIST=3D"" > # CONFIG_SYSTEM_REVOCATION_LIST is not set > # end of Certificates for signature checking >=20 > CONFIG_BINARY_PRINTF=3Dy >=20 > # > # Library routines > # > CONFIG_RAID6_PQ=3Dm > CONFIG_RAID6_PQ_BENCHMARK=3Dy > # CONFIG_PACKING is not set > CONFIG_BITREVERSE=3Dy > CONFIG_GENERIC_STRNCPY_FROM_USER=3Dy > CONFIG_GENERIC_STRNLEN_USER=3Dy > CONFIG_GENERIC_NET_UTILS=3Dy > CONFIG_GENERIC_FIND_FIRST_BIT=3Dy > CONFIG_CORDIC=3Dm > CONFIG_PRIME_NUMBERS=3Dm > CONFIG_RATIONAL=3Dy > CONFIG_GENERIC_PCI_IOMAP=3Dy > CONFIG_GENERIC_IOMAP=3Dy > CONFIG_ARCH_USE_CMPXCHG_LOCKREF=3Dy > CONFIG_ARCH_HAS_FAST_MULTIPLIER=3Dy > CONFIG_ARCH_USE_SYM_ANNOTATIONS=3Dy >=20 > # > # Crypto library routines > # > CONFIG_CRYPTO_LIB_AES=3Dy > CONFIG_CRYPTO_LIB_ARC4=3Dm > CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=3Dy > CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=3Dm > CONFIG_CRYPTO_LIB_CHACHA_GENERIC=3Dm > # CONFIG_CRYPTO_LIB_CHACHA is not set > # CONFIG_CRYPTO_LIB_CURVE25519 is not set > CONFIG_CRYPTO_LIB_DES=3Dm > CONFIG_CRYPTO_LIB_POLY1305_RSIZE=3D11 > CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305=3Dm > CONFIG_CRYPTO_LIB_POLY1305_GENERIC=3Dm > # CONFIG_CRYPTO_LIB_POLY1305 is not set > # CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set > CONFIG_CRYPTO_LIB_SHA256=3Dy > CONFIG_CRYPTO_LIB_SM4=3Dy > # end of Crypto library routines >=20 > CONFIG_CRC_CCITT=3Dy > CONFIG_CRC16=3Dy > CONFIG_CRC_T10DIF=3Dy > CONFIG_CRC_ITU_T=3Dm > CONFIG_CRC32=3Dy > # CONFIG_CRC32_SELFTEST is not set > CONFIG_CRC32_SLICEBY8=3Dy > # 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=3Dm > CONFIG_LIBCRC32C=3Dm > CONFIG_CRC8=3Dm > CONFIG_XXHASH=3Dy > # CONFIG_RANDOM32_SELFTEST is not set > CONFIG_ZLIB_INFLATE=3Dy > CONFIG_ZLIB_DEFLATE=3Dy > CONFIG_LZO_COMPRESS=3Dy > CONFIG_LZO_DECOMPRESS=3Dy > CONFIG_LZ4_DECOMPRESS=3Dy > CONFIG_ZSTD_COMPRESS=3Dm > CONFIG_ZSTD_DECOMPRESS=3Dy > CONFIG_XZ_DEC=3Dy > CONFIG_XZ_DEC_X86=3Dy > CONFIG_XZ_DEC_POWERPC=3Dy > CONFIG_XZ_DEC_IA64=3Dy > CONFIG_XZ_DEC_ARM=3Dy > CONFIG_XZ_DEC_ARMTHUMB=3Dy > CONFIG_XZ_DEC_SPARC=3Dy > # CONFIG_XZ_DEC_MICROLZMA is not set > CONFIG_XZ_DEC_BCJ=3Dy > # CONFIG_XZ_DEC_TEST is not set > CONFIG_DECOMPRESS_GZIP=3Dy > CONFIG_DECOMPRESS_BZIP2=3Dy > CONFIG_DECOMPRESS_LZMA=3Dy > CONFIG_DECOMPRESS_XZ=3Dy > CONFIG_DECOMPRESS_LZO=3Dy > CONFIG_DECOMPRESS_LZ4=3Dy > CONFIG_DECOMPRESS_ZSTD=3Dy > CONFIG_GENERIC_ALLOCATOR=3Dy > CONFIG_REED_SOLOMON=3Dm > CONFIG_REED_SOLOMON_ENC8=3Dy > CONFIG_REED_SOLOMON_DEC8=3Dy > CONFIG_TEXTSEARCH=3Dy > CONFIG_TEXTSEARCH_KMP=3Dm > CONFIG_TEXTSEARCH_BM=3Dm > CONFIG_TEXTSEARCH_FSM=3Dm > CONFIG_INTERVAL_TREE=3Dy > CONFIG_XARRAY_MULTI=3Dy > CONFIG_ASSOCIATIVE_ARRAY=3Dy > CONFIG_HAS_IOMEM=3Dy > CONFIG_HAS_IOPORT_MAP=3Dy > CONFIG_HAS_DMA=3Dy > CONFIG_DMA_OPS=3Dy > CONFIG_NEED_SG_DMA_LENGTH=3Dy > CONFIG_NEED_DMA_MAP_STATE=3Dy > CONFIG_ARCH_DMA_ADDR_T_64BIT=3Dy > CONFIG_SWIOTLB=3Dy > # CONFIG_DMA_API_DEBUG is not set > CONFIG_DMA_MAP_BENCHMARK=3Dy > CONFIG_SGL_ALLOC=3Dy > CONFIG_CHECK_SIGNATURE=3Dy > CONFIG_CPUMASK_OFFSTACK=3Dy > CONFIG_CPU_RMAP=3Dy > CONFIG_DQL=3Dy > CONFIG_GLOB=3Dy > # CONFIG_GLOB_SELFTEST is not set > CONFIG_NLATTR=3Dy > CONFIG_CLZ_TAB=3Dy > CONFIG_IRQ_POLL=3Dy > CONFIG_MPILIB=3Dy > CONFIG_SIGNATURE=3Dy > CONFIG_OID_REGISTRY=3Dy > CONFIG_UCS2_STRING=3Dy > CONFIG_HAVE_GENERIC_VDSO=3Dy > CONFIG_GENERIC_GETTIMEOFDAY=3Dy > CONFIG_GENERIC_VDSO_TIME_NS=3Dy > CONFIG_FONT_SUPPORT=3Dy > # CONFIG_FONTS is not set > CONFIG_FONT_8x8=3Dy > CONFIG_FONT_8x16=3Dy > CONFIG_SG_POOL=3Dy > CONFIG_ARCH_HAS_PMEM_API=3Dy > CONFIG_MEMREGION=3Dy > CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=3Dy > CONFIG_ARCH_HAS_COPY_MC=3Dy > CONFIG_ARCH_STACKWALK=3Dy > CONFIG_STACKDEPOT=3Dy > CONFIG_STACK_HASH_ORDER=3D20 > CONFIG_SBITMAP=3Dy > # end of Library routines >=20 > CONFIG_ASN1_ENCODER=3Dy >=20 > # > # Kernel hacking > # >=20 > # > # printk and dmesg options > # > CONFIG_PRINTK_TIME=3Dy > CONFIG_PRINTK_CALLER=3Dy > # CONFIG_STACKTRACE_BUILD_ID is not set > CONFIG_CONSOLE_LOGLEVEL_DEFAULT=3D7 > CONFIG_CONSOLE_LOGLEVEL_QUIET=3D4 > CONFIG_MESSAGE_LOGLEVEL_DEFAULT=3D4 > CONFIG_BOOT_PRINTK_DELAY=3Dy > CONFIG_DYNAMIC_DEBUG=3Dy > CONFIG_DYNAMIC_DEBUG_CORE=3Dy > CONFIG_SYMBOLIC_ERRNAME=3Dy > CONFIG_DEBUG_BUGVERBOSE=3Dy > # end of printk and dmesg options >=20 > # > # Compile-time checks and compiler options > # > CONFIG_DEBUG_INFO=3Dy > # CONFIG_DEBUG_INFO_REDUCED is not set > # CONFIG_DEBUG_INFO_COMPRESSED is not set > # CONFIG_DEBUG_INFO_SPLIT is not set > # CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set > CONFIG_DEBUG_INFO_DWARF4=3Dy > CONFIG_DEBUG_INFO_BTF=3Dy > CONFIG_PAHOLE_HAS_SPLIT_BTF=3Dy > CONFIG_DEBUG_INFO_BTF_MODULES=3Dy > # CONFIG_GDB_SCRIPTS is not set > CONFIG_FRAME_WARN=3D8192 > CONFIG_STRIP_ASM_SYMS=3Dy > # CONFIG_READABLE_ASM is not set > # CONFIG_HEADERS_INSTALL is not set > CONFIG_DEBUG_SECTION_MISMATCH=3Dy > CONFIG_SECTION_MISMATCH_WARN_ONLY=3Dy > # CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set > CONFIG_STACK_VALIDATION=3Dy > # CONFIG_VMLINUX_MAP is not set > # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set > # end of Compile-time checks and compiler options >=20 > # > # Generic Kernel Debugging Instruments > # > CONFIG_MAGIC_SYSRQ=3Dy > CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=3D0x1 > CONFIG_MAGIC_SYSRQ_SERIAL=3Dy > CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=3D"" > CONFIG_DEBUG_FS=3Dy > CONFIG_DEBUG_FS_ALLOW_ALL=3Dy > # CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set > # CONFIG_DEBUG_FS_ALLOW_NONE is not set > CONFIG_HAVE_ARCH_KGDB=3Dy > # CONFIG_KGDB is not set > CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=3Dy > CONFIG_UBSAN=3Dy > # CONFIG_UBSAN_TRAP is not set > CONFIG_CC_HAS_UBSAN_BOUNDS=3Dy > CONFIG_UBSAN_BOUNDS=3Dy > CONFIG_UBSAN_ONLY_BOUNDS=3Dy > CONFIG_UBSAN_SHIFT=3Dy > # CONFIG_UBSAN_DIV_ZERO is not set > # CONFIG_UBSAN_BOOL is not set > # CONFIG_UBSAN_ENUM is not set > # CONFIG_UBSAN_ALIGNMENT is not set > CONFIG_UBSAN_SANITIZE_ALL=3Dy > # CONFIG_TEST_UBSAN is not set > CONFIG_HAVE_ARCH_KCSAN=3Dy > # end of Generic Kernel Debugging Instruments >=20 > CONFIG_DEBUG_KERNEL=3Dy > CONFIG_DEBUG_MISC=3Dy >=20 > # > # Networking Debugging > # > # CONFIG_NET_DEV_REFCNT_TRACKER is not set > # CONFIG_NET_NS_REFCNT_TRACKER is not set > # end of Networking Debugging >=20 > # > # Memory Debugging > # > CONFIG_PAGE_EXTENSION=3Dy > # CONFIG_DEBUG_PAGEALLOC is not set > CONFIG_PAGE_OWNER=3Dy > # CONFIG_PAGE_TABLE_CHECK is not set > # CONFIG_PAGE_POISONING is not set > # CONFIG_DEBUG_PAGE_REF is not set > # CONFIG_DEBUG_RODATA_TEST is not set > CONFIG_ARCH_HAS_DEBUG_WX=3Dy > # CONFIG_DEBUG_WX is not set > CONFIG_GENERIC_PTDUMP=3Dy > # CONFIG_PTDUMP_DEBUGFS is not set > # CONFIG_DEBUG_OBJECTS is not set > # CONFIG_SLUB_DEBUG_ON is not set > # CONFIG_SLUB_STATS is not set > CONFIG_HAVE_DEBUG_KMEMLEAK=3Dy > # CONFIG_DEBUG_KMEMLEAK is not set > # CONFIG_DEBUG_STACK_USAGE is not set > # CONFIG_SCHED_STACK_END_CHECK is not set > CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=3Dy > # CONFIG_DEBUG_VM is not set > # CONFIG_DEBUG_VM_PGTABLE is not set > CONFIG_ARCH_HAS_DEBUG_VIRTUAL=3Dy > # CONFIG_DEBUG_VIRTUAL is not set > CONFIG_DEBUG_MEMORY_INIT=3Dy > CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=3Dm > # CONFIG_DEBUG_PER_CPU_MAPS is not set > CONFIG_HAVE_ARCH_KASAN=3Dy > CONFIG_HAVE_ARCH_KASAN_VMALLOC=3Dy > CONFIG_CC_HAS_KASAN_GENERIC=3Dy > CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=3Dy > CONFIG_KASAN=3Dy > CONFIG_KASAN_GENERIC=3Dy > # CONFIG_KASAN_OUTLINE is not set > CONFIG_KASAN_INLINE=3Dy > CONFIG_KASAN_STACK=3Dy > CONFIG_KASAN_VMALLOC=3Dy > # CONFIG_KASAN_MODULE_TEST is not set > CONFIG_HAVE_ARCH_KFENCE=3Dy > # CONFIG_KFENCE is not set > # end of Memory Debugging >=20 > CONFIG_DEBUG_SHIRQ=3Dy >=20 > # > # Debug Oops, Lockups and Hangs > # > CONFIG_PANIC_ON_OOPS=3Dy > CONFIG_PANIC_ON_OOPS_VALUE=3D1 > CONFIG_PANIC_TIMEOUT=3D0 > CONFIG_LOCKUP_DETECTOR=3Dy > CONFIG_SOFTLOCKUP_DETECTOR=3Dy > # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set > CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=3D0 > CONFIG_HARDLOCKUP_DETECTOR_PERF=3Dy > CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=3Dy > CONFIG_HARDLOCKUP_DETECTOR=3Dy > CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=3Dy > CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=3D1 > CONFIG_DETECT_HUNG_TASK=3Dy > CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=3D480 > # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set > CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=3D0 > CONFIG_WQ_WATCHDOG=3Dy > # CONFIG_TEST_LOCKUP is not set > # end of Debug Oops, Lockups and Hangs >=20 > # > # Scheduler Debugging > # > CONFIG_SCHED_DEBUG=3Dy > CONFIG_SCHED_INFO=3Dy > CONFIG_SCHEDSTATS=3Dy > # end of Scheduler Debugging >=20 > # CONFIG_DEBUG_TIMEKEEPING is not set >=20 > # > # Lock Debugging (spinlocks, mutexes, etc...) > # > CONFIG_LOCK_DEBUGGING_SUPPORT=3Dy > CONFIG_PROVE_LOCKING=3Dy > # CONFIG_PROVE_RAW_LOCK_NESTING is not set > # CONFIG_LOCK_STAT is not set > CONFIG_DEBUG_RT_MUTEXES=3Dy > CONFIG_DEBUG_SPINLOCK=3Dy > CONFIG_DEBUG_MUTEXES=3Dy > CONFIG_DEBUG_WW_MUTEX_SLOWPATH=3Dy > CONFIG_DEBUG_RWSEMS=3Dy > CONFIG_DEBUG_LOCK_ALLOC=3Dy > CONFIG_LOCKDEP=3Dy > CONFIG_LOCKDEP_BITS=3D15 > CONFIG_LOCKDEP_CHAINS_BITS=3D16 > CONFIG_LOCKDEP_STACK_TRACE_BITS=3D19 > CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=3D14 > CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=3D12 > # CONFIG_DEBUG_LOCKDEP is not set > CONFIG_DEBUG_ATOMIC_SLEEP=3Dy > # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set > # CONFIG_LOCK_TORTURE_TEST is not set > CONFIG_WW_MUTEX_SELFTEST=3Dm > # CONFIG_SCF_TORTURE_TEST is not set > # CONFIG_CSD_LOCK_WAIT_DEBUG is not set > # end of Lock Debugging (spinlocks, mutexes, etc...) >=20 > CONFIG_TRACE_IRQFLAGS=3Dy > CONFIG_TRACE_IRQFLAGS_NMI=3Dy > # CONFIG_DEBUG_IRQFLAGS is not set > CONFIG_STACKTRACE=3Dy > # CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set > # CONFIG_DEBUG_KOBJECT is not set >=20 > # > # Debug kernel data structures > # > CONFIG_DEBUG_LIST=3Dy > CONFIG_DEBUG_PLIST=3Dy > # CONFIG_DEBUG_SG is not set > # CONFIG_DEBUG_NOTIFIERS is not set > CONFIG_BUG_ON_DATA_CORRUPTION=3Dy > # end of Debug kernel data structures >=20 > # CONFIG_DEBUG_CREDENTIALS is not set >=20 > # > # RCU Debugging > # > CONFIG_PROVE_RCU=3Dy > # CONFIG_RCU_SCALE_TEST is not set > # CONFIG_RCU_TORTURE_TEST is not set > # CONFIG_RCU_REF_SCALE_TEST is not set > CONFIG_RCU_CPU_STALL_TIMEOUT=3D60 > # CONFIG_RCU_TRACE is not set > # CONFIG_RCU_EQS_DEBUG is not set > # end of RCU Debugging >=20 > # CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set > # CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set > CONFIG_LATENCYTOP=3Dy > CONFIG_USER_STACKTRACE_SUPPORT=3Dy > CONFIG_NOP_TRACER=3Dy > CONFIG_HAVE_FUNCTION_TRACER=3Dy > CONFIG_HAVE_FUNCTION_GRAPH_TRACER=3Dy > CONFIG_HAVE_DYNAMIC_FTRACE=3Dy > CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=3Dy > CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=3Dy > CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=3Dy > CONFIG_HAVE_FTRACE_MCOUNT_RECORD=3Dy > CONFIG_HAVE_SYSCALL_TRACEPOINTS=3Dy > CONFIG_HAVE_FENTRY=3Dy > CONFIG_HAVE_OBJTOOL_MCOUNT=3Dy > CONFIG_HAVE_C_RECORDMCOUNT=3Dy > CONFIG_TRACER_MAX_TRACE=3Dy > CONFIG_TRACE_CLOCK=3Dy > CONFIG_RING_BUFFER=3Dy > CONFIG_EVENT_TRACING=3Dy > CONFIG_CONTEXT_SWITCH_TRACER=3Dy > CONFIG_RING_BUFFER_ALLOW_SWAP=3Dy > CONFIG_PREEMPTIRQ_TRACEPOINTS=3Dy > CONFIG_TRACING=3Dy > CONFIG_GENERIC_TRACER=3Dy > CONFIG_TRACING_SUPPORT=3Dy > CONFIG_FTRACE=3Dy > # CONFIG_BOOTTIME_TRACING is not set > CONFIG_FUNCTION_TRACER=3Dy > CONFIG_FUNCTION_GRAPH_TRACER=3Dy > CONFIG_DYNAMIC_FTRACE=3Dy > CONFIG_DYNAMIC_FTRACE_WITH_REGS=3Dy > CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=3Dy > CONFIG_DYNAMIC_FTRACE_WITH_ARGS=3Dy > CONFIG_FUNCTION_PROFILER=3Dy > CONFIG_STACK_TRACER=3Dy > CONFIG_IRQSOFF_TRACER=3Dy > CONFIG_SCHED_TRACER=3Dy > CONFIG_HWLAT_TRACER=3Dy > # CONFIG_OSNOISE_TRACER is not set > # CONFIG_TIMERLAT_TRACER is not set > # CONFIG_MMIOTRACE is not set > CONFIG_FTRACE_SYSCALLS=3Dy > CONFIG_TRACER_SNAPSHOT=3Dy > CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP=3Dy > CONFIG_BRANCH_PROFILE_NONE=3Dy > # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set > CONFIG_BLK_DEV_IO_TRACE=3Dy > CONFIG_KPROBE_EVENTS=3Dy > # CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set > CONFIG_UPROBE_EVENTS=3Dy > CONFIG_BPF_EVENTS=3Dy > CONFIG_DYNAMIC_EVENTS=3Dy > CONFIG_PROBE_EVENTS=3Dy > # CONFIG_BPF_KPROBE_OVERRIDE is not set > CONFIG_FTRACE_MCOUNT_RECORD=3Dy > CONFIG_FTRACE_MCOUNT_USE_CC=3Dy > CONFIG_TRACING_MAP=3Dy > CONFIG_SYNTH_EVENTS=3Dy > CONFIG_HIST_TRIGGERS=3Dy > # CONFIG_TRACE_EVENT_INJECT is not set > # CONFIG_TRACEPOINT_BENCHMARK is not set > CONFIG_RING_BUFFER_BENCHMARK=3Dm > # CONFIG_TRACE_EVAL_MAP_FILE is not set > # CONFIG_FTRACE_RECORD_RECURSION is not set > # CONFIG_FTRACE_STARTUP_TEST is not set > # CONFIG_FTRACE_SORT_STARTUP_TEST is not set > # CONFIG_RING_BUFFER_STARTUP_TEST is not set > # CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set > CONFIG_PREEMPTIRQ_DELAY_TEST=3Dm > # CONFIG_SYNTH_EVENT_GEN_TEST is not set > # CONFIG_KPROBE_EVENT_GEN_TEST is not set > # CONFIG_HIST_TRIGGERS_DEBUG is not set > CONFIG_PROVIDE_OHCI1394_DMA_INIT=3Dy > CONFIG_SAMPLES=3Dy > # CONFIG_SAMPLE_AUXDISPLAY is not set > # CONFIG_SAMPLE_TRACE_EVENTS is not set > CONFIG_SAMPLE_TRACE_PRINTK=3Dm > CONFIG_SAMPLE_FTRACE_DIRECT=3Dm > # CONFIG_SAMPLE_FTRACE_DIRECT_MULTI is not set > # CONFIG_SAMPLE_TRACE_ARRAY is not set > # CONFIG_SAMPLE_KOBJECT is not set > # CONFIG_SAMPLE_KPROBES is not set > # CONFIG_SAMPLE_HW_BREAKPOINT is not set > # CONFIG_SAMPLE_KFIFO is not set > # CONFIG_SAMPLE_LIVEPATCH is not set > # CONFIG_SAMPLE_CONFIGFS is not set > # CONFIG_SAMPLE_VFIO_MDEV_MTTY is not set > # CONFIG_SAMPLE_VFIO_MDEV_MDPY is not set > # CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB is not set > # CONFIG_SAMPLE_VFIO_MDEV_MBOCHS is not set > # CONFIG_SAMPLE_WATCHDOG is not set > CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=3Dy > CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=3Dy > CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=3Dy > CONFIG_STRICT_DEVMEM=3Dy > # CONFIG_IO_STRICT_DEVMEM is not set >=20 > # > # x86 Debugging > # > CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=3Dy > CONFIG_EARLY_PRINTK_USB=3Dy > CONFIG_X86_VERBOSE_BOOTUP=3Dy > CONFIG_EARLY_PRINTK=3Dy > CONFIG_EARLY_PRINTK_DBGP=3Dy > CONFIG_EARLY_PRINTK_USB_XDBC=3Dy > # CONFIG_EFI_PGT_DUMP is not set > # CONFIG_DEBUG_TLBFLUSH is not set > CONFIG_HAVE_MMIOTRACE_SUPPORT=3Dy > CONFIG_X86_DECODER_SELFTEST=3Dy > CONFIG_IO_DELAY_0X80=3Dy > # CONFIG_IO_DELAY_0XED is not set > # CONFIG_IO_DELAY_UDELAY is not set > # CONFIG_IO_DELAY_NONE is not set > CONFIG_DEBUG_BOOT_PARAMS=3Dy > # CONFIG_CPA_DEBUG is not set > # CONFIG_DEBUG_ENTRY is not set > # CONFIG_DEBUG_NMI_SELFTEST is not set > # CONFIG_X86_DEBUG_FPU is not set > # CONFIG_PUNIT_ATOM_DEBUG is not set > CONFIG_UNWINDER_ORC=3Dy > # CONFIG_UNWINDER_FRAME_POINTER is not set > # end of x86 Debugging >=20 > # > # Kernel Testing and Coverage > # > # CONFIG_KUNIT is not set > CONFIG_NOTIFIER_ERROR_INJECTION=3Dy > CONFIG_PM_NOTIFIER_ERROR_INJECT=3Dm > # CONFIG_NETDEV_NOTIFIER_ERROR_INJECT is not set > CONFIG_FUNCTION_ERROR_INJECTION=3Dy > # CONFIG_FAULT_INJECTION is not set > CONFIG_ARCH_HAS_KCOV=3Dy > CONFIG_CC_HAS_SANCOV_TRACE_PC=3Dy > # CONFIG_KCOV is not set > CONFIG_RUNTIME_TESTING_MENU=3Dy > CONFIG_LKDTM=3Dy > # CONFIG_TEST_MIN_HEAP is not set > # CONFIG_TEST_DIV64 is not set > # CONFIG_BACKTRACE_SELF_TEST is not set > # CONFIG_TEST_REF_TRACKER is not set > # CONFIG_RBTREE_TEST is not set > # CONFIG_REED_SOLOMON_TEST is not set > # CONFIG_INTERVAL_TREE_TEST is not set > # CONFIG_PERCPU_TEST is not set > CONFIG_ATOMIC64_SELFTEST=3Dy > # CONFIG_ASYNC_RAID6_TEST is not set > # CONFIG_TEST_HEXDUMP is not set > # CONFIG_STRING_SELFTEST is not set > # CONFIG_TEST_STRING_HELPERS is not set > CONFIG_TEST_STRSCPY=3Dm > # CONFIG_TEST_KSTRTOX is not set > CONFIG_TEST_PRINTF=3Dm > CONFIG_TEST_SCANF=3Dm > CONFIG_TEST_BITMAP=3Dm > # 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_SIPHASH is not set > # CONFIG_TEST_IDA is not set > CONFIG_TEST_LKM=3Dm > CONFIG_TEST_BITOPS=3Dm > CONFIG_TEST_VMALLOC=3Dm > CONFIG_TEST_USER_COPY=3Dm > CONFIG_TEST_BPF=3Dm > CONFIG_TEST_BLACKHOLE_DEV=3Dm > # CONFIG_FIND_BIT_BENCHMARK is not set > CONFIG_TEST_FIRMWARE=3Dm > CONFIG_TEST_SYSCTL=3Dy > # CONFIG_TEST_UDELAY is not set > CONFIG_TEST_STATIC_KEYS=3Dm > CONFIG_TEST_KMOD=3Dm > # CONFIG_TEST_MEMCAT_P is not set > CONFIG_TEST_LIVEPATCH=3Dm > # CONFIG_TEST_STACKINIT is not set > # CONFIG_TEST_MEMINIT is not set > CONFIG_TEST_HMM=3Dm > # CONFIG_TEST_FREE_PAGES is not set > # CONFIG_TEST_FPU is not set > # CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set > CONFIG_ARCH_USE_MEMTEST=3Dy > # CONFIG_MEMTEST is not set > # CONFIG_HYPERV_TESTING is not set > # end of Kernel Testing and Coverage > # end of Kernel hacking > #!/bin/sh >=20 > export_top_env() > { > export suite=3D'kernel-selftests' > export testcase=3D'kernel-selftests' > export category=3D'functional' > export kconfig=3D'x86_64-rhel-8.3-kselftests' > export need_memory=3D'2G' > export need_cpu=3D2 > export kernel_cmdline=3D'kvm-intel.unrestricted_guest=3D0' > export job_origin=3D'kernel-selftests.yaml' > export queue_cmdline_keys=3D'branch > commit' > export queue=3D'validate' > export testbox=3D'lkp-skl-d07' > export tbox_group=3D'lkp-skl-d07' > export submit_id=3D'61f2e75aa98dcb36407c587a' > export job_file=3D'/lkp/jobs/scheduled/lkp-skl-d07/kernel-selftests-grou= p-01-ucode=3D0xe2-debian-10.4-x86_64-20200603.cgz-e2bcbd7769ee8f05e1b3d1084= 8aace98973844e4-20220128-79424-rrmuu-3.yaml' > export id=3D'3eace52298240cc65edb74652a6ecaddbb52fe71' > export queuer_version=3D'/lkp-src' > export model=3D'Skylake' > export nr_cpu=3D8 > export memory=3D'16G' > export nr_ssd_partitions=3D1 > export nr_hdd_partitions=3D4 > export hdd_partitions=3D'/dev/disk/by-id/ata-ST2000DM001-1ER164_Z4Z98KSZ= -part*' > export ssd_partitions=3D'/dev/disk/by-id/ata-INTEL_SSDSC2BW480H6_CVTR612= 406D5480EGN-part2' > export rootfs_partition=3D'/dev/disk/by-id/ata-INTEL_SSDSC2BW480H6_CVTR6= 12406D5480EGN-part1' > export brand=3D'Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz' > export commit=3D'e2bcbd7769ee8f05e1b3d10848aace98973844e4' > export ucode=3D'0xe2' > export bisect_dmesg=3Dtrue > export need_kconfig=3D'{"SECURITY_PATH"=3D>"y"} > {"SECURITY_LANDLOCK"=3D>"y, v5.13"} > {"UDMABUF"=3D>"y, v4.20-rc1"} > {"DMABUF_HEAPS"=3D>"y, v5.6-rc1"} > {"DMABUF_HEAPS_SYSTEM"=3D>"y, v5.6-rc1"} > {"BTRFS_FS"=3D>"m"} > {"CHECKPOINT_RESTORE"=3D>"y"} > {"DRM_DEBUG_SELFTEST"=3D>"m, v4.18-rc1"} > {"EFIVAR_FS"=3D>"y"} > {"EMBEDDED"=3D>"y"} > {"EXPERT"=3D>"y"} > {"GPIOLIB"=3D>"y"} > {"GPIO_MOCKUP"=3D>"v4.9-rc1"} > {"IMA_APPRAISE"=3D>"y"} > {"IMA_ARCH_POLICY"=3D>"y, v5.0-rc1"} > {"IR_IMON_DECODER"=3D>"m, v4.17-rc1"} > {"IR_SHARP_DECODER"=3D>"m"} > {"LIRC"=3D>"y"} > {"LKDTM"=3D>"y"} > {"NOTIFIER_ERROR_INJECTION"=3D>"y"} > {"SECURITYFS"=3D>"y"} > TEST_BITMAP > {"TEST_KMOD"=3D>"m, v4.13-rc1"} > {"TEST_LKM"=3D>"m"} > TEST_PRINTF > {"TEST_STRSCPY"=3D>"m, v5.2-rc1"} > {"TUN"=3D>"m"} > {"WW_MUTEX_SELFTEST"=3D>"m, v4.11-rc1"} > {"XFS_FS"=3D>"m"} > {"DMA_MAP_BENCHMARK"=3D>"y, v5.11-rc1"}' > export initrds=3D'linux_headers > linux_selftests' > export enqueue_time=3D'2022-01-28 02:41:31 +0800' > export _id=3D'61f2e76aa98dcb36407c587c' > export _rt=3D'/result/kernel-selftests/group-01-ucode=3D0xe2/lkp-skl-d07= /debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd776= 9ee8f05e1b3d10848aace98973844e4' > export user=3D'lkp' > export compiler=3D'gcc-9' > export LKP_SERVER=3D'internal-lkp-server' > export head_commit=3D'c0bff07d1bae2cd461689e8dccecd4bfffa730b8' > export base_commit=3D'e783362eb54cd99b2cac8b3a9aeac942e6f6ac07' > export branch=3D'linux-next/master' > export rootfs=3D'debian-10.4-x86_64-20200603.cgz' > export result_root=3D'/result/kernel-selftests/group-01-ucode=3D0xe2/lkp= -skl-d07/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/e= 2bcbd7769ee8f05e1b3d10848aace98973844e4/3' > export scheduler_version=3D'/lkp/lkp/.src-20220125-183421' > export arch=3D'x86_64' > export max_uptime=3D2100 > export initrd=3D'/osimage/debian/debian-10.4-x86_64-20200603.cgz' > export bootloader_append=3D'root=3D/dev/ram0 > RESULT_ROOT=3D/result/kernel-selftests/group-01-ucode=3D0xe2/lkp-skl-d07/= debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd7769= ee8f05e1b3d10848aace98973844e4/3 > BOOT_IMAGE=3D/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd7769ee8f05= e1b3d10848aace98973844e4/vmlinuz-5.16.0-11423-ge2bcbd7769ee > branch=3Dlinux-next/master > job=3D/lkp/jobs/scheduled/lkp-skl-d07/kernel-selftests-group-01-ucode=3D0= xe2-debian-10.4-x86_64-20200603.cgz-e2bcbd7769ee8f05e1b3d10848aace98973844e= 4-20220128-79424-rrmuu-3.yaml > user=3Dlkp > ARCH=3Dx86_64 > kconfig=3Dx86_64-rhel-8.3-kselftests > commit=3De2bcbd7769ee8f05e1b3d10848aace98973844e4 > kvm-intel.unrestricted_guest=3D0 > max_uptime=3D2100 > LKP_SERVER=3Dinternal-lkp-server > nokaslr > selinux=3D0 > debug > apic=3Ddebug > sysrq_always_enabled > rcupdate.rcu_cpu_stall_timeout=3D100 > net.ifnames=3D0 > printk.devkmsg=3Don > panic=3D-1 > softlockup_panic=3D1 > nmi_watchdog=3Dpanic > oops=3Dpanic > load_ramdisk=3D2 > prompt_ramdisk=3D0 > drbd.minor_count=3D8 > systemd.log_level=3Derr > ignore_loglevel > console=3Dtty0 > earlyprintk=3DttyS0,115200 > console=3DttyS0,115200 > vga=3Dnormal > rw' > export modules_initrd=3D'/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/e2b= cbd7769ee8f05e1b3d10848aace98973844e4/modules.cgz' > export linux_headers_initrd=3D'/pkg/linux/x86_64-rhel-8.3-kselftests/gcc= -9/e2bcbd7769ee8f05e1b3d10848aace98973844e4/linux-headers.cgz' > export linux_selftests_initrd=3D'/pkg/linux/x86_64-rhel-8.3-kselftests/g= cc-9/e2bcbd7769ee8f05e1b3d10848aace98973844e4/linux-selftests.cgz' > export bm_initrd=3D'/osimage/deps/debian-10.4-x86_64-20200603.cgz/run-ip= config_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/lkp_20220= 105.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/rsync-rootfs_20200608= =2Ecgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/kernel-selftests_20211= 213.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/kernel-selftests-x86_6= 4-f050cde9-1_20220127.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/hw_= 20200715.cgz' > export ucode_initrd=3D'/osimage/ucode/intel-ucode-20210222.cgz' > export lkp_initrd=3D'/osimage/user/lkp/lkp-x86_64.cgz' > export site=3D'inn' > export LKP_CGI_PORT=3D80 > export LKP_CIFS_PORT=3D139 > export last_kernel=3D'5.17.0-rc1' > export repeat_to=3D6 > export schedule_notify_address=3D > export kernel=3D'/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd7769e= e8f05e1b3d10848aace98973844e4/vmlinuz-5.16.0-11423-ge2bcbd7769ee' > export dequeue_time=3D'2022-01-28 02:54:09 +0800' > export job_initrd=3D'/lkp/jobs/scheduled/lkp-skl-d07/kernel-selftests-gr= oup-01-ucode=3D0xe2-debian-10.4-x86_64-20200603.cgz-e2bcbd7769ee8f05e1b3d10= 848aace98973844e4-20220128-79424-rrmuu-3.cgz' >=20 > [ -n "$LKP_SRC" ] || > export LKP_SRC=3D/lkp/${user:-lkp}/src > } >=20 > run_job() > { > echo $$ > $TMP/run-job.pid >=20 > . $LKP_SRC/lib/http.sh > . $LKP_SRC/lib/job.sh > . $LKP_SRC/lib/env.sh >=20 > export_top_env >=20 > run_monitor $LKP_SRC/monitors/wrapper kmsg > run_monitor $LKP_SRC/monitors/wrapper heartbeat > run_monitor $LKP_SRC/monitors/wrapper meminfo > run_monitor $LKP_SRC/monitors/wrapper oom-killer > run_monitor $LKP_SRC/monitors/plain/watchdog >=20 > run_test group=3D'group-01' $LKP_SRC/tests/wrapper kernel-selftests > } >=20 > extract_stats() > { > export stats_part_begin=3D > export stats_part_end=3D >=20 > env group=3D'group-01' $LKP_SRC/stats/wrapper kernel-selftests > $LKP_SRC/stats/wrapper kmsg > $LKP_SRC/stats/wrapper meminfo >=20 > $LKP_SRC/stats/wrapper time kernel-selftests.time > $LKP_SRC/stats/wrapper dmesg > $LKP_SRC/stats/wrapper kmsg > $LKP_SRC/stats/wrapper last_state > $LKP_SRC/stats/wrapper stderr > $LKP_SRC/stats/wrapper time > } >=20 > "$@" > LKP: kexec loading > KERNEL SELFTESTS: linux_headers_dir is /usr/src/linux-headers-x86_64-rhel= -8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4 > 2022-01-27 18:55:50 ln -sf /usr/bin/clang > 2022-01-27 18:55:50 ln -sf /usr/bin/llc > 2022-01-27 18:55:50 sed -i s/default_timeout=3D45/default_timeout=3D300/ = kselftest/runner.sh > 2022-01-27 18:55:50 make -C capabilities > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/capabi= lities' > gcc -O2 -g -std=3Dgnu99 -Wall test_execve.c -lcap-ng -lrt -ldl -o /usr= /src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aa= ce98973844e4/tools/testing/selftests/capabilities/test_execve > gcc -O2 -g -std=3Dgnu99 -Wall validate_cap.c -lcap-ng -lrt -ldl -o /us= r/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848a= ace98973844e4/tools/testing/selftests/capabilities/validate_cap > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/capabil= ities' > 2022-01-27 18:55:50 make run_tests -C capabilities > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/capabi= lities' > TAP version 13 > 1..1 > # selftests: capabilities: test_execve > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # TAP version 13 > # 1..12 > # # [RUN] +++ Tests with uid =3D=3D 0 +++ > # # [NOTE] Using global UIDs for tests > # # [RUN] Root =3D> ep > # ok 1 Passed > # # Check cap_ambient manipulation rules > # ok 2 PR_CAP_AMBIENT_RAISE failed on non-inheritable cap > # ok 3 PR_CAP_AMBIENT_RAISE failed on non-permitted cap > # ok 4 PR_CAP_AMBIENT_RAISE worked > # ok 5 Basic manipulation appears to work > # # [RUN] Root +i =3D> eip > # ok 6 Passed > # # [RUN] UID 0 +ia =3D> eipa > # ok 7 Passed > # # [RUN] Root +ia, suidroot =3D> eipa > # ok 8 Passed > # # [RUN] Root +ia, suidnonroot =3D> ip > # ok 9 Passed > # # [RUN] Root +ia, sgidroot =3D> eipa > # ok 10 Passed > # ok 11 Passed > # # [RUN] Root +ia, sgidnonroot =3D> eip > # ok 12 Passed > # # Totals: pass:12 fail:0 xfail:0 xpass:0 skip:0 error:0 > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # validate_cap:: Capabilities after execve were correct > # # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > # TAP version 13 > # 1..9 > # # [RUN] +++ Tests with uid !=3D 0 +++ > # # [NOTE] Using global UIDs for tests > # # [RUN] Non-root =3D> no caps > # ok 1 Passed > # # Check cap_ambient manipulation rules > # ok 2 PR_CAP_AMBIENT_RAISE failed on non-inheritable cap > # ok 3 PR_CAP_AMBIENT_RAISE failed on non-permitted cap > # ok 4 PR_CAP_AMBIENT_RAISE worked > # ok 5 Basic manipulation appears to work > # # [RUN] Non-root +i =3D> i > # ok 6 Passed > # # [RUN] UID 1 +ia =3D> eipa > # ok 7 Passed > # # [RUN] Non-root +ia, sgidnonroot =3D> i > # ok 8 Passed > # ok 9 Passed > # # Totals: pass:9 fail:0 xfail:0 xpass:0 skip:0 error:0 > # # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > ok 1 selftests: capabilities: test_execve > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/capabil= ities' > 2022-01-27 18:55:51 make -C cgroup > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/cgroup' > gcc -Wall -pthread test_memcontrol.c cgroup_util.c -o /usr/src/perf_s= elftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e= 4/tools/testing/selftests/cgroup/test_memcontrol > gcc -Wall -pthread test_kmem.c cgroup_util.c -o /usr/src/perf_selftes= ts-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tool= s/testing/selftests/cgroup/test_kmem > gcc -Wall -pthread test_core.c cgroup_util.c -o /usr/src/perf_selftes= ts-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tool= s/testing/selftests/cgroup/test_core > gcc -Wall -pthread test_freezer.c cgroup_util.c -o /usr/src/perf_self= tests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/t= ools/testing/selftests/cgroup/test_freezer > gcc -Wall -pthread test_kill.c cgroup_util.c -o /usr/src/perf_selftes= ts-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tool= s/testing/selftests/cgroup/test_kill > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/cgroup' > 2022-01-27 18:55:52 make run_tests -C cgroup > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/cgroup' > TAP version 13 > 1..6 > # selftests: cgroup: test_memcontrol > # 1..0 # SKIP memory controller isn't available > ok 1 selftests: cgroup: test_memcontrol # SKIP > # selftests: cgroup: test_kmem > # 1..0 # SKIP memory controller isn't available > ok 2 selftests: cgroup: test_kmem # SKIP > # selftests: cgroup: test_core > # 1..0 # SKIP Failed to set memory controller > ok 3 selftests: cgroup: test_core # SKIP > # selftests: cgroup: test_freezer > # ok 1 test_cgfreezer_simple > # ok 2 test_cgfreezer_tree > # ok 3 test_cgfreezer_forkbomb > # ok 4 test_cgfreezer_mkdir > # ok 5 test_cgfreezer_rmdir > # ok 6 test_cgfreezer_migrate > # ok 7 test_cgfreezer_ptrace > # ok 8 test_cgfreezer_stopped > # ok 9 test_cgfreezer_ptraced > # ok 10 test_cgfreezer_vfork > ok 4 selftests: cgroup: test_freezer > # selftests: cgroup: test_kill > # ok 1 test_cgkill_simple > # ok 2 test_cgkill_tree > # ok 3 test_cgkill_forkbomb > ok 5 selftests: cgroup: test_kill > # selftests: cgroup: test_stress.sh > # ./with_stress.sh: line 34: echo: write error: No such file or directory > # Skipping: cannot enable cpuset in /sys/fs/cgroup/unified > ok 6 selftests: cgroup: test_stress.sh # SKIP > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/cgroup' > 2022-01-27 18:55:54 make -C clone3 > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/clone3' > gcc -g -std=3Dgnu99 -I../../../../usr/include/ clone3.c -lcap -o /usr/= src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aac= e98973844e4/tools/testing/selftests/clone3/clone3 > gcc -g -std=3Dgnu99 -I../../../../usr/include/ clone3_clear_sighand.c = -lcap -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f0= 5e1b3d10848aace98973844e4/tools/testing/selftests/clone3/clone3_clear_sigha= nd > gcc -g -std=3Dgnu99 -I../../../../usr/include/ clone3_set_tid.c -lcap = -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d= 10848aace98973844e4/tools/testing/selftests/clone3/clone3_set_tid > gcc -g -std=3Dgnu99 -I../../../../usr/include/ clone3_cap_checkpoint_r= estore.c -lcap -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd= 7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/clone3/clone3_ca= p_checkpoint_restore > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/clone3' > 2022-01-27 18:55:55 make run_tests -C clone3 > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/clone3' > TAP version 13 > 1..4 > # selftests: clone3: clone3 > # TAP version 13 > # 1..17 > # # clone3() syscall supported > # # [1749] Trying clone3() with flags 0 (size 0) > # # I am the parent (1749). My child's pid is 1750 > # # [1749] clone3() with flags says: 0 expected 0 > # ok 1 [1749] Result (0) matches expectation (0) > # # [1749] Trying clone3() with flags 0x20000000 (size 0) > # # I am the parent (1749). My child's pid is 1751 > # # [1749] clone3() with flags says: 0 expected 0 > # ok 2 [1749] Result (0) matches expectation (0) > # # [1749] Trying clone3() with flags 0 (size 64) > # # I am the parent (1749). My child's pid is 1752 > # # [1749] clone3() with flags says: 0 expected 0 > # ok 3 [1749] Result (0) matches expectation (0) > # # [1749] Trying clone3() with flags 0 (size 56) > # # Invalid argument - Failed to create new process > # # [1749] clone3() with flags says: -22 expected -22 > # ok 4 [1749] Result (-22) matches expectation (-22) > # # [1749] Trying clone3() with flags 0 (size 96) > # # I am the parent (1749). My child's pid is 1753 > # # [1749] clone3() with flags says: 0 expected 0 > # ok 5 [1749] Result (0) matches expectation (0) > # # [1749] Trying clone3() with flags 0 (size 0) > # # Invalid argument - Failed to create new process > # # [1749] clone3() with flags says: -22 expected -22 > # ok 6 [1749] Result (-22) matches expectation (-22) > # # [1749] Trying clone3() with flags 0 (size 0) > # # Invalid argument - Failed to create new process > # # [1749] clone3() with flags says: -22 expected -22 > # ok 7 [1749] Result (-22) matches expectation (-22) > # # [1749] Trying clone3() with flags 0 (size 0) > # # Invalid argument - Failed to create new process > # # [1749] clone3() with flags says: -22 expected -22 > # ok 8 [1749] Result (-22) matches expectation (-22) > # # [1749] Trying clone3() with flags 0 (size 0) > # # Invalid argument - Failed to create new process > # # [1749] clone3() with flags says: -22 expected -22 > # ok 9 [1749] Result (-22) matches expectation (-22) > # # [1749] Trying clone3() with flags 0 (size 96) > # # I am the parent (1749). My child's pid is 1754 > # # [1749] clone3() with flags says: 0 expected 0 > # ok 10 [1749] Result (0) matches expectation (0) > # # [1749] Trying clone3() with flags 0 (size 104) > # # Argument list too long - Failed to create new process > # # [1749] clone3() with flags says: -7 expected -7 > # ok 11 [1749] Result (-7) matches expectation (-7) > # # [1749] Trying clone3() with flags 0 (size 176) > # # Argument list too long - Failed to create new process > # # [1749] clone3() with flags says: -7 expected -7 > # ok 12 [1749] Result (-7) matches expectation (-7) > # # [1749] Trying clone3() with flags 0 (size 4104) > # # Argument list too long - Failed to create new process > # # [1749] clone3() with flags says: -7 expected -7 > # ok 13 [1749] Result (-7) matches expectation (-7) > # # [1749] Trying clone3() with flags 0x20000000 (size 64) > # # I am the parent (1749). My child's pid is 1755 > # # [1749] clone3() with flags says: 0 expected 0 > # ok 14 [1749] Result (0) matches expectation (0) > # # [1749] Trying clone3() with flags 0x20000000 (size 56) > # # Invalid argument - Failed to create new process > # # [1749] clone3() with flags says: -22 expected -22 > # ok 15 [1749] Result (-22) matches expectation (-22) > # # [1749] Trying clone3() with flags 0x20000000 (size 96) > # # I am the parent (1749). My child's pid is 1756 > # # [1749] clone3() with flags says: 0 expected 0 > # ok 16 [1749] Result (0) matches expectation (0) > # # [1749] Trying clone3() with flags 0x20000000 (size 4104) > # # Argument list too long - Failed to create new process > # # [1749] clone3() with flags says: -7 expected -7 > # ok 17 [1749] Result (-7) matches expectation (-7) > # # Totals: pass:17 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 1 selftests: clone3: clone3 > # selftests: clone3: clone3_clear_sighand > # TAP version 13 > # 1..1 > # # clone3() syscall supported > # ok 1 Cleared signal handlers for child process > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 2 selftests: clone3: clone3_clear_sighand > # selftests: clone3: clone3_set_tid > # TAP version 13 > # 1..29 > # # clone3() syscall supported > # # /proc/sys/kernel/pid_max 32768 > # # [1781] Trying clone3() with CLONE_SET_TID to 0 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 > # ok 1 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 0 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 > # ok 2 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 0 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 > # ok 3 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 0 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 > # ok 4 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 0 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 > # ok 5 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to -1 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 > # ok 6 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to -1 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 > # ok 7 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to -1 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 > # ok 8 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to -1 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 > # ok 9 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to -1 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 > # ok 10 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 0 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 > # ok 11 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to -1 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 > # ok 12 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to -1 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 > # ok 13 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to -1 and 0x20000000 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 > # ok 14 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 1 and 0x0 > # # File exists - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 1 says :-17 - expected -17 > # ok 15 [1781] Result (-17) matches expectation (-17) > # # [1781] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 > # # I am the child, my PID is 1 (expected 1) > # # I am the parent (1781). My child's pid is 1782 > # # [1781] clone3() with CLONE_SET_TID 1 says :0 - expected 0 > # ok 16 [1781] Result (0) matches expectation (0) > # # [1781] Trying clone3() with CLONE_SET_TID to 32768 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 32768 says :-22 - expected -22 > # ok 17 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 32768 and 0x20000000 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 32768 says :-22 - expected -22 > # ok 18 [1781] Result (-22) matches expectation (-22) > # # Child has PID 1783 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 32768 says :-22 - expected -22 > # ok 18 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 1783 and 0x0 > # # I am the child, my PID is 1783 (expected 1783) > # # I am the parent (1781). My child's pid is 1783 > # # [1781] clone3() with CLONE_SET_TID 1783 says :0 - expected 0 > # ok 19 [1781] Result (0) matches expectation (0) > # # [1781] Trying clone3() with CLONE_SET_TID to 1783 and 0x20000000 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 1783 says :-22 - expected -22 > # ok 20 [1781] Result (-22) matches expectation (-22) > # # [1781] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 > # # I am the child, my PID is 1 (expected 1) > # # I am the parent (1781). My child's pid is 1783 > # # [1781] clone3() with CLONE_SET_TID 1 says :0 - expected 0 > # ok 21 [1781] Result (0) matches expectation (0) > # # unshare PID namespace > # # [1781] Trying clone3() with CLONE_SET_TID to 1783 and 0x0 > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 1783 says :-22 - expected -22 > # ok 22 [1781] Result (-22) matches expectation (-22) > # # [1] Trying clone3() with CLONE_SET_TID to 43 and 0x0 > # # Invalid argument - Failed to create new process > # # [1] clone3() with CLONE_SET_TID 43 says :-22 - expected -22 > # ok 23 [1] Result (-22) matches expectation (-22) > # # [1] Trying clone3() with CLONE_SET_TID to 43 and 0x0 > # # I am the child, my PID is 43 (expected 43) > # # I am the parent (1). My child's pid is 43 > # # [1] clone3() with CLONE_SET_TID 43 says :0 - expected 0 > # ok 24 [1] Result (0) matches expectation (0) > # # Child in PID namespace has PID 1 > # # [1] Trying clone3() with CLONE_SET_TID to 2 and 0x0 > # # I am the child, my PID is 2 (expected 2) > # # I am the parent (1). My child's pid is 2 > # # [1] clone3() with CLONE_SET_TID 2 says :0 - expected 0 > # ok 25 [1] Result (0) matches expectation (0) > # # [1] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 > # # Invalid argument - Failed to create new process > # # [1] clone3() with CLONE_SET_TID 1 says :-22 - expected -22 > # ok 26 [1] Result (-22) matches expectation (-22) > # # [1] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 > # # Invalid argument - Failed to create new process > # # [1] clone3() with CLONE_SET_TID 1 says :-22 - expected -22 > # ok 27 [1] Result (-22) matches expectation (-22) > # # [1] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 > # # I am the child, my PID is 1 (expected 1) > # # [1] Child is ready and waiting > # # I am the parent (1). My child's pid is 42 > # # [1] clone3() with CLONE_SET_TID 1 says :0 - expected 0 > # ok 28 [1] Result (0) matches expectation (0) > # # Invalid argument - Failed to create new process > # # [1781] clone3() with CLONE_SET_TID 1783 says :-22 - expected -22 > # ok 22 [1781] Result (-22) matches expectation (-22) > # # [1781] Child is ready and waiting > # ok 29 PIDs in all namespaces as expected (1783,42,1) > # # Totals: pass:29 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 3 selftests: clone3: clone3_set_tid > # selftests: clone3: clone3_cap_checkpoint_restore > # TAP version 13 > # 1..1 > # # Starting 1 tests from 1 test cases. > # # RUN global.clone3_cap_checkpoint_restore ... > # # clone3_cap_checkpoint_restore.c:155:clone3_cap_checkpoint_restore:Chi= ld has PID 1799 > # # clone3() syscall supported > # # clone3_cap_checkpoint_restore.c:88:clone3_cap_checkpoint_restore:[179= 8] Trying clone3() with CLONE_SET_TID to 1799 > # # clone3() syscall supported > # # clone3_cap_checkpoint_restore.c:55:clone3_cap_checkpoint_restore:Oper= ation not permitted - Failed to create new process > # # clone3_cap_checkpoint_restore.c:90:clone3_cap_checkpoint_restore:[179= 8] clone3() with CLONE_SET_TID 1799 says:-1 > # # clone3_cap_checkpoint_restore.c:88:clone3_cap_checkpoint_restore:[179= 8] Trying clone3() with CLONE_SET_TID to 1799 > # # clone3_cap_checkpoint_restore.c:70:clone3_cap_checkpoint_restore:I am= the parent (1798). My child's pid is 1799 > # # clone3_cap_checkpoint_restore.c:63:clone3_cap_checkpoint_restore:I am= the child, my PID is 1799 (expected 1799) > # # clone3_cap_checkpoint_restore.c:90:clone3_cap_checkpoint_restore:[179= 8] clone3() with CLONE_SET_TID 1799 says:0 > # # OK global.clone3_cap_checkpoint_restore > # ok 1 global.clone3_cap_checkpoint_restore > # # PASSED: 1 / 1 tests passed. > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 4 selftests: clone3: clone3_cap_checkpoint_restore > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/clone3' > 2022-01-27 18:55:56 make -C core > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/core' > gcc -g -I../../../../usr/include/ close_range_test.c -o /usr/src/perf= _selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace9897384= 4e4/tools/testing/selftests/core/close_range_test > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/core' > 2022-01-27 18:55:56 make run_tests -C core > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/core' > TAP version 13 > 1..1 > # selftests: core: close_range_test > # TAP version 13 > # 1..7 > # # Starting 7 tests from 1 test cases. > # # RUN global.core_close_range ... > # # OK global.core_close_range > # ok 1 global.core_close_range > # # RUN global.close_range_unshare ... > # # OK global.close_range_unshare > # ok 2 global.close_range_unshare > # # RUN global.close_range_unshare_capped ... > # # OK global.close_range_unshare_capped > # ok 3 global.close_range_unshare_capped > # # RUN global.close_range_cloexec ... > # # OK global.close_range_cloexec > # ok 4 global.close_range_cloexec > # # RUN global.close_range_cloexec_unshare ... > # # OK global.close_range_cloexec_unshare > # ok 5 global.close_range_cloexec_unshare > # # RUN global.close_range_cloexec_syzbot ... > # # OK global.close_range_cloexec_syzbot > # ok 6 global.close_range_cloexec_syzbot > # # RUN global.close_range_cloexec_unshare_syzbot ... > # # OK global.close_range_cloexec_unshare_syzbot > # ok 7 global.close_range_cloexec_unshare_syzbot > # # PASSED: 7 / 7 tests passed. > # # Totals: pass:7 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 1 selftests: core: close_range_test > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/core' > 2022-01-27 18:55:56 make -C cpu-hotplug > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/cpu-ho= tplug' > make: Nothing to be done for 'all'. > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/cpu-hot= plug' > 2022-01-27 18:55:56 make run_tests -C cpu-hotplug > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/cpu-ho= tplug' > TAP version 13 > 1..1 > # selftests: cpu-hotplug: cpu-on-off-test.sh > # pid 1973's current affinity mask: ff > # pid 1973's new affinity mask: 1 > # CPU online/offline summary: > # present_cpus =3D 0-7 present_max =3D 7 > # Cpus in online state: 0-7 > # Cpus in offline state: 0 > # Limited scope test: one hotplug cpu > # (leaves cpu in the original state): > # online to offline to online: cpu 7 > ok 1 selftests: cpu-hotplug: cpu-on-off-test.sh > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/cpu-hot= plug' > damon test: not in Makefile > 2022-01-27 18:55:57 make TARGETS=3Ddamon > make --no-builtin-rules ARCH=3Dx86 -C ../../.. headers_install > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > HOSTCC scripts/basic/fixdep > HOSTCC scripts/unifdef > WRAP arch/x86/include/generated/uapi/asm/bpf_perf_event.h > WRAP arch/x86/include/generated/uapi/asm/errno.h > WRAP arch/x86/include/generated/uapi/asm/fcntl.h > WRAP arch/x86/include/generated/uapi/asm/ioctl.h > WRAP arch/x86/include/generated/uapi/asm/ioctls.h > WRAP arch/x86/include/generated/uapi/asm/ipcbuf.h > WRAP arch/x86/include/generated/uapi/asm/param.h > WRAP arch/x86/include/generated/uapi/asm/poll.h > WRAP arch/x86/include/generated/uapi/asm/resource.h > WRAP arch/x86/include/generated/uapi/asm/socket.h > WRAP arch/x86/include/generated/uapi/asm/sockios.h > WRAP arch/x86/include/generated/uapi/asm/termbits.h > WRAP arch/x86/include/generated/uapi/asm/termios.h > WRAP arch/x86/include/generated/uapi/asm/types.h > SYSHDR arch/x86/include/generated/uapi/asm/unistd_32.h > SYSHDR arch/x86/include/generated/uapi/asm/unistd_64.h > SYSHDR arch/x86/include/generated/uapi/asm/unistd_x32.h > SYSTBL arch/x86/include/generated/asm/syscalls_32.h > HOSTCC arch/x86/tools/relocs_32.o > HOSTCC arch/x86/tools/relocs_64.o > HOSTCC arch/x86/tools/relocs_common.o > HOSTLD arch/x86/tools/relocs > UPD include/generated/uapi/linux/version.h > HDRINST usr/include/video/edid.h > HDRINST usr/include/video/uvesafb.h > HDRINST usr/include/video/sisfb.h > HDRINST usr/include/drm/savage_drm.h > HDRINST usr/include/drm/via_drm.h > HDRINST usr/include/drm/drm_sarea.h > HDRINST usr/include/drm/omap_drm.h > HDRINST usr/include/drm/qxl_drm.h > HDRINST usr/include/drm/nouveau_drm.h > HDRINST usr/include/drm/radeon_drm.h > HDRINST usr/include/drm/drm.h > HDRINST usr/include/drm/lima_drm.h > HDRINST usr/include/drm/msm_drm.h > HDRINST usr/include/drm/exynos_drm.h > HDRINST usr/include/drm/mga_drm.h > HDRINST usr/include/drm/panfrost_drm.h > HDRINST usr/include/drm/armada_drm.h > HDRINST usr/include/drm/i915_drm.h > HDRINST usr/include/drm/drm_mode.h > HDRINST usr/include/drm/vgem_drm.h > HDRINST usr/include/drm/r128_drm.h > HDRINST usr/include/drm/i810_drm.h > HDRINST usr/include/drm/v3d_drm.h > HDRINST usr/include/drm/virtgpu_drm.h > HDRINST usr/include/drm/sis_drm.h > HDRINST usr/include/drm/vmwgfx_drm.h > HDRINST usr/include/drm/drm_fourcc.h > HDRINST usr/include/drm/tegra_drm.h > HDRINST usr/include/drm/vc4_drm.h > HDRINST usr/include/drm/etnaviv_drm.h > HDRINST usr/include/drm/amdgpu_drm.h > HDRINST usr/include/mtd/mtd-abi.h > HDRINST usr/include/mtd/nftl-user.h > HDRINST usr/include/mtd/mtd-user.h > HDRINST usr/include/mtd/inftl-user.h > HDRINST usr/include/mtd/ubi-user.h > HDRINST usr/include/xen/gntdev.h > HDRINST usr/include/xen/evtchn.h > HDRINST usr/include/xen/privcmd.h > HDRINST usr/include/xen/gntalloc.h > HDRINST usr/include/asm-generic/posix_types.h > HDRINST usr/include/asm-generic/ioctl.h > HDRINST usr/include/asm-generic/fcntl.h > HDRINST usr/include/asm-generic/bpf_perf_event.h > HDRINST usr/include/asm-generic/statfs.h > HDRINST usr/include/asm-generic/int-l64.h > HDRINST usr/include/asm-generic/mman.h > HDRINST usr/include/asm-generic/signal-defs.h > HDRINST usr/include/asm-generic/bitsperlong.h > HDRINST usr/include/asm-generic/mman-common.h > HDRINST usr/include/asm-generic/sembuf.h > HDRINST usr/include/asm-generic/types.h > HDRINST usr/include/asm-generic/resource.h > HDRINST usr/include/asm-generic/auxvec.h > HDRINST usr/include/asm-generic/int-ll64.h > HDRINST usr/include/asm-generic/swab.h > HDRINST usr/include/asm-generic/signal.h > HDRINST usr/include/asm-generic/ucontext.h > HDRINST usr/include/asm-generic/hugetlb_encode.h > HDRINST usr/include/asm-generic/termios.h > HDRINST usr/include/asm-generic/errno-base.h > HDRINST usr/include/asm-generic/unistd.h > HDRINST usr/include/asm-generic/errno.h > HDRINST usr/include/asm-generic/shmbuf.h > HDRINST usr/include/asm-generic/siginfo.h > HDRINST usr/include/asm-generic/kvm_para.h > HDRINST usr/include/asm-generic/stat.h > HDRINST usr/include/asm-generic/msgbuf.h > HDRINST usr/include/asm-generic/param.h > HDRINST usr/include/asm-generic/termbits.h > HDRINST usr/include/asm-generic/ipcbuf.h > HDRINST usr/include/asm-generic/socket.h > HDRINST usr/include/asm-generic/ioctls.h > HDRINST usr/include/asm-generic/setup.h > HDRINST usr/include/asm-generic/poll.h > HDRINST usr/include/asm-generic/sockios.h > HDRINST usr/include/rdma/hfi/hfi1_user.h > HDRINST usr/include/rdma/hfi/hfi1_ioctl.h > HDRINST usr/include/rdma/ib_user_ioctl_verbs.h > HDRINST usr/include/rdma/ocrdma-abi.h > HDRINST usr/include/rdma/ib_user_ioctl_cmds.h > HDRINST usr/include/rdma/cxgb4-abi.h > HDRINST usr/include/rdma/mlx5-abi.h > HDRINST usr/include/rdma/irdma-abi.h > HDRINST usr/include/rdma/rdma_netlink.h > HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h > HDRINST usr/include/rdma/mlx4-abi.h > HDRINST usr/include/rdma/vmw_pvrdma-abi.h > HDRINST usr/include/rdma/rdma_user_cm.h > HDRINST usr/include/rdma/siw-abi.h > HDRINST usr/include/rdma/rdma_user_ioctl.h > HDRINST usr/include/rdma/ib_user_mad.h > HDRINST usr/include/rdma/hns-abi.h > HDRINST usr/include/rdma/rvt-abi.h > HDRINST usr/include/rdma/bnxt_re-abi.h > HDRINST usr/include/rdma/mthca-abi.h > HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h > HDRINST usr/include/rdma/ib_user_sa.h > HDRINST usr/include/rdma/rdma_user_rxe.h > HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h > HDRINST usr/include/rdma/efa-abi.h > HDRINST usr/include/rdma/qedr-abi.h > HDRINST usr/include/rdma/ib_user_verbs.h > HDRINST usr/include/misc/ocxl.h > HDRINST usr/include/misc/pvpanic.h > HDRINST usr/include/misc/uacce/hisi_qm.h > HDRINST usr/include/misc/uacce/uacce.h > HDRINST usr/include/misc/cxl.h > HDRINST usr/include/misc/fastrpc.h > HDRINST usr/include/misc/habanalabs.h > HDRINST usr/include/misc/xilinx_sdfec.h > HDRINST usr/include/linux/kexec.h > HDRINST usr/include/linux/virtio_scsi.h > HDRINST usr/include/linux/gfs2_ondisk.h > HDRINST usr/include/linux/mount.h > HDRINST usr/include/linux/in.h > HDRINST usr/include/linux/reiserfs_fs.h > HDRINST usr/include/linux/reboot.h > HDRINST usr/include/linux/landlock.h > HDRINST usr/include/linux/wmi.h > HDRINST usr/include/linux/sound.h > HDRINST usr/include/linux/mtio.h > HDRINST usr/include/linux/vfio_ccw.h > HDRINST usr/include/linux/zorro_ids.h > HDRINST usr/include/linux/auto_fs4.h > HDRINST usr/include/linux/patchkey.h > HDRINST usr/include/linux/btf.h > HDRINST usr/include/linux/ipmi_bmc.h > HDRINST usr/include/linux/string.h > HDRINST usr/include/linux/atmdev.h > HDRINST usr/include/linux/ip.h > HDRINST usr/include/linux/sysinfo.h > HDRINST usr/include/linux/uhid.h > HDRINST usr/include/linux/vm_sockets_diag.h > HDRINST usr/include/linux/dlm_device.h > HDRINST usr/include/linux/atmppp.h > HDRINST usr/include/linux/posix_types.h > HDRINST usr/include/linux/capi.h > HDRINST usr/include/linux/vbox_err.h > HDRINST usr/include/linux/random.h > HDRINST usr/include/linux/atmclip.h > HDRINST usr/include/linux/tiocl.h > HDRINST usr/include/linux/ioctl.h > HDRINST usr/include/linux/sem.h > HDRINST usr/include/linux/sonypi.h > HDRINST usr/include/linux/joystick.h > HDRINST usr/include/linux/fadvise.h > HDRINST usr/include/linux/tipc_sockets_diag.h > HDRINST usr/include/linux/fcntl.h > HDRINST usr/include/linux/vhost_types.h > HDRINST usr/include/linux/tls.h > HDRINST usr/include/linux/fscrypt.h > HDRINST usr/include/linux/if_plip.h > HDRINST usr/include/linux/chio.h > HDRINST usr/include/linux/sched.h > HDRINST usr/include/linux/map_to_7segment.h > HDRINST usr/include/linux/if_tunnel.h > HDRINST usr/include/linux/nfs3.h > HDRINST usr/include/linux/dlm_netlink.h > HDRINST usr/include/linux/bsg.h > HDRINST usr/include/linux/input-event-codes.h > HDRINST usr/include/linux/netfilter_decnet.h > HDRINST usr/include/linux/thermal.h > HDRINST usr/include/linux/fsl_hypervisor.h > HDRINST usr/include/linux/hsr_netlink.h > HDRINST usr/include/linux/max2175.h > HDRINST usr/include/linux/dma-buf.h > HDRINST usr/include/linux/xilinx-v4l2-controls.h > HDRINST usr/include/linux/aspeed-p2a-ctrl.h > HDRINST usr/include/linux/futex.h > HDRINST usr/include/linux/phantom.h > HDRINST usr/include/linux/ioam6.h > HDRINST usr/include/linux/vdpa.h > HDRINST usr/include/linux/virtio_9p.h > HDRINST usr/include/linux/mdio.h > HDRINST usr/include/linux/virtio_mmio.h > HDRINST usr/include/linux/sed-opal.h > HDRINST usr/include/linux/ioprio.h > HDRINST usr/include/linux/atmbr2684.h > HDRINST usr/include/linux/hdlc.h > HDRINST usr/include/linux/bpf_perf_event.h > HDRINST usr/include/linux/hdreg.h > HDRINST usr/include/linux/minix_fs.h > HDRINST usr/include/linux/errqueue.h > HDRINST usr/include/linux/prctl.h > HDRINST usr/include/linux/posix_acl.h > HDRINST usr/include/linux/tty_flags.h > HDRINST usr/include/linux/mroute6.h > HDRINST usr/include/linux/comedi.h > HDRINST usr/include/linux/gpio.h > HDRINST usr/include/linux/v4l2-subdev.h > HDRINST usr/include/linux/ivtv.h > HDRINST usr/include/linux/xattr.h > HDRINST usr/include/linux/fanotify.h > HDRINST usr/include/linux/virtio_balloon.h > HDRINST usr/include/linux/hid.h > HDRINST usr/include/linux/iommu.h > HDRINST usr/include/linux/bt-bmc.h > HDRINST usr/include/linux/virtio_ids.h > HDRINST usr/include/linux/psci.h > HDRINST usr/include/linux/neighbour.h > HDRINST usr/include/linux/pkt_sched.h > HDRINST usr/include/linux/pkt_cls.h > HDRINST usr/include/linux/mman.h > HDRINST usr/include/linux/toshiba.h > HDRINST usr/include/linux/nfs_idmap.h > HDRINST usr/include/linux/if_x25.h > HDRINST usr/include/linux/virtio_blk.h > HDRINST usr/include/linux/pg.h > HDRINST usr/include/linux/atmsvc.h > HDRINST usr/include/linux/fuse.h > HDRINST usr/include/linux/baycom.h > HDRINST usr/include/linux/nfc.h > HDRINST usr/include/linux/sctp.h > HDRINST usr/include/linux/if_infiniband.h > HDRINST usr/include/linux/arcfb.h > HDRINST usr/include/linux/cgroupstats.h > HDRINST usr/include/linux/if.h > HDRINST usr/include/linux/if_ltalk.h > HDRINST usr/include/linux/inotify.h > HDRINST usr/include/linux/nfs2.h > HDRINST usr/include/linux/atmlec.h > HDRINST usr/include/linux/mroute.h > HDRINST usr/include/linux/ccs.h > HDRINST usr/include/linux/dm-log-userspace.h > HDRINST usr/include/linux/zorro.h > HDRINST usr/include/linux/vfio_zdev.h > HDRINST usr/include/linux/nbd.h > HDRINST usr/include/linux/cec.h > HDRINST usr/include/linux/lwtunnel.h > HDRINST usr/include/linux/if_vlan.h > HDRINST usr/include/linux/v4l2-common.h > HDRINST usr/include/linux/v4l2-dv-timings.h > HDRINST usr/include/linux/videodev2.h > HDRINST usr/include/linux/nl80211.h > HDRINST usr/include/linux/capability.h > HDRINST usr/include/linux/misc/bcm_vk.h > HDRINST usr/include/linux/gen_stats.h > HDRINST usr/include/linux/irqnr.h > HDRINST usr/include/linux/netfilter_arp.h > HDRINST usr/include/linux/timerfd.h > HDRINST usr/include/linux/if_macsec.h > HDRINST usr/include/linux/netfilter_arp/arp_tables.h > HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h > HDRINST usr/include/linux/elf-fdpic.h > HDRINST usr/include/linux/tc_act/tc_pedit.h > HDRINST usr/include/linux/tc_act/tc_vlan.h > HDRINST usr/include/linux/tc_act/tc_bpf.h > HDRINST usr/include/linux/tc_act/tc_ctinfo.h > HDRINST usr/include/linux/tc_act/tc_gact.h > HDRINST usr/include/linux/tc_act/tc_mirred.h > HDRINST usr/include/linux/tc_act/tc_mpls.h > HDRINST usr/include/linux/tc_act/tc_ct.h > HDRINST usr/include/linux/tc_act/tc_csum.h > HDRINST usr/include/linux/tc_act/tc_nat.h > HDRINST usr/include/linux/tc_act/tc_connmark.h > HDRINST usr/include/linux/tc_act/tc_tunnel_key.h > HDRINST usr/include/linux/tc_act/tc_gate.h > HDRINST usr/include/linux/tc_act/tc_sample.h > HDRINST usr/include/linux/tc_act/tc_defact.h > HDRINST usr/include/linux/tc_act/tc_skbmod.h > HDRINST usr/include/linux/tc_act/tc_ife.h > HDRINST usr/include/linux/tc_act/tc_skbedit.h > HDRINST usr/include/linux/tc_act/tc_ipt.h > HDRINST usr/include/linux/isdn/capicmd.h > HDRINST usr/include/linux/rio_cm_cdev.h > HDRINST usr/include/linux/stm.h > HDRINST usr/include/linux/bpf.h > HDRINST usr/include/linux/vduse.h > HDRINST usr/include/linux/byteorder/big_endian.h > HDRINST usr/include/linux/byteorder/little_endian.h > HDRINST usr/include/linux/hdlcdrv.h > HDRINST usr/include/linux/target_core_user.h > HDRINST usr/include/linux/virtio_ring.h > HDRINST usr/include/linux/i8k.h > HDRINST usr/include/linux/atmapi.h > HDRINST usr/include/linux/qnxtypes.h > HDRINST usr/include/linux/if_fddi.h > HDRINST usr/include/linux/pps.h > HDRINST usr/include/linux/parport.h > HDRINST usr/include/linux/idxd.h > HDRINST usr/include/linux/net_tstamp.h > HDRINST usr/include/linux/batman_adv.h > HDRINST usr/include/linux/ppp_defs.h > HDRINST usr/include/linux/taskstats.h > HDRINST usr/include/linux/virtio_rng.h > HDRINST usr/include/linux/batadv_packet.h > HDRINST usr/include/linux/sunrpc/debug.h > HDRINST usr/include/linux/seg6.h > HDRINST usr/include/linux/agpgart.h > HDRINST usr/include/linux/netlink.h > HDRINST usr/include/linux/dm-ioctl.h > HDRINST usr/include/linux/usbdevice_fs.h > HDRINST usr/include/linux/llc.h > HDRINST usr/include/linux/x25.h > HDRINST usr/include/linux/auto_fs.h > HDRINST usr/include/linux/selinux_netlink.h > HDRINST usr/include/linux/virtio_gpu.h > HDRINST usr/include/linux/dvb/version.h > HDRINST usr/include/linux/dvb/osd.h > HDRINST usr/include/linux/dvb/audio.h > HDRINST usr/include/linux/dvb/dmx.h > HDRINST usr/include/linux/dvb/video.h > HDRINST usr/include/linux/dvb/frontend.h > HDRINST usr/include/linux/dvb/ca.h > HDRINST usr/include/linux/dvb/net.h > HDRINST usr/include/linux/efs_fs_sb.h > HDRINST usr/include/linux/atm_tcp.h > HDRINST usr/include/linux/kernel.h > HDRINST usr/include/linux/dlm_plock.h > HDRINST usr/include/linux/shm.h > HDRINST usr/include/linux/if_team.h > HDRINST usr/include/linux/watch_queue.h > HDRINST usr/include/linux/blkpg.h > HDRINST usr/include/linux/netfilter_bridge.h > HDRINST usr/include/linux/serial_reg.h > HDRINST usr/include/linux/mmc/ioctl.h > HDRINST usr/include/linux/wireguard.h > HDRINST usr/include/linux/qemu_fw_cfg.h > HDRINST usr/include/linux/tee.h > HDRINST usr/include/linux/types.h > HDRINST usr/include/linux/vtpm_proxy.h > HDRINST usr/include/linux/a.out.h > HDRINST usr/include/linux/rpl_iptunnel.h > HDRINST usr/include/linux/if_eql.h > HDRINST usr/include/linux/hdlc/ioctl.h > HDRINST usr/include/linux/in_route.h > HDRINST usr/include/linux/ipc.h > HDRINST usr/include/linux/virtio_mem.h > HDRINST usr/include/linux/time_types.h > HDRINST usr/include/linux/affs_hardblocks.h > HDRINST usr/include/linux/uleds.h > HDRINST usr/include/linux/atm_nicstar.h > HDRINST usr/include/linux/ipsec.h > HDRINST usr/include/linux/dns_resolver.h > HDRINST usr/include/linux/dqblk_xfs.h > HDRINST usr/include/linux/securebits.h > HDRINST usr/include/linux/virtio_iommu.h > HDRINST usr/include/linux/virtio_types.h > HDRINST usr/include/linux/netfilter_ipv6.h > HDRINST usr/include/linux/raid/md_u.h > HDRINST usr/include/linux/raid/md_p.h > HDRINST usr/include/linux/if_packet.h > HDRINST usr/include/linux/pktcdvd.h > HDRINST usr/include/linux/auto_dev-ioctl.h > HDRINST usr/include/linux/radeonfb.h > HDRINST usr/include/linux/seg6_hmac.h > HDRINST usr/include/linux/unix_diag.h > HDRINST usr/include/linux/reiserfs_xattr.h > HDRINST usr/include/linux/pci.h > HDRINST usr/include/linux/firewire-cdev.h > HDRINST usr/include/linux/romfs_fs.h > HDRINST usr/include/linux/const.h > HDRINST usr/include/linux/tipc_netlink.h > HDRINST usr/include/linux/pmu.h > HDRINST usr/include/linux/perf_event.h > HDRINST usr/include/linux/virtio_i2c.h > HDRINST usr/include/linux/in6.h > HDRINST usr/include/linux/mmtimer.h > HDRINST usr/include/linux/wait.h > HDRINST usr/include/linux/rpmsg_types.h > HDRINST usr/include/linux/dccp.h > HDRINST usr/include/linux/kdev_t.h > HDRINST usr/include/linux/resource.h > HDRINST usr/include/linux/seg6_genl.h > HDRINST usr/include/linux/ipv6_route.h > HDRINST usr/include/linux/auxvec.h > HDRINST usr/include/linux/smc_diag.h > HDRINST usr/include/linux/acct.h > HDRINST usr/include/linux/btrfs.h > HDRINST usr/include/linux/cuda.h > HDRINST usr/include/linux/udmabuf.h > HDRINST usr/include/linux/seccomp.h > HDRINST usr/include/linux/loop.h > HDRINST usr/include/linux/virtio_pmem.h > HDRINST usr/include/linux/virtio_pci.h > HDRINST usr/include/linux/qrtr.h > HDRINST usr/include/linux/atmsap.h > HDRINST usr/include/linux/fd.h > HDRINST usr/include/linux/nubus.h > HDRINST usr/include/linux/dn.h > HDRINST usr/include/linux/pfrut.h > HDRINST usr/include/linux/ipv6.h > HDRINST usr/include/linux/ethtool.h > HDRINST usr/include/linux/swab.h > HDRINST usr/include/linux/mpls_iptunnel.h > HDRINST usr/include/linux/nexthop.h > HDRINST usr/include/linux/openat2.h > HDRINST usr/include/linux/pidfd.h > HDRINST usr/include/linux/watchdog.h > HDRINST usr/include/linux/switchtec_ioctl.h > HDRINST usr/include/linux/arm_sdei.h > HDRINST usr/include/linux/media-bus-format.h > HDRINST usr/include/linux/mctp.h > HDRINST usr/include/linux/uvcvideo.h > HDRINST usr/include/linux/wwan.h > HDRINST usr/include/linux/signal.h > HDRINST usr/include/linux/fou.h > HDRINST usr/include/linux/magic.h > HDRINST usr/include/linux/surface_aggregator/cdev.h > HDRINST usr/include/linux/surface_aggregator/dtx.h > HDRINST usr/include/linux/fsmap.h > HDRINST usr/include/linux/keyboard.h > HDRINST usr/include/linux/genwqe/genwqe_card.h > HDRINST usr/include/linux/mqueue.h > HDRINST usr/include/linux/virtio_scmi.h > HDRINST usr/include/linux/posix_acl_xattr.h > HDRINST usr/include/linux/nvram.h > HDRINST usr/include/linux/kvm.h > HDRINST usr/include/linux/ivtvfb.h > HDRINST usr/include/linux/hyperv.h > HDRINST usr/include/linux/openvswitch.h > HDRINST usr/include/linux/iso_fs.h > HDRINST usr/include/linux/virtio_snd.h > HDRINST usr/include/linux/cycx_cfm.h > HDRINST usr/include/linux/termios.h > HDRINST usr/include/linux/netfilter_ipv4.h > HDRINST usr/include/linux/bcm933xx_hcs.h > HDRINST usr/include/linux/remoteproc_cdev.h > HDRINST usr/include/linux/eventpoll.h > HDRINST usr/include/linux/limits.h > HDRINST usr/include/linux/virtio_bt.h > HDRINST usr/include/linux/v4l2-controls.h > HDRINST usr/include/linux/smc.h > HDRINST usr/include/linux/pr.h > HDRINST usr/include/linux/rpl.h > HDRINST usr/include/linux/if_hippi.h > HDRINST usr/include/linux/atalk.h > HDRINST usr/include/linux/unistd.h > HDRINST usr/include/linux/ultrasound.h > HDRINST usr/include/linux/quota.h > HDRINST usr/include/linux/virtio_gpio.h > HDRINST usr/include/linux/if_slip.h > HDRINST usr/include/linux/vhost.h > HDRINST usr/include/linux/suspend_ioctls.h > HDRINST usr/include/linux/rfkill.h > HDRINST usr/include/linux/aspeed-lpc-ctrl.h > HDRINST usr/include/linux/kfd_sysfs.h > HDRINST usr/include/linux/devlink.h > HDRINST usr/include/linux/ptrace.h > HDRINST usr/include/linux/errno.h > HDRINST usr/include/linux/ioam6_iptunnel.h > HDRINST usr/include/linux/mempolicy.h > HDRINST usr/include/linux/phonet.h > HDRINST usr/include/linux/cciss_ioctl.h > HDRINST usr/include/linux/fs.h > HDRINST usr/include/linux/kd.h > HDRINST usr/include/linux/nfs.h > HDRINST usr/include/linux/if_pppox.h > HDRINST usr/include/linux/if_ppp.h > HDRINST usr/include/linux/cxl_mem.h > HDRINST usr/include/linux/android/binderfs.h > HDRINST usr/include/linux/android/binder.h > HDRINST usr/include/linux/if_xdp.h > HDRINST usr/include/linux/hidraw.h > HDRINST usr/include/linux/major.h > HDRINST usr/include/linux/tipc.h > HDRINST usr/include/linux/v4l2-mediabus.h > HDRINST usr/include/linux/atmioc.h > HDRINST usr/include/linux/cdrom.h > HDRINST usr/include/linux/io_uring.h > HDRINST usr/include/linux/ioam6_genl.h > HDRINST usr/include/linux/if_bridge.h > HDRINST usr/include/linux/synclink.h > HDRINST usr/include/linux/netlink_diag.h > HDRINST usr/include/linux/mii.h > HDRINST usr/include/linux/if_addr.h > HDRINST usr/include/linux/counter.h > HDRINST usr/include/linux/dcbnl.h > HDRINST usr/include/linux/inet_diag.h > HDRINST usr/include/linux/nbd-netlink.h > HDRINST usr/include/linux/uinput.h > HDRINST usr/include/linux/kvm_para.h > HDRINST usr/include/linux/rtc.h > HDRINST usr/include/linux/lp.h > HDRINST usr/include/linux/serial_core.h > HDRINST usr/include/linux/can.h > HDRINST usr/include/linux/ax25.h > HDRINST usr/include/linux/virtio_pcidev.h > HDRINST usr/include/linux/usb/ch11.h > HDRINST usr/include/linux/usb/charger.h > HDRINST usr/include/linux/usb/audio.h > HDRINST usr/include/linux/usb/video.h > HDRINST usr/include/linux/usb/cdc-wdm.h > HDRINST usr/include/linux/usb/raw_gadget.h > HDRINST usr/include/linux/usb/functionfs.h > HDRINST usr/include/linux/usb/g_uvc.h > HDRINST usr/include/linux/usb/g_printer.h > HDRINST usr/include/linux/usb/gadgetfs.h > HDRINST usr/include/linux/usb/midi.h > HDRINST usr/include/linux/usb/ch9.h > HDRINST usr/include/linux/usb/cdc.h > HDRINST usr/include/linux/usb/tmc.h > HDRINST usr/include/linux/netfilter_ipv4/ipt_REJECT.h > HDRINST usr/include/linux/netfilter_ipv4/ipt_LOG.h > HDRINST usr/include/linux/netfilter_ipv4/ipt_ah.h > HDRINST usr/include/linux/netfilter_ipv4/ipt_ecn.h > HDRINST usr/include/linux/netfilter_ipv4/ip_tables.h > HDRINST usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h > HDRINST usr/include/linux/netfilter_ipv4/ipt_ECN.h > HDRINST usr/include/linux/netfilter_ipv4/ipt_TTL.h > HDRINST usr/include/linux/netfilter_ipv4/ipt_ttl.h > HDRINST usr/include/linux/nfs4.h > HDRINST usr/include/linux/hiddev.h > HDRINST usr/include/linux/screen_info.h > HDRINST usr/include/linux/icmpv6.h > HDRINST usr/include/linux/kcov.h > HDRINST usr/include/linux/vboxguest.h > HDRINST usr/include/linux/rtnetlink.h > HDRINST usr/include/linux/nilfs2_ondisk.h > HDRINST usr/include/linux/spi/spidev.h > HDRINST usr/include/linux/spi/spi.h > HDRINST usr/include/linux/coda.h > HDRINST usr/include/linux/serial.h > HDRINST usr/include/linux/adb.h > HDRINST usr/include/linux/dlm.h > HDRINST usr/include/linux/connector.h > HDRINST usr/include/linux/utime.h > HDRINST usr/include/linux/memfd.h > HDRINST usr/include/linux/lirc.h > HDRINST usr/include/linux/omapfb.h > HDRINST usr/include/linux/membarrier.h > HDRINST usr/include/linux/pfkeyv2.h > HDRINST usr/include/linux/ila.h > HDRINST usr/include/linux/usbip.h > HDRINST usr/include/linux/qnx4_fs.h > HDRINST usr/include/linux/if_tun.h > HDRINST usr/include/linux/stat.h > HDRINST usr/include/linux/tipc_config.h > HDRINST usr/include/linux/map_to_14segment.h > HDRINST usr/include/linux/dlmconstants.h > HDRINST usr/include/linux/coresight-stm.h > HDRINST usr/include/linux/falloc.h > HDRINST usr/include/linux/fsl_mc.h > HDRINST usr/include/linux/i2c.h > HDRINST usr/include/linux/if_fc.h > HDRINST usr/include/linux/timex.h > HDRINST usr/include/linux/netfilter/xt_cluster.h > HDRINST usr/include/linux/netfilter/xt_sctp.h > HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h > HDRINST usr/include/linux/netfilter/nf_synproxy.h > HDRINST usr/include/linux/netfilter/nfnetlink_log.h > HDRINST usr/include/linux/netfilter/xt_LOG.h > HDRINST usr/include/linux/netfilter/xt_policy.h > HDRINST usr/include/linux/netfilter/xt_RATEEST.h > HDRINST usr/include/linux/netfilter/xt_cpu.h > HDRINST usr/include/linux/netfilter/xt_rpfilter.h > HDRINST usr/include/linux/netfilter/xt_devgroup.h > HDRINST usr/include/linux/netfilter/xt_quota.h > HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h > HDRINST usr/include/linux/netfilter/xt_set.h > HDRINST usr/include/linux/netfilter/xt_state.h > HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h > HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h > HDRINST usr/include/linux/netfilter/ipset/ip_set.h > HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h > HDRINST usr/include/linux/netfilter/xt_LED.h > HDRINST usr/include/linux/netfilter/nfnetlink_osf.h > HDRINST usr/include/linux/netfilter/xt_mark.h > HDRINST usr/include/linux/netfilter/xt_multiport.h > HDRINST usr/include/linux/netfilter/nf_tables_compat.h > HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h > HDRINST usr/include/linux/netfilter/xt_HMARK.h > HDRINST usr/include/linux/netfilter/xt_ecn.h > HDRINST usr/include/linux/netfilter/xt_owner.h > HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h > HDRINST usr/include/linux/netfilter/xt_ipcomp.h > HDRINST usr/include/linux/netfilter/nfnetlink_acct.h > HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h > HDRINST usr/include/linux/netfilter/xt_MARK.h > HDRINST usr/include/linux/netfilter/xt_length.h > HDRINST usr/include/linux/netfilter/xt_esp.h > HDRINST usr/include/linux/netfilter/xt_connlimit.h > HDRINST usr/include/linux/netfilter/xt_SECMARK.h > HDRINST usr/include/linux/netfilter/xt_comment.h > HDRINST usr/include/linux/netfilter/nfnetlink_queue.h > HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h > HDRINST usr/include/linux/netfilter/xt_iprange.h > HDRINST usr/include/linux/netfilter/nf_nat.h > HDRINST usr/include/linux/netfilter/xt_conntrack.h > HDRINST usr/include/linux/netfilter/xt_bpf.h > HDRINST usr/include/linux/netfilter/xt_statistic.h > HDRINST usr/include/linux/netfilter/nfnetlink.h > HDRINST usr/include/linux/netfilter/xt_addrtype.h > HDRINST usr/include/linux/netfilter/xt_CT.h > HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h > HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h > HDRINST usr/include/linux/netfilter/xt_pkttype.h > HDRINST usr/include/linux/netfilter/xt_nfacct.h > HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h > HDRINST usr/include/linux/netfilter/xt_connbytes.h > HDRINST usr/include/linux/netfilter/xt_hashlimit.h > HDRINST usr/include/linux/netfilter/xt_l2tp.h > HDRINST usr/include/linux/netfilter/xt_socket.h > HDRINST usr/include/linux/netfilter/nf_tables.h > HDRINST usr/include/linux/netfilter/xt_tcpmss.h > HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h > HDRINST usr/include/linux/netfilter/xt_physdev.h > HDRINST usr/include/linux/netfilter/nfnetlink_hook.h > HDRINST usr/include/linux/netfilter/xt_helper.h > HDRINST usr/include/linux/netfilter/xt_limit.h > HDRINST usr/include/linux/netfilter/xt_TCPMSS.h > HDRINST usr/include/linux/netfilter/xt_u32.h > HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h > HDRINST usr/include/linux/netfilter/xt_string.h > HDRINST usr/include/linux/netfilter/xt_NFLOG.h > HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h > HDRINST usr/include/linux/netfilter/xt_rateest.h > HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h > HDRINST usr/include/linux/netfilter/xt_ipvs.h > HDRINST usr/include/linux/netfilter/nf_log.h > HDRINST usr/include/linux/netfilter/xt_dscp.h > HDRINST usr/include/linux/netfilter/xt_tcpudp.h > HDRINST usr/include/linux/netfilter/xt_recent.h > HDRINST usr/include/linux/netfilter/xt_DSCP.h > HDRINST usr/include/linux/netfilter/xt_CONNMARK.h > HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h > HDRINST usr/include/linux/netfilter/xt_TEE.h > HDRINST usr/include/linux/netfilter/xt_connlabel.h > HDRINST usr/include/linux/netfilter/nf_conntrack_common.h > HDRINST usr/include/linux/netfilter/nfnetlink_compat.h > HDRINST usr/include/linux/netfilter/xt_mac.h > HDRINST usr/include/linux/netfilter/xt_cgroup.h > HDRINST usr/include/linux/netfilter/xt_realm.h > HDRINST usr/include/linux/netfilter/xt_AUDIT.h > HDRINST usr/include/linux/netfilter/xt_TPROXY.h > HDRINST usr/include/linux/netfilter/xt_time.h > HDRINST usr/include/linux/netfilter/x_tables.h > HDRINST usr/include/linux/netfilter/xt_osf.h > HDRINST usr/include/linux/netfilter/xt_dccp.h > HDRINST usr/include/linux/netfilter/xt_connmark.h > HDRINST usr/include/linux/rseq.h > HDRINST usr/include/linux/atmmpc.h > HDRINST usr/include/linux/ip_vs.h > HDRINST usr/include/linux/adfs_fs.h > HDRINST usr/include/linux/gtp.h > HDRINST usr/include/linux/if_pppol2tp.h > HDRINST usr/include/linux/audit.h > HDRINST usr/include/linux/cm4000_cs.h > HDRINST usr/include/linux/if_arcnet.h > HDRINST usr/include/linux/atm_he.h > HDRINST usr/include/linux/netfilter.h > HDRINST usr/include/linux/ethtool_netlink.h > HDRINST usr/include/linux/atm_eni.h > HDRINST usr/include/linux/ppp-comp.h > HDRINST usr/include/linux/ptp_clock.h > HDRINST usr/include/linux/binfmts.h > HDRINST usr/include/linux/apm_bios.h > HDRINST usr/include/linux/wireless.h > HDRINST usr/include/linux/psp-sev.h > HDRINST usr/include/linux/uio.h > HDRINST usr/include/linux/vbox_vmmdev_types.h > HDRINST usr/include/linux/ppdev.h > HDRINST usr/include/linux/userio.h > HDRINST usr/include/linux/if_addrlabel.h > HDRINST usr/include/linux/utsname.h > HDRINST usr/include/linux/sysctl.h > HDRINST usr/include/linux/cramfs_fs.h > HDRINST usr/include/linux/hw_breakpoint.h > HDRINST usr/include/linux/nfs4_mount.h > HDRINST usr/include/linux/close_range.h > HDRINST usr/include/linux/i2o-dev.h > HDRINST usr/include/linux/uuid.h > HDRINST usr/include/linux/mrp_bridge.h > HDRINST usr/include/linux/if_link.h > HDRINST usr/include/linux/net_namespace.h > HDRINST usr/include/linux/cfm_bridge.h > HDRINST usr/include/linux/blktrace_api.h > HDRINST usr/include/linux/can/j1939.h > HDRINST usr/include/linux/can/gw.h > HDRINST usr/include/linux/can/netlink.h > HDRINST usr/include/linux/can/bcm.h > HDRINST usr/include/linux/can/vxcan.h > HDRINST usr/include/linux/can/error.h > HDRINST usr/include/linux/can/isotp.h > HDRINST usr/include/linux/can/raw.h > HDRINST usr/include/linux/netrom.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_hl.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_mh.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_NPT.h > HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.h > HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h > HDRINST usr/include/linux/edd.h > HDRINST usr/include/linux/packet_diag.h > HDRINST usr/include/linux/param.h > HDRINST usr/include/linux/nitro_enclaves.h > HDRINST usr/include/linux/virtio_crypto.h > HDRINST usr/include/linux/vm_sockets.h > HDRINST usr/include/linux/snmp.h > HDRINST usr/include/linux/kernel-page-flags.h > HDRINST usr/include/linux/scc.h > HDRINST usr/include/linux/ipmi_msgdefs.h > HDRINST usr/include/linux/tcp_metrics.h > HDRINST usr/include/linux/amt.h > HDRINST usr/include/linux/virtio_input.h > HDRINST usr/include/linux/udf_fs_i.h > HDRINST usr/include/linux/un.h > HDRINST usr/include/linux/vfio.h > HDRINST usr/include/linux/virtio_net.h > HDRINST usr/include/linux/fb.h > HDRINST usr/include/linux/acrn.h > HDRINST usr/include/linux/atmarp.h > HDRINST usr/include/linux/cryptouser.h > HDRINST usr/include/linux/pci_regs.h > HDRINST usr/include/linux/nfsd/debug.h > HDRINST usr/include/linux/nfsd/export.h > HDRINST usr/include/linux/nfsd/cld.h > HDRINST usr/include/linux/nfsd/stats.h > HDRINST usr/include/linux/mpls.h > HDRINST usr/include/linux/filter.h > HDRINST usr/include/linux/nl80211-vnd-intel.h > HDRINST usr/include/linux/rds.h > HDRINST usr/include/linux/smiapp.h > HDRINST usr/include/linux/veth.h > HDRINST usr/include/linux/elf.h > HDRINST usr/include/linux/bpfilter.h > HDRINST usr/include/linux/firewire-constants.h > HDRINST usr/include/linux/module.h > HDRINST usr/include/linux/kcm.h > HDRINST usr/include/linux/net.h > HDRINST usr/include/linux/input.h > HDRINST usr/include/linux/socket.h > HDRINST usr/include/linux/gsmmux.h > HDRINST usr/include/linux/mptcp.h > HDRINST usr/include/linux/kcmp.h > HDRINST usr/include/linux/isst_if.h > HDRINST usr/include/linux/kernelcapi.h > HDRINST usr/include/linux/sonet.h > HDRINST usr/include/linux/fpga-dfl.h > HDRINST usr/include/linux/tty.h > HDRINST usr/include/linux/ncsi.h > HDRINST usr/include/linux/um_timetravel.h > HDRINST usr/include/linux/atm_zatm.h > HDRINST usr/include/linux/sched/types.h > HDRINST usr/include/linux/cciss_defs.h > HDRINST usr/include/linux/rxrpc.h > HDRINST usr/include/linux/netconf.h > HDRINST usr/include/linux/virtio_console.h > HDRINST usr/include/linux/l2tp.h > HDRINST usr/include/linux/if_ether.h > HDRINST usr/include/linux/hash_info.h > HDRINST usr/include/linux/bpqether.h > HDRINST usr/include/linux/icmp.h > HDRINST usr/include/linux/msg.h > HDRINST usr/include/linux/if_phonet.h > HDRINST usr/include/linux/if_cablemodem.h > HDRINST usr/include/linux/times.h > HDRINST usr/include/linux/if_arp.h > HDRINST usr/include/linux/igmp.h > HDRINST usr/include/linux/oom.h > HDRINST usr/include/linux/tcp.h > HDRINST usr/include/linux/gameport.h > HDRINST usr/include/linux/fiemap.h > HDRINST usr/include/linux/vmcore.h > HDRINST usr/include/linux/caif/caif_socket.h > HDRINST usr/include/linux/caif/if_caif.h > HDRINST usr/include/linux/xfrm.h > HDRINST usr/include/linux/i2c-dev.h > HDRINST usr/include/linux/f2fs.h > HDRINST usr/include/linux/blkzoned.h > HDRINST usr/include/linux/genetlink.h > HDRINST usr/include/linux/rio_mport_cdev.h > HDRINST usr/include/linux/rkisp1-config.h > HDRINST usr/include/linux/ppp-ioctl.h > HDRINST usr/include/linux/btrfs_tree.h > HDRINST usr/include/linux/fsi.h > HDRINST usr/include/linux/xdp_diag.h > HDRINST usr/include/linux/nfsacl.h > HDRINST usr/include/linux/rpmsg.h > HDRINST usr/include/linux/elf-em.h > HDRINST usr/include/linux/atm_idt77105.h > HDRINST usr/include/linux/nvme_ioctl.h > HDRINST usr/include/linux/hpet.h > HDRINST usr/include/linux/cec-funcs.h > HDRINST usr/include/linux/stddef.h > HDRINST usr/include/linux/media.h > HDRINST usr/include/linux/omap3isp.h > HDRINST usr/include/linux/signalfd.h > HDRINST usr/include/linux/fib_rules.h > HDRINST usr/include/linux/vsockmon.h > HDRINST usr/include/linux/keyctl.h > HDRINST usr/include/linux/meye.h > HDRINST usr/include/linux/ipmi.h > HDRINST usr/include/linux/sock_diag.h > HDRINST usr/include/linux/if_bonding.h > HDRINST usr/include/linux/time.h > HDRINST usr/include/linux/mei.h > HDRINST usr/include/linux/psample.h > HDRINST usr/include/linux/ndctl.h > HDRINST usr/include/linux/route.h > HDRINST usr/include/linux/netdevice.h > HDRINST usr/include/linux/udp.h > HDRINST usr/include/linux/tc_ematch/tc_em_ipt.h > HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.h > HDRINST usr/include/linux/tc_ematch/tc_em_text.h > HDRINST usr/include/linux/tc_ematch/tc_em_cmp.h > HDRINST usr/include/linux/tc_ematch/tc_em_meta.h > HDRINST usr/include/linux/iio/events.h > HDRINST usr/include/linux/iio/types.h > HDRINST usr/include/linux/iio/buffer.h > HDRINST usr/include/linux/fdreg.h > HDRINST usr/include/linux/sync_file.h > HDRINST usr/include/linux/ip6_tunnel.h > HDRINST usr/include/linux/userfaultfd.h > HDRINST usr/include/linux/seg6_iptunnel.h > HDRINST usr/include/linux/atm.h > HDRINST usr/include/linux/vt.h > HDRINST usr/include/linux/nsfs.h > HDRINST usr/include/linux/kfd_ioctl.h > HDRINST usr/include/linux/nfs_mount.h > HDRINST usr/include/linux/am437x-vpfe.h > HDRINST usr/include/linux/msdos_fs.h > HDRINST usr/include/linux/scif_ioctl.h > HDRINST usr/include/linux/virtio_config.h > HDRINST usr/include/linux/poll.h > HDRINST usr/include/linux/dma-heap.h > HDRINST usr/include/linux/virtio_vsock.h > HDRINST usr/include/linux/if_alg.h > HDRINST usr/include/linux/netfilter_bridge/ebt_log.h > HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h > HDRINST usr/include/linux/netfilter_bridge/ebt_among.h > HDRINST usr/include/linux/netfilter_bridge/ebt_mark_t.h > HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h > HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h > HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.h > HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h > HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h > HDRINST usr/include/linux/netfilter_bridge/ebt_arpreply.h > HDRINST usr/include/linux/netfilter_bridge/ebt_limit.h > HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h > HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h > HDRINST usr/include/linux/netfilter_bridge/ebt_nflog.h > HDRINST usr/include/linux/netfilter_bridge/ebt_mark_m.h > HDRINST usr/include/linux/netfilter_bridge/ebtables.h > HDRINST usr/include/linux/netfilter_bridge/ebt_redirect.h > HDRINST usr/include/linux/soundcard.h > HDRINST usr/include/linux/hsi/cs-protocol.h > HDRINST usr/include/linux/hsi/hsi_char.h > HDRINST usr/include/linux/seg6_local.h > HDRINST usr/include/linux/ife.h > HDRINST usr/include/linux/serio.h > HDRINST usr/include/linux/aio_abi.h > HDRINST usr/include/linux/cifs/cifs_mount.h > HDRINST usr/include/linux/cifs/cifs_netlink.h > HDRINST usr/include/linux/nilfs2_api.h > HDRINST usr/include/linux/sockios.h > HDRINST usr/include/linux/bfs_fs.h > HDRINST usr/include/linux/net_dropmon.h > HDRINST usr/include/linux/pcitest.h > HDRINST usr/include/linux/jffs2.h > HDRINST usr/include/linux/nfs_fs.h > HDRINST usr/include/linux/libc-compat.h > HDRINST usr/include/linux/rose.h > HDRINST usr/include/linux/fsverity.h > HDRINST usr/include/linux/bpf_common.h > HDRINST usr/include/linux/erspan.h > HDRINST usr/include/linux/personality.h > HDRINST usr/include/linux/matroxfb.h > HDRINST usr/include/linux/virtio_fs.h > HDRINST usr/include/linux/cn_proc.h > HDRINST usr/include/linux/coff.h > HDRINST usr/include/sound/sfnt_info.h > HDRINST usr/include/sound/asequencer.h > HDRINST usr/include/sound/compress_offload.h > HDRINST usr/include/sound/asoc.h > HDRINST usr/include/sound/sb16_csp.h > HDRINST usr/include/sound/emu10k1.h > HDRINST usr/include/sound/firewire.h > HDRINST usr/include/sound/asound_fm.h > HDRINST usr/include/sound/usb_stream.h > HDRINST usr/include/sound/snd_sst_tokens.h > HDRINST usr/include/sound/hdsp.h > HDRINST usr/include/sound/snd_ar_tokens.h > HDRINST usr/include/sound/sof/fw.h > HDRINST usr/include/sound/sof/tokens.h > HDRINST usr/include/sound/sof/abi.h > HDRINST usr/include/sound/sof/header.h > HDRINST usr/include/sound/hdspm.h > HDRINST usr/include/sound/compress_params.h > HDRINST usr/include/sound/tlv.h > HDRINST usr/include/sound/asound.h > HDRINST usr/include/sound/skl-tplg-interface.h > HDRINST usr/include/scsi/scsi_bsg_ufs.h > HDRINST usr/include/scsi/scsi_netlink_fc.h > HDRINST usr/include/scsi/scsi_netlink.h > HDRINST usr/include/scsi/fc/fc_ns.h > HDRINST usr/include/scsi/fc/fc_fs.h > HDRINST usr/include/scsi/fc/fc_els.h > HDRINST usr/include/scsi/fc/fc_gs.h > HDRINST usr/include/scsi/scsi_bsg_fc.h > HDRINST usr/include/scsi/cxlflash_ioctl.h > HDRINST usr/include/linux/version.h > HDRINST usr/include/asm/posix_types.h > HDRINST usr/include/asm/sgx.h > HDRINST usr/include/asm/vsyscall.h > HDRINST usr/include/asm/prctl.h > HDRINST usr/include/asm/statfs.h > HDRINST usr/include/asm/mman.h > HDRINST usr/include/asm/bitsperlong.h > HDRINST usr/include/asm/boot.h > HDRINST usr/include/asm/bootparam.h > HDRINST usr/include/asm/debugreg.h > HDRINST usr/include/asm/perf_regs.h > HDRINST usr/include/asm/sembuf.h > HDRINST usr/include/asm/kvm_perf.h > HDRINST usr/include/asm/a.out.h > HDRINST usr/include/asm/vm86.h > HDRINST usr/include/asm/sigcontext.h > HDRINST usr/include/asm/auxvec.h > HDRINST usr/include/asm/msr.h > HDRINST usr/include/asm/e820.h > HDRINST usr/include/asm/swab.h > HDRINST usr/include/asm/mce.h > HDRINST usr/include/asm/signal.h > HDRINST usr/include/asm/ucontext.h > HDRINST usr/include/asm/ist.h > HDRINST usr/include/asm/kvm.h > HDRINST usr/include/asm/posix_types_64.h > HDRINST usr/include/asm/unistd.h > HDRINST usr/include/asm/processor-flags.h > HDRINST usr/include/asm/ptrace.h > HDRINST usr/include/asm/shmbuf.h > HDRINST usr/include/asm/mtrr.h > HDRINST usr/include/asm/siginfo.h > HDRINST usr/include/asm/kvm_para.h > HDRINST usr/include/asm/ptrace-abi.h > HDRINST usr/include/asm/stat.h > HDRINST usr/include/asm/posix_types_32.h > HDRINST usr/include/asm/hw_breakpoint.h > HDRINST usr/include/asm/sigcontext32.h > HDRINST usr/include/asm/msgbuf.h > HDRINST usr/include/asm/svm.h > HDRINST usr/include/asm/hwcap2.h > HDRINST usr/include/asm/posix_types_x32.h > HDRINST usr/include/asm/byteorder.h > HDRINST usr/include/asm/vmx.h > HDRINST usr/include/asm/setup.h > HDRINST usr/include/asm/ldt.h > HDRINST usr/include/asm/unistd_x32.h > HDRINST usr/include/asm/unistd_64.h > HDRINST usr/include/asm/unistd_32.h > HDRINST usr/include/asm/types.h > HDRINST usr/include/asm/termios.h > HDRINST usr/include/asm/termbits.h > HDRINST usr/include/asm/sockios.h > HDRINST usr/include/asm/socket.h > HDRINST usr/include/asm/resource.h > HDRINST usr/include/asm/poll.h > HDRINST usr/include/asm/param.h > HDRINST usr/include/asm/ipcbuf.h > HDRINST usr/include/asm/ioctls.h > HDRINST usr/include/asm/ioctl.h > HDRINST usr/include/asm/fcntl.h > HDRINST usr/include/asm/errno.h > HDRINST usr/include/asm/bpf_perf_event.h > INSTALL ./usr/include > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dam= on' > gcc huge_count_read_write.c -o /usr/src/perf_selftests-x86_64-rhel-8= =2E3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/self= tests/damon/huge_count_read_write > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/damo= n' > 2022-01-27 18:56:47 make -C damon > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/damon' > make: Nothing to be done for 'all'. > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/damon' > 2022-01-27 18:56:47 make run_tests -C damon > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/damon' > TAP version 13 > 1..5 > # selftests: damon: debugfs_attrs.sh > # Warning: file debugfs_attrs.sh is not executable > # /sys/kernel/debug/damon not found > ok 1 selftests: damon: debugfs_attrs.sh # SKIP > # selftests: damon: debugfs_schemes.sh > # Warning: file debugfs_schemes.sh is not executable > # /sys/kernel/debug/damon not found > ok 2 selftests: damon: debugfs_schemes.sh # SKIP > # selftests: damon: debugfs_target_ids.sh > # Warning: file debugfs_target_ids.sh is not executable > # /sys/kernel/debug/damon not found > ok 3 selftests: damon: debugfs_target_ids.sh # SKIP > # selftests: damon: debugfs_empty_targets.sh > # Warning: file debugfs_empty_targets.sh is not executable > # /sys/kernel/debug/damon not found > ok 4 selftests: damon: debugfs_empty_targets.sh # SKIP > # selftests: damon: debugfs_huge_count_read_write.sh > # Warning: file debugfs_huge_count_read_write.sh is not executable > # /sys/kernel/debug/damon not found > ok 5 selftests: damon: debugfs_huge_count_read_write.sh # SKIP > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/damon' > dma test: not in Makefile > 2022-01-27 18:56:47 make TARGETS=3Ddma > make --no-builtin-rules ARCH=3Dx86 -C ../../.. headers_install > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > INSTALL ./usr/include > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dma' > gcc -I../../../../usr/include/ dma_map_benchmark.c -o /usr/src/perf_s= elftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e= 4/tools/testing/selftests/dma/dma_map_benchmark > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dma' > 2022-01-27 18:56:48 make -C dma > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dma' > make: Nothing to be done for 'all'. > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dma' > 2022-01-27 18:56:48 make run_tests -C dma > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dma' > TAP version 13 > 1..1 > # selftests: dma: dma_map_benchmark > # dma mapping benchmark: threads:1 seconds:20 node:-1 dir:BIDIRECTIONAL g= ranule: 1 > # average map latency(us):0.5 standard deviation:0.3 > # average unmap latency(us):0.5 standard deviation:0.2 > ok 1 selftests: dma: dma_map_benchmark > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dma' > dmabuf-heaps test: not in Makefile > 2022-01-27 18:57:09 make TARGETS=3Ddmabuf-heaps > make --no-builtin-rules ARCH=3Dx86 -C ../../.. headers_install > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > INSTALL ./usr/include > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dma= buf-heaps' > gcc -static -O3 -Wl,-no-as-needed -Wall dmabuf-heap.c -o /usr/src/per= f_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace989738= 44e4/tools/testing/selftests/dmabuf-heaps/dmabuf-heap > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dmab= uf-heaps' > 2022-01-27 18:57:10 make -C dmabuf-heaps > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dmabuf= -heaps' > make: Nothing to be done for 'all'. > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dmabuf-= heaps' > 2022-01-27 18:57:10 make run_tests -C dmabuf-heaps > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dmabuf= -heaps' > TAP version 13 > 1..1 > # selftests: dmabuf-heaps: dmabuf-heap > # Testing heap: system > # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # Testing allocation and importing: OK > # Testing alloced 4k buffers are zeroed: OK > # Testing alloced 1024k buffers are zeroed: OK > # Testing (theoretical)older alloc compat: OK > # Testing (theoretical)newer alloc compat: OK > # Testing expected error cases: OK > ok 1 selftests: dmabuf-heaps: dmabuf-heap > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/dmabuf-= heaps' > LKP SKIP efivarfs | no /sys/firmware/efi > 2022-01-27 18:57:10 touch ./exec/pipe > 2022-01-27 18:57:10 make -C exec > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec' > gcc -Wall -Wno-nonnull -D_GNU_SOURCE execveat.c -o /usr/src/perf_self= tests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/t= ools/testing/selftests/exec/execveat > gcc -Wall -Wno-nonnull -D_GNU_SOURCE -Wl,-z,max-page-size=3D0x1000 -pie = -static load_address.c -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftest= s-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec/loa= d_address_4096 > gcc -Wall -Wno-nonnull -D_GNU_SOURCE -Wl,-z,max-page-size=3D0x200000 -pi= e -static load_address.c -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec/l= oad_address_2097152 > gcc -Wall -Wno-nonnull -D_GNU_SOURCE -Wl,-z,max-page-size=3D0x1000000 -p= ie -static load_address.c -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselft= ests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec/= load_address_16777216 > gcc -Wall -Wno-nonnull -D_GNU_SOURCE recursion-depth.c -o /usr/src/pe= rf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973= 844e4/tools/testing/selftests/exec/recursion-depth > cd /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b= 3d10848aace98973844e4/tools/testing/selftests/exec && ln -s -f execveat exe= cveat.symlink > cp /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b= 3d10848aace98973844e4/tools/testing/selftests/exec/execveat /usr/src/perf_s= elftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e= 4/tools/testing/selftests/exec/execveat.denatured > chmod -x /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8= f05e1b3d10848aace98973844e4/tools/testing/selftests/exec/execveat.denatured > echo '#!/bin/sh' > /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2b= cbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec/script > echo 'exit $*' >> /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bc= bd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec/script > chmod +x /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8= f05e1b3d10848aace98973844e4/tools/testing/selftests/exec/script > mkdir -p /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8= f05e1b3d10848aace98973844e4/tools/testing/selftests/exec/subdir > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec' > 2022-01-27 18:57:11 make run_tests -C exec > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec' > TAP version 13 > 1..7 > # selftests: exec: execveat > # /bin/sh: 0: Can't open /dev/fd/8/usr/src/perf_selftests-x86_64-rhel-8.3= -kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftest= s/exec/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyy= yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy= yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy= yyyyy > # Check success of execveat(5, '../execveat', 0)... [OK] > # Check success of execveat(7, 'execveat', 0)... [OK] > # Check success of execveat(9, 'execveat', 0)... [OK] > # Check success of execveat(-100, '/usr/src/perf_selfte...ftests/exec/exe= cveat', 0)... [OK] > # Check success of execveat(99, '/usr/src/perf_selfte...ftests/exec/execv= eat', 0)... [OK] > # Check success of execveat(11, '', 4096)... [OK] > # Check success of execveat(20, '', 4096)... [OK] > # Check success of execveat(12, '', 4096)... [OK] > # Check success of execveat(17, '', 4096)... [OK] > # Check success of execveat(17, '', 4096)... [OK] > # Check success of execveat(18, '', 4096)... [OK] > # Check failure of execveat(11, '', 0) with ENOENT... [OK] > # Check failure of execveat(11, '(null)', 4096) with EFAULT... [OK] > # Check success of execveat(7, 'execveat.symlink', 0)... [OK] > # Check success of execveat(9, 'execveat.symlink', 0)... [OK] > # Check success of execveat(-100, '/usr/src/perf_selfte...xec/execveat.sy= mlink', 0)... [OK] > # Check success of execveat(13, '', 4096)... [OK] > # Check success of execveat(13, '', 4352)... [OK] > # Check failure of execveat(7, 'execveat.symlink', 256) with ELOOP... [OK] > # Check failure of execveat(9, 'execveat.symlink', 256) with ELOOP... [OK] > # Check failure of execveat(-100, '/usr/src/perf_selftests-x86_64-rhel-8.= 3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftes= ts/exec/execveat.symlink', 256) with ELOOP... [OK] > # Check failure of execveat(7, 'pipe', 0) with EACCES... [OK] > # Check success of execveat(5, '../script', 0)... [OK] > # Check success of execveat(7, 'script', 0)... [OK] > # Check success of execveat(9, 'script', 0)... [OK] > # Check success of execveat(-100, '/usr/src/perf_selfte...elftests/exec/s= cript', 0)... [OK] > # Check success of execveat(16, '', 4096)... [OK] > # Check success of execveat(16, '', 4352)... [OK] > # Check failure of execveat(21, '', 4096) with ENOENT... [OK] > # Check failure of execveat(10, 'script', 0) with ENOENT... [OK] > # Check success of execveat(19, '', 4096)... [OK] > # Check success of execveat(19, '', 4096)... [OK] > # Check success of execveat(6, '../script', 0)... [OK] > # Check success of execveat(6, 'script', 0)... [OK] > # Check success of execveat(6, '../script', 0)... [OK] > # Check failure of execveat(6, 'script', 0) with ENOENT... [OK] > # Check failure of execveat(7, 'execveat', 65535) with EINVAL... [OK] > # Check failure of execveat(7, 'no-such-file', 0) with ENOENT... [OK] > # Check failure of execveat(9, 'no-such-file', 0) with ENOENT... [OK] > # Check failure of execveat(-100, 'no-such-file', 0) with ENOENT... [OK] > # Check failure of execveat(7, '', 4096) with EACCES... [OK] > # Check failure of execveat(7, 'Makefile', 0) with EACCES... [OK] > # Check failure of execveat(14, '', 4096) with EACCES... [OK] > # Check failure of execveat(15, '', 4096) with EACCES... [OK] > # Check failure of execveat(99, '', 4096) with EBADF... [OK] > # Check failure of execveat(99, 'execveat', 0) with EBADF... [OK] > # Check failure of execveat(11, 'execveat', 0) with ENOTDIR... [OK] > # Invoke copy of 'execveat' via filename of length 4094: > # Check success of execveat(22, '', 4096)... [OK] > # Check success of execveat(8, 'usr/src/perf_selftes...yyyyyyyyyyyyyyyyyy= yy', 0)... [OK] > # Invoke copy of 'script' via filename of length 4094: > # Check success of execveat(23, '', 4096)... [OK] > # Check success of execveat(8, 'usr/src/perf_selftes...yyyyyyyyyyyyyyyyyy= yy', 0)... [OK] > ok 1 selftests: exec: execveat > # selftests: exec: load_address_4096 > # PASS > ok 2 selftests: exec: load_address_4096 > # selftests: exec: load_address_2097152 > # PASS > ok 3 selftests: exec: load_address_2097152 > # selftests: exec: load_address_16777216 > # PASS > ok 4 selftests: exec: load_address_16777216 > # selftests: exec: recursion-depth > ok 5 selftests: exec: recursion-depth > # selftests: exec: binfmt_script > # TAP version 1.3 > # 1..27 > # ok 1 - binfmt_script too-big (correctly failed bad exec) > # ok 2 - binfmt_script exact (correctly failed bad exec) > # ok 3 - binfmt_script exact-space (correctly failed bad exec) > # ok 4 - binfmt_script whitespace-too-big (correctly failed bad exec) > # ok 5 - binfmt_script truncated (correctly failed bad exec) > # ok 6 - binfmt_script empty (correctly failed bad exec) > # ok 7 - binfmt_script spaces (correctly failed bad exec) > # ok 8 - binfmt_script newline-prefix (correctly failed bad exec) > # ok 9 - binfmt_script test.pl (successful good exec) > # ok 10 - binfmt_script one-under (successful good exec) > # ok 11 - binfmt_script two-under (successful good exec) > # ok 12 - binfmt_script exact-trunc-whitespace (successful good exec) > # ok 13 - binfmt_script exact-trunc-arg (successful good exec) > # ok 14 - binfmt_script one-under-full-arg (successful good exec) > # ok 15 - binfmt_script one-under-no-nl (successful good exec) > # ok 16 - binfmt_script half-under-no-nl (successful good exec) > # ok 17 - binfmt_script one-under-trunc-arg (successful good exec) > # ok 18 - binfmt_script one-under-leading (successful good exec) > # ok 19 - binfmt_script one-under-leading-trunc-arg (successful good exec) > # ok 20 - binfmt_script two-under-no-nl (successful good exec) > # ok 21 - binfmt_script two-under-trunc-arg (successful good exec) > # ok 22 - binfmt_script two-under-leading (successful good exec) > # ok 23 - binfmt_script two-under-leading-trunc-arg (successful good exec) > # ok 24 - binfmt_script two-under-no-nl (successful good exec) > # ok 25 - binfmt_script two-under-trunc-arg (successful good exec) > # ok 26 - binfmt_script two-under-leading (successful good exec) > # ok 27 - binfmt_script two-under-lead-trunc-arg (successful good exec) > ok 6 selftests: exec: binfmt_script > # selftests: exec: non-regular > # Warning: file non-regular is missing! > not ok 7 selftests: exec: non-regular > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/exec' > LKP SKIP filesystems > 2022-01-27 18:57:11 make -C fpu > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fpu' > gcc test_fpu.c -lm -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fpu/te= st_fpu > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fpu' > 2022-01-27 18:57:11 make run_tests -C fpu > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fpu' > TAP version 13 > 1..2 > # selftests: fpu: test_fpu > # [SKIP] can't access /sys/kernel/debug/selftest_helpers/test_fpu: No suc= h file or directory > ok 1 selftests: fpu: test_fpu > # selftests: fpu: run_test_fpu.sh > # ./run_test_fpu.sh: You must have the following enabled in your kernel: > # CONFIG_TEST_FPU=3Dm > ok 2 selftests: fpu: run_test_fpu.sh # SKIP > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fpu' > 2022-01-27 18:57:11 make -C futex > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex' > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fut= ex/functional' > make --no-builtin-rules INSTALL_HDR_PATH=3D$OUTPUT/usr \ > ARCH=3Dx86 -C ../../../../.. headers_install > make[2]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > INSTALL /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee= 8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex/functional/usr/i= nclude > make[2]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_wait_timeout.c ../inc= lude/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o= /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10= 848aace98973844e4/tools/testing/selftests/futex/functional/futex_wait_timeo= ut > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_wait_wouldblock.c ../= include/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt= -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3= d10848aace98973844e4/tools/testing/selftests/futex/functional/futex_wait_wo= uldblock > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_requeue_pi.c ../inclu= de/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /= usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d1084= 8aace98973844e4/tools/testing/selftests/futex/functional/futex_requeue_pi > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_requeue_pi_signal_res= tart.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpt= hread -lrt -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769= ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex/functional/fut= ex_requeue_pi_signal_restart > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_requeue_pi_mismatched= _ops.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpt= hread -lrt -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769= ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex/functional/fut= ex_requeue_pi_mismatched_ops > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_wait_uninitialized_he= ap.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpthr= ead -lrt -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee= 8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex/functional/futex= _wait_uninitialized_heap > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_wait_private_mapped_f= ile.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpth= read -lrt -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769e= e8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex/functional/fute= x_wait_private_mapped_file > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_wait.c ../include/fut= extest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/sr= c/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace9= 8973844e4/tools/testing/selftests/futex/functional/futex_wait > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_requeue.c ../include/= futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr= /src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aa= ce98973844e4/tools/testing/selftests/futex/functional/futex_requeue > gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ -I../../..= /../../usr/include/ -I/kselftest/usr/include futex_waitv.c ../include/fu= textest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/s= rc/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace= 98973844e4/tools/testing/selftests/futex/functional/futex_waitv > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fute= x/functional' > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex' > 2022-01-27 18:57:15 make run_tests -C futex > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex' > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fut= ex/functional' > make --no-builtin-rules INSTALL_HDR_PATH=3D$OUTPUT/usr \ > ARCH=3Dx86 -C ../../../../.. headers_install > make[2]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > INSTALL /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee= 8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex/functional/usr/i= nclude > make[2]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/fute= x/functional' > TAP version 13 > 1..1 > # selftests: futex: run.sh > # tput: No value for $TERM and no -T specified > # tput: No value for $TERM and no -T specified > #=20 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D0 owner=3D0 timeout=3D0ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D0 owner=3D0 timeout=3D0ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D1 owner=3D0 timeout=3D0ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D0 owner=3D1 timeout=3D0ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D1 owner=3D0 timeout=3D0ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D0 owner=3D1 timeout=3D0ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D1 owner=3D0 timeout=3D5000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D1 owner=3D0 timeout=3D5000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D1 owner=3D0 timeout=3D500000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D1 owner=3D0 timeout=3D500000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D0 owner=3D0 timeout=3D5000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D0 owner=3D0 timeout=3D5000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D0 owner=3D0 timeout=3D500000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D0 owner=3D0 timeout=3D500000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D0 owner=3D1 timeout=3D5000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D1 owner=3D0 timeout=3D5000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D0 owner=3D1 timeout=3D500000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D1 owner=3D0 timeout=3D500000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D1 locked=3D1 owner=3D0 timeout=3D2000000000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_requeue_pi: Test requeue functionality > # # Arguments: broadcast=3D0 locked=3D1 owner=3D0 timeout=3D2000000000ns > # ok 1 futex-requeue-pi > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > #=20 > # TAP version 13 > # 1..1 > # # futex_requeue_pi_mismatched_ops: Detect mismatched requeue_pi operati= ons > # ok 1 futex-requeue-pi-mismatched-ops > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > #=20 > # TAP version 13 > # 1..1 > # # futex_requeue_pi_signal_restart: Test signal handling during requeue_= pi > # # Arguments: > # ok 1 futex-requeue-pi-signal-restart > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > #=20 > # TAP version 13 > # 1..9 > # # futex_wait_timeout: Block on a futex and wait for timeout > # # Arguments: timeout=3D100000ns > # ok 1 futex_wait relative succeeds > # ok 2 futex_wait_bitset realtime succeeds > # ok 3 futex_wait_bitset monotonic succeeds > # ok 4 futex_wait_requeue_pi realtime succeeds > # ok 5 futex_wait_requeue_pi monotonic succeeds > # ok 6 futex_lock_pi realtime succeeds > # ok 7 futex_lock_pi invalid timeout flag succeeds > # ok 8 futex_waitv monotonic succeeds > # ok 9 futex_waitv realtime succeeds > # # Totals: pass:9 fail:0 xfail:0 xpass:0 skip:0 error:0 > #=20 > # TAP version 13 > # 1..2 > # # futex_wait_wouldblock: Test the unexpected futex value in FUTEX_WAIT > # ok 1 futex_wait > # ok 2 futex_waitv > # # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:0 error:0 > #=20 > # TAP version 13 > # 1..1 > # # futex_wait_uninitialized_heap: Test the uninitialized futex value in = FUTEX_WAIT > # ok 1 futex-wait-uninitialized-heap > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > # TAP version 13 > # 1..1 > # # futex_wait_private_mapped_file: Test the futex value of private file = mappings in FUTEX_WAIT > # ok 1 futex-wait-private-mapped-file > # # Totals: pass:1 fail:0 xfail:0 xpass:0 skip:0 error:0 > #=20 > # TAP version 13 > # 1..3 > # # futex_wait: Test futex_wait > # ok 1 futex_wake private succeeds > # ok 2 futex_wake shared (page anon) succeeds > # ok 3 futex_wake shared (file backed) succeeds > # # Totals: pass:3 fail:0 xfail:0 xpass:0 skip:0 error:0 > #=20 > # TAP version 13 > # 1..2 > # # futex_requeue: Test futex_requeue > # ok 1 futex_requeue simple succeeds > # ok 2 futex_requeue many succeeds > # # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:0 error:0 > #=20 > # TAP version 13 > # 1..7 > # # futex_waitv: Test FUTEX_WAITV > # ok 1 futex_waitv private > # ok 2 futex_waitv shared > # ok 3 futex_waitv without FUTEX_32 > # ok 4 futex_waitv with an unaligned address > # ok 5 futex_waitv NULL address in waitv.uaddr > # ok 6 futex_waitv NULL address in *waiters > # ok 7 futex_waitv invalid clockid > # # Totals: pass:7 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 1 selftests: futex: run.sh > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/futex' > LKP WARN miss config CONFIG_GPIO_SIM=3D of gpio/config > 2022-01-27 18:57:25 make -C ../../../tools/gpio > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > mkdir -p include/linux 2>&1 || true > ln -sf /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f0= 5e1b3d10848aace98973844e4/tools/gpio/../../include/uapi/linux/gpio.h includ= e/linux/gpio.h > make -f /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f= 05e1b3d10848aace98973844e4/tools/build/Makefile.build dir=3D. obj=3Dgpio-ut= ils > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > CC gpio-utils.o > LD gpio-utils-in.o > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > make -f /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f= 05e1b3d10848aace98973844e4/tools/build/Makefile.build dir=3D. obj=3Dlsgpio > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > CC lsgpio.o > LD lsgpio-in.o > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > LINK lsgpio > make -f /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f= 05e1b3d10848aace98973844e4/tools/build/Makefile.build dir=3D. obj=3Dgpio-ha= mmer > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > CC gpio-hammer.o > LD gpio-hammer-in.o > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > LINK gpio-hammer > make -f /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f= 05e1b3d10848aace98973844e4/tools/build/Makefile.build dir=3D. obj=3Dgpio-ev= ent-mon > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > CC gpio-event-mon.o > LD gpio-event-mon-in.o > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > LINK gpio-event-mon > make -f /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f= 05e1b3d10848aace98973844e4/tools/build/Makefile.build dir=3D. obj=3Dgpio-wa= tch > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > CC gpio-watch.o > LD gpio-watch-in.o > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > LINK gpio-watch > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/gpio' > 2022-01-27 18:57:26 make -C gpio > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/gpio' > gcc -I../../../../usr/include -O2 -g -Wall -I../../../../usr/include/ = gpio-mockup-cdev.c -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e= 2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/gpio/gpio-m= ockup-cdev > gcc -I../../../../usr/include -O2 -g -Wall -I../../../../usr/include/ = gpio-chip-info.c -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2b= cbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/gpio/gpio-chi= p-info > gcc -I../../../../usr/include -O2 -g -Wall -I../../../../usr/include/ = gpio-line-name.c -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2b= cbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/gpio/gpio-lin= e-name > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/gpio' > 2022-01-27 18:57:26 make run_tests -C gpio > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/gpio' > TAP version 13 > 1..2 > # selftests: gpio: gpio-mockup.sh > # 1. Module load tests > # 1.1. dynamic allocation of gpio > # 2. Module load error tests > # 2.1 gpio overflow > # test failed: unexpected chip - gpiochip0 > # GPIO gpio-mockup test FAIL > not ok 1 selftests: gpio: gpio-mockup.sh # exit=3D1 > # selftests: gpio: gpio-sim.sh > # modprobe: FATAL: Module gpio-sim not found in directory /lib/modules/5.= 16.0-11423-ge2bcbd7769ee > # unable to load the gpio-sim module > # GPIO gpio-sim test SKIP > ok 2 selftests: gpio: gpio-sim.sh # SKIP > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/gpio' > ia64 test: not in Makefile > 2022-01-27 18:57:27 make TARGETS=3Dia64 > make --no-builtin-rules ARCH=3Dx86 -C ../../.. headers_install > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > INSTALL ./usr/include > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ia6= 4' > Makefile:9: warning: overriding recipe for target 'clean' > ../lib.mk:130: warning: ignoring old recipe for target 'clean' > gcc aliasing-test.c -o aliasing-test > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ia64' > 2022-01-27 18:57:28 make -C ia64 > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ia64' > Makefile:9: warning: overriding recipe for target 'clean' > ../lib.mk:130: warning: ignoring old recipe for target 'clean' > make: Nothing to be done for 'all'. > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ia64' > 2022-01-27 18:57:28 make run_tests -C ia64 > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ia64' > Makefile:9: warning: overriding recipe for target 'clean' > ../lib.mk:130: warning: ignoring old recipe for target 'clean' > TAP version 13 > 1..1 > # selftests: ia64: aliasing-test > # PASS: /dev/mem 0x0-0xa0000 is readable > # PASS: /dev/mem 0xa0000-0xc0000 is mappable > # PASS: /dev/mem 0xc0000-0x100000 is readable > # PASS: /dev/mem 0x0-0x100000 is mappable > # PASS: /proc/bus/pci/00/00.0 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/02.0 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/14.0 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/14.2 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/16.0 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/16.3 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/17.0 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/1f.0 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/1f.2 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/1f.3 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/1f.4 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/1f.6 0x0-0xa0000 not mappable > # PASS: /proc/bus/pci/00/00.0 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/02.0 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/14.0 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/14.2 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/16.0 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/16.3 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/17.0 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/1f.0 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/1f.2 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/1f.3 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/1f.4 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/1f.6 0xa0000-0xc0000 not mappable > # PASS: /proc/bus/pci/00/00.0 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/02.0 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/14.0 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/14.2 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/16.0 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/16.3 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/17.0 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.0 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.2 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.3 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.4 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.6 0xc0000-0x100000 not mappable > # PASS: /proc/bus/pci/00/00.0 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/02.0 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/14.0 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/14.2 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/16.0 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/16.3 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/17.0 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.0 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.2 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.3 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.4 0x0-0x100000 not mappable > # PASS: /proc/bus/pci/00/1f.6 0x0-0x100000 not mappable > ok 1 selftests: ia64: aliasing-test > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ia64' > 2022-01-27 18:57:28 make -C intel_pstate > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/intel_= pstate' > gcc -Wall -D_GNU_SOURCE msr.c -lm -o /usr/src/perf_selftests-x86_64-r= hel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/s= elftests/intel_pstate/msr > gcc -Wall -D_GNU_SOURCE aperf.c -lm -o /usr/src/perf_selftests-x86_64= -rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing= /selftests/intel_pstate/aperf > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/intel_p= state' > 2022-01-27 18:57:28 make run_tests -C intel_pstate > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/intel_= pstate' > TAP version 13 > 1..1 > # selftests: intel_pstate: run.sh > # cpupower: error while loading shared libraries: libcpupower.so.0: canno= t open shared object file: No such file or directory > # ./run.sh: line 90: / 1000: syntax error: operand expected (error token = is "/ 1000") > # cpupower: error while loading shared libraries: libcpupower.so.0: canno= t open shared object file: No such file or directory > # ./run.sh: line 92: / 1000: syntax error: operand expected (error token = is "/ 1000") > # =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > # The marketing frequency of the cpu is 3400 MHz > # The maximum frequency of the cpu is MHz > # The minimum frequency of the cpu is MHz > # Target Actual Difference MSR(0x199) max_perf_pct > ok 1 selftests: intel_pstate: run.sh > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/intel_p= state' > 2022-01-27 18:57:29 make -C ipc > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ipc' > gcc -DCONFIG_X86_64 -D__x86_64__ -I../../../../usr/include/ msgque.c = -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d= 10848aace98973844e4/tools/testing/selftests/ipc/msgque > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ipc' > 2022-01-27 18:57:29 make run_tests -C ipc > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ipc' > TAP version 13 > 1..1 > # selftests: ipc: msgque > # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 1 selftests: ipc: msgque > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ipc' > LKP SKIP ir.ir_loopback_rcmm > 2022-01-27 18:57:29 make -C ir > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir' > gcc -Wall -O2 -I../../../include/uapi ir_loopback.c -o /usr/src/perf_= selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844= e4/tools/testing/selftests/ir/ir_loopback > ir_loopback.c: In function =E2=80=98main=E2=80=99: > ir_loopback.c:147:20: error: =E2=80=98RC_PROTO_RCMM32=E2=80=99 undeclared= (first use in this function); did you mean =E2=80=98RC_PROTO_RC6_MCE=E2=80= =99? > if (rc_proto =3D=3D RC_PROTO_RCMM32 && > ^~~~~~~~~~~~~~~ > RC_PROTO_RC6_MCE > ir_loopback.c:147:20: note: each undeclared identifier is reported only o= nce for each function it appears in > make: *** [../lib.mk:146: /usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir/ir_= loopback] Error 1 > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir' > 2022-01-27 18:57:29 make run_tests -C ir > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir' > gcc -Wall -O2 -I../../../include/uapi ir_loopback.c -o /usr/src/perf_= selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844= e4/tools/testing/selftests/ir/ir_loopback > ir_loopback.c: In function =E2=80=98main=E2=80=99: > ir_loopback.c:147:20: error: =E2=80=98RC_PROTO_RCMM32=E2=80=99 undeclared= (first use in this function); did you mean =E2=80=98RC_PROTO_RC6_MCE=E2=80= =99? > if (rc_proto =3D=3D RC_PROTO_RCMM32 && > ^~~~~~~~~~~~~~~ > RC_PROTO_RC6_MCE > ir_loopback.c:147:20: note: each undeclared identifier is reported only o= nce for each function it appears in > make: *** [../lib.mk:146: /usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir/ir_= loopback] Error 1 > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/ir' > 2022-01-27 18:57:29 make -C kcmp > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kcmp' > gcc -I../../../../usr/include/ kcmp_test.c -o /usr/src/perf_selftests= -x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/= testing/selftests/kcmp/kcmp_test > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kcmp' > 2022-01-27 18:57:29 make run_tests -C kcmp > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kcmp' > TAP version 13 > 1..1 > # selftests: kcmp: kcmp_test > # pid1: 11557 pid2: 11558 FD: 2 FILES: 2 VM: 2 FS: 2 SIGHAND: 2 IO= : 0 SYSVSEM: 0 INV: -1 > # PASS: 0 returned as expected > # PASS: 0 returned as expected > # PASS: 0 returned as expected > # # Planned tests !=3D run tests (0 !=3D 3) > # # Totals: pass:3 fail:0 xfail:0 xpass:0 skip:0 error:0 > # # Planned tests !=3D run tests (0 !=3D 3) > # # Totals: pass:3 fail:0 xfail:0 xpass:0 skip:0 error:0 > # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 1 selftests: kcmp: kcmp_test > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kcmp' > 2022-01-27 18:57:29 make -C kexec > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kexec' > make: Nothing to be done for 'all'. > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kexec' > 2022-01-27 18:57:29 make run_tests -C kexec > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kexec' > TAP version 13 > 1..2 > # selftests: kexec: test_kexec_load.sh > # [INFO] kexec_load is enabled > # [INFO] IMA enabled > # [INFO] IMA architecture specific policy enabled > # ./test_kexec_load.sh: 126: [: x86_64: unexpected operator > # [INFO] efivars is not mounted on /sys/firmware/efi/efivars > # efi_vars is not enabled > #=20 > ok 1 selftests: kexec: test_kexec_load.sh # SKIP > # selftests: kexec: test_kexec_file_load.sh > # [INFO] kexec_file_load is enabled > # [INFO] IMA enabled > # [INFO] architecture specific policy enabled > # [INFO] reading IMA policy permitted > # ./test_kexec_file_load.sh: 126: [: x86_64: unexpected operator > # [INFO] efivars is not mounted on /sys/firmware/efi/efivars > # efi_vars is not enabled > #=20 > ok 2 selftests: kexec: test_kexec_file_load.sh # SKIP > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kexec' > kmod test: not in Makefile > 2022-01-27 18:57:29 make TARGETS=3Dkmod > make --no-builtin-rules ARCH=3Dx86 -C ../../.. headers_install > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > INSTALL ./usr/include > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kmo= d' > make[1]: Nothing to be done for 'all'. > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kmod' > 2022-01-27 18:57:30 make -C kmod > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kmod' > make: Nothing to be done for 'all'. > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kmod' > 2022-01-27 18:57:30 make run_tests -C kmod > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kmod' > TAP version 13 > 1..1 > # selftests: kmod: kmod.sh > # Thu Jan 27 18:57:30 UTC 2022 > # Running test: kmod_test_0001 - run #0 > # kmod_test_0001_driver: OK! - loading kmod test > # kmod_test_0001_driver: OK! - Return value: 256 (MODULE_NOT_FOUND), expe= cted MODULE_NOT_FOUND > # modprobe: FATAL: Module xfs is in use. > # Test completed > not ok 1 selftests: kmod: kmod.sh # exit=3D1 > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/kmod' > 2022-01-27 18:57:30 make -C landlock > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/landlo= ck' > make --no-builtin-rules ARCH=3Dx86 -C ../../../.. headers_install > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > INSTALL ./usr/include > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > gcc -DSYS_move_mount=3D__NR_move_mount -Wall -O2 fs_test.c -o /usr/sr= c/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace9= 8973844e4/tools/testing/selftests/landlock/fs_test -lcap -I../../../../usr/= include > gcc -DSYS_move_mount=3D__NR_move_mount -Wall -O2 base_test.c -o /usr/= src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aac= e98973844e4/tools/testing/selftests/landlock/base_test -lcap -I../../../../= usr/include > gcc -DSYS_move_mount=3D__NR_move_mount -Wall -O2 ptrace_test.c -o /us= r/src/perf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848a= ace98973844e4/tools/testing/selftests/landlock/ptrace_test -lcap -I../../..= /../usr/include > gcc -DSYS_move_mount=3D__NR_move_mount -Wall -O2 true.c -o /usr/src/p= erf_selftests-x86_64-rhel-8.3-kselftests-e2bcbd7769ee8f05e1b3d10848aace9897= 3844e4/tools/testing/selftests/landlock/true -static > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/landloc= k' > 2022-01-27 18:57:34 make run_tests -C landlock > make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselfte= sts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/landlo= ck' > make --no-builtin-rules ARCH=3Dx86 -C ../../../.. headers_install > make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-ksel= ftests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > INSTALL ./usr/include > make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kself= tests-e2bcbd7769ee8f05e1b3d10848aace98973844e4' > TAP version 13 > 1..3 > # selftests: landlock: fs_test > # TAP version 13 > # 1..46 > # # Starting 46 tests from 4 test cases. > # # RUN layout1.no_restriction ... > # # fs_test.c:106:no_restriction:Expected 0 (0) =3D=3D mkdir(path, 0700) = (-1) > # # fs_test.c:108:no_restriction:Failed to create directory "tmp": Permis= sion denied > # # no_restriction: Test terminated by assertion > # # FAIL layout1.no_restriction > # not ok 1 layout1.no_restriction > # # RUN layout1.inval ... > # # fs_test.c:106:inval:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:inval:Failed to create directory "tmp": Permission deni= ed > # # inval: Test terminated by assertion > # # FAIL layout1.inval > # not ok 2 layout1.inval > # # RUN layout1.file_access_rights ... > # # fs_test.c:106:file_access_rights:Expected 0 (0) =3D=3D mkdir(path, 07= 00) (-1) > # # fs_test.c:108:file_access_rights:Failed to create directory "tmp": Pe= rmission denied > # # file_access_rights: Test terminated by assertion > # # FAIL layout1.file_access_rights > # not ok 3 layout1.file_access_rights > # # RUN layout1.proc_nsfs ... > # # fs_test.c:106:proc_nsfs:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:proc_nsfs:Failed to create directory "tmp": Permission = denied > # # proc_nsfs: Test terminated by assertion > # # FAIL layout1.proc_nsfs > # not ok 4 layout1.proc_nsfs > # # RUN layout1.unpriv ... > # # fs_test.c:106:unpriv:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:unpriv:Failed to create directory "tmp": Permission den= ied > # # unpriv: Test terminated by assertion > # # FAIL layout1.unpriv > # not ok 5 layout1.unpriv > # # RUN layout1.effective_access ... > # # fs_test.c:106:effective_access:Expected 0 (0) =3D=3D mkdir(path, 0700= ) (-1) > # # fs_test.c:108:effective_access:Failed to create directory "tmp": Perm= ission denied > # # effective_access: Test terminated by assertion > # # FAIL layout1.effective_access > # not ok 6 layout1.effective_access > # # RUN layout1.unhandled_access ... > # # fs_test.c:106:unhandled_access:Expected 0 (0) =3D=3D mkdir(path, 0700= ) (-1) > # # fs_test.c:108:unhandled_access:Failed to create directory "tmp": Perm= ission denied > # # unhandled_access: Test terminated by assertion > # # FAIL layout1.unhandled_access > # not ok 7 layout1.unhandled_access > # # RUN layout1.ruleset_overlap ... > # # fs_test.c:106:ruleset_overlap:Expected 0 (0) =3D=3D mkdir(path, 0700)= (-1) > # # fs_test.c:108:ruleset_overlap:Failed to create directory "tmp": Permi= ssion denied > # # ruleset_overlap: Test terminated by assertion > # # FAIL layout1.ruleset_overlap > # not ok 8 layout1.ruleset_overlap > # # RUN layout1.non_overlapping_accesses ... > # # fs_test.c:106:non_overlapping_accesses:Expected 0 (0) =3D=3D mkdir(pa= th, 0700) (-1) > # # fs_test.c:108:non_overlapping_accesses:Failed to create directory "tm= p": Permission denied > # # non_overlapping_accesses: Test terminated by assertion > # # FAIL layout1.non_overlapping_accesses > # not ok 9 layout1.non_overlapping_accesses > # # RUN layout1.interleaved_masked_accesses ... > # # fs_test.c:106:interleaved_masked_accesses:Expected 0 (0) =3D=3D mkdir= (path, 0700) (-1) > # # fs_test.c:108:interleaved_masked_accesses:Failed to create directory = "tmp": Permission denied > # # interleaved_masked_accesses: Test terminated by assertion > # # FAIL layout1.interleaved_masked_accesses > # not ok 10 layout1.interleaved_masked_accesses > # # RUN layout1.inherit_subset ... > # # fs_test.c:106:inherit_subset:Expected 0 (0) =3D=3D mkdir(path, 0700) = (-1) > # # fs_test.c:108:inherit_subset:Failed to create directory "tmp": Permis= sion denied > # # inherit_subset: Test terminated by assertion > # # FAIL layout1.inherit_subset > # not ok 11 layout1.inherit_subset > # # RUN layout1.inherit_superset ... > # # fs_test.c:106:inherit_superset:Expected 0 (0) =3D=3D mkdir(path, 0700= ) (-1) > # # fs_test.c:108:inherit_superset:Failed to create directory "tmp": Perm= ission denied > # # inherit_superset: Test terminated by assertion > # # FAIL layout1.inherit_superset > # not ok 12 layout1.inherit_superset > # # RUN layout1.max_layers ... > # # fs_test.c:106:max_layers:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:max_layers:Failed to create directory "tmp": Permission= denied > # # max_layers: Test terminated by assertion > # # FAIL layout1.max_layers > # not ok 13 layout1.max_layers > # # RUN layout1.empty_or_same_ruleset ... > # # fs_test.c:106:empty_or_same_ruleset:Expected 0 (0) =3D=3D mkdir(path,= 0700) (-1) > # # fs_test.c:108:empty_or_same_ruleset:Failed to create directory "tmp":= Permission denied > # # empty_or_same_ruleset: Test terminated by assertion > # # FAIL layout1.empty_or_same_ruleset > # not ok 14 layout1.empty_or_same_ruleset > # # RUN layout1.rule_on_mountpoint ... > # # fs_test.c:106:rule_on_mountpoint:Expected 0 (0) =3D=3D mkdir(path, 07= 00) (-1) > # # fs_test.c:108:rule_on_mountpoint:Failed to create directory "tmp": Pe= rmission denied > # # rule_on_mountpoint: Test terminated by assertion > # # FAIL layout1.rule_on_mountpoint > # not ok 15 layout1.rule_on_mountpoint > # # RUN layout1.rule_over_mountpoint ... > # # fs_test.c:106:rule_over_mountpoint:Expected 0 (0) =3D=3D mkdir(path, = 0700) (-1) > # # fs_test.c:108:rule_over_mountpoint:Failed to create directory "tmp": = Permission denied > # # rule_over_mountpoint: Test terminated by assertion > # # FAIL layout1.rule_over_mountpoint > # not ok 16 layout1.rule_over_mountpoint > # # RUN layout1.rule_over_root_allow_then_deny ... > # # fs_test.c:106:rule_over_root_allow_then_deny:Expected 0 (0) =3D=3D mk= dir(path, 0700) (-1) > # # fs_test.c:108:rule_over_root_allow_then_deny:Failed to create directo= ry "tmp": Permission denied > # # rule_over_root_allow_then_deny: Test terminated by assertion > # # FAIL layout1.rule_over_root_allow_then_deny > # not ok 17 layout1.rule_over_root_allow_then_deny > # # RUN layout1.rule_over_root_deny ... > # # fs_test.c:106:rule_over_root_deny:Expected 0 (0) =3D=3D mkdir(path, 0= 700) (-1) > # # fs_test.c:108:rule_over_root_deny:Failed to create directory "tmp": P= ermission denied > # # rule_over_root_deny: Test terminated by assertion > # # FAIL layout1.rule_over_root_deny > # not ok 18 layout1.rule_over_root_deny > # # RUN layout1.rule_inside_mount_ns ... > # # fs_test.c:106:rule_inside_mount_ns:Expected 0 (0) =3D=3D mkdir(path, = 0700) (-1) > # # fs_test.c:108:rule_inside_mount_ns:Failed to create directory "tmp": = Permission denied > # # rule_inside_mount_ns: Test terminated by assertion > # # FAIL layout1.rule_inside_mount_ns > # not ok 19 layout1.rule_inside_mount_ns > # # RUN layout1.mount_and_pivot ... > # # fs_test.c:106:mount_and_pivot:Expected 0 (0) =3D=3D mkdir(path, 0700)= (-1) > # # fs_test.c:108:mount_and_pivot:Failed to create directory "tmp": Permi= ssion denied > # # mount_and_pivot: Test terminated by assertion > # # FAIL layout1.mount_and_pivot > # not ok 20 layout1.mount_and_pivot > # # RUN layout1.move_mount ... > # # fs_test.c:106:move_mount:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:move_mount:Failed to create directory "tmp": Permission= denied > # # move_mount: Test terminated by assertion > # # FAIL layout1.move_mount > # not ok 21 layout1.move_mount > # # RUN layout1.release_inodes ... > # # fs_test.c:106:release_inodes:Expected 0 (0) =3D=3D mkdir(path, 0700) = (-1) > # # fs_test.c:108:release_inodes:Failed to create directory "tmp": Permis= sion denied > # # release_inodes: Test terminated by assertion > # # FAIL layout1.release_inodes > # not ok 22 layout1.release_inodes > # # RUN layout1.relative_open ... > # # fs_test.c:106:relative_open:Expected 0 (0) =3D=3D mkdir(path, 0700) (= -1) > # # fs_test.c:108:relative_open:Failed to create directory "tmp": Permiss= ion denied > # # relative_open: Test terminated by assertion > # # FAIL layout1.relative_open > # not ok 23 layout1.relative_open > # # RUN layout1.relative_chdir ... > # # fs_test.c:106:relative_chdir:Expected 0 (0) =3D=3D mkdir(path, 0700) = (-1) > # # fs_test.c:108:relative_chdir:Failed to create directory "tmp": Permis= sion denied > # # relative_chdir: Test terminated by assertion > # # FAIL layout1.relative_chdir > # not ok 24 layout1.relative_chdir > # # RUN layout1.relative_chroot_only ... > # # fs_test.c:106:relative_chroot_only:Expected 0 (0) =3D=3D mkdir(path, = 0700) (-1) > # # fs_test.c:108:relative_chroot_only:Failed to create directory "tmp": = Permission denied > # # relative_chroot_only: Test terminated by assertion > # # FAIL layout1.relative_chroot_only > # not ok 25 layout1.relative_chroot_only > # # RUN layout1.relative_chroot_chdir ... > # # fs_test.c:106:relative_chroot_chdir:Expected 0 (0) =3D=3D mkdir(path,= 0700) (-1) > # # fs_test.c:108:relative_chroot_chdir:Failed to create directory "tmp":= Permission denied > # # relative_chroot_chdir: Test terminated by assertion > # # FAIL layout1.relative_chroot_chdir > # not ok 26 layout1.relative_chroot_chdir > # # RUN layout1.execute ... > # # fs_test.c:106:execute:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:execute:Failed to create directory "tmp": Permission de= nied > # # execute: Test terminated by assertion > # # FAIL layout1.execute > # not ok 27 layout1.execute > # # RUN layout1.link ... > # # fs_test.c:106:link:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:link:Failed to create directory "tmp": Permission denied > # # link: Test terminated by assertion > # # FAIL layout1.link > # not ok 28 layout1.link > # # RUN layout1.rename_file ... > # # fs_test.c:106:rename_file:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:rename_file:Failed to create directory "tmp": Permissio= n denied > # # rename_file: Test terminated by assertion > # # FAIL layout1.rename_file > # not ok 29 layout1.rename_file > # # RUN layout1.rename_dir ... > # # fs_test.c:106:rename_dir:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:rename_dir:Failed to create directory "tmp": Permission= denied > # # rename_dir: Test terminated by assertion > # # FAIL layout1.rename_dir > # not ok 30 layout1.rename_dir > # # RUN layout1.remove_dir ... > # # fs_test.c:106:remove_dir:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:remove_dir:Failed to create directory "tmp": Permission= denied > # # remove_dir: Test terminated by assertion > # # FAIL layout1.remove_dir > # not ok 31 layout1.remove_dir > # # RUN layout1.remove_file ... > # # fs_test.c:106:remove_file:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:remove_file:Failed to create directory "tmp": Permissio= n denied > # # remove_file: Test terminated by assertion > # # FAIL layout1.remove_file > # not ok 32 layout1.remove_file > # # RUN layout1.make_char ... > # # fs_test.c:106:make_char:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:make_char:Failed to create directory "tmp": Permission = denied > # # make_char: Test terminated by assertion > # # FAIL layout1.make_char > # not ok 33 layout1.make_char > # # RUN layout1.make_block ... > # # fs_test.c:106:make_block:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:make_block:Failed to create directory "tmp": Permission= denied > # # make_block: Test terminated by assertion > # # FAIL layout1.make_block > # not ok 34 layout1.make_block > # # RUN layout1.make_reg_1 ... > # # fs_test.c:106:make_reg_1:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:make_reg_1:Failed to create directory "tmp": Permission= denied > # # make_reg_1: Test terminated by assertion > # # FAIL layout1.make_reg_1 > # not ok 35 layout1.make_reg_1 > # # RUN layout1.make_reg_2 ... > # # fs_test.c:106:make_reg_2:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:make_reg_2:Failed to create directory "tmp": Permission= denied > # # make_reg_2: Test terminated by assertion > # # FAIL layout1.make_reg_2 > # not ok 36 layout1.make_reg_2 > # # RUN layout1.make_sock ... > # # fs_test.c:106:make_sock:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:make_sock:Failed to create directory "tmp": Permission = denied > # # make_sock: Test terminated by assertion > # # FAIL layout1.make_sock > # not ok 37 layout1.make_sock > # # RUN layout1.make_fifo ... > # # fs_test.c:106:make_fifo:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:make_fifo:Failed to create directory "tmp": Permission = denied > # # make_fifo: Test terminated by assertion > # # FAIL layout1.make_fifo > # not ok 38 layout1.make_fifo > # # RUN layout1.make_sym ... > # # fs_test.c:106:make_sym:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:make_sym:Failed to create directory "tmp": Permission d= enied > # # make_sym: Test terminated by assertion > # # FAIL layout1.make_sym > # not ok 39 layout1.make_sym > # # RUN layout1.make_dir ... > # # fs_test.c:106:make_dir:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:make_dir:Failed to create directory "tmp": Permission d= enied > # # make_dir: Test terminated by assertion > # # FAIL layout1.make_dir > # not ok 40 layout1.make_dir > # # RUN layout1.proc_unlinked_file ... > # # fs_test.c:106:proc_unlinked_file:Expected 0 (0) =3D=3D mkdir(path, 07= 00) (-1) > # # fs_test.c:108:proc_unlinked_file:Failed to create directory "tmp": Pe= rmission denied > # # proc_unlinked_file: Test terminated by assertion > # # FAIL layout1.proc_unlinked_file > # not ok 41 layout1.proc_unlinked_file > # # RUN layout1.proc_pipe ... > # # fs_test.c:106:proc_pipe:Expected 0 (0) =3D=3D mkdir(path, 0700) (-1) > # # fs_test.c:108:proc_pipe:Failed to create directory "tmp": Permission = denied > # # proc_pipe: Test terminated by assertion > # # FAIL layout1.proc_pipe > # not ok 42 layout1.proc_pipe > # # RUN layout1_bind.no_restriction ... > # # fs_test.c:106:no_restriction:Expected 0 (0) =3D=3D mkdir(path, 0700) = (-1) > # # fs_test.c:108:no_restriction:Failed to create directory "tmp": Permis= sion denied > # # no_restriction: Test terminated by assertion > # # FAIL layout1_bind.no_restriction > # not ok 43 layout1_bind.no_restriction > # # RUN layout1_bind.same_content_same_file ... > # # fs_test.c:106:same_content_same_file:Expected 0 (0) =3D=3D mkdir(path= , 0700) (-1) > # # fs_test.c:108:same_content_same_file:Failed to create directory "tmp"= : Permission denied > # # same_content_same_file: Test terminated by assertion > # # FAIL layout1_bind.same_content_same_file > # not ok 44 layout1_bind.same_content_same_file > # # RUN layout2_overlay.no_restriction ... > # # fs_test.c:106:no_restriction:Expected 0 (0) =3D=3D mkdir(path, 0700) = (-1) > # # fs_test.c:108:no_restriction:Failed to create directory "tmp": Permis= sion denied > # # no_restriction: Test terminated by assertion > # # FAIL layout2_overlay.no_restriction > # not ok 45 layout2_overlay.no_restriction > # # RUN layout2_overlay.same_content_different_file ... > # # fs_test.c:106:same_content_different_file:Expected 0 (0) =3D=3D mkdir= (path, 0700) (-1) > # # fs_test.c:108:same_content_different_file:Failed to create directory = "tmp": Permission denied > # # same_content_different_file: Test terminated by assertion > # # FAIL layout2_overlay.same_content_different_file > # not ok 46 layout2_overlay.same_content_different_file > # # FAILED: 0 / 46 tests passed. > # # Totals: pass:0 fail:46 xfail:0 xpass:0 skip:0 error:0 > not ok 1 selftests: landlock: fs_test # exit=3D1 > # selftests: landlock: base_test > # TAP version 13 > # 1..8 > # # Starting 8 tests from 1 test cases. > # # RUN global.inconsistent_attr ... > # # OK global.inconsistent_attr > # ok 1 global.inconsistent_attr > # # RUN global.abi_version ... > # # OK global.abi_version > # ok 2 global.abi_version > # # RUN global.inval_create_ruleset_flags ... > # # OK global.inval_create_ruleset_flags > # ok 3 global.inval_create_ruleset_flags > # # RUN global.empty_path_beneath_attr ... > # # OK global.empty_path_beneath_attr > # ok 4 global.empty_path_beneath_attr > # # RUN global.inval_fd_enforce ... > # # OK global.inval_fd_enforce > # ok 5 global.inval_fd_enforce > # # RUN global.unpriv_enforce_without_no_new_privs ... > # # OK global.unpriv_enforce_without_no_new_privs > # ok 6 global.unpriv_enforce_without_no_new_privs > # # RUN global.ruleset_fd_io ... > # # OK global.ruleset_fd_io > # ok 7 global.ruleset_fd_io > # # RUN global.ruleset_fd_transfer ... > # # OK global.ruleset_fd_transfer > # ok 8 global.ruleset_fd_transfer > # # PASSED: 8 / 8 tests passed. > # # Totals: pass:8 fail:0 xfail:0 xpass:0 skip:0 error:0 > ok 2 selftests: landlock: base_test > # selftests: landlock: ptrace_test > # TAP version 13 > # 1..8 > # # Starting 8 tests from 9 test cases. > # # RUN hierarchy.allow_without_domain.trace ... > # # ptrace_test.c:253:trace:Expected 0 (0) =3D=3D ret (-1) > # # trace: Test failed at step #16 > # # FAIL hierarchy.allow_without_domain.trace > # not ok 1 hierarchy.allow_without_domain.trace > # # RUN hierarchy.allow_with_one_domain.trace ... > # # OK hierarchy.allow_with_one_domain.trace > # ok 2 hierarchy.allow_with_one_domain.trace > # # RUN hierarchy.deny_with_parent_domain.trace ... > # # ptrace_test.c:253:trace:Expected 0 (0) =3D=3D ret (-1) > # # trace: Test failed at step #10 > # # FAIL hierarchy.deny_with_parent_domain.trace > # not ok 3 hierarchy.deny_with_parent_domain.trace > # # RUN hierarchy.deny_with_sibling_domain.trace ... > # # OK hierarchy.deny_with_sibling_domain.trace > # ok 4 hierarchy.deny_with_sibling_domain.trace > # # RUN hierarchy.allow_sibling_domain.trace ... > # # ptrace_test.c:253:trace:Expected 0 (0) =3D=3D ret (-1) > # # trace: Test failed at step #16 > # # FAIL hierarchy.allow_sibling_domain.trace > # not ok 5 hierarchy.allow_sibling_domain.trace > # # RUN hierarchy.allow_with_nested_domain.trace ... > # # OK hierarchy.allow_with_nested_domain.trace > # ok 6 hierarchy.allow_with_nested_domain.trace > # # RUN hierarchy.deny_with_nested_and_parent_domain.trace ... > # # ptrace_test.c:253:trace:Expected 0 (0) =3D=3D ret (-1) > # # trace: Test failed at step #10 > # # FAIL hierarchy.deny_with_nested_and_parent_domain.trace > # not ok 7 hierarchy.deny_with_nested_and_parent_domain.trace > # # RUN hierarchy.deny_with_forked_domain.trace ... > # # OK hierarchy.deny_with_forked_domain.trace > # ok 8 hierarchy.deny_with_forked_domain.trace > # # FAILED: 4 / 8 tests passed. > # # Totals: pass:4 fail:4 xfail:0 xpass:0 skip:0 error:0 > not ok 3 selftests: landlock: ptrace_test # exit=3D1 > make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftes= ts-e2bcbd7769ee8f05e1b3d10848aace98973844e4/tools/testing/selftests/landloc= k' > --- > :#! jobs/kernel-selftests.yaml: > suite: kernel-selftests > testcase: kernel-selftests > category: functional > kconfig: x86_64-rhel-8.3-kselftests > need_memory: 2G > need_cpu: 2 > kernel-selftests: > group: group-01 > kernel_cmdline: kvm-intel.unrestricted_guest=3D0 > job_origin: kernel-selftests.yaml > :#! queue options: > queue_cmdline_keys: > - branch > - commit > queue: bisect > testbox: lkp-skl-d07 > tbox_group: lkp-skl-d07 > submit_id: 61f23e7ea98dcbd7f2f2ccd3 > job_file: "/lkp/jobs/scheduled/lkp-skl-d07/kernel-selftests-group-01-ucod= e=3D0xe2-debian-10.4-x86_64-20200603.cgz-e2bcbd7769ee8f05e1b3d10848aace9897= 3844e4-20220127-55282-ywlgtn-0.yaml" > id: 441a9a7fd88794dd9caf398d3e8bdce6fa2328c7 > queuer_version: "/lkp-src" > :#! hosts/lkp-skl-d07: > model: Skylake > nr_cpu: 8 > memory: 16G > nr_ssd_partitions: 1 > nr_hdd_partitions: 4 > hdd_partitions: "/dev/disk/by-id/ata-ST2000DM001-1ER164_Z4Z98KSZ-part*" > ssd_partitions: "/dev/disk/by-id/ata-INTEL_SSDSC2BW480H6_CVTR612406D5480E= GN-part2" > rootfs_partition: "/dev/disk/by-id/ata-INTEL_SSDSC2BW480H6_CVTR612406D548= 0EGN-part1" > brand: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz > :#! include/category/functional: > kmsg: > heartbeat: > meminfo: > :#! include/queue/cyclic: > commit: e2bcbd7769ee8f05e1b3d10848aace98973844e4 > :#! include/testbox/lkp-skl-d07: > ucode: '0xe2' > bisect_dmesg: true > :#! include/kernel-selftests: > need_kconfig: > - SECURITY_PATH: y > - SECURITY_LANDLOCK: y, v5.13 > - UDMABUF: y, v4.20-rc1 > - DMABUF_HEAPS: y, v5.6-rc1 > - DMABUF_HEAPS_SYSTEM: y, v5.6-rc1 > - BTRFS_FS: m > - CHECKPOINT_RESTORE: y > - DRM_DEBUG_SELFTEST: m, v4.18-rc1 > - EFIVAR_FS: y > - EMBEDDED: y > - EXPERT: y > - GPIOLIB: y > - GPIO_MOCKUP: v4.9-rc1 > - IMA_APPRAISE: y > - IMA_ARCH_POLICY: y, v5.0-rc1 > - IR_IMON_DECODER: m, v4.17-rc1 > - IR_SHARP_DECODER: m > - LIRC: y > - LKDTM: y > - NOTIFIER_ERROR_INJECTION: y > - SECURITYFS: y > - TEST_BITMAP > - TEST_KMOD: m, v4.13-rc1 > - TEST_LKM: m > - TEST_PRINTF > - TEST_STRSCPY: m, v5.2-rc1 > - TUN: m > - WW_MUTEX_SELFTEST: m, v4.11-rc1 > - XFS_FS: m > - DMA_MAP_BENCHMARK: y, v5.11-rc1 > initrds: > - linux_headers > - linux_selftests > enqueue_time: 2022-01-27 14:41:03.099756563 +08:00 > _id: 61f23e7ea98dcbd7f2f2ccd3 > _rt: "/result/kernel-selftests/group-01-ucode=3D0xe2/lkp-skl-d07/debian-1= 0.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd7769ee8f05e1= b3d10848aace98973844e4" > :#! schedule options: > user: lkp > compiler: gcc-9 > LKP_SERVER: internal-lkp-server > head_commit: c0bff07d1bae2cd461689e8dccecd4bfffa730b8 > base_commit: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 > branch: linux-devel/devel-hourly-20220126-173627 > rootfs: debian-10.4-x86_64-20200603.cgz > result_root: "/result/kernel-selftests/group-01-ucode=3D0xe2/lkp-skl-d07/= debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd7769= ee8f05e1b3d10848aace98973844e4/0" > scheduler_version: "/lkp/lkp/.src-20220125-183421" > arch: x86_64 > max_uptime: 2100 > initrd: "/osimage/debian/debian-10.4-x86_64-20200603.cgz" > bootloader_append: > - root=3D/dev/ram0 > - RESULT_ROOT=3D/result/kernel-selftests/group-01-ucode=3D0xe2/lkp-skl-d0= 7/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd77= 69ee8f05e1b3d10848aace98973844e4/0 > - BOOT_IMAGE=3D/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd7769ee8f= 05e1b3d10848aace98973844e4/vmlinuz-5.16.0-11423-ge2bcbd7769ee > - branch=3Dlinux-devel/devel-hourly-20220126-173627 > - job=3D/lkp/jobs/scheduled/lkp-skl-d07/kernel-selftests-group-01-ucode= =3D0xe2-debian-10.4-x86_64-20200603.cgz-e2bcbd7769ee8f05e1b3d10848aace98973= 844e4-20220127-55282-ywlgtn-0.yaml > - user=3Dlkp > - ARCH=3Dx86_64 > - kconfig=3Dx86_64-rhel-8.3-kselftests > - commit=3De2bcbd7769ee8f05e1b3d10848aace98973844e4 > - kvm-intel.unrestricted_guest=3D0 > - max_uptime=3D2100 > - LKP_SERVER=3Dinternal-lkp-server > - nokaslr > - selinux=3D0 > - debug > - apic=3Ddebug > - sysrq_always_enabled > - rcupdate.rcu_cpu_stall_timeout=3D100 > - net.ifnames=3D0 > - printk.devkmsg=3Don > - panic=3D-1 > - softlockup_panic=3D1 > - nmi_watchdog=3Dpanic > - oops=3Dpanic > - load_ramdisk=3D2 > - prompt_ramdisk=3D0 > - drbd.minor_count=3D8 > - systemd.log_level=3Derr > - ignore_loglevel > - console=3Dtty0 > - earlyprintk=3DttyS0,115200 > - console=3DttyS0,115200 > - vga=3Dnormal > - rw > modules_initrd: "/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd7769ee= 8f05e1b3d10848aace98973844e4/modules.cgz" > linux_headers_initrd: "/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd= 7769ee8f05e1b3d10848aace98973844e4/linux-headers.cgz" > linux_selftests_initrd: "/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/e2bc= bd7769ee8f05e1b3d10848aace98973844e4/linux-selftests.cgz" > bm_initrd: "/osimage/deps/debian-10.4-x86_64-20200603.cgz/run-ipconfig_20= 200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/lkp_20220105.cgz,/= osimage/deps/debian-10.4-x86_64-20200603.cgz/rsync-rootfs_20200608.cgz,/osi= mage/deps/debian-10.4-x86_64-20200603.cgz/kernel-selftests_20211213.cgz,/os= image/pkg/debian-10.4-x86_64-20200603.cgz/kernel-selftests-x86_64-db530529-= 1_20220124.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/hw_20200715.cg= z" > ucode_initrd: "/osimage/ucode/intel-ucode-20210222.cgz" > lkp_initrd: "/osimage/user/lkp/lkp-x86_64.cgz" > site: inn > :#! /cephfs/db/releases/20220124220107/lkp-src/include/site/inn: > LKP_CGI_PORT: 80 > LKP_CIFS_PORT: 139 > oom-killer: > watchdog: > :#! runtime status: > last_kernel: 5.17.0-rc1-wt-ath-04502-gb74d6f09f91e > schedule_notify_address: > :#! user overrides: > kernel: "/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/e2bcbd7769ee8f05e1b3= d10848aace98973844e4/vmlinuz-5.16.0-11423-ge2bcbd7769ee" > dequeue_time: 2022-01-27 14:53:08.697099132 +08:00 > job_state: finished > loadavg: 1.59 0.80 0.32 1/168 12350 > start_time: '1643266544' > end_time: '1643266649' > version: "/lkp/lkp/.src-20220125-183504:7940cd5b:d2f9ab39a" > ln -sf /usr/bin/clang > ln -sf /usr/bin/llc > sed -i s/default_timeout=3D45/default_timeout=3D300/ kselftest/runner.sh > make -C capabilities > make run_tests -C capabilities > make -C cgroup > make run_tests -C cgroup > make -C clone3 > make run_tests -C clone3 > make -C core > make run_tests -C core > make -C cpu-hotplug > make run_tests -C cpu-hotplug > make TARGETS=3Ddamon > make -C damon > make run_tests -C damon > make TARGETS=3Ddma > make -C dma > make run_tests -C dma > make TARGETS=3Ddmabuf-heaps > make -C dmabuf-heaps > make run_tests -C dmabuf-heaps > touch ./exec/pipe > make -C exec > make run_tests -C exec > make -C fpu > make run_tests -C fpu > make -C futex > make run_tests -C futex > make -C ../../../tools/gpio > make -C gpio > make run_tests -C gpio > make TARGETS=3Dia64 > make -C ia64 > make run_tests -C ia64 > make -C intel_pstate > make run_tests -C intel_pstate > make -C ipc > make run_tests -C ipc > make -C ir > make run_tests -C ir > make -C kcmp > make run_tests -C kcmp > make -C kexec > make run_tests -C kexec > make TARGETS=3Dkmod > make -C kmod > make run_tests -C kmod > make -C landlock > make run_tests -C landlock