From: Baoquan He <bhe@redhat.com>
To: Vegard Nossum <vegard.nossum@oracle.com>
Cc: "Eric Biederman" <ebiederm@xmission.com>,
"Vivek Goyal" <vgoyal@redhat.com>,
"Dave Young" <dyoung@redhat.com>,
kexec@lists.infradead.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
"Costa Shulyupin" <costa.shul@redhat.com>,
"Tony Krowiak" <akrowiak@linux.ibm.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Randy Dunlap" <rdunlap@infradead.org>,
"Heiko Carstens" <hca@linux.ibm.com>,
"Jonathan Corbet" <corbet@lwn.net>
Subject: Re: [PATCH] kdump: fix reference to nonexistent file
Date: Mon, 23 Oct 2023 07:18:31 +0800 [thread overview]
Message-ID: <ZTWtxzSojtHMwrHu@MiWiFi-R3L-srv> (raw)
In-Reply-To: <20231022190424.919982-1-vegard.nossum@oracle.com>
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@xmission.com>
> Cc: Costa Shulyupin <costa.shul@redhat.com>
> Cc: Tony Krowiak <akrowiak@linux.ibm.com>
> Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> Cc: Heiko Carstens <hca@linux.ibm.com>
> Cc: kexec@lists.infradead.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
> ---
> kernel/Kconfig.kexec | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
LGTM,
Acked-by: Baoquan He <bhe@redhat.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
>
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
WARNING: multiple messages have this Message-ID (diff)
From: Baoquan He <bhe@redhat.com>
To: Vegard Nossum <vegard.nossum@oracle.com>
Cc: "Eric Biederman" <ebiederm@xmission.com>,
"Vivek Goyal" <vgoyal@redhat.com>,
"Dave Young" <dyoung@redhat.com>,
kexec@lists.infradead.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
"Costa Shulyupin" <costa.shul@redhat.com>,
"Tony Krowiak" <akrowiak@linux.ibm.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Randy Dunlap" <rdunlap@infradead.org>,
"Heiko Carstens" <hca@linux.ibm.com>,
"Jonathan Corbet" <corbet@lwn.net>
Subject: Re: [PATCH] kdump: fix reference to nonexistent file
Date: Mon, 23 Oct 2023 07:18:31 +0800 [thread overview]
Message-ID: <ZTWtxzSojtHMwrHu@MiWiFi-R3L-srv> (raw)
In-Reply-To: <20231022190424.919982-1-vegard.nossum@oracle.com>
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@xmission.com>
> Cc: Costa Shulyupin <costa.shul@redhat.com>
> Cc: Tony Krowiak <akrowiak@linux.ibm.com>
> Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> Cc: Heiko Carstens <hca@linux.ibm.com>
> Cc: kexec@lists.infradead.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
> ---
> kernel/Kconfig.kexec | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
LGTM,
Acked-by: Baoquan He <bhe@redhat.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
>
next prev parent reply other threads:[~2023-10-22 23:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-22 19:04 [PATCH] kdump: fix reference to nonexistent file Vegard Nossum
2023-10-22 19:04 ` Vegard Nossum
2023-10-22 23:18 ` Baoquan He [this message]
2023-10-22 23:18 ` Baoquan He
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZTWtxzSojtHMwrHu@MiWiFi-R3L-srv \
--to=bhe@redhat.com \
--cc=akrowiak@linux.ibm.com \
--cc=corbet@lwn.net \
--cc=costa.shul@redhat.com \
--cc=dyoung@redhat.com \
--cc=ebiederm@xmission.com \
--cc=hca@linux.ibm.com \
--cc=kexec@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=philmd@linaro.org \
--cc=rdunlap@infradead.org \
--cc=vegard.nossum@oracle.com \
--cc=vgoyal@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.