linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/4] arch: patch_text: Fixup last cpu should be master
@ 2022-04-07  7:33 guoren
  2022-04-07  7:33 ` [PATCH V4 1/4] arm64: " guoren
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: guoren @ 2022-04-07  7:33 UTC (permalink / raw)
  To: guoren, arnd, gregkh
  Cc: linux-arch, linux-kernel, linux-csky, linux-xtensa, linux-riscv,
	linux-arm-kernel, Guo Ren

From: Guo Ren <guoren@linux.alibaba.com>

These patch_text implementations are using stop_machine_cpuslocked
infrastructure with atomic cpu_count. The original idea: When the
master CPU patch_text, the others should wait for it. But current
implementation is using the first CPU as master, which couldn't
guarantee the remaining CPUs are waiting. This patch changes the
last CPU as the master to solve the potential risk.

Changes in v4:
 - Add "Fixes:" for stable fixup
 - Add cover letter for the patch series

Changes in v3:
 - Separate the patch for different arch.

Changes in v2:
 - Fixup num_online_cpus() - 1 is not last cpu

Guo Ren (4):
  arm64: patch_text: Fixup last cpu should be master
  riscv: patch_text: Fixup last cpu should be master
  xtensa: patch_text: Fixup last cpu should be master
  csky: patch_text: Fixup last cpu should be master

 arch/arm64/kernel/patching.c      | 4 ++--
 arch/csky/kernel/probes/kprobes.c | 2 +-
 arch/riscv/kernel/patch.c         | 2 +-
 arch/xtensa/kernel/jump_label.c   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-08 14:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-07  7:33 [PATCH V4 0/4] arch: patch_text: Fixup last cpu should be master guoren
2022-04-07  7:33 ` [PATCH V4 1/4] arm64: " guoren
2022-04-07  7:33 ` [PATCH V4 2/4] riscv: " guoren
2022-04-07  7:33 ` [PATCH V4 3/4] xtensa: " guoren
2022-04-07  7:33 ` [PATCH V4 4/4] csky: " guoren
2022-04-08 13:58 ` [PATCH V4 0/4] arch: " Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).