* [folded-merged] kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix.patch removed from -mm tree
@ 2024-02-22 23:31 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-02-22 23:31 UTC (permalink / raw)
To: mm-commits, yangjihong1, tglx, rick.p.edgecombe, pmladek, peterz,
paulmck, npiggin, naveen.n.rao, mpe, mic, mhiramat,
juerg.haefliger, jkl820.git, eric.devolder, dianders, davem,
chenzhongjin, anil.s.keshavamurthy, akpm, akpm
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2602 bytes --]
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@linux-foundation.org>
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@intel.com>
Cc: Chen Zhongjin <chenzhongjin@huawei.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Douglas Anderson <dianders@chromium.org>
Cc: Eric DeVolder <eric.devolder@oracle.com>
Cc: Jakob Koschel <jkl820.git@gmail.com>
Cc: Juerg Haefliger <juerg.haefliger@canonical.com>
Cc: "Masami Hiramatsu (Google)" <mhiramat@kernel.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Mickaël Salaün <mic@digikod.net>
Cc: "Naveen N. Rao" <naveen.n.rao@linux.ibm.com>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Paul E. McKenney <paulmck@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Petr Mladek <pmladek@suse.com>
Cc: Rick Edgecombe <rick.p.edgecombe@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Yang Jihong <yangjihong1@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux-foundation.org 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-22 23:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 23:31 [folded-merged] kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.