aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev2022-10-171-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-1/+1
|\
| * bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer2022-09-101-1/+1
* | bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi2022-09-211-5/+13
* | btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu2022-09-211-0/+33
* | bpf: Allow kfuncs to be used in LSM programsKP Singh2022-09-211-0/+1
* | bpf: simplify code in btf_parse_hdrWilliam Dean2022-09-211-6/+1
* | bpf/btf: Use btf_type_str() whenever possiblePeilin Ye2022-09-161-9/+8
* | bpf: Export btf_type_by_id() and bpf_log()Daniel Xu2022-09-101-0/+1
* | bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires2022-09-071-20/+81
* | bpf/btf: bump BTF_KFUNC_SET_MAX_CNTBenjamin Tissoires2022-09-071-1/+1
* | bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires2022-09-071-5/+49
* | bpf: Allow struct argument in trampoline based programsYonghong Song2022-09-061-6/+39
* | bpf: Always return corresponding btf_type in __get_type_size()Yonghong Song2022-08-091-5/+4
* | btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires2022-08-091-0/+9
|/
* bpf: btf: Fix vsnprintf return value checkFedor Tokarev2022-07-291-1/+1
* bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi2022-07-211-3/+14
* bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-211-58/+48
* bpf: Fix check against plain integer v 'NULL'Ben Dooks2022-07-151-1/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-83/+11
|\
| * bpf, libbpf: Add type match supportDaniel Müller2022-07-051-0/+9
| * bpf: minimize number of allocated lsm slots per programStanislav Fomichev2022-06-291-10/+0
| * bpf: per-cgroup lsm flavorStanislav Fomichev2022-06-291-0/+11
| * bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller2022-06-241-83/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-0/+5
|\ \ | |/ |/|
| * bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi2022-06-151-0/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-14/+128
|\ \ | |/ |/|
| * bpf: Add btf enum64 supportYonghong Song2022-06-071-14/+128
* | bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen2022-06-071-1/+2
|/
* bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires2022-05-201-0/+6
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-40/+0
* bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi2022-04-251-4/+10
* bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi2022-04-251-5/+53
* bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi2022-04-251-1/+97
* bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi2022-04-251-0/+108
* bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2022-04-251-1/+9
* bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-251-6/+5
* bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi2022-04-251-21/+146
* bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi2022-04-211-31/+89
* bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi2022-04-191-0/+54
* bpf: Fix maximum permitted number of arguments checkYuntao Wang2022-03-281-1/+1
* bpf: Simplify check in btf_parse_hdr()Yuntao Wang2022-03-211-2/+1
* bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi2022-03-201-1/+5
* bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi2022-03-191-10/+11
* bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi2022-03-181-37/+53
* bpf: Reject programs that try to load __percpu memory.Hao Luo2022-03-051-1/+7
* bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi2022-03-051-14/+19
* bpf: Fix PTR_TO_BTF_ID var_off checkKumar Kartikeya Dwivedi2022-03-051-3/+6
* bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien2022-02-281-1/+2
* bpf: Cleanup commentsTom Rix2022-02-231-3/+3