diff options
| author | Mieczyslaw Nalewaj | 2025-05-01 05:48:59 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-01 18:19:44 +0000 |
| commit | 84f433dfeb26dc76fe4870b5dcf12c946c5a5d70 (patch) | |
| tree | ded526bf6c964d17b32c4dc4bd077bc069bec8b0 | |
| parent | 2259807d8146c69f8a445356d9bc8a23af9d9691 (diff) | |
| download | openwrt-84f433dfeb26dc76fe4870b5dcf12c946c5a5d70.tar.gz | |
config: add new TRANSPARENT_HUGEPAGE choice for 6.12 kernel
Kernel 6.12 has a new selection for TRANSPARENT_HUGEPAGE.
Add them here to avoid missing symbols.
Ref: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.12.y&id=683ec99f12f4c386c23bed7f6a8ef44db5a4999a
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18663
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | config/Config-kernel.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 95bcc2146a..1fc27dec58 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -607,6 +607,10 @@ choice config KERNEL_TRANSPARENT_HUGEPAGE_MADVISE bool "madvise" + + config KERNEL_TRANSPARENT_HUGEPAGE_NEVER + bool "never" + depends on !LINUX_6_6 endchoice config KERNEL_HUGETLBFS |