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