linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] riscv: kexec: Support crash_save percpu and machine_kexec_mask_interrupts
@ 2022-08-16  1:26 guoren
  2022-08-16  1:27 ` [PATCH 1/2] riscv: kexec: EOI active and mask all interrupts in kexec crash path guoren
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: guoren @ 2022-08-16  1:26 UTC (permalink / raw)
  To: xianting.tian, palmer, heiko
  Cc: linux-arch, linux-kernel, linux-riscv, liaochang1, mick, jszhang,
	Guo Ren

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

Current riscv kexec can't crash_save percpu states and disable
interrupts properly. The patch series fix them.

Guo Ren (2):
  riscv: kexec: EOI active and mask all interrupts in kexec crash path
  riscv: kexec: Implement crash_smp_send_stop with percpu crash_save_cpu

 arch/riscv/include/asm/smp.h      |  6 +++
 arch/riscv/kernel/machine_kexec.c | 44 +++++++++++----
 arch/riscv/kernel/smp.c           | 89 ++++++++++++++++++++++++++++++-
 3 files changed, 126 insertions(+), 13 deletions(-)

-- 
2.36.1


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

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

end of thread, other threads:[~2022-08-19  0:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16  1:26 [PATCH 0/2] riscv: kexec: Support crash_save percpu and machine_kexec_mask_interrupts guoren
2022-08-16  1:27 ` [PATCH 1/2] riscv: kexec: EOI active and mask all interrupts in kexec crash path guoren
2022-08-16  1:27 ` [PATCH 2/2] riscv: kexec: Implement crash_smp_send_stop with percpu crash_save_cpu guoren
2022-08-18  7:58   ` kernel test robot
2022-08-19  0:34     ` Guo Ren
2022-08-18  8:51   ` kernel test robot
2022-08-16  6:40 ` [PATCH 0/2] riscv: kexec: Support crash_save percpu and machine_kexec_mask_interrupts Conor.Dooley

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).