Skip to content

Commit 1c53382

Browse files
committed
pkg/vcs: backport "Fix broken irq restoration in kvm_wait" for bisect
It unblocks the bisection for the period of Jan 2021-Mar 2021.
1 parent 31e8394 commit 1c53382

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/vcs/linux_patches.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,10 @@ var pickLinuxCommits = []BackportCommit{
8989
FixHash: `82880283d7fcd0a1d20964a56d6d1a5cc0df0713`,
9090
FixTitle: `objtool: Fix truncated string warning`,
9191
},
92+
{
93+
// Fixes `boot failed: WARNING in kvm_wait`.
94+
GuiltyHash: `997acaf6b4b59c6a9c259740312a69ea549cc684`,
95+
FixHash: `f4e61f0c9add3b00bd5f2df3c814d688849b8707`,
96+
FixTitle: `x86/kvm: Fix broken irq restoration in kvm_wait`,
97+
},
9298
}

0 commit comments

Comments
 (0)