]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 6.2.16-18
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Oct 2023 15:05:31 +0000 (17:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Oct 2023 15:05:39 +0000 (17:05 +0200)
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 <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index b47137c6810dbdcc3353ed8009cf2a32b6085295..2311a2d15d3112588772354e92b86fc8f177abfd 100644 (file)
--- 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)
index 621e16bd82932fdf010bde81c731a24245b6bbc2..7218ea54432bcfc03df4f9c3dab73e274ae2fede 100644 (file)
@@ -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 <support@proxmox.com>  Wed, 11 Oct 2023 16:13:16 +0200
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Oct 2023 17:05:18 +0200
 
 proxmox-kernel-6.2 (6.2.16-16) bookworm; urgency=medium