mirror of
https://git.proxmox.com/git/pve-kernel
synced 2025-04-28 10:11:18 +00:00
bump version to 6.11.11-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
72d241207c
commit
30e83d2c18
4
Makefile
4
Makefile
@ -3,10 +3,10 @@ include /usr/share/dpkg/pkg-info.mk
|
||||
# also bump proxmox-kernel-meta if the default MAJ.MIN version changes!
|
||||
KERNEL_MAJ=6
|
||||
KERNEL_MIN=11
|
||||
KERNEL_PATCHLEVEL=0
|
||||
KERNEL_PATCHLEVEL=11
|
||||
# increment KREL for every published package release!
|
||||
# rebuild packages with new KREL and run 'make abiupdate'
|
||||
KREL=2
|
||||
KREL=1
|
||||
|
||||
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
||||
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
||||
|
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -1,3 +1,17 @@
|
||||
proxmox-kernel-6.11 (6.11.11-1) bookworm; urgency=medium
|
||||
|
||||
* updated sources to Ubuntu-6.11.0-13.14
|
||||
|
||||
* fix #6065: cherry-pick "x86/mm: Don't disable PCID when INVLPG has been
|
||||
fixed by microcode" to avoid performance penalty when CPU microcode is
|
||||
already new enough.
|
||||
|
||||
* update ZFS to 2.2.7
|
||||
|
||||
* backport fix for kvm performance regression with Intel Emerald Rapids
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 17 Jan 2025 16:44:58 +0100
|
||||
|
||||
proxmox-kernel-6.11 (6.11.0-2) bookworm; urgency=medium
|
||||
|
||||
* updated sources to Ubuntu-6.11.0-13.14
|
||||
|
Loading…
Reference in New Issue
Block a user