[openwrt/openwrt] kernel: Deactivate options shown with CONFIG_KERNEL_DYNAMIC_FTRACE=y

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 19 11:54:47 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2d5b761838951a5a4a491579114fe39b0daf966e

commit 2d5b761838951a5a4a491579114fe39b0daf966e
Author: Hauke Mehrtens <hmehrtens at maxlinear.com>
AuthorDate: Wed Mar 8 21:31:16 2023 +0100

    kernel: Deactivate options shown with CONFIG_KERNEL_DYNAMIC_FTRACE=y
    
    This deactivates some kernel configuration options I see when
    CONFIG_KERNEL_DYNAMIC_FTRACE=y is set in the OpenWrt configuration on x86/64.
    
    Signed-off-by: Hauke Mehrtens <hmehrtens at maxlinear.com>
---
 target/linux/generic/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 71df42c9b8..09d9ce9356 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -3192,6 +3192,7 @@ CONFIG_LINEAR_RANGES=y
 # CONFIG_LIS3L02DQ is not set
 # CONFIG_LITEX_LITEETH is not set
 # CONFIG_LITEX_SOC_CONTROLLER is not set
+# CONFIG_LIVEPATCH is not set
 # CONFIG_LKDTM is not set
 CONFIG_LLC=y
 # CONFIG_LLC2 is not set




More information about the lede-commits mailing list