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