public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Some cleanups and fixes
@ 2023-12-14 16:38 Yuntao Wang
  2023-12-14 16:38 ` [PATCH 1/3] x86/crash: remove the unused image parameter from prepare_elf_headers() Yuntao Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Yuntao Wang @ 2023-12-14 16:38 UTC (permalink / raw)
  To: linux-kernel, kexec, x86
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen,
	H. Peter Anvin, Baoquan He, Vivek Goyal, Dave Young, Hari Bathini,
	Eric DeVolder, Andrew Morton, Sourabh Jain, Sean Christopherson,
	Takashi Iwai, Lianbo Jiang, Yuntao Wang

This series includes two cleanups and one fix.

Yuntao Wang (3):
  x86/crash: remove the unused image parameter from
    prepare_elf_headers()
  x86/crash: use SZ_1M macro instead of hardcoded value
  crash_core: fix and simplify the logic of crash_exclude_mem_range()

 arch/x86/kernel/crash.c | 12 +++----
 kernel/crash_core.c     | 70 +++++++++++------------------------------
 2 files changed, 25 insertions(+), 57 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-01-02 15:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 16:38 [PATCH 0/3] Some cleanups and fixes Yuntao Wang
2023-12-14 16:38 ` [PATCH 1/3] x86/crash: remove the unused image parameter from prepare_elf_headers() Yuntao Wang
2023-12-15  3:27   ` Baoquan He
2023-12-14 16:38 ` [PATCH 2/3] x86/crash: use SZ_1M macro instead of hardcoded value Yuntao Wang
2023-12-15  3:28   ` Baoquan He
2023-12-14 16:38 ` [PATCH 3/3] crash_core: fix and simplify the logic of crash_exclude_mem_range() Yuntao Wang
2023-12-15 15:15   ` Baoquan He
2023-12-16  1:54     ` Yuntao Wang
2023-12-16  3:31       ` Baoquan He
2023-12-29 20:10         ` Andrew Morton
2023-12-30 10:16           ` Baoquan He
2024-01-02  8:41             ` Baoquan He
2024-01-02 15:06               ` Yuntao Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox