/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64
NameSizeModeActions
arch/-0755rm
block/-0755rm
certs/-0755rm
crypto/-0755rm
drivers/-0755rm
firmware/-0755rm
fs/-0755rm
include/-0755rm
init/-0755rm
ipc/-0755rm
kernel/-0755rm
lib/-0755rm
mm/-0755rm
net/-0755rm
samples/-0755rm
scripts/-0755rm
security/-0755rm
sound/-0755rm
tools/-0755rm
usr/-0755rm
virt/-0755rm
.config2024160644editdlrm
Kconfig7860644editdlrm
Kconfig.redhat3880644editdlrm
Makefile640780644editdlrm
Makefile.rhelver23390644editdlrm
Module.symvers14412790644editdlrm
System.map45099770644editdlrm
vmlinux.h23024650644editdlrm
vmlinux.id410644editdlrm
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/Kconfig (786B)
# SPDX-License-Identifier: GPL-2.0 # # For a description of the syntax of this configuration file, # see Documentation/kbuild/kconfig-language.txt. # mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration" comment "Compiler: $(CC_VERSION_TEXT)" source "scripts/Kconfig.include" source "arch/$(SRCARCH)/Kconfig" source "Kconfig.redhat" config RH_KABI_SIZE_ALIGN_CHECKS bool "Enables more stringent kabi checks in the macros" default y help This option enables more stringent kabi checks. Those must be disable in case of a debug-build because they allow to change struct sizes. config RH_KABI_STABLE_ASM_OFFSETS bool "Enables asm-offsets.c constant stabilization" default n help This option extends check-kabi to test a subset of asm-offsets.c constants.