From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F303736165F for ; Wed, 13 May 2026 10:22:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778667744; cv=none; b=OqhecVo5RPLjYoGjxuRDiySGRsAWiHITxqwjM44e0mtMg0mJCY+OGNUFAdB8Ayjgp6jGkyZdPP3VsidQ5YZRT22C0hK7lxYSfJOSUxQAdzF4qr6L4HaFeaELxxUaUjxocNEExzkvrNt5DgJU6PDKPZSAmVcQ/flGuhFeWEUgUq0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778667744; c=relaxed/simple; bh=1DYgdZzlhmRaiikUzEm1OxduP6ObZQtAfPa74GcnTQk=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=FMVoGFizRD7S1m4eqFLDYMmtQ8iUw0JQXbtJmtbuAMTSrP/C8SZGcjeBHEOYwD4pNc+Nkz+OOpquqdg45qF6ZBj0IZG0Mc9i54gUI3drq+sDzBLGs9sxEzV31HIxGlR6o/03xGhDJ2gYxT4VB2koZ0LdVt3NJCt7ORYkrULIgzI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pvgZqZU/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pvgZqZU/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DE50C2BCB7; Wed, 13 May 2026 10:22:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778667743; bh=1DYgdZzlhmRaiikUzEm1OxduP6ObZQtAfPa74GcnTQk=; h=Date:From:To:Cc:Subject:From; b=pvgZqZU/12y+6wJxVUEhDGuzGP86yD23cqn7pwJTdOB9Z1awiUX69w2aaRPkNdmnq z62juYMPcbXwCdfroQEAEbOKDW+Dt+eD8VDGaAXdPucl62xwmvYkZ3mLmLBtK7/t3+ ApemIKPXE89HAho8u0azAf26rA7W5rRouJFU31SvQ97Z8AIS3xbc6J8JlALSCETBIs gQiDogwno7LNGYaNxedkDBjadltMZhCDtrnTvkT8s1MVqI3l8Q+SsJTYfsmf/ZhUbW NCEfkAEffZejBBbEKUQ9UdqyF7jNCenrCQweAr8OM2cNL40+EH7FLevaKov+TBgMly MvXMqSNQRVTDQ== Date: Wed, 13 May 2026 13:22:18 +0300 From: Mike Rapoport To: Linus Torvalds Cc: Andrew Morton , David Carlier , Evangelos Petrongonas , Mike Rapoport , Pasha Tatashin , Pratyush Yadav , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [GIT PULL] liveupdate updates for v7.1-rc4 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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.