commit: 280089be0bf593e91861414c34b7577465265ebe Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Tue May 27 20:03:03 2025 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Tue May 27 20:03:03 2025 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=280089be
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 3016080a..298dc6ec 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
