From 429ea00719313e5b518a2093a9f48c79bb7b5f52 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 17 Feb 2025 13:05:34 +0100 Subject: 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 --- pkg/vcs/linux_patches.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkg/vcs') 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`, + }, } -- cgit mrf-deployment