The quilt patch titled Subject: kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix has been removed from the -mm tree. Its filename was kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix.patch This patch was dropped because it was folded into kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix Date: Wed Jan 17 12:33:11 PM PST 2024 unrelated comment typo fix Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@xxxxxxxxx> Cc: Chen Zhongjin <chenzhongjin@xxxxxxxxxx> Cc: David S. Miller <davem@xxxxxxxxxxxxx> Cc: Douglas Anderson <dianders@xxxxxxxxxxxx> Cc: Eric DeVolder <eric.devolder@xxxxxxxxxx> Cc: Jakob Koschel <jkl820.git@xxxxxxxxx> Cc: Juerg Haefliger <juerg.haefliger@xxxxxxxxxxxxx> Cc: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Cc: Mickaël Salaün <mic@xxxxxxxxxxx> Cc: "Naveen N. Rao" <naveen.n.rao@xxxxxxxxxxxxx> Cc: Nicholas Piggin <npiggin@xxxxxxxxx> Cc: Paul E. McKenney <paulmck@xxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Petr Mladek <pmladek@xxxxxxxx> Cc: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Yang Jihong <yangjihong1@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kprobes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/kprobes.c~kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix +++ a/kernel/kprobes.c @@ -621,7 +621,7 @@ static void kprobe_optimizer(struct work * instruction is preempted. In that case, such tasks can return * to 2nd-Nth byte of jump instruction. This wait is for avoiding it. * Note that on non-preemptive kernel, this is transparently converted - * to synchronoze_sched() to wait for all interrupts to have completed. + * to synchronize_sched() to wait for all interrupts to have completed. */ synchronize_rcu_tasks_rude(); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kexec-split-crashkernel-reservation-code-out-from-crash_corec-fix.patch arch-crash-move-arch_crash_save_vmcoreinfo-out-to-file-vmcore_infoc-fix.patch mm-swapfile-__swap_duplicate-drop-redundant-write_once-on-swap_map-for-err-cases-fix.patch hugetlb-parallelize-1g-hugetlb-initialization-fix.patch kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer.patch panic-add-option-to-dump-blocked-tasks-in-panic_print-fix.patch