diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-12-05 11:51:50 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-12-05 11:29:28 +0000 |
| commit | 1c5338267178b6072458eb4201dfdfd044a43fe1 (patch) | |
| tree | 9aab957dd5941a0fe7dc76e31e6c4dd74ca4a558 /pkg/vcs | |
| parent | 31e83944d0a78e544fe45fb61f21f929607d08e3 (diff) | |
pkg/vcs: backport "Fix broken irq restoration in kvm_wait" for bisect
It unblocks the bisection for the period of Jan 2021-Mar 2021.
Diffstat (limited to 'pkg/vcs')
| -rw-r--r-- | pkg/vcs/linux_patches.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/vcs/linux_patches.go b/pkg/vcs/linux_patches.go index 2a8a9a8c2..e1993d5c9 100644 --- a/pkg/vcs/linux_patches.go +++ b/pkg/vcs/linux_patches.go @@ -89,4 +89,10 @@ var pickLinuxCommits = []BackportCommit{ FixHash: `82880283d7fcd0a1d20964a56d6d1a5cc0df0713`, FixTitle: `objtool: Fix truncated string warning`, }, + { + // Fixes `boot failed: WARNING in kvm_wait`. + GuiltyHash: `997acaf6b4b59c6a9c259740312a69ea549cc684`, + FixHash: `f4e61f0c9add3b00bd5f2df3c814d688849b8707`, + FixTitle: `x86/kvm: Fix broken irq restoration in kvm_wait`, + }, } |
