public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [PATCH] riscv: kexec_image: Fix dead link to boot-image-header.rst
@ 2025-12-03 19:43 Soham Metha
  2026-01-06  1:16 ` Paul Walmsley
  0 siblings, 1 reply; 2+ messages in thread
From: Soham Metha @ 2025-12-03 19:43 UTC (permalink / raw)
  To: linux-kernel-mentees
  Cc: shuah, skhan, linux-kernel, Soham Metha, Paul Walmsley,
	Palmer Dabbelt, Albert Ou, Alexandre Ghiti, Breno Leitao,
	Song Shuai, Andrew Morton, linux-riscv

Fix the reference to 'boot-image-header.rst', which was moved to
'Documentation/arch/riscv/' in commit 'ed843ae947f8' 
("docs: move riscv under arch").

Signed-off-by: Soham Metha <sohammetha01@gmail.com>
---
No functional changes.

 arch/riscv/kernel/kexec_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kernel/kexec_image.c b/arch/riscv/kernel/kexec_image.c
index 8f2eb900910b..51dc89259f16 100644
--- a/arch/riscv/kernel/kexec_image.c
+++ b/arch/riscv/kernel/kexec_image.c
@@ -22,7 +22,7 @@ static int image_probe(const char *kernel_buf, unsigned long kernel_len)
 	if (!h || kernel_len < sizeof(*h))
 		return -EINVAL;
 
-	/* According to Documentation/riscv/boot-image-header.rst,
+	/* According to Documentation/arch/riscv/boot-image-header.rst,
 	 * use "magic2" field to check when version >= 0.2.
 	 */
 
-- 
2.34.1


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

* Re: [PATCH] riscv: kexec_image: Fix dead link to boot-image-header.rst
  2025-12-03 19:43 [PATCH] riscv: kexec_image: Fix dead link to boot-image-header.rst Soham Metha
@ 2026-01-06  1:16 ` Paul Walmsley
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Walmsley @ 2026-01-06  1:16 UTC (permalink / raw)
  To: Soham Metha
  Cc: linux-kernel-mentees, shuah, skhan, linux-kernel, Paul Walmsley,
	Palmer Dabbelt, Albert Ou, Alexandre Ghiti, Breno Leitao,
	Song Shuai, Andrew Morton, linux-riscv

On Thu, 4 Dec 2025, Soham Metha wrote:

> Fix the reference to 'boot-image-header.rst', which was moved to
> 'Documentation/arch/riscv/' in commit 'ed843ae947f8' 
> ("docs: move riscv under arch").
> 
> Signed-off-by: Soham Metha <sohammetha01@gmail.com>

Thanks, queued for v6.19-rc.


- Paul

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

end of thread, other threads:[~2026-01-06  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03 19:43 [PATCH] riscv: kexec_image: Fix dead link to boot-image-header.rst Soham Metha
2026-01-06  1:16 ` Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox