diff --git a/Makefile b/Makefile index f5f441b..6b95cd0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=5 KERNEL_PATCHLEVEL=13 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=5 +KREL=6 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 63e7e16..f26e8bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +proxmox-kernel-6.5 (6.5.13-6) bookworm; urgency=medium + + * fix #5373: cherry-pick USB ethernet naming fix + + * config: disable CONFIG_N_GSM + + * cherry-pick improved erratum 1386 workaround + + * fix cve-2024-41090/41091: dos via short ethernet frames over tun/tap + + -- Proxmox Support Team Fri, 26 Jul 2024 14:34:47 +0200 + proxmox-kernel-6.5 (6.5.13-5) bookworm; urgency=medium * revert a backport to avoid breaking copying files within a CIFS mount