From a2feb823c3672467422d1ccdec740063cb547431 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 12 Mar 2025 16:26:14 +0100 Subject: pkg/vcs: backport a binder_add_device fix Otherwise we will not be able to bisect 3 months of Linux kernel history. --- 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 f1fdaf390..224e93404 100644 --- a/pkg/vcs/linux_patches.go +++ b/pkg/vcs/linux_patches.go @@ -101,4 +101,10 @@ var pickLinuxCommits = []BackportCommit{ FixHash: `ea7b4244b3656ca33b19a950f092b5bbc718b40c`, FixTitle: `x86/setup: Explicitly include acpi.h`, }, + { + // Fixes `BUG: KASAN: slab-use-after-free in binder_add_device` at boot. + GuiltyHash: `12d909cac1e1c4147cc3417fee804ee12fc6b984`, + FixHash: `e77aff5528a183462714f750e45add6cc71e276a`, + FixTitle: `binderfs: fix use-after-free in binder_devices`, + }, } -- cgit mrf-deployment