mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
Revert "kernel: add MODULE_ALLOW_BTF_MISMATCH option"
This reverts commit c07038da27
.
MODULE_ALLOW_BTF_MISMATCH is not available in Linux 5.15.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@ -373,16 +373,6 @@ config KERNEL_DEBUG_INFO_BTF
|
|||||||
|
|
||||||
Required to run BPF CO-RE applications.
|
Required to run BPF CO-RE applications.
|
||||||
|
|
||||||
config KERNEL_MODULE_ALLOW_BTF_MISMATCH
|
|
||||||
bool "Allow loading modules with non-matching BTF type info"
|
|
||||||
depends on KERNEL_DEBUG_INFO_BTF
|
|
||||||
help
|
|
||||||
For modules whose split BTF does not match vmlinux, load without
|
|
||||||
BTF rather than refusing to load. The default behavior with
|
|
||||||
module BTF enabled is to reject modules with such mismatches;
|
|
||||||
this option will still load module BTF where possible but ignore
|
|
||||||
it when a mismatch is found.
|
|
||||||
|
|
||||||
config KERNEL_DEBUG_INFO_REDUCED
|
config KERNEL_DEBUG_INFO_REDUCED
|
||||||
bool "Reduce debugging information"
|
bool "Reduce debugging information"
|
||||||
default y
|
default y
|
||||||
|
Reference in New Issue
Block a user