commit:     1f85743f878538c48c06ee2fdb6ce1d84e90488a
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 20:06:24 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue May 27 20:06:24 2025 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1f85743f

Fix RANDOM_KMALLOC_CACHE(S) typo

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 74e75c40..32f3467b 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