From 498d87be509026d0975f2590d9e0291d89372eed Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 11 Oct 2023 17:05:31 +0200 Subject: [PATCH] bump version to 6.2.16-18 merge both versions, I saw the fix for AMD slightly to late and previous build wasn't made public already anyway Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b47137c..2311a2d 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=17 +KREL=18 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 621e16b..7218ea5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ -proxmox-kernel-6.2 (6.2.16-17) bookworm; urgency=medium +proxmox-kernel-6.2 (6.2.16-18) bookworm; urgency=medium + + * backport fix for AMD erratum #1485 on Zen4-based CPUs to avoid triggering + undefined instruction expections when disabling all, or certain security + mitigations, like using the "mitigations=off" kernel command line + parameter * backport ZFS fix to avoid crashes and hangs if used on modern Intel HW like the Xeon Scalable 4th Gen "Sapphire Rapids" CPUs due to a HW bug as per Intel SPR erratum SPR4 - -- Proxmox Support Team Wed, 11 Oct 2023 16:13:16 +0200 + -- Proxmox Support Team Wed, 11 Oct 2023 17:05:18 +0200 proxmox-kernel-6.2 (6.2.16-16) bookworm; urgency=medium -- 2.39.2