* [RESEND PATCH] crash: Remove duplicate included header
@ 2024-07-03 9:35 Thorsten Blum
2024-07-03 11:24 ` Baoquan He
0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Blum @ 2024-07-03 9:35 UTC (permalink / raw)
To: bhe, vgoyal, dyoung; +Cc: kexec, linux-kernel, Thorsten Blum
Remove duplicate included header file linux/kexec.h
Acked-by: Baoquan He <bhe@redhat.com>
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
kernel/crash_reserve.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
index 5b2722a93a48..d3b4cd12bdd1 100644
--- a/kernel/crash_reserve.c
+++ b/kernel/crash_reserve.c
@@ -13,7 +13,6 @@
#include <linux/memory.h>
#include <linux/cpuhotplug.h>
#include <linux/memblock.h>
-#include <linux/kexec.h>
#include <linux/kmemleak.h>
#include <asm/page.h>
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [RESEND PATCH] crash: Remove duplicate included header
2024-07-03 9:35 [RESEND PATCH] crash: Remove duplicate included header Thorsten Blum
@ 2024-07-03 11:24 ` Baoquan He
0 siblings, 0 replies; 2+ messages in thread
From: Baoquan He @ 2024-07-03 11:24 UTC (permalink / raw)
To: Thorsten Blum; +Cc: Andrew Morton, vgoyal, dyoung, kexec, linux-kernel
Hi,
On 07/03/24 at 11:35am, Thorsten Blum wrote:
> Remove duplicate included header file linux/kexec.h
>
> Acked-by: Baoquan He <bhe@redhat.com>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
> kernel/crash_reserve.c | 1 -
> 1 file changed, 1 deletion(-)
Thanks for catching this, while,
It has been fixed by below patch in next tree:
commit 5eb1911a8c63f0e10a5f746f52fcc3c9bbfbc710
Author: Wenchao Hao <haowenchao22@gmail.com>
Date: Thu Jun 6 17:14:27 2024 +0800
crash: remove header files which are included more than once
>
> diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
> index 5b2722a93a48..d3b4cd12bdd1 100644
> --- a/kernel/crash_reserve.c
> +++ b/kernel/crash_reserve.c
> @@ -13,7 +13,6 @@
> #include <linux/memory.h>
> #include <linux/cpuhotplug.h>
> #include <linux/memblock.h>
> -#include <linux/kexec.h>
> #include <linux/kmemleak.h>
>
> #include <asm/page.h>
> --
> 2.45.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-03 11:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 9:35 [RESEND PATCH] crash: Remove duplicate included header Thorsten Blum
2024-07-03 11:24 ` Baoquan He
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox