aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-03-12 16:26:14 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-03-12 18:09:15 +0000
commita2feb823c3672467422d1ccdec740063cb547431 (patch)
tree5b44c5d93c31cb08de6b95e1c5a63f708ed94015 /pkg/vcs
parentee70e6dbc377b7957fe85c173da580f033ee93a3 (diff)
pkg/vcs: backport a binder_add_device fix
Otherwise we will not be able to bisect 3 months of Linux kernel history.
Diffstat (limited to 'pkg/vcs')
-rw-r--r--pkg/vcs/linux_patches.go6
1 files changed, 6 insertions, 0 deletions
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`,
+ },
}