The quilt patch titled Subject: fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed-fix has been removed from the -mm tree. Its filename was fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed-fix.patch This patch was dropped because it was folded into fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed-fix Date: Mon Dec 9 07:12:31 PM PST 2024 tweak and reflow comment Cc: Akinobu Mita <akinobu.mita@xxxxxxxxx> Cc: Masami Hiramatsu <mhiramat@xxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/fault-inject.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/lib/fault-inject.c~fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed-fix +++ a/lib/fault-inject.c @@ -13,8 +13,8 @@ #include <linux/fault-inject.h> /* - * The should_fail() use prandom instead of the normal Linux RNG since they don't - * need cryptographically secure random numbers. + * The should_fail() functions use prandom instead of the normal Linux RNG + * since they don't need cryptographically secure random numbers. */ static DEFINE_PER_CPU(struct rnd_state, fault_rnd_state); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix.patch mm-page_alloc-add-some-detailed-comments-in-can_steal_fallback-fix.patch mm-introduce-mmap_lock_speculate_try_beginretry-fix.patch mm-damon-tests-vaddr-kunith-reduce-stack-consumption.patch mm-damon-tests-vaddr-kunith-reduce-stack-consumption-fix.patch mm-fix-outdated-incorrect-code-comments-for-handle_mm_fault-fix.patch mm-huge_memoryc-rename-shadowed-local.patch mm-shmem-skip-swapcache-for-swapin-of-synchronous-swap-device-fix.patch mm-hugetlb-rename-isolate_hugetlb-to-folio_isolate_hugetlb-fix.patch documentation-filesystems-procrst-fix-possessive-form-of-process.patch fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed.patch hung_task-add-task-flags-blocked-by-coredump-to-log-fix.patch