From 60e804189a6ad95b8efccfb519aea5dcdf09fa97 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 11 Jan 2022 16:43:34 +0100 Subject: [PATCH] bump version to 5.15.12-2 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index aee0b79..3808cbb 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=12 # rebuild packages with new KREL and run 'make abiupdate' KREL=1 -PKGREL=1 +PKGREL=2 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 3e339fd..0640620 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,14 @@ -pve-kernel (5.15.12-1) bullseye; urgency=medium +pve-kernel (5.15.12-2) bullseye; urgency=medium * update sources to Ubuntu-5.15.0-16.16 based on 5.15.12 * update ZFS to 2.1.2 + * ZFS: cherry-pick lock-inversion patch for zvol_open + * cherry-pick "blk-cgroup: always terminate io.stat lines" - -- Proxmox Support Team Tue, 11 Jan 2022 11:49:01 +0100 + -- Proxmox Support Team Tue, 11 Jan 2022 16:43:18 +0100 pve-kernel (5.15.7-1) bullseye; urgency=medium