summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-11Merge branch 'stricter register ID checking in regsafe()'Alexei Starovoitov6-27/+324
2022-12-11selftests/bpf: test case for relaxed prunning of active_lock.idEduard Zingerman1-0/+75
2022-12-11selftests/bpf: Add pruning test case for bpf_spin_lockKumar Kartikeya Dwivedi1-0/+39
2022-12-11bpf: use check_ids() for active_lock comparisonEduard Zingerman1-3/+13
2022-12-11selftests/bpf: verify states_equal() maintains idmap across all framesEduard Zingerman1-0/+82
2022-12-11bpf: states_equal() must build idmap for all function framesEduard Zingerman2-3/+4
2022-12-11selftests/bpf: test cases for regsafe() bug skipping check_id()Eduard Zingerman2-0/+103
2022-12-11bpf: regsafe() must not skip check_ids()Eduard Zingerman1-21/+8
2022-12-09docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGEDonald Hunter1-0/+155
2022-12-09Merge branch 'Dynptr refactorings'Alexei Starovoitov13-202/+369
2022-12-09selftests/bpf: Add test for dynptr reinit in user_ringbuf callbackKumar Kartikeya Dwivedi2-8/+45
2022-12-09bpf: Use memmove for bpf_dynptr_{read,write}Kumar Kartikeya Dwivedi1-2/+10
2022-12-09bpf: Move PTR_TO_STACK alignment check to process_dynptr_funcKumar Kartikeya Dwivedi1-5/+8
2022-12-09bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi3-27/+40
2022-12-09bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi7-79/+191
2022-12-09bpf: Propagate errors from process_* checks in check_func_argKumar Kartikeya Dwivedi1-10/+15
2022-12-09bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi4-86/+75
2022-12-09Merge branch 'Misc optimizations for bpf mem allocator'Alexei Starovoitov1-4/+27
2022-12-09bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is trueHou Tao1-1/+9
2022-12-09bpf: Reuse freed element in free_by_rcu during allocationHou Tao1-3/+18
2022-12-09selftests/bpf: Bring test_offload.py back to lifeStanislav Fomichev1-3/+5
2022-12-08bpf: Fix comment error in fixup_kfunc_call functionYang Jihong1-1/+1
2022-12-08bpf: Do not zero-extend kfunc return valuesBjörn Töpel1-0/+4
2022-12-08Merge branch 'Document some recent core kfunc additions'Alexei Starovoitov2-2/+200
2022-12-08bpf/docs: Document struct cgroup * kfuncsDavid Vernet2-1/+116
2022-12-08bpf/docs: Document struct task_struct * kfuncsDavid Vernet2-1/+84
2022-12-08selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic testerAndrii Nakryiko5-155/+64
2022-12-08selftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko4-1/+272
2022-12-08bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko1-6/+5
2022-12-08Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov4-10/+53
2022-12-07bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires4-10/+53
2022-12-07net: xsk: Don't include <linux/rculist.h>Christophe JAILLET1-1/+1
2022-12-07Merge branch 'Refactor verifier prune and jump point handling'Alexei Starovoitov2-45/+64
2022-12-07bpf: remove unnecessary prune and jump pointsAndrii Nakryiko1-24/+10
2022-12-07bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko1-23/+26
2022-12-07bpf: decouple prune and jump pointsAndrii Nakryiko2-14/+44
2022-12-07bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky1-1/+6
2022-12-07bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet3-30/+60
2022-12-07Merge branch 'BPF selftests fixes'Andrii Nakryiko2-4/+6
2022-12-07selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=yDaan De Meyer1-1/+1
2022-12-07selftests/bpf: Use "is not set" instead of "=n"Daan De Meyer1-1/+1
2022-12-07selftests/bpf: Install all required files to run selftestsDaan De Meyer1-2/+4
2022-12-07libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker1-0/+8
2022-12-06selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]Martin KaFai Lau1-4/+9
2022-12-06bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin1-0/+1
2022-12-06riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui1-1/+28
2022-12-06Merge branch 'xfrm: interface: Add unstable helpers for XFRM metadata'Martin KaFai Lau13-2/+574
2022-12-06selftests/bpf: add xfrm_info testsEyal Birger5-0/+403
2022-12-06tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.hEyal Birger1-0/+1
2022-12-06xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger7-2/+168