* [PATCH] riscv: Fix typo in purgatory end label
@ 2026-03-25 8:31 Zishun Yi
2026-03-25 18:59 ` Paul Walmsley
0 siblings, 1 reply; 2+ messages in thread
From: Zishun Yi @ 2026-03-25 8:31 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou
Cc: Alexandre Ghiti, linux-riscv, linux-kernel, Zishun Yi
Fix the spelling of 'purgatory' in the .Lkexec_purgatroy_end label.
Signed-off-by: Zishun Yi <vulab@iscas.ac.cn>
---
arch/riscv/purgatory/kexec-purgatory.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/riscv/purgatory/kexec-purgatory.S b/arch/riscv/purgatory/kexec-purgatory.S
index 0e9188815718..32c53581b8f2 100644
--- a/arch/riscv/purgatory/kexec-purgatory.S
+++ b/arch/riscv/purgatory/kexec-purgatory.S
@@ -6,9 +6,9 @@
kexec_purgatory:
.globl kexec_purgatory
.incbin "arch/riscv/purgatory/purgatory.ro"
-.Lkexec_purgatroy_end:
+.Lkexec_purgatory_end:
.align 8
kexec_purgatory_size:
.globl kexec_purgatory_size
- .quad .Lkexec_purgatroy_end - kexec_purgatory
+ .quad .Lkexec_purgatory_end - kexec_purgatory
--
2.51.2
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] riscv: Fix typo in purgatory end label
2026-03-25 8:31 [PATCH] riscv: Fix typo in purgatory end label Zishun Yi
@ 2026-03-25 18:59 ` Paul Walmsley
0 siblings, 0 replies; 2+ messages in thread
From: Paul Walmsley @ 2026-03-25 18:59 UTC (permalink / raw)
To: Zishun Yi
Cc: Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti,
linux-riscv, linux-kernel
On Wed, 25 Mar 2026, Zishun Yi wrote:
> Fix the spelling of 'purgatory' in the .Lkexec_purgatroy_end label.
>
> Signed-off-by: Zishun Yi <vulab@iscas.ac.cn>
Thanks, queued for v7.0-rc.
- Paul
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-25 18:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 8:31 [PATCH] riscv: Fix typo in purgatory end label Zishun Yi
2026-03-25 18:59 ` Paul Walmsley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox