]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 5.15.27-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 12 Mar 2022 14:17:28 +0000 (15:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 12 Mar 2022 14:17:28 +0000 (15:17 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index 2aec08084bfd9bd3100ef284eea0a8c855e2b252..2b0dc1889d22a208b75005ee1ec987c313960359 100644 (file)
--- 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=15
-KERNEL_PATCHLEVEL=19
+KERNEL_PATCHLEVEL=27
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=2
+KREL=1
 
-PKGREL=3
+PKGREL=1
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
index 4143b5f4b3105d6f1de43a9e7a6c59ee38b9b1ac..af4e4a02457cceb6d7e9aec603d364e3c32174d3 100644 (file)
@@ -1,3 +1,11 @@
+pve-kernel (5.15.27-1) bullseye; urgency=medium
+
+  * update sources to Ubuntu-5.15.0-23.23 based on 5.15.27
+
+  * update ZFS to 2.1.2
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 12 Mar 2022 15:16:17 +0100
+
 pve-kernel (5.15.19-3) bullseye; urgency=medium
 
   * backport "lib/iov_iter: initialize "flags" in new pipe_buffer"