commit: 8ad43b89fd83b155d4375155fe999553efaa9704 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Tue May 27 20:01:15 2025 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Tue May 27 20:01:15 2025 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8ad43b89
Fix typo RANDOM_KMALLOC_CACHE(S) 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 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
