[openwrt/openwrt] kernel: add CONFIG_LOCK_MM_AND_FIND_VMA
LEDE Commits
lede-commits at lists.infradead.org
Wed Jul 5 11:35:02 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a20735da211930a50330725d5f0b29f81b2a0b9c
commit a20735da211930a50330725d5f0b29f81b2a0b9c
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Mon Jul 3 05:31:33 2023 -0400
kernel: add CONFIG_LOCK_MM_AND_FIND_VMA
6.1.37 introduces a new symbol[1]
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.1.37&id2=v6.1.36
Signed-off-by: John Audia <therealgraysky at proton.me>
---
target/linux/generic/config-6.1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1
index 8bf9d4a3d8..c88e106aa5 100644
--- a/target/linux/generic/config-6.1
+++ b/target/linux/generic/config-6.1
@@ -3316,6 +3316,7 @@ CONFIG_LOCKDEP_STACK_TRACE_BITS=19
CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=14
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_LOCKD_V4=y
+CONFIG_LOCK_MM_AND_FIND_VMA=y
# CONFIG_LOCKUP_DETECTOR is not set
# CONFIG_LOCK_EVENT_COUNTS is not set
# CONFIG_LOCK_STAT is not set
More information about the lede-commits
mailing list