1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-10 09:36:22 +02:00
openwrt/config
Tianling Shen c07038da27 kernel: add MODULE_ALLOW_BTF_MISMATCH option
BTF mismatch can occur for a separately-built module even when the ABI
is otherwise compatible and nothing else would prevent successfully
loading. Add a new config to control how mismatches are handled. By
default, preserve the current behavior of refusing to load the
module. If MODULE_ALLOW_BTF_MISMATCH is enabled, load the module but
ignore its BTF information.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-18 16:17:52 +02:00
..
Config-build.in build: add a config knob to enable LTO for all packages 2023-03-21 18:28:24 +01:00
Config-devel.in treewide: strip useless `default n` Kconfig lines 2023-02-03 12:50:15 +01:00
Config-images.in build: fix for sourcing targets image config installed via feeds 2023-02-26 22:22:48 +01:00
Config-kernel.in kernel: add MODULE_ALLOW_BTF_MISMATCH option 2023-05-18 16:17:52 +02:00
check-uname.sh build: add HOST_OS_LINUX and HOST_OS_MACOS config symbols 2021-11-01 16:37:52 +01:00