summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-11bpf: Fix missing -EFAULT return on user log buf error in btf_parse()Andrii Nakryiko
2023-04-11bpf: Ignore verifier log reset in BPF_LOG_KERNEL modeAndrii Nakryiko
2023-04-11selftests/bpf: Add fixed vs rotating verifier log testsAndrii Nakryiko
2023-04-11veristat: Add more veristat control over verifier log optionsAndrii Nakryiko
2023-04-11libbpf: Don't enforce unnecessary verifier log restrictions on libbpf sideAndrii Nakryiko
2023-04-11bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko
2023-04-11bpf: Remove minimum size restrictions on verifier log bufferAndrii Nakryiko
2023-04-11bpf: Split off basic BPF verifier log into separate fileAndrii Nakryiko
2023-04-11bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pagesAlejandro Colomar
2023-04-10selftests/bpf: Reset err when symbol name already exist in kprobe_multi_testManu Bretelle
2023-04-07selftests/bpf: Prevent infinite loop in veristat when base file is too shortEduard Zingerman
2023-04-07bpftool: Set program type only if it differs from the desired oneWei Yongjun
2023-04-07selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshotSong Liu
2023-04-06bpf: ensure all memory is initialized in bpf_get_current_commBarret Rhoden
2023-04-06Merge branch 'bpf: Improve verifier for cond_op and spilled loop index variab...Alexei Starovoitov
2023-04-06selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...Yonghong Song
2023-04-06bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song
2023-04-06selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deductionYonghong Song
2023-04-06bpf: Improve verifier JEQ/JNE insn branch taken checkingYonghong Song
2023-04-06Merge branch 'xsk: Fix unaligned descriptor validation'Martin KaFai Lau
2023-04-06selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZEKal Conley
2023-04-06xsk: Fix unaligned descriptor validationKal Conley
2023-04-05kallsyms: move module-related functions under correct configsViktor Malik
2023-04-05Merge branch 'bpftool: Add inline annotations when dumping program CFGs'Alexei Starovoitov
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet
2023-04-05bpftool: Fix documentation about line info display for prog dumpsQuentin Monnet
2023-04-05selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu
2023-04-05selftests: xsk: Deflakify STATS_RX_DROPPED testKal Conley
2023-04-05selftests: xsk: Disable IPv6 on VETH1Kal Conley
2023-04-05Merge branch 'selftests: xsk: Add test case for packets at end of UMEM'Martin KaFai Lau
2023-04-05selftests: xsk: Add test case for packets at end of UMEMKal Conley
2023-04-05selftests: xsk: Use correct UMEM size in testapp_invalid_descKal Conley
2023-04-05selftests: xsk: Add xskxceiver.h dependency to MakefileKal Conley
2023-04-04kallsyms: Disable preemption for find_kallsyms_symbol_valueJiri Olsa
2023-04-04Merge branch 'bpf: Follow up to RCU enforcement in the verifier.'Andrii Nakryiko
2023-04-04selftests/bpf: Add tracing tests for walking skb and req.Alexei Starovoitov
2023-04-04bpf: Undo strict enforcement for walking untagged fields.Alexei Starovoitov
2023-04-04bpf: Allowlist few fields similar to __rcu tag.Alexei Starovoitov
2023-04-04bpf: Refactor NULL-ness check in check_reg_type().Alexei Starovoitov
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov
2023-04-04bpf: Refactor btf_nested_type_is_trusted().Alexei Starovoitov
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov
2023-04-04selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich
2023-04-03bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc callDave Marchevsky