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

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


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/582f6fb8cdb20afe8897293616a1ab0cb5b3d501

commit 582f6fb8cdb20afe8897293616a1ab0cb5b3d501
Author: Hauke Mehrtens <hmehrtens at maxlinear.com>
AuthorDate: Wed Mar 8 21:31:13 2023 +0100

    kernel: Deactivate options shown with CONFIG_KERNEL_DEBUG_VM=y
    
    This deactivates some kernel configuratoion options I see when
    CONFIG_KERNEL_DEBUG_VM=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 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index fbdfd5c68e..ac1c3dc35e 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -1373,7 +1373,10 @@ CONFIG_DEBUG_KERNEL=y
 # CONFIG_DEBUG_USER is not set
 # CONFIG_DEBUG_VIRTUAL is not set
 # CONFIG_DEBUG_VM is not set
+# CONFIG_DEBUG_VM_PGFLAGS is not set
 # CONFIG_DEBUG_VM_PGTABLE is not set
+# CONFIG_DEBUG_VM_RB is not set
+# CONFIG_DEBUG_VM_VMACACHE is not set
 # CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
 # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
 # CONFIG_DEBUG_WX is not set




More information about the lede-commits mailing list