commit:     e2d5f13b42aa3a1923c914988973ddd5902a1032
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 17:00:05 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Thu May 29 17:00:05 2025 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e2d5f13b

Fix RANDOM_KMALLOC_CACHE(S) typo

Bug: https://bugs.gentoo.org/956708

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 4567_distro-Gentoo-Kconfig.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index c308dca8..21531dc7 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -207,7 +207,7 @@
 +      select SECURITY_LANDLOCK
 +      select SCHED_CORE if SCHED_SMT
 +      select BUG_ON_DATA_CORRUPTION
-+      select RANDOM_KMALLOC_CACHE if SLUB_TINY=n
++      select RANDOM_KMALLOC_CACHES if SLUB_TINY=n
 +      select SCHED_STACK_END_CHECK
 +      select SECCOMP if HAVE_ARCH_SECCOMP
 +      select SECCOMP_FILTER if HAVE_ARCH_SECCOMP_FILTER

Reply via email to