From e294ffe2e63b0ab32ddea7d6b30a98c45f8c5437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 29 Nov 2023 09:33:09 +0100 Subject: [PATCH] bump version to 6.5.11-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0d119c..991e39e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=5 KERNEL_PATCHLEVEL=11 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=5 +KREL=6 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 646728e..e5442aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +proxmox-kernel-6.5 (6.5.11-6) bookworm; urgency=medium + + * cherry-pick ZFS fix for (rare) dirty dnode data corruption bug + + -- Proxmox Support Team Wed, 29 Nov 2023 09:32:26 +0100 + proxmox-kernel-6.5 (6.5.11-5) bookworm; urgency=medium * properly set CONFIG_VFIO_VIRQFD as a boolean