From 68a19ad8ea983373bd794b7a651e5f4d48754e52 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 4 Sep 2023 15:24:19 +0200 Subject: [PATCH] bump version to 6.2.16-12 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4641e1..7295cb6 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=11 +KREL=12 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index e634bf0..29a5c55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +proxmox-kernel-6.2 (6.2.16-12) bookworm; urgency=medium + + * cherry-pick fix for KVM vCPU page-fault loop. + Due to to small and signed type used for an memory related sequence + counter there was a chance that for long-lived VMs KVM would effectively + hang vCPUs due to always thinking page faults are stale, which results in + KVM refusing to "fix" faults. + + -- Proxmox Support Team Mon, 04 Sep 2023 15:21:22 +0200 + proxmox-kernel-6.2 (6.2.16-11) bookworm; urgency=medium * cherry-pick fix to surpress faulty segfault logging. While harmless, such