ÿØÿà JFIF ` ` ÿþ
|
Server : Apache System : Linux cloud.heroica.com.br 4.18.0-553.36.1.el8_10.x86_64 #1 SMP Wed Jan 22 03:07:54 EST 2025 x86_64 User : farolpborg ( 1053) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/src/kernels/4.18.0-553.64.1.el8_10.x86_64/ |
Upload File : |
# 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.