From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,yangjihong1@huawei.com,tglx@linutronix.de,rick.p.edgecombe@intel.com,pmladek@suse.com,peterz@infradead.org,paulmck@kernel.org,npiggin@gmail.com,naveen.n.rao@linux.ibm.com,mpe@ellerman.id.au,mic@digikod.net,mhiramat@kernel.org,juerg.haefliger@canonical.com,jkl820.git@gmail.com,eric.devolder@oracle.com,dianders@chromium.org,davem@davemloft.net,chenzhongjin@huawei.com,anil.s.keshavamurthy@intel.com,akpm@linux-foundation.org,akpm@linux-foundation.org
Subject: [folded-merged] kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix.patch removed from -mm tree
Date: Thu, 22 Feb 2024 15:31:14 -0800 [thread overview]
Message-ID: <20240222233115.249DCC433C7@smtp.kernel.org> (raw)
[-- 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
reply other threads:[~2024-02-22 23:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240222233115.249DCC433C7@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=anil.s.keshavamurthy@intel.com \
--cc=chenzhongjin@huawei.com \
--cc=davem@davemloft.net \
--cc=dianders@chromium.org \
--cc=eric.devolder@oracle.com \
--cc=jkl820.git@gmail.com \
--cc=juerg.haefliger@canonical.com \
--cc=mhiramat@kernel.org \
--cc=mic@digikod.net \
--cc=mm-commits@vger.kernel.org \
--cc=mpe@ellerman.id.au \
--cc=naveen.n.rao@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=paulmck@kernel.org \
--cc=peterz@infradead.org \
--cc=pmladek@suse.com \
--cc=rick.p.edgecombe@intel.com \
--cc=tglx@linutronix.de \
--cc=yangjihong1@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.