diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-05-24 09:27:29 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-05-24 19:26:52 +0100 |
commit | e996c6eb19ce9fca583d4b146788309e1c10093b (patch) | |
tree | e7cdbee319660e593b24d19bdb1287f55d6a7b52 | |
parent | e458cfc214778fe081e20c1719f0da35fcfd9563 (diff) | |
download | upstream-e996c6eb19ce9fca583d4b146788309e1c10093b.tar.gz upstream-e996c6eb19ce9fca583d4b146788309e1c10093b.tar.bz2 upstream-e996c6eb19ce9fca583d4b146788309e1c10093b.zip |
Revert "kernel: add MODULE_ALLOW_BTF_MISMATCH option"
This reverts commit c07038da27cefa5a93e433909b9aca594386ddc1.
MODULE_ALLOW_BTF_MISMATCH is not available in Linux 5.15.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | config/Config-kernel.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 6c5e6a967a..3a2189d63a 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -373,16 +373,6 @@ config KERNEL_DEBUG_INFO_BTF 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 bool "Reduce debugging information" default y |