From e1db45b15e52ff51b95cb3265a62935acc6fdd70 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 6 Nov 2021 16:09:48 +0100 Subject: [PATCH] rebase patches on top of Ubuntu-5.4.0-91.102 (generated with debian/scripts/import-upstream-tag) Signed-off-by: Thomas Lamprecht --- .../0004-kvm-disable-default-dynamic-halt-polling-growth.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/kernel/0004-kvm-disable-default-dynamic-halt-polling-growth.patch b/patches/kernel/0004-kvm-disable-default-dynamic-halt-polling-growth.patch index 3f0e62a..514ac0e 100644 --- a/patches/kernel/0004-kvm-disable-default-dynamic-halt-polling-growth.patch +++ b/patches/kernel/0004-kvm-disable-default-dynamic-halt-polling-growth.patch @@ -13,7 +13,7 @@ Signed-off-by: Thomas Lamprecht 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c -index cf55dc7bcd03..6c10d2052a75 100644 +index 3efde90474ce..d998477e5ffa 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c @@ -76,7 +76,7 @@ module_param(halt_poll_ns, uint, 0644);