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

This patchset includes two cleanups and one fix.

v1 -> v2:
  Patch 1 and 2 have no changes.

  Patch 3 has no functional changes. I just squashed the following patch
  into it based on Baoquan's suggestion, to make it easier to merge.

  [PATCH] crash_core: optimize crash_exclude_mem_range()
  https://lore.kernel.org/all/20231219163418.108591-1-ytcoode@gmail.com/T/#u

  The link to the v1 version of this patchset is:
  https://lore.kernel.org/lkml/ZZPMLextp0n3lwbD@MiWiFi-R3L-srv/t/#m4d20eee5aee48a1daf0a754b5570afb4b5d4fa03

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     | 80 +++++++++++++++--------------------------
 2 files changed, 35 insertions(+), 57 deletions(-)

-- 
2.43.0


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-02 14:49 [PATCH v2 0/3] crash: Some cleanups and fixes Yuntao Wang
2024-01-02 14:49 ` [PATCH v2 1/3] x86/crash: remove the unused image parameter from prepare_elf_headers() Yuntao Wang
2024-01-02 14:49 ` [PATCH v2 2/3] x86/crash: use SZ_1M macro instead of hardcoded value Yuntao Wang
2024-01-02 14:49 ` [PATCH v2 3/3] crash_core: fix and simplify the logic of crash_exclude_mem_range() Yuntao Wang
2024-01-02 23:42   ` Baoquan He

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