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.