Commit e8516ed
committed
arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users
jira LE-4018
cve CVE-2025-37963
Rebuild_History Non-Buildable kernel-5.14.0-570.37.1.el9_6
commit-author James Morse <james.morse@arm.com>
commit f300769
Support for eBPF programs loaded by unprivileged users is typically
disabled. This means only cBPF programs need to be mitigated for BHB.
In addition, only mitigate cBPF programs that were loaded by an
unprivileged user. Privileged users can also load the same program
via eBPF, making the mitigation pointless.
Signed-off-by: James Morse <james.morse@arm.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
(cherry picked from commit f300769)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>1 parent 3c7cdc5 commit e8516ed
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
873 | 876 | | |
874 | 877 | | |
875 | 878 | | |
| |||
0 commit comments