[PATCH v5 0/3] Some bug fixes and cleanups related to kexec

Yuntao Wang posted 3 patches 2 years ago
arch/x86/kernel/kexec-bzimage64.c | 2 +-
kernel/kexec_core.c               | 8 ++++----
kernel/kexec_file.c               | 4 ++--
mm/highmem.c                      | 2 --
4 files changed, 7 insertions(+), 9 deletions(-)
[PATCH v5 0/3] Some bug fixes and cleanups related to kexec
Posted by Yuntao Wang 2 years ago
This series includes some bug fixes and cleanups for kexec.

This v5 series introduces no changes to any patches. I just reorganize the
patches and repost them.

Yuntao Wang (3):
  kexec: modify the meaning of the end parameter in
    kimage_is_destination_range()
  kexec_file: fix incorrect temp_start value in
    locate_mem_hole_top_down()
  x86/kexec: use pr_err() instead of pr_debug() when an error occurs

 arch/x86/kernel/kexec-bzimage64.c | 2 +-
 kernel/kexec_core.c               | 8 ++++----
 kernel/kexec_file.c               | 4 ++--
 mm/highmem.c                      | 2 --
 4 files changed, 7 insertions(+), 9 deletions(-)

-- 
2.43.0
Re: [PATCH v5 0/3] Some bug fixes and cleanups related to kexec
Posted by Baoquan He 2 years ago
On 12/17/23 at 11:35am, Yuntao Wang wrote:
> This series includes some bug fixes and cleanups for kexec.
> 
> This v5 series introduces no changes to any patches. I just reorganize the
> patches and repost them.

LGTM, thx.

Acked-by: Baoquan He <bhe@redhat.com>

> 
> Yuntao Wang (3):
>   kexec: modify the meaning of the end parameter in
>     kimage_is_destination_range()
>   kexec_file: fix incorrect temp_start value in
>     locate_mem_hole_top_down()
>   x86/kexec: use pr_err() instead of pr_debug() when an error occurs
> 
>  arch/x86/kernel/kexec-bzimage64.c | 2 +-
>  kernel/kexec_core.c               | 8 ++++----
>  kernel/kexec_file.c               | 4 ++--
>  mm/highmem.c                      | 2 --
>  4 files changed, 7 insertions(+), 9 deletions(-)
> 
> -- 
> 2.43.0
>