diff --git a/Makefile b/Makefile index 2311a2d..aeac3cd 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=2 KERNEL_PATCHLEVEL=16 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=18 +KREL=19 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index bb2e961..12c470d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +proxmox-kernel-6.2 (6.2.16-19) bookworm; urgency=medium + + * backport exposing FLUSHBYASID when running nested VMs on AMD CPUs to fix + nesting of some hyper-visors like VMware Workstation. + + * backport constraining guest-supported xfeatures only at KVM_GET_XSAVE{2} + to further improve compatibility for guests w.r.t. live-migration, or live + snapshot rollback, to hosts with less (FPU) xfeatures supported. + + -- Proxmox Support Team Tue, 24 Oct 2023 14:07:51 +0200 + proxmox-kernel-6.2 (6.2.16-18) bookworm; urgency=medium * backport fix for AMD erratum #1485 on Zen4-based CPUs to avoid triggering