[GIT PULL] liveupdate updates for v7.1-rc4

From: Mike Rapoport

Date: Wed May 13 2026 - 06:22:30 EST


Hi Linus,

The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git tags/fixes-2026-05-13

for you to fetch changes up to 7b0b68b2b95606e65594958686833e53423f58f2:

mm/memfd_luo: document preservation of file seals (2026-05-04 14:03:16 +0000)

----------------------------------------------------------------
liveupdate fixes for v7.1-rc4

A few fixes for kexec handover and liveupdate:

* make sure KHO is skipped for crash kernel
* fix error reporting in memfd preservation if it fails mid-loop
* don't allow preserving memfds whose page count exceeds UINT_MAX
* fix documentation of memfd seals preservation to match the code

----------------------------------------------------------------
David Carlier (3):
mm/memfd_luo: report error when restoring a folio fails mid-loop
mm/memfd_luo: reject memfds whose page count exceeds UINT_MAX
mm/memfd_luo: document preservation of file seals

Evangelos Petrongonas (1):
kho: skip KHO for crash kernel

kernel/liveupdate/kexec_handover.c | 2 +-
mm/memfd_luo.c | 25 +++++++++++++++++++------
2 files changed, 20 insertions(+), 7 deletions(-)

--
Sincerely yours,
Mike.