bump version to 6.5.11-2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-15 17:22:24 +01:00
parent d7ddc69bea
commit bb9b21fa29
2 changed files with 13 additions and 1 deletions

View File

@ -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)

12
debian/changelog vendored
View File

@ -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 <support@proxmox.com> 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