bump version to 6.5.3-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
50a5490fa6
commit
88f8395203
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ KERNEL_MIN=5
|
|||||||
KERNEL_PATCHLEVEL=3
|
KERNEL_PATCHLEVEL=3
|
||||||
# increment KREL for every published package release!
|
# increment KREL for every published package release!
|
||||||
# rebuild packages with new KREL and run 'make abiupdate'
|
# rebuild packages with new KREL and run 'make abiupdate'
|
||||||
KREL=1~1
|
KREL=1
|
||||||
|
|
||||||
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
||||||
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,5 +1,12 @@
|
|||||||
proxmox-kernel-6.5 (6.5.3-1) bookworm; urgency=medium
|
proxmox-kernel-6.5 (6.5.3-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* disable UBSAN bounds checking to avoid false-positive oopses due to the
|
||||||
|
ZFS module using an older style for declaring flexible array member.
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 23 Oct 2023 10:03:52 +0200
|
||||||
|
|
||||||
|
proxmox-kernel-6.5 (6.5.3-1~1) bookworm; urgency=medium
|
||||||
|
|
||||||
* update kernel to 6.5 based Ubuntu 23.10 Mantic release
|
* update kernel to 6.5 based Ubuntu 23.10 Mantic release
|
||||||
|
|
||||||
-- Proxmox Support Team <support@proxmox.com> Fri, 13 Oct 2023 15:28:11 +0200
|
-- Proxmox Support Team <support@proxmox.com> Fri, 13 Oct 2023 15:28:11 +0200
|
||||||
|
Loading…
Reference in New Issue
Block a user