diff --git a/Makefile b/Makefile index d06efa0..e43a85a 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ KERNEL_MIN=11 KERNEL_PATCHLEVEL=22 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=3 +KREL=4 -PKGREL=7 +PKGREL=8 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 592b527..c83fa96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +pve-kernel (5.11.22-8) bullseye; urgency=medium + + * update to Ubuntu-5.11.0-34.36 + + * fix #3552: cherry-pick PCI probe fixes + + * build nvme as a module again to satisfy some inflexible (mellanox) modules + insisting in being able to load the nvme-core module as dependency + + * bump ABI to 5.11.22-4 + + -- Proxmox Support Team Fri, 27 Aug 2021 11:51:34 +0200 + pve-kernel (5.11.22-7) bullseye; urgency=medium * cherry-pick fixes for CVE-2021-3656 and CVE-2021-3653