[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZTWtxzSojtHMwrHu@MiWiFi-R3L-srv>
Date: Mon, 23 Oct 2023 07:18:31 +0800
From: Baoquan He <bhe@...hat.com>
To: Vegard Nossum <vegard.nossum@...cle.com>
Cc: Eric Biederman <ebiederm@...ssion.com>,
Vivek Goyal <vgoyal@...hat.com>,
Dave Young <dyoung@...hat.com>, kexec@...ts.infradead.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Costa Shulyupin <costa.shul@...hat.com>,
Tony Krowiak <akrowiak@...ux.ibm.com>,
Philippe Mathieu-Daudé <philmd@...aro.org>,
Randy Dunlap <rdunlap@...radead.org>,
Heiko Carstens <hca@...ux.ibm.com>,
Jonathan Corbet <corbet@....net>
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 <ebiederm@...ssion.com>
> Cc: Costa Shulyupin <costa.shul@...hat.com>
> Cc: Tony Krowiak <akrowiak@...ux.ibm.com>
> Cc: Philippe Mathieu-Daudé <philmd@...aro.org>
> Cc: Randy Dunlap <rdunlap@...radead.org>
> Cc: Heiko Carstens <hca@...ux.ibm.com>
> Cc: kexec@...ts.infradead.org
> Cc: Jonathan Corbet <corbet@....net>
> Cc: linux-doc@...r.kernel.org
> Signed-off-by: Vegard Nossum <vegard.nossum@...cle.com>
> ---
> kernel/Kconfig.kexec | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
LGTM,
Acked-by: Baoquan He <bhe@...hat.com>
>
> 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
>
Powered by blists - more mailing lists