summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: perform byte-by-byte comparison only when necessary in regsafe()Andrii Nakryiko2022-12-271-12/+9
* bpf: reject non-exact register type matches in regsafe()Andrii Nakryiko2022-12-271-24/+21
* bpf: generalize MAYBE_NULL vs non-MAYBE_NULL ruleAndrii Nakryiko2022-12-271-16/+15
* bpf: reorganize struct bpf_reg_state fieldsAndrii Nakryiko2022-12-271-9/+8
* bpf: teach refsafe() to take into account ID remappingAndrii Nakryiko2022-12-271-4/+12
* bpf: Remove unused field initialization in bpf's ctl_tableRicardo Ribalda2022-12-221-1/+0
* bpf: Reduce smap->elem_sizeMartin KaFai Lau2022-12-211-2/+2
* bpf: Remove trace_printk_lockJiri Olsa2022-12-191-12/+19
* bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa2022-12-191-7/+9
* bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa2022-12-192-12/+15
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1321-1598/+4294
|\
| * bpf: use check_ids() for active_lock comparisonEduard Zingerman2022-12-101-3/+13
| * bpf: states_equal() must build idmap for all function framesEduard Zingerman2022-12-101-1/+2
| * bpf: regsafe() must not skip check_ids()Eduard Zingerman2022-12-101-21/+8
| * bpf: Use memmove for bpf_dynptr_{read,write}Kumar Kartikeya Dwivedi2022-12-081-2/+10
| * bpf: Move PTR_TO_STACK alignment check to process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-5/+8
| * bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2022-12-081-25/+38
| * bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-082-67/+178
| * bpf: Propagate errors from process_* checks in check_func_argKumar Kartikeya Dwivedi2022-12-081-10/+15
| * bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-64/+70
| * bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is trueHou Tao2022-12-081-1/+9
| * bpf: Reuse freed element in free_by_rcu during allocationHou Tao2022-12-081-3/+18
| * bpf: Fix comment error in fixup_kfunc_call functionYang Jihong2022-12-081-1/+1
| * bpf: Do not zero-extend kfunc return valuesBjörn Töpel2022-12-081-0/+4
| * bpf/docs: Document struct cgroup * kfuncsDavid Vernet2022-12-071-1/+1
| * bpf/docs: Document struct task_struct * kfuncsDavid Vernet2022-12-071-1/+1
| * bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()Andrii Nakryiko2022-12-071-6/+5
| * Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2022-12-072-7/+40
| |\
| | * bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2022-12-072-7/+40
| * | bpf: remove unnecessary prune and jump pointsAndrii Nakryiko2022-12-061-24/+10
| * | bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko2022-12-061-23/+26
| * | bpf: decouple prune and jump pointsAndrii Nakryiko2022-12-061-14/+43
| * | bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky2022-12-061-1/+6
| * | bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-061-28/+48
| * | bpf: Enable sleeptable support for cgrp local storageYonghong Song2022-12-041-1/+2
| * | bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2022-12-042-0/+18
| * | bpf: Handle MEM_RCU type properlyYonghong Song2022-12-042-13/+46
| * | bpf: Fix release_on_unlock release logic for multiple refsDave Marchevsky2022-12-011-1/+1
| * | bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-303-7/+4
| * | bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov2022-11-301-3/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+1
| |\ \
| * \ \ Daniel Borkmann says:Jakub Kicinski2022-11-2813-574/+2398
| |\ \ \
| | * | | bpf: Don't mark arguments to fentry/fexit programs as trusted.Alexei Starovoitov2022-11-242-6/+13
| | * | | bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song2022-11-243-29/+148
| | * | | bpf: Introduce might_sleep field in bpf_func_protoYonghong Song2022-11-243-2/+11
| | * | | bpf: Add bpf_task_from_pid() kfuncDavid Vernet2022-11-231-1/+20
| | * | | bpf: Unify and simplify btf_func_proto_check error handlingStanislav Fomichev2022-11-241-9/+5
| | * | | bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev2022-11-241-0/+5
| | * | | bpf: Don't use idx variable when registering kfunc dtorsDavid Vernet2022-11-231-5/+5
| | * | | bpf: Add bpf_cgroup_ancestor() kfuncDavid Vernet2022-11-221-0/+20