diff options
author | John Audia <therealgraysky@proton.me> | 2023-07-03 05:31:33 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-07-05 20:32:37 +0200 |
commit | a20735da211930a50330725d5f0b29f81b2a0b9c (patch) | |
tree | b418456a66c8bd5f3931eb1c8418b53cf295f521 /target | |
parent | 79a82d7e8734bf9e5b7cd12efcda0f18b4ba378a (diff) | |
download | openwrt-a20735da211930a50330725d5f0b29f81b2a0b9c.tar.gz openwrt-a20735da211930a50330725d5f0b29f81b2a0b9c.tar.bz2 openwrt-a20735da211930a50330725d5f0b29f81b2a0b9c.zip |
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@proton.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |