diff --git a/Makefile b/Makefile index 01fb40c..bb36d15 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=2 KERNEL_PATCHLEVEL=16 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=9 +KREL=10 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index d08e2b9..9b438b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +proxmox-kernel-6.2 (6.2.16-10) bookworm; urgency=medium + + * disable CONFIG_GDS_FORCE_MITIGATION again + when not having installed a new-enough intel-microcode, this disables AVX + instructions which breaks a lot of software + + -- Proxmox Support Team Fri, 18 Aug 2023 13:42:38 +0200 + proxmox-kernel-6.2 (6.2.16-9) bookworm; urgency=medium * add fixes for downfall