From 24c3901a4b63db505b3e2ed25555134efbfb8d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 27 Nov 2023 20:54:07 +0100 Subject: [PATCH] bump version to 6.5.11-5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- debian/changelog | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3055ce2..f0d119c 100644 --- 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) diff --git a/debian/changelog b/debian/changelog index 57bd57e..646728e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Mon, 20 Nov 2023 11:19:53 +0100