diff options
| author | John Audia | 2023-07-03 09:31:33 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2023-07-05 18:32:37 +0000 |
| commit | a20735da211930a50330725d5f0b29f81b2a0b9c (patch) | |
| tree | b418456a66c8bd5f3931eb1c8418b53cf295f521 | |
| parent | 79a82d7e8734bf9e5b7cd12efcda0f18b4ba378a (diff) | |
| download | openwrt-a20735da211930a50330725d5f0b29f81b2a0b9c.tar.gz | |
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>
| -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 |