2023-10-22 19:36:20

by Vegard Nossum

[permalink] [raw]
Subject: [PATCH] kdump: fix reference to nonexistent file

All the s390 docs were moved from Documentation/s390/ to
Documentation/arch/s390/ but this reference didn't get updated. Fix it.

Fixes: 37002bc6b603 ("docs: move s390 under arch")
Cc: Eric Biederman <[email protected]>
Cc: Costa Shulyupin <[email protected]>
Cc: Tony Krowiak <[email protected]>
Cc: Philippe Mathieu-Daudé <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: [email protected]
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Signed-off-by: Vegard Nossum <[email protected]>
---
kernel/Kconfig.kexec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/Kconfig.kexec b/kernel/Kconfig.kexec
index 9bfe68fe9676..7aff28ded2f4 100644
--- a/kernel/Kconfig.kexec
+++ b/kernel/Kconfig.kexec
@@ -110,7 +110,7 @@ config CRASH_DUMP
For more details see Documentation/admin-guide/kdump/kdump.rst

For s390, this option also enables zfcpdump.
- See also <file:Documentation/s390/zfcpdump.rst>
+ See also <file:Documentation/arch/s390/zfcpdump.rst>

config CRASH_HOTPLUG
bool "Update the crash elfcorehdr on system configuration changes"
--
2.34.1


2023-10-22 23:19:35

by Baoquan He

[permalink] [raw]
Subject: Re: [PATCH] kdump: fix reference to nonexistent file

On 10/22/23 at 09:04pm, Vegard Nossum wrote:
> All the s390 docs were moved from Documentation/s390/ to
> Documentation/arch/s390/ but this reference didn't get updated. Fix it.
>
> Fixes: 37002bc6b603 ("docs: move s390 under arch")
> Cc: Eric Biederman <[email protected]>
> Cc: Costa Shulyupin <[email protected]>
> Cc: Tony Krowiak <[email protected]>
> Cc: Philippe Mathieu-Daud? <[email protected]>
> Cc: Randy Dunlap <[email protected]>
> Cc: Heiko Carstens <[email protected]>
> Cc: [email protected]
> Cc: Jonathan Corbet <[email protected]>
> Cc: [email protected]
> Signed-off-by: Vegard Nossum <[email protected]>
> ---
> kernel/Kconfig.kexec | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

LGTM,

Acked-by: Baoquan He <[email protected]>

>
> diff --git a/kernel/Kconfig.kexec b/kernel/Kconfig.kexec
> index 9bfe68fe9676..7aff28ded2f4 100644
> --- a/kernel/Kconfig.kexec
> +++ b/kernel/Kconfig.kexec
> @@ -110,7 +110,7 @@ config CRASH_DUMP
> For more details see Documentation/admin-guide/kdump/kdump.rst
>
> For s390, this option also enables zfcpdump.
> - See also <file:Documentation/s390/zfcpdump.rst>
> + See also <file:Documentation/arch/s390/zfcpdump.rst>
>
> config CRASH_HOTPLUG
> bool "Update the crash elfcorehdr on system configuration changes"
> --
> 2.34.1
>