From 5a8883e27985f1bfb0bce566c8ee9666ec22263f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 11 Mar 2024 14:36:33 +0100 Subject: [PATCH] bump version to 6.5.13-2 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61dc886..206f5b7 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=5 KERNEL_PATCHLEVEL=13 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=1 +KREL=2 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index b46fc23..a69dd5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +proxmox-kernel-6.5 (6.5.13-2) bookworm; urgency=medium + + * update sources to Ubuntu-6.5.0-27.27 based on stable-tree backports of + v6.1.74, v6.6.13 + + * update ZFS to 2.2.3 + + * Revert "cherry-pick scheduler fix to avoid temporary VM freezes on NUMA + hosts" as user feedback did not show real improvement. + + -- Proxmox Support Team Mon, 11 Mar 2024 14:36:05 +0100 + proxmox-kernel-6.5 (6.5.13-1) bookworm; urgency=medium * update sources to Ubuntu-6.5.0-20.20 based on v6.5.13 and some newer