From 123bb15c43659b93f918edef3c3c0f8cb7b11a01 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 23 Oct 2024 13:41:28 +0200 Subject: [PATCH] bump version to 6.8.12-3 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fea1df..bf1086a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=8 KERNEL_PATCHLEVEL=12 # 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 85a3cfc..934caa5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +proxmox-kernel-6.8 (6.8.12-3) bookworm; urgency=medium + + * fix #5430: cherry-pick fix for ocfs2 io_uring rw issues + + * fix #5683: netfs: reset subreq iov iter before tail clean + + -- Proxmox Support Team Wed, 23 Oct 2024 13:41:25 +0200 + proxmox-kernel-6.8 (6.8.12-2) bookworm; urgency=medium * update sources to Ubuntu-6.8.0-45.45