All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Some bug fixes and cleanups related to kexec
@ 2023-12-17  3:35 ` Yuntao Wang
  0 siblings, 0 replies; 18+ messages in thread
From: Yuntao Wang @ 2023-12-17  3:35 UTC (permalink / raw)
  To: linux-kernel, kexec, x86
  Cc: Andrew Morton, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
	Dave Hansen, H. Peter Anvin, Jonathan Corbet, Eric Biederman,
	Baoquan He, Yuntao Wang

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


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-12-20  3:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-17  3:35 [PATCH v5 0/3] Some bug fixes and cleanups related to kexec Yuntao Wang
2023-12-17  3:35 ` Yuntao Wang
2023-12-17  3:35 ` [PATCH v5 1/3] kexec: modify the meaning of the end parameter in kimage_is_destination_range() Yuntao Wang
2023-12-17  3:35   ` Yuntao Wang
2023-12-17  3:35 ` [PATCH v5 2/3] kexec_file: fix incorrect temp_start value in locate_mem_hole_top_down() Yuntao Wang
2023-12-17  3:35   ` Yuntao Wang
2023-12-17  3:35 ` [PATCH v5 3/3] x86/kexec: use pr_err() instead of pr_debug() when an error occurs Yuntao Wang
2023-12-17  3:35   ` Yuntao Wang
2023-12-18 18:24   ` Andrew Morton
2023-12-18 18:24     ` Andrew Morton
2023-12-19  7:29     ` [PATCH] x86/kexec: use pr_err() instead of kexec_dprintk() " Yuntao Wang
2023-12-19  7:29       ` Yuntao Wang
2023-12-19 20:21       ` Andrew Morton
2023-12-19 20:21         ` Andrew Morton
2023-12-20  3:01         ` [PATCH v2] " Yuntao Wang
2023-12-20  3:01           ` Yuntao Wang
2023-12-17 11:55 ` [PATCH v5 0/3] Some bug fixes and cleanups related to kexec Baoquan He
2023-12-17 11:55   ` Baoquan He

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.