diff --git a/Makefile b/Makefile index 38cc793..c5bb699 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 KERNEL_MIN=15 -KERNEL_PATCHLEVEL=104 +KERNEL_PATCHLEVEL=107 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' KREL=1 diff --git a/debian/changelog b/debian/changelog index 4471dd7..70e2c0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (5.15.107-1) bullseye; urgency=medium + + * update to Proxmox-5.15.107-1 + + * update ZFS to 2.1.11 + + -- Proxmox Support Team Thu, 20 Apr 2023 12:05:46 +0200 + pve-kernel (5.15.104-2) bullseye; urgency=medium * backport "igb: revert rtnl_lock() that causes deadlock"