index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-01
bpf: Fix memory leak in bpf_core_apply
Jiri Olsa
1
-0
/
+1
2024-10-17
bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
Eduard Zingerman
1
-0
/
+8
2024-09-12
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
1
-6
/
+7
2024-08-03
bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o
Alan Maguire
1
-1
/
+1
2024-08-03
bpf: annotate BTF show functions with __printf
Alan Maguire
1
-4
/
+4
2023-09-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
1
-1
/
+1
2023-07-19
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
1
-4
/
+2
2023-06-28
bpf/btf: Accept function names that contain dots
Florent Revest
1
-12
/
+8
2023-05-11
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
1
-5
/
+3
2023-05-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
1
-6
/
+2
2023-03-17
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
1
-0
/
+1
2023-03-10
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
1
-2
/
+11
2023-02-09
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
1
-2
/
+2
2022-12-31
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
1
-0
/
+5
2022-10-17
bpf: prevent decl_tag from being referenced in func_proto
Stanislav Fomichev
1
-0
/
+5
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-09-21
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
1
-5
/
+13
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
1
-0
/
+33
2022-09-21
bpf: Allow kfuncs to be used in LSM programs
KP Singh
1
-0
/
+1
2022-09-21
bpf: simplify code in btf_parse_hdr
William Dean
1
-6
/
+1
2022-09-16
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
1
-9
/
+8
2022-09-10
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
1
-1
/
+1
2022-09-10
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
1
-0
/
+1
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
1
-20
/
+81
2022-09-07
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
Benjamin Tissoires
1
-1
/
+1
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
1
-5
/
+49
2022-09-06
bpf: Allow struct argument in trampoline based programs
Yonghong Song
1
-6
/
+39
2022-08-09
bpf: Always return corresponding btf_type in __get_type_size()
Yonghong Song
1
-5
/
+4
2022-08-09
btf: Add a new kfunc flag which allows to mark a function to be sleepable
Benjamin Tissoires
1
-0
/
+9
2022-07-29
bpf: btf: Fix vsnprintf return value check
Fedor Tokarev
1
-1
/
+1
2022-07-21
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
1
-3
/
+14
2022-07-21
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
1
-58
/
+48
2022-07-15
bpf: Fix check against plain integer v 'NULL'
Ben Dooks
1
-1
/
+2
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-83
/
+11
2022-07-05
bpf, libbpf: Add type match support
Daniel Müller
1
-0
/
+9
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
1
-10
/
+0
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
1
-0
/
+11
2022-06-24
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
1
-83
/
+1
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-14
/
+128
2022-06-15
bpf: Limit maximum modifier chain length in btf_check_type_tags
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-06-07
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
1
-1
/
+2
2022-06-07
bpf: Add btf enum64 support
Yonghong Song
1
-14
/
+128
2022-05-20
bpf: Allow kfunc in tracing and syscall programs.
Benjamin Tissoires
1
-0
/
+6
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-40
/
+0
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
1
-4
/
+10
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
1
-5
/
+53
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
1
-1
/
+97
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
1
-0
/
+108
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
1
-1
/
+9
[next]