From 8cf723cc45ca0df83a329f0fde8d40347c56fda7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 16 Aug 2023 10:08:36 +0200 Subject: [PATCH] bump version to 6.2.16-9 Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c9cc29..01fb40c 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=8 +KREL=9 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 8c2e193..d08e2b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +proxmox-kernel-6.2 (6.2.16-9) bookworm; urgency=medium + + * add fixes for downfall + + * enable mitigation config option CONFIG_GDS_FORCE_MITIGATION + + -- Proxmox Support Team Wed, 16 Aug 2023 10:07:11 +0200 + proxmox-kernel-6.2 (6.2.16-8) bookworm; urgency=medium * sign modules and set trust anchor/lockdown to allow manual secure boot