All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Rapoport <rppt@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Baoquan He <baoquan.he@linux.dev>,
	Dave Young <ruirui.yang@linux.dev>,
	Pasha Tatashin <pasha.tatashin@soleen.com>,
	Pratyush Yadav <pratyush@kernel.org>,
	kexec@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] kexec: updates for 7.3-rc1
Date: Thu, 13 Aug 2026 14:07:23 +0300	[thread overview]
Message-ID: <20260813110738.2482772-1-rppt@kernel.org> (raw)

Hi Linus,

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git tags/kexec-v7.3-rc1

for you to fetch changes up to 9d50f7c5ad5b4b031c9b85f9a43c626d8268ab51:

  Merge branch 'crashkernel-cma' into kexec-next (2026-08-04 10:48:21 +0300)

----------------------------------------------------------------
kexec: updates for v7.3-rc1

* Deduplicate crash memory allocation and the exclusion of reserved crash
  kernel regions from architecture specific code into a generic
  crash_prepare_headers() and enable crashkernel CMA reservation on arm64 and
  riscv reservation on arm64 and riscv.
* Skip purgatory checksum verification when the kexec segments cannot be
  corrupted by DMA, which saves about 250ms on kexec.
* Replace __ASSEMBLY__ with the compiler provided __ASSEMBLER__ in
  include/linux/kexec.h.
* Fix a keyring refcount imbalance in the kdump kernel's dm-crypt key restore
  path, which over-dropped the user keyring reference when more than one key
  was restored.

----------------------------------------------------------------
Guangshuo Li (1):
      crash_dump: release keyring reference at the correct time

Jinjie Ruan (9):
      riscv: kexec_file: Fix crashk_low_res not exclude bug
      crash: Add crash_prepare_headers() to exclude crash kernel memory
      arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
      x86/crash: Use crash_prepare_headers() helper to simplify code
      riscv: kexec_file: Use crash_prepare_headers() helper to simplify code
      LoongArch: kexec_file: Use crash_prepare_headers() helper to simplify code
      powerpc/kexec_file: Use crash_exclude_core_ranges() helper
      arm64: kexec_file: Add support for crashkernel CMA reservation
      riscv: kexec_file: Add support for crashkernel CMA reservation

Michal Clapinski (1):
      kexec_file: skip checksum verification when safe

Mike Rapoport (Microsoft) (4):
      Merge patch series "arm64/riscv: Add support for crashkernel CMA reservation"
      Merge branch 'kexec-fixes' into kexec-next
      Merge branch 'kexec-misc' into kexec-next
      Merge branch 'crashkernel-cma' into kexec-next

Sourabh Jain (1):
      powerpc/crash: sort crash memory ranges before preparing elfcorehdr

Thomas Huth (1):
      kexec: Replace __ASSEMBLY__ with __ASSEMBLER__ in header file

 Documentation/admin-guide/kernel-parameters.txt |  16 ++--
 arch/arm64/kernel/machine_kexec_file.c          |  40 +++-------
 arch/arm64/mm/init.c                            |   5 +-
 arch/loongarch/kernel/machine_kexec_file.c      |  40 +++-------
 arch/powerpc/include/asm/kexec_ranges.h         |   1 -
 arch/powerpc/kexec/crash.c                      |   5 +-
 arch/powerpc/kexec/ranges.c                     | 101 +-----------------------
 arch/riscv/kernel/machine_kexec_file.c          |  39 +++------
 arch/riscv/mm/init.c                            |   5 +-
 arch/x86/kernel/crash.c                         |  89 +++------------------
 drivers/of/fdt.c                                |   9 ++-
 drivers/of/kexec.c                              |   9 +++
 include/linux/crash_core.h                      |   9 +++
 include/linux/crash_reserve.h                   |   4 +-
 include/linux/kexec.h                           |   2 +-
 kernel/crash_core.c                             |  89 ++++++++++++++++++++-
 kernel/crash_dump_dm_crypt.c                    |  15 ++--
 kernel/kexec_file.c                             |  27 +++++++
 18 files changed, 218 insertions(+), 287 deletions(-)


                 reply	other threads:[~2026-08-13 11:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260813110738.2482772-1-rppt@kernel.org \
    --to=rppt@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=baoquan.he@linux.dev \
    --cc=kexec@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pasha.tatashin@soleen.com \
    --cc=pratyush@kernel.org \
    --cc=ruirui.yang@linux.dev \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.