summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-03selftests/bpf: Remove invariant violation flagsPaul Chaignon1-17/+7
2026-04-03selftests/bpf: Cover invariant violation case from syzbotPaul Chaignon1-0/+29
2026-04-03bpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan1-35/+51
2026-04-03bpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan1-0/+5
2026-04-03bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon2-42/+26
2026-04-03bpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan1-24/+40
2026-04-03Merge branch 'task-local-data-bug-fixes-and-improvement'Alexei Starovoitov3-53/+48
2026-04-03selftests/bpf: Improve task local data documentation and fix potential memory...Amery Hung1-7/+18
2026-04-03selftests/bpf: Remove TLD_READ_ONCE() in the user space headerAmery Hung2-6/+4
2026-04-03selftests/bpf: Make sure TLD_DEFINE_KEY runs firstAmery Hung1-1/+1
2026-04-03selftests/bpf: Simplify task_local_data memory allocationAmery Hung1-38/+22
2026-04-03selftests/bpf: Fix task_local_data data allocation sizeAmery Hung2-6/+8
2026-04-02Merge branch 'libbpf-clarify-raw-address-single-kprobe-attach-behavior'Andrii Nakryiko3-9/+116
2026-04-02selftests/bpf: Add test for raw-address single kprobe attachHoyeon Lee1-0/+80
2026-04-02libbpf: Clarify raw-address single kprobe attach behaviorHoyeon Lee2-7/+34
2026-04-02libbpf: Use direct error codes for kprobe/uprobe attachHoyeon Lee1-2/+2
2026-04-02libbpf: Fix BTF handling in bpf_program__clone()Mykyta Yatsenko2-17/+44
2026-04-02Merge branch 'bpf-migrate-bpf_task_work-and-file-dynptr-to-kmalloc_nolock'Alexei Starovoitov1-21/+39
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko1-2/+2
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko1-19/+37
2026-04-02Merge branch 'bpf-fix-abuse-of-kprobe_write_ctx-via-freplace'Alexei Starovoitov3-0/+100
2026-04-02selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuseLeon Hwang2-0/+83
2026-04-02bpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang1-0/+17
2026-04-01selftests/bpf: Suppress veristat error messages in non-verbose modeMykyta Yatsenko1-2/+3
2026-04-01selftests/bpf: Test access to ringbuf position with map pointerMenglong Dong1-0/+17
2026-04-01bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()Eyal Birger2-2/+6
2026-03-31bpf: Fix block device hooks namesJiri Olsa1-3/+3
2026-03-29bpf,arc_jit: Fix missing newline in pr_err messageshaoyu.lu1-4/+4
2026-03-29selftests/bpf: Add few tests for alu32 shift value tracking and zextDaniel Borkmann1-0/+165
2026-03-29selftests/bpf: Update kfuncs using btf_struct_meta to new variantsIhor Solodrai3-156/+9
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai5-76/+287
2026-03-27Merge branch 'bpf-classify-block-device-hooks-and-add-selftests'Alexei Starovoitov3-0/+321
2026-03-27selftests/bpf: add block device management selftestsChristian Brauner2-0/+317
2026-03-27bpf: classify block device hooks appropriatelyChristian Brauner1-0/+4
2026-03-26Merge branch 'add-btf-layout-to-btf'Andrii Nakryiko12-206/+887
2026-03-26kbuild, bpf: Specify "layout" optional featureAlan Maguire1-0/+2
2026-03-26selftests/bpf: Test kind encoding/decodingAlan Maguire1-0/+226
2026-03-26btf: Support kernel parsing of BTF with layout infoAlan Maguire1-4/+56
2026-03-26libbpf: Support sanitization of BTF layout for older kernelsAlan Maguire4-36/+127
2026-03-26libbpf: BTF validation can use layout for unknown kindsAlan Maguire1-2/+6
2026-03-26libbpf: Add layout encoding supportAlan Maguire3-2/+83
2026-03-26libbpf: Use layout to compute an unknown kind sizeAlan Maguire1-9/+43
2026-03-26libbpf: Support layout section handling in BTFAlan Maguire1-153/+320
2026-03-26btf: Add BTF kind layout encoding to UAPIAlan Maguire2-0/+24
2026-03-25selftests/bpf: Make reg_bounds test more robustAlexei Starovoitov1-1/+17
2026-03-25selftests/bpf: Test variable length stack writeAlexei Starovoitov1-0/+41
2026-03-25bpf: Fix variable length stack write over spilled pointersAlexei Starovoitov1-8/+20
2026-03-25bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier1-3/+2
2026-03-24selftests/bpf: move trampoline_count to dedicated bpf_testmod targetSun Jian3-20/+27
2026-03-24selftests/bpf: Fix sockmap_multi_channels reliabilityJiayuan Chen1-2/+15