From d58b652124455070f3dcfa0ea351da5afbc8bcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 6 Sep 2023 08:53:04 +0200 Subject: [PATCH] fix changelog typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 29a5c55..5ecfefc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ 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 + Due to too 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.