]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 6.2.16-13
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Sep 2023 13:32:01 +0000 (15:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Sep 2023 14:06:44 +0000 (16:06 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index 7295cb63a306ab41350361c8cdf9ff7f53832029..8dc86cef3655b9aeb0a9e7c0545ad70b47180471 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ KERNEL_MIN=2
 KERNEL_PATCHLEVEL=16
 # increment KREL for every published package release!
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=12
+KREL=13
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
index 5ecfefc10b9cd57cca0d1066e051e727395fc00b..c3ec6fb43caf817fb9487c42a7d9cf98ff03105e 100644 (file)
@@ -1,3 +1,14 @@
+proxmox-kernel-6.2 (6.2.16-13) bookworm; urgency=medium
+
+  * fix #4707: add override parameter for RMRR relaxation
+
+  * backport thunderbolt-net fixes for IPv6 and connection re-establishment
+    after a node got rebooted
+
+  * update sources to Ubuntu-6.2.0-34.34
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Sep 2023 15:31:57 +0200
+
 proxmox-kernel-6.2 (6.2.16-12) bookworm; urgency=medium
 
   * cherry-pick fix for KVM vCPU page-fault loop.