]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupd...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 May 2026 15:24:50 +0000 (08:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 May 2026 15:24:50 +0000 (08:24 -0700)
commit1f63dd8ca0dc05a8272bb8155f643c691d29bb11
tree5d648c12ce19c8b1ad6fddcc99eed94ceb2db27c
parent1d5dcaa3bd65f2e8c9baa14a393d3a2dc5db7524
parent7b0b68b2b95606e65594958686833e53423f58f2
Merge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux

Pull liveupdate fixes from Mike Rapoport:
 "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"

* tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux:
  mm/memfd_luo: document preservation of file seals
  mm/memfd_luo: reject memfds whose page count exceeds UINT_MAX
  mm/memfd_luo: report error when restoring a folio fails mid-loop
  kho: skip KHO for crash kernel
kernel/liveupdate/kexec_handover.c