From 5dcdc7ac9ad3ebf3ff4d6ac66ec8911a829d56dd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 4 Jun 2024 12:37:24 +0200 Subject: [PATCH] bump version to 6.8.4-4 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99c765e..f454209 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=8 KERNEL_PATCHLEVEL=4 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=3 +KREL=4 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 7e32e83..bcf8593 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +proxmox-kernel-6.8 (6.8.4-4) bookworm; urgency=medium + + * update ZFS to 2.2.4 + + * backport fix for NFS memory leak on mount that can add up if there are + many mount operations + + * backport fix for managing block flush queue list, resolving a potential + crash due to dereferebcing a NULL pointer with, e.g., the + blk_flush_complete_seq function in the stack trace of the error. + + -- Proxmox Support Team Tue, 04 Jun 2024 12:37:16 +0200 + proxmox-kernel-6.8 (6.8.4-3) bookworm; urgency=medium * update sources and patches to Ubuntu-6.8.0-32.32