]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 6.1.2-1
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 7 Jan 2023 13:56:04 +0000 (14:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Jan 2023 07:53:57 +0000 (08:53 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index 36afd6c79ed7847a2241e84b4335da1536b74a55..1be4c6b01bc82ba9f7500dff1aa608cb9a3e8c8a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
 KERNEL_MAJ=6
 KERNEL_MIN=1
-KERNEL_PATCHLEVEL=0
+KERNEL_PATCHLEVEL=2
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
 KREL=1
index 8ff9338f43a49e0abd7b533da5ce8645f2e0f2d1..117718c0bc940b74fcdae77552753a4a390703b7 100644 (file)
@@ -1,8 +1,20 @@
+pve-kernel (6.1.2-1) bullseye; urgency=medium
+
+  * backport ZFS compat fixes for Linux 6.1 w.r.t. a OTMPFILE open syscall
+
+  * update to Ubuntu-6.1.0-12.12
+
+  * backport a few newer fixes-of-fixes from 6.1.4
+
+  * bump ABI to 6.1.2-1
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 07 Jan 2023 14:56:01 +0100
+
 pve-kernel (6.1.0-1) bullseye; urgency=medium
 
   * update to Ubuntu-6.1.0-1.1 based on upstram v6.1
 
-  * update ZFS to 2.1.6
+  * update ZFS to 2.1.7
 
  -- Proxmox Support Team <support@proxmox.com>  Tue, 13 Dec 2022 15:08:53 +0100