From: Thomas Lamprecht Date: Wed, 15 Nov 2023 16:22:24 +0000 (+0100) Subject: bump version to 6.5.11-2 X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=bb9b21fa29cb4f32eae65faf3ef9af6de182d31d bump version to 6.5.11-2 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 38f5d7d..a79a718 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=5 KERNEL_PATCHLEVEL=11 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=1 +KREL=2 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 8c57965..1e7591b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +proxmox-kernel-6.5 (6.5.11-2) bookworm; urgency=medium + + * rebase on Ubuntu-6.5.0-14.14 to include a fix for viewing ast/bmc remote + consoles + + * backport flexible-array-member fixes for the amdgpu module to avoid UBSAN + warnings. + + * disable UBSAN bounds checking again completely, to many false-positives + + -- Proxmox Support Team Tue, 14 Nov 2023 18:19:51 +0100 + proxmox-kernel-6.5 (6.5.11-1) bookworm; urgency=medium * update to v6.5.11 upstream stable release