aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf/fixups.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-0/+1
2026-06-07bpf: Add multi tracing attach typesJiri Olsa1-0/+1
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung1-1/+1
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov1-4/+9
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song1-0/+1
2026-05-16bpf: Clean up redundant stack arg checks for non-JITed programsYonghong Song1-1/+1
2026-05-13bpf: Reject stack arguments in non-JITed programsYonghong Song1-0/+6
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song1-2/+14
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang1-3/+3
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang1-1/+6
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai1-0/+12
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-5/+5
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-23/+123
2026-04-15bpf: copy BPF token from main program to subprogramsEduard Zingerman1-0/+1
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov1-0/+2457