]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 6.5.11-5
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 27 Nov 2023 19:54:07 +0000 (20:54 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 27 Nov 2023 19:54:07 +0000 (20:54 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile
debian/changelog

index 3055ce21369ab8746f53b0d0fa2ff7fa809071c4..f0d119cdd79240f4d175af4f99a53f47d6187d64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ KERNEL_MIN=5
 KERNEL_PATCHLEVEL=11
 # increment KREL for every published package release!
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=4
+KREL=5
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
index 57bd57eeeceb06605383b62bc988246559c28bf5..646728e6aa69c0561570ec6fcef016935ec7ad03 100644 (file)
@@ -1,6 +1,14 @@
+proxmox-kernel-6.5 (6.5.11-5) bookworm; urgency=medium
+
+  * properly set CONFIG_VFIO_VIRQFD as a boolean
+
+  * cherry-pick fix for RCU stall issue after VM live migration
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 27 Nov 2023 20:52:25 +0100
+
 proxmox-kernel-6.5 (6.5.11-4) bookworm; urgency=medium
 
-  * add signed kernel variant for secure boot 
+  * add signed kernel variant for secure boot
 
  -- Proxmox Support Team <support@proxmox.com>  Mon, 20 Nov 2023 11:19:53 +0100