From 6459eb2073fc5a960fa348b5a48bd87ad471dbe5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 14 Jul 2023 19:54:50 +0200 Subject: [PATCH] bump version to 6.2.16-5 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f682760..b1ebe36 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ KERNEL_PATCHLEVEL=16 # rebuild packages with new KREL and run 'make abiupdate' KREL=4 -PKGREL=4 +PKGREL=5 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index f72ea4c..5046ab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +pve-kernel (6.2.16-5) bookworm; urgency=medium + + * kvm: xsave set: mask-out PKRU bit in xfeatures if vCPU has no support to + improve live-migrations & snapshot-rollback of VMs running on modern Intel + CPUs (Skylake-Server or Tiger Lake Desktop), if configured with a + restricted vCPU type (e.g., qemu64) and if the migration source is from + our 5.15 based kernel (default in Proxmox VE 7.4) to the 6.2 (and future + newer) of Proxmox VE 8.0 as target. + This copes with the fallout of a fix, that while itself improved migration + compatibility for clusters with different host-CPU models, caused another + issue on the transition between the older "broken" and newer "fixed" + kernels for homogeneous clusters, i.e., those with the same PVE host-CPU + model. + + -- Proxmox Support Team Fri, 14 Jul 2023 19:53:39 +0200 + pve-kernel (6.2.16-4) bookworm; urgency=medium * backport fixes for StackRot (CVE-2023-3269)