Bug 216105
Summary: | null pointer dereference when loading bpf_preload on arm 32-bit | ||
---|---|---|---|
Product: | Other | Reporter: | Jan Palus (jpalus) |
Component: | Other | Assignee: | other_other |
Status: | NEW --- | ||
Severity: | normal | CC: | pbrobinson |
Priority: | P1 | ||
Hardware: | ARM | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Jan Palus
2022-06-09 16:55:53 UTC
With kernel 5.19.4 issue is gone. Tried 5.19.2 before so there is slight chance it was fixed by 5.19.3 but looking at changelog it's unlikely. My best guess would be that following commit fixed it: commit 1f6db7148ed7382b336c5827af33b5d9e992630e Author: Jinghao Jia <jinghao@linux.ibm.com> Date: Fri Jul 29 20:17:13 2022 +0000 BPF: Fix potential bad pointer dereference in bpf_sys_bpf() |