From 96821b3e505633ac4daaf622373990cd4ecdbfcc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 16 Jul 2024 18:16:27 +0200 Subject: [PATCH] bump version to 6.8.8-3 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b74bcd3..06baf4c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=8 KERNEL_PATCHLEVEL=8 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=2 +KREL=3 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index f7c213d..b1bb1b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +proxmox-kernel-6.8 (6.8.8-3) bookworm; urgency=medium + + * backport fix for CIFS client memory leak + + * cherry-pick potential fix for NULL pointer deref with AMD Arcturus GPU + during boot + + * fix #5558: cherry-pick NFSv4 fix + + -- Proxmox Support Team Tue, 16 Jul 2024 18:16:20 +0200 + proxmox-kernel-6.8 (6.8.8-2) bookworm; urgency=medium * fix #5448: support SCSI controllers with bad VDP page length encoding again