]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 6.2.16-12
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Sep 2023 13:24:19 +0000 (15:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Sep 2023 13:24:36 +0000 (15:24 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index e4641e11671bc5d7c3e015c892ef1a50865c62e7..7295cb63a306ab41350361c8cdf9ff7f53832029 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ KERNEL_MIN=2
 KERNEL_PATCHLEVEL=16
 # increment KREL for every published package release!
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=11
+KREL=12
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
index e634bf0793b1b39ecea4b5067f5505cca1bbe42a..29a5c556f662523f5ad448d0877998e29b385b37 100644 (file)
@@ -1,3 +1,13 @@
+proxmox-kernel-6.2 (6.2.16-12) bookworm; urgency=medium
+
+  * cherry-pick fix for KVM vCPU page-fault loop.
+    Due to to small and signed type used for an memory related sequence
+    counter there was a chance that for long-lived VMs KVM would effectively
+    hang vCPUs due to always thinking page faults are stale, which results in
+    KVM refusing to "fix" faults.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 04 Sep 2023 15:21:22 +0200
+
 proxmox-kernel-6.2 (6.2.16-11) bookworm; urgency=medium
 
   * cherry-pick fix to surpress faulty segfault logging. While harmless, such