We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e8394 commit 1c53382Copy full SHA for 1c53382
pkg/vcs/linux_patches.go
@@ -89,4 +89,10 @@ var pickLinuxCommits = []BackportCommit{
89
FixHash: `82880283d7fcd0a1d20964a56d6d1a5cc0df0713`,
90
FixTitle: `objtool: Fix truncated string warning`,
91
},
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
+ },
98
}
0 commit comments