]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 6.2.16-5
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Jul 2023 17:54:50 +0000 (19:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 14 Jul 2023 17:54:50 +0000 (19:54 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index f68276084b598d572960bc11c518e6d619a18e0a..b1ebe366443533ae4c8dc6d40dcf4077a510427f 100644 (file)
--- 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)
index f72ea4c326eed95a1681f4b8289673c91795a68b..5046ab5d68d90e23dc79d2b466ae0b9c1bb730fc 100644 (file)
@@ -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 <support@proxmox.com>  Fri, 14 Jul 2023 19:53:39 +0200
+
 pve-kernel (6.2.16-4) bookworm; urgency=medium
 
   * backport fixes for StackRot (CVE-2023-3269)