diff --git a/Makefile b/Makefile index ef43d7c..64991db 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=4 -KERNEL_PATCHLEVEL=98 +KERNEL_PATCHLEVEL=101 # 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 b0e44d4..9f8c299 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pve-kernel (5.4.101-1) pve pmg; urgency=medium + + * update sources to 5.4.101 stable release + + * fix #3320: backport "kvm: x86: replace kvm_spec_ctrl_test_value with + runtime test on the host" + + -- Proxmox Support Team Fri, 26 Feb 2021 13:13:09 +0100 + pve-kernel (5.4.98-1) pve pmg; urgency=medium * update sources to 5.4.98 stable release