One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
kernels
/
4.18.0-553.77.1.el8_10.x86_64
/
View File Name :
Kconfig
# 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.