From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 9C7FA3016E1 for ; Sat, 30 May 2026 17:14:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780161268; cv=none; b=gTT/LqGSWJoCW3qHpBBy78V5q/v8dgx/RuhAbyjQTximBL1MBT48RrNeU1hTrXlTxEGOKnwRETLPnQkdSHMMp3imwUTSYebMtZiUJnhVmLxWy6iGacrW2U4e0FVm8GLgtdPpihJq1aYsHWmqPBVty45soupRO+LU0fdKZbMdSsE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780161268; c=relaxed/simple; bh=25otWmBzfREiR4DQ+aHTheGDWaU3fTj1t0fqInkbSwo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=g28nAhpLA4VWqGYJCFh5LkpD2QuQatR92ZXPUQGMyF6LPiP5kqWZr3DnKWiEuV76t4K/NGOwbuNRpUlOiLo3fLXGtBJxBHCyvBKuC+XZe54wnCi2dWW6jt+vK5qrb1XGMQkL44D2HusoriVV7LURPDdATG7/uiweopOrX9aU9jk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=al/BPAob; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="al/BPAob" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 955201F00898; Sat, 30 May 2026 17:14:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780161267; bh=NjWhMi7ol32O9kyUWWfMx4g883LE1ApapjqDf0LQz0E=; h=From:To:Cc:Subject:Date; b=al/BPAobx1/Lz/FncLND9xcqox0xSzkYfo42NtlnYuGME4E0iqZ1SQB9azH6CcU5R 62vn3DZFXhpJTZwaiSNKfvjillG6GIl+kczuklnpRxOjXiPXS2lnmtLmIkALgTPgGs ZYwhbAdcZ3j9acHTRj4Om4Iz5kGIUYcvUqqZSH0jJYs+MYabYI4Fqyv4z3WdShuvD6 77Ay59ZAbjFA4A+GuCQKlFvx5AllbmaIzfb8Ih1gm2OJlc/UUa6GP/O4h1aY37DS0Y hxS/pLrWrGum6WdOv2XK10wdrBWljSrKvkT1FuniHm9YlW+3wS/L4d8xVMo4ir7U5a m0eN3Jdh32vFw== From: Mike Rapoport To: Linus Torvalds Cc: Mike Rapoport , Alexander Graf , George Guo , Kexin Liu , Pasha Tatashin , Pratyush Yadav , Samiullah Khawaja , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [GIT PULL] liveupdate: kho: two regression fixes Date: Sat, 30 May 2026 20:14:20 +0300 Message-ID: <20260530171420.1430298-1-rppt@kernel.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Mike Rapoport (Microsoft) The following changes since commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d: Linux 7.1-rc5 (2026-05-24 13:48:06 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git tags/liveupdate-fixes-2026-05-30 for you to fetch changes up to 8fd2f26fa2a33cfe8ac043f976137ecf5b567f03: kho: fix order calculation for kho_unpreserve_pages() (2026-05-26 11:01:49 +0300) ---------------------------------------------------------------- liveupdate: kho: two regression fixes * fix order calculation for kho_unpreserve_pages() to make sure sure that the order calculation in kho_unpreserve_pages() mathes the order calculation in kho_preserve_pages(). * fix math in calculation of KHO_TREE_MAX_DEPTH to make it work with 16KB pages. ---------------------------------------------------------------- George Guo (1): kho: fix KHO_TREE_MAX_DEPTH for non-4KB page sizes Pratyush Yadav (Google) (1): kho: fix order calculation for kho_unpreserve_pages() include/linux/kho/abi/kexec_handover.h | 2 +- kernel/liveupdate/kexec_handover.c | 56 +++++++++++++++++++--------------- 2 files changed, 33 insertions(+), 25 deletions(-) -- Sincerely yours, Mike.