bump version to 6.8.12-6

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-12-19 20:05:36 +01:00
parent b72118b9ba
commit ab7caa252e
2 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@ KERNEL_MIN=8
KERNEL_PATCHLEVEL=12
# increment KREL for every published package release!
# rebuild packages with new KREL and run 'make abiupdate'
KREL=5
KREL=6
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
proxmox-kernel-6.8 (6.8.12-6) bookworm; urgency=medium
* backport fix for kvm performance regression with Intel Emerald Rapids
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Dec 2024 20:05:32 +0100
proxmox-kernel-6.8 (6.8.12-5) bookworm; urgency=medium
* revert Ubuntu patch disabling IOMMU functionality for Skylake iGPU