index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
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
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-3
/
+3
2024-09-05
selftests/bpf: fix some typos in selftests
Lin Yikai
1
-3
/
+3
2024-09-04
selftests/bpf: Add a selftest to check for incorrect names
Jeongjun Park
1
-0
/
+34
2024-03-06
selftests/bpf: Test cases for '?' in BTF names
Eduard Zingerman
1
-0
/
+29
2023-12-14
selftests/bpf: Remove flaky test_btf_id test
Yonghong Song
1
-5
/
+0
2023-11-09
selftests/bpf: satisfy compiler by having explicit return in btf test
Andrii Nakryiko
1
-0
/
+1
2023-09-08
libbpf: Add basic BTF sanity validation
Andrii Nakryiko
1
-2
/
+2
2023-05-30
selftests/bpf: Add a test where map key_type_id with decl_tag type
Yonghong Song
1
-0
/
+40
2023-03-06
selftests/bpf: check that modifier resolves after pointer
Lorenz Bauer
1
-0
/
+28
2023-02-16
selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
1
-12
/
+12
2022-11-24
selftests/bpf: Add reproducer for decl_tag in func_proto argument
Stanislav Fomichev
1
-0
/
+14
2022-11-09
selftests/bpf: Tests for btf_dedup_resolve_fwds
Eduard Zingerman
1
-0
/
+176
2022-11-04
selftests/bpf: Tests for enum fwd resolved as full enum64
Eduard Zingerman
1
-5
/
+83
2022-10-17
selftests/bpf: Add reproducer for decl_tag in func_proto return type
Stanislav Fomichev
1
-0
/
+13
2022-09-02
selftests/bpf: Store BPF object files with .bpf.o extension
Daniel Müller
1
-2
/
+2
2022-07-19
selftests/bpf: fix a test for snprintf() overflow
Dan Carpenter
1
-1
/
+1
2022-06-28
selftests/bpf: remove last tests with legacy BPF map definitions
Andrii Nakryiko
1
-1
/
+0
2022-06-20
selftests/bpf: allow BTF specs and func infos in test_verifier tests
Eduard Zingerman
1
-1
/
+0
2022-06-07
selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
Yonghong Song
1
-2
/
+95
2022-06-07
selftests/bpf: Add BTF_KIND_ENUM64 unit tests
Yonghong Song
1
-0
/
+36
2022-06-07
selftests/bpf: Fix selftests failure
Yonghong Song
1
-20
/
+0
2022-04-19
selftests/bpf: Add tests for type tag order validation
Kumar Kartikeya Dwivedi
1
-0
/
+99
2022-04-10
selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
1
-1
/
+0
2022-02-15
selftests/bpf: Fix GCC11 compiler warnings in -O2 mode
Andrii Nakryiko
1
-1
/
+1
2022-02-07
selftests/bpf: Fix strict mode calculation
Mauricio Vásquez
1
-1
/
+1
2022-02-03
selftests/bpf: Add a selftest for invalid func btf with btf decl_tag
Yonghong Song
1
-0
/
+19
2022-01-20
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
1
-0
/
+4
2021-12-14
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
1
-1
/
+0
2021-12-10
selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
Andrii Nakryiko
1
-20
/
+30
2021-11-25
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
1
-33
/
+18
2021-11-16
selftests/bpf: Add a dedup selftest with equivalent structure types
Yonghong Song
1
-0
/
+26
2021-11-11
selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication
Yonghong Song
1
-4
/
+135
2021-11-11
selftests/bpf: Add BTF_KIND_TYPE_TAG unit tests
Yonghong Song
1
-0
/
+18
2021-11-11
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
1
-39
/
+7
2021-11-07
selftests/bpf: Free inner strings index in btf selftest
Andrii Nakryiko
1
-4
/
+2
2021-10-22
selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedef
Yonghong Song
1
-6
/
+41
2021-10-22
selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit tests
Yonghong Song
1
-0
/
+36
2021-10-22
selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIs
Hengqi Chen
1
-5
/
+5
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-80
/
+80
2021-10-06
selftests/bpf: Switch to new bpf_object__next_{map,program} APIs
Hengqi Chen
1
-1
/
+1
2021-09-14
selftests/bpf: Test BTF_KIND_TAG for deduplication
Yonghong Song
1
-17
/
+175
2021-09-14
selftests/bpf: Add BTF_KIND_TAG unit tests
Yonghong Song
1
-0
/
+245
2021-09-14
selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
Yonghong Song
1
-2
/
+2
2021-07-29
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
1
-1
/
+2
2021-07-29
tools: Free BTF objects at various locations
Quentin Monnet
1
-0
/
+1
2021-05-25
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
1
-46
/
+47
2021-03-04
selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests
Ilya Leoshkevich
1
-12
/
+31
2021-03-04
selftest/bpf: Add BTF_KIND_FLOAT tests
Ilya Leoshkevich
1
-0
/
+131
2021-03-04
selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
Ilya Leoshkevich
1
-1
/
+1
2021-01-21
selftest/bpf: Fix typo
Junlin Yang
1
-2
/
+2
[next]