From 30e83d2c18c9a2e0a869534b9c56633ea543cd90 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 17 Jan 2025 16:44:48 +0100 Subject: [PATCH] bump version to 6.11.11-1 Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- debian/changelog | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 29a4810..e08d6e2 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ include /usr/share/dpkg/pkg-info.mk # also bump proxmox-kernel-meta if the default MAJ.MIN version changes! KERNEL_MAJ=6 KERNEL_MIN=11 -KERNEL_PATCHLEVEL=0 +KERNEL_PATCHLEVEL=11 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index e8f1cee..cc72cee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +proxmox-kernel-6.11 (6.11.11-1) bookworm; urgency=medium + + * updated sources to Ubuntu-6.11.0-13.14 + + * fix #6065: cherry-pick "x86/mm: Don't disable PCID when INVLPG has been + fixed by microcode" to avoid performance penalty when CPU microcode is + already new enough. + + * update ZFS to 2.2.7 + + * backport fix for kvm performance regression with Intel Emerald Rapids + + -- Proxmox Support Team Fri, 17 Jan 2025 16:44:58 +0100 + proxmox-kernel-6.11 (6.11.0-2) bookworm; urgency=medium * updated sources to Ubuntu-6.11.0-13.14