diff --git a/Makefile b/Makefile index c3f5063..d8e22ed 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 KERNEL_MIN=4 -KERNEL_PATCHLEVEL=34 +KERNEL_PATCHLEVEL=41 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' KREL=1 -PKGREL=2 +PKGREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 5a3c0a3..92bbea9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pve-kernel (5.4.41-1) pve pmg; urgency=medium + + * update sources to Ubuntu-5.4.0-32.36 + + * update ZFS to 0.8.4 + + * Revert "scsi: lpfc: Fix broken Credit Recovery after driver load" as a + workaround for some LP Fibre Channel SCSI boxes. + + -- Proxmox Support Team Fri, 15 May 2020 15:06:08 +0200 + pve-kernel (5.4.34-2) pve pmg; urgency=medium * backport fix for overlayfs