diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-17 13:05:34 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-17 16:00:34 +0000 |
| commit | 429ea00719313e5b518a2093a9f48c79bb7b5f52 (patch) | |
| tree | 414cc37cf7fc7ed000cc2ba6548427233ba0d615 /pkg/vcs | |
| parent | 9be4ace34ffed29b36f379311c49249a457dabf3 (diff) | |
pkg/vcs: add one more Linux backport
The commit should fix the bisections for the period of 2-3 months.
See e.g. this failed bisection:
https://syzkaller.appspot.com/x/bisect.txt?x=124a9200580000
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 03b20e656..f1fdaf390 100644 --- a/pkg/vcs/linux_patches.go +++ b/pkg/vcs/linux_patches.go @@ -95,4 +95,10 @@ var pickLinuxCommits = []BackportCommit{ FixHash: `f4e61f0c9add3b00bd5f2df3c814d688849b8707`, FixTitle: `x86/kvm: Fix broken irq restoration in kvm_wait`, }, + { + // Fixes `error: implicit declaration of function 'acpi_mps_check'`. + GuiltyHash: `342f43af70dbc74f8629381998f92c060e1763a2`, + FixHash: `ea7b4244b3656ca33b19a950f092b5bbc718b40c`, + FixTitle: `x86/setup: Explicitly include acpi.h`, + }, } |
