diff --git a/Makefile b/Makefile index 978d12e..f4a69b3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=35 # rebuild packages with new KREL and run 'make abiupdate' KREL=1 -PKGREL=2 +PKGREL=3 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 6c8d121..c3885f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-kernel (5.15.35-3) bullseye; urgency=medium + + * fix #4039: backport aquantia atlantic NIC fixes + + -- Proxmox Support Team Wed, 11 May 2022 07:57:51 +0200 + pve-kernel (5.15.35-2) bullseye; urgency=medium * cherry pick "NFSv4.1 provide mount option to toggle trunking discovery"