From 3ae5a3f4e03da256c027b6418f9e7e834299fd3f Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Wed, 18 Aug 2021 16:41:48 +0200 Subject: [PATCH] bump to 5.11.22-7 Signed-off-by: Stoiko Ivanov Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27e042d..d06efa0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=22 # rebuild packages with new KREL and run 'make abiupdate' KREL=3 -PKGREL=6 +PKGREL=7 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 2cafc37..592b527 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-kernel (5.11.22-7) bullseye; urgency=medium + + * cherry-pick fixes for CVE-2021-3656 and CVE-2021-3653 + + -- Proxmox Support Team Wed, 18 Aug 2021 15:06:12 +0200 + pve-kernel (5.11.22-6) bullseye; urgency=medium * io_uring: don't block level reissue off completion path