Centos-kernel-stream-9/tools/testing/selftests/bpf/prog_tests
Gregory Bell b6d541d0d2 selftests/bpf: Add tests for bpf_get_dentry_xattr
JIRA: https://issues.redhat.com/browse/RHEL-33903

Conflicts: Omitting fix to comment in ‎tools/testing/selftests/bpf/bpf_kfuncs.h
the comment was added in 82ab6b505e819 ("selftests/bpf: Add tests for cgroup unix socket address hooks")
which has not been backported.

commit 8681156c0939a7511c47b9cc462390a83f0e846a
Author: Song Liu <song@kernel.org>
Date:   Tue Aug 6 16:09:04 2024 -0700

    selftests/bpf: Add tests for bpf_get_dentry_xattr

    Add test for bpf_get_dentry_xattr on hook security_inode_getxattr.
    Verify that the kfunc can read the xattr. Also test failing getxattr
    from user space by returning non-zero from the LSM bpf program.

    Acked-by: Christian Brauner <brauner@kernel.org>
    Signed-off-by: Song Liu <song@kernel.org>
    Link: https://lore.kernel.org/r/20240806230904.71194-4-song@kernel.org
    Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Signed-off-by: Gregory Bell <grbell@redhat.com>
2025-02-26 09:34:08 -05:00
..
.gitignore
access_variable_array.c selftests/bpf: Add test to access integer type of variable array 2023-09-22 09:12:32 +02:00
align.c bpf: omit default off=0 and imm=0 in register state log 2024-06-25 10:51:52 +02:00
arena_atomics.c selftests/bpf: Add UAF tests for arena atomics 2024-11-26 15:55:15 +01:00
arena_htab.c selftests/bpf: Remove hard coded PAGE_SIZE macro. 2024-10-15 10:49:16 +02:00
arena_list.c selftests/bpf: Remove hard coded PAGE_SIZE macro. 2024-10-15 10:49:16 +02:00
arg_parsing.c selftests/bpf: Test_progs can read test lists from file 2023-10-12 11:40:56 +02:00
async_stack_depth.c selftests/bpf: Add selftest for check_stack_max_depth bug 2023-10-26 17:06:21 +02:00
atomic_bounds.c
atomics.c
attach_probe.c selftests/bpf: Add tests for bpf_copy_from_user_str kfunc. 2025-01-21 11:27:00 +01:00
autoattach.c
autoload.c
bad_struct_ops.c selftests/bpf: Verify struct_ops autoload/autocreate sync 2024-10-15 10:49:13 +02:00
bind_perm.c selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm 2024-06-25 10:51:54 +02:00
bloom_filter_map.c bpf: Check bloom filter map value size 2024-10-15 10:49:17 +02:00
bpf_cookie.c selftests/bpf: Fix bpf_cookie and find_vma in nested VM 2024-11-26 14:40:04 +01:00
bpf_iter.c bpf: Properly test iter/task tid filtering 2025-01-21 11:27:08 +01:00
bpf_iter_setsockopt.c selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc 2025-01-13 17:36:35 +01:00
bpf_iter_setsockopt_unix.c
bpf_loop.c
bpf_mod_race.c selftests/bpf: Use un/load_bpf_testmod functions in tests 2023-10-12 11:41:07 +02:00
bpf_nf.c selftests/bpf: Fix bpf_nf failure upon test rerun 2023-12-14 15:22:23 +01:00
bpf_obj_id.c selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id 2024-06-25 10:51:55 +02:00
bpf_obj_pinning.c selftests/bpf: Fix flaky cgroup_iter_sleepable subtest 2023-10-26 17:06:23 +02:00
bpf_tcp_ca.c selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflict 2025-01-21 11:27:03 +01:00
bpf_verif_scale.c selftests/bpf: Remove unused struct 'scale_test_def' 2024-11-26 14:40:02 +01:00
btf.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
btf_dedup_split.c
btf_distill.c selftests/bpf: Check if distilled base inherits source endianness 2025-01-21 11:27:02 +01:00
btf_dump.c selftests/bpf: Fix a btf_dump selftest failure 2025-01-13 17:36:37 +01:00
btf_endian.c
btf_field_iter.c selftests/bpf: Add btf_field_iter selftests 2024-11-26 14:40:05 +01:00
btf_map_in_map.c selftests/bpf: Fix flaky test btf_map_in_map/lookup_update 2024-08-02 10:13:30 -06:00
btf_module.c
btf_skc_cls_ingress.c
btf_split.c
btf_tag.c
btf_write.c
build_id.c selftests/bpf: add build ID tests 2025-01-21 11:27:05 +01:00
cb_refs.c
cg_storage_multi.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
cgroup1_hierarchy.c selftests/bpf: Run cgroup1_hierarchy test in own mount namespace 2024-06-25 11:07:46 +02:00
cgroup_ancestor.c selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc 2025-01-21 11:27:07 +01:00
cgroup_attach_autodetach.c
cgroup_attach_multi.c
cgroup_attach_override.c
cgroup_dev.c selftests/bpf: add wrong type test to cgroup dev 2025-01-13 17:36:37 +01:00
cgroup_get_current_cgroup_id.c selftests/bpf: convert get_current_cgroup_id_user to test_progs 2025-01-13 17:36:59 +01:00
cgroup_getset_retval.c selftests/bpf: Correctly handle optlen > 4096 2023-10-12 11:41:04 +02:00
cgroup_hierarchical_stats.c
cgroup_iter.c selftests/bpf: Add tests for css_task iter combining with cgroup iter 2024-03-27 10:27:58 +01:00
cgroup_link.c
cgroup_skb_sk_lookup.c
cgroup_tcp_skb.c selftests/bpf: fix the incorrect verification of port numbers. 2023-12-15 09:28:55 +01:00
cgroup_v1v2.c selftests/bpf: Add parallel support for classid 2024-06-25 10:51:45 +02:00
cgrp_kfunc.c
cgrp_local_storage.c selftests/bpf: Add selftests for cgroup1 local storage 2024-06-25 10:52:18 +02:00
check_mtu.c selftests/bpf: Fix check_mtu using wrong variable type 2023-10-26 17:06:17 +02:00
cls_redirect.c
connect_force_port.c
connect_ping.c selftests/bpf: Fix compiler warnings reported in -O2 mode 2024-03-27 11:23:42 +01:00
core_autosize.c
core_extern.c
core_kern.c
core_kern_overflow.c
core_read_macros.c
core_reloc.c selftests/bpf: Fix compiling core_reloc.c with musl-libc 2025-01-13 17:36:35 +01:00
core_reloc_raw.c selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocation 2025-01-21 11:24:25 +01:00
core_retro.c
cpu_mask.c
cpumask.c selftests/bpf: Add more test case for field flattening 2024-11-26 15:55:20 +01:00
ctx_rewrite.c selftests/bpf: extract utility function for BPF disassembly 2025-01-13 17:36:34 +01:00
custom_sec_handlers.c
d_path.c selftests/bpf: Fix d_path test 2023-12-15 09:29:02 +01:00
decap_sanity.c selftests/bpf: Fix errors compiling decap_sanity.c with musl libc 2025-01-13 17:36:35 +01:00
dummy_st_ops.c selftests/bpf: dummy_st_ops should reject 0 for non-nullable params 2024-11-11 07:44:53 +01:00
dynptr.c selftests/bpf: Accept mem from dynptr in helper funcs 2023-10-12 11:41:03 +02:00
empty_skb.c selftests/bpf: Update bpf_clone_redirect expected return code 2023-10-24 15:12:13 +02:00
enable_stats.c
endian.c
exceptions.c selftests/bpf: Print log buffer for exceptions test only on failure 2024-03-27 10:27:48 +01:00
exhandler.c
fentry_fexit.c
fentry_test.c selftests/bpf: add testcase for TRACING with 6+ arguments 2023-12-15 09:28:52 +01:00
fexit_bpf2bpf.c selftests/bpf: add freplace of BTF-unreliable main prog test 2024-06-25 11:07:32 +02:00
fexit_sleep.c selftests/bpf: fexit_sleep: Fix stack allocation for arm64 2024-11-26 15:55:18 +01:00
fexit_stress.c selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE 2025-01-21 11:27:02 +01:00
fexit_test.c selftests/bpf: add testcase for TRACING with 6+ arguments 2023-12-15 09:28:52 +01:00
fib_lookup.c selftests/bpf: Remove "&>" usage in the selftests 2024-10-15 10:49:05 +02:00
fill_link_info.c selftests/bpf: Assert link info uprobe_multi count & path_size if unset 2025-01-21 11:27:08 +01:00
find_vma.c selftests/bpf: Fix bpf_cookie and find_vma in nested VM 2024-11-26 14:40:04 +01:00
flow_dissector.c selftests/bpf: convert test_skb_cgroup_id_user to test_progs 2025-01-21 11:23:07 +01:00
flow_dissector_load_bytes.c
flow_dissector_reattach.c
for_each.c selftests/bpf: add test for bpf_for_each_map_elem() with different maps 2024-11-07 13:58:46 +01:00
fs_kfuncs.c selftests/bpf: Add tests for bpf_get_dentry_xattr 2025-02-26 09:34:08 -05:00
get_branch_snapshot.c selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshot 2023-09-22 09:12:27 +02:00
get_func_args_test.c selftests/bpf: add testcase for TRACING with 6+ arguments 2023-12-15 09:28:52 +01:00
get_func_ip_test.c selftests/bpf: Add bpf_get_func_ip test for uprobe inside function 2023-12-15 09:28:56 +01:00
get_stack_raw_tp.c
get_stackid_cannot_attach.c selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach 2023-09-22 09:12:29 +02:00
global_data.c
global_data_init.c
global_func_args.c
global_func_dead_code.c selftests/bpf: validate eliminated global subprog is not freplaceable 2024-06-25 10:52:21 +02:00
global_map_resize.c selftests/bpf: extend existing map resize tests for per-cpu use case 2023-12-14 15:22:26 +01:00
hash_large_key.c
hashmap.c
helper_restricted.c
htab_reuse.c
htab_update.c
inner_array_lookup.c selftests/bpf: Add access_inner_map selftest 2023-09-22 09:12:35 +02:00
iters.c selftests/bpf: Add tests for iter next method returning valid pointer 2025-01-21 11:27:01 +01:00
jeq_infer_not_null.c
jit_probe_mem.c
kfree_skb.c selftests/bpf: Fix compiling kfree_skb.c with musl-libc 2025-01-13 17:36:35 +01:00
kfunc_call.c bpf: Fix error message on kfunc arg type mismatch 2025-01-21 11:27:04 +01:00
kfunc_dynptr_param.c
kfunc_module_order.c selftests/bpf: Add test for kfunc module order 2025-01-21 11:27:08 +01:00
kfunc_param_nullable.c selftests: bpf: add testmod kfunc for nullable params 2024-11-26 14:40:08 +01:00
kprobe_multi_test.c selftests/bpf: Add kprobe session cookie test 2024-11-11 07:44:57 +01:00
kprobe_multi_testmod_test.c selftests/bpf: trace_helpers.c: Optimize kallsyms cache 2023-12-15 09:29:03 +01:00
kptr_xchg_inline.c selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64 2024-10-15 10:49:06 +02:00
ksyms.c selftests/bpf: Replace CHECK with ASSERT macros for ksyms test 2024-11-07 13:58:37 +01:00
ksyms_btf.c
ksyms_module.c
l4lb_all.c
legacy_printk.c
libbpf_get_fd_by_id_opts.c
libbpf_probes.c bpf: Add BPF token support to BPF_PROG_LOAD command 2024-10-15 10:49:03 +02:00
libbpf_str.c bpf: Add BPF token support to BPF_PROG_LOAD command 2024-10-15 10:49:03 +02:00
link_pinning.c
linked_funcs.c
linked_list.c selftests/bpf: Test global bpf_list_head arrays. 2024-11-26 14:40:04 +01:00
linked_maps.c
linked_vars.c
load_bytes_relative.c
local_kptr_stash.c selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_root 2024-06-25 10:52:05 +02:00
log_buf.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
log_fixup.c bpf: emit source code file name and line number in verifier log 2024-10-15 10:49:10 +02:00
lookup_and_delete.c
lookup_key.c
lru_bug.c
lsm_cgroup.c
lwt_helpers.h selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute 2024-10-15 10:49:08 +02:00
lwt_redirect.c selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc 2025-01-13 17:36:35 +01:00
lwt_reroute.c selftests/bpf: Fix redefinition errors compiling lwt_reroute.c 2025-01-13 17:36:36 +01:00
map_btf.c selftests/bpf: Test the release of map btf 2024-06-25 11:07:28 +02:00
map_in_map.c selftests/bpf: Add test cases for inner map 2024-06-25 10:52:05 +02:00
map_init.c
map_kptr.c
map_lock.c
map_lookup_percpu_elem.c
map_ops.c
map_ptr.c
metadata.c
migrate_reuseport.c
missed.c selftests/bpf: Improve missed_kprobe_recursion test robustness 2024-03-27 10:27:53 +01:00
mmap.c
modify_return.c selftests/bpf: add testcase for TRACING with 6+ arguments 2023-12-15 09:28:52 +01:00
module_attach.c selftests/bpf: add tests for the "module: Function" syntax 2024-11-13 09:39:08 +01:00
module_fentry_shadow.c selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE 2025-01-21 11:27:02 +01:00
mptcp.c selftests/bpf: Remove "&>" usage in the selftests 2024-10-15 10:49:05 +02:00
nested_trust.c selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQUIRE kfuncs argument 2025-01-21 11:27:00 +01:00
netcnt.c selftests/bpf: improve netcnt test robustness 2023-10-12 11:41:05 +02:00
netfilter_link_attach.c selftests/bpf: Add bpf_program__attach_netfilter helper test 2023-12-14 15:22:23 +01:00
netns_cookie.c
ns_current_pid_tgid.c selftests/bpf: Fix include of <sys/fcntl.h> 2025-01-13 17:36:35 +01:00
obj_name.c
parse_tcp_hdr_opt.c selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc 2025-01-13 17:36:35 +01:00
pe_preserve_elems.c
percpu_alloc.c selftests/bpf: Improve percpu_alloc test robustness 2024-03-27 10:27:53 +01:00
perf_branches.c
perf_buffer.c
perf_event_stackmap.c selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap 2023-09-22 09:12:29 +02:00
perf_link.c
perf_skip.c selftest/bpf: Test a perf BPF program that suppresses side effects 2024-11-11 07:44:46 +01:00
pinning.c
pkt_access.c
pkt_md_access.c
preempt_lock.c selftests/bpf: Add tests for preempt kfuncs 2024-11-11 07:44:52 +01:00
preempted_bpf_ma_op.c selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop() 2024-03-27 10:27:46 +01:00
pro_epilogue.c selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXIT 2025-01-21 11:27:01 +01:00
probe_read_user_str.c
probe_user.c
prog_array_init.c
prog_run_opts.c
prog_tests_framework.c
ptr_untrusted.c selftests/bpf: Add selftest for PTR_UNTRUSTED 2023-12-15 09:28:52 +01:00
queue_stack_map.c selftests/bpf: Fix compiler warnings reported in -O2 mode 2024-03-27 11:23:42 +01:00
raw_tp_test_run.c
raw_tp_writable_reject_nbd_invalid.c selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE 2025-01-21 11:27:02 +01:00
raw_tp_writable_test_run.c selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE 2025-01-21 11:27:02 +01:00
rbtree.c selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types. 2024-11-26 14:40:04 +01:00
rcu_read_lock.c selftests/bpf: Add tests for RCU lock transfer between subprogs 2024-10-15 10:49:08 +02:00
rdonly_maps.c
read_vsyscall.c selftests/bpf: Add tests for bpf_copy_from_user_str kfunc. 2025-01-21 11:27:00 +01:00
recursion.c
recursive_attach.c selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach 2024-06-25 11:07:41 +02:00
refcounted_kptr.c bpf: Reenable bpf_refcount_acquire 2023-12-15 09:29:01 +01:00
reference_tracking.c
reg_bounds.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
resolve_btfids.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
rhskip
ringbuf.c selftests/bpf: Add more ring buffer test coverage 2024-11-19 07:40:48 +01:00
ringbuf_multi.c selftests/bpf: Add tests for ring_buffer__ring 2024-03-27 10:27:50 +01:00
section_names.c
select_reuseport.c
send_signal.c selftests/bpf: update send_signal to lower perf evemts frequency 2024-11-26 15:55:22 +01:00
send_signal_sched_switch.c
setget_sockopt.c
signal_pending.c
sk_assign.c
sk_lookup.c selftests/bpf: Drop unneeded error.h includes 2025-01-13 17:36:35 +01:00
sk_storage_omem_uncharge.c selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_alloc 2023-12-15 09:29:03 +01:00
sk_storage_tracing.c
skb_ctx.c
skb_helpers.c
skb_load_bytes.c
skc_to_unix_sock.c
skeleton.c
snprintf.c
snprintf_btf.c
sock_destroy.c selftests/bpf: Test bpf_sock_destroy 2025-01-28 12:51:55 +01:00
sock_fields.c
socket_cookie.c
sockmap_basic.c
sockmap_ktls.c
sockmap_listen.c selftests/bpf: Fix compiler warnings reported in -O2 mode 2024-03-27 11:23:42 +01:00
sockopt.c selftests/bpf/sockopt: Add io_uring support 2024-07-02 10:04:34 -04:00
sockopt_inherit.c selftests/bpf: Correctly handle optlen > 4096 2023-10-12 11:41:04 +02:00
sockopt_multi.c selftests/bpf: Correctly handle optlen > 4096 2023-10-12 11:41:04 +02:00
sockopt_qos_to_cc.c selftests/bpf: Correctly handle optlen > 4096 2023-10-12 11:41:04 +02:00
sockopt_sk.c selftests/bpf: Fix sockopt_sk selftest 2024-04-10 09:19:34 +02:00
spin_lock.c selftests/bpf: Add test for static subprog call in lock cs 2024-10-15 10:49:08 +02:00
stack_var_off.c
stacktrace_build_id.c selftests/bpf: Replace extract_build_id with read_build_id 2023-09-22 09:12:24 +02:00
stacktrace_build_id_nmi.c selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPP 2024-11-07 13:58:41 +01:00
stacktrace_map.c
stacktrace_map_raw_tp.c
stacktrace_map_skip.c
static_linked.c
struct_ops_autocreate.c selftests/bpf: Test case for SEC("?.struct_ops") 2024-10-15 10:49:14 +02:00
subprogs.c
subprogs_extable.c selftests/bpf: add a test for subprogram extables 2023-09-22 09:12:36 +02:00
subskeleton.c
syscall.c selftests/bpf: Test outer map update operations in syscall program 2024-06-25 10:52:05 +02:00
tailcalls.c selftests/bpf: Add testcase for updating attached freplace prog to prog_array map 2025-01-21 11:26:59 +01:00
task_fd_query_rawtp.c
task_fd_query_tp.c
task_kfunc.c selftests/bpf: Add CO-RE relocs kfunc flavors tests 2023-12-15 09:28:58 +01:00
task_local_storage.c bpf: Allow compiler to inline most of bpf_local_storage_lookup() 2024-10-15 10:49:09 +02:00
task_pt_regs.c
task_under_cgroup.c selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable prog 2023-11-02 08:05:13 +01:00
tc_bpf.c selftests/bpf: Add selftest for allow_ptr_leaks 2023-12-15 09:29:01 +01:00
tc_helpers.h selftests/bpf: Make seen_tc* variable tests more robust 2024-04-04 16:30:18 +02:00
tc_links.c selftests/bpf: Make seen_tc* variable tests more robust 2024-04-04 16:30:18 +02:00
tc_opts.c selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE 2025-01-21 11:27:02 +01:00
tc_redirect.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
tcp_estats.c
tcp_hdr_options.c selftests/bpf: Correct two typos 2023-12-14 15:22:24 +01:00
tcp_rtt.c selftests/bpf: Fix compiling tcp_rtt.c with musl-libc 2025-01-13 17:36:35 +01:00
tcpbpf_user.c
test_bpf_ma.c selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma 2024-03-27 11:23:43 +01:00
test_bpf_syscall_macro.c selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64 2025-01-21 11:27:02 +01:00
test_bpffs.c selftests/bpf: fix test_bpffs 2024-03-27 10:27:58 +01:00
test_bprm_opts.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
test_global_funcs.c libbpf: feature-detect arg:ctx tag support in kernel 2024-06-25 11:07:41 +02:00
test_ima.c
test_ldsx_insn.c selftests/bpf: Test ldsx with more complex cases 2023-12-15 09:28:54 +01:00
test_local_storage.c selftests/bpf: Test task storage when local_storage->smap is NULL 2023-09-22 09:12:23 +02:00
test_lsm.c selftests/bpf: Add test for lsm tail call 2025-01-13 17:36:13 +01:00
test_mmap_inner_array.c selftests/bpf: Add a test for mmap-able map in map 2025-01-13 17:36:14 +01:00
test_overhead.c
test_profiler.c
test_skb_pkt_end.c
test_strncmp.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
test_struct_ops_maybe_null.c selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators. 2024-10-15 10:49:10 +02:00
test_struct_ops_module.c selftests/bpf: Ensure the unsupported struct_ops prog cannot be loaded 2025-01-13 17:36:13 +01:00
test_struct_ops_multi_pages.c selftests/bpf: Test struct_ops maps with a large number of struct_ops program. 2024-10-15 10:49:12 +02:00
test_struct_ops_no_cfi.c selftests/bpf: Test case for lacking CFI stub functions. 2024-10-15 10:49:11 +02:00
test_tunnel.c selftests/bpf: Remove "&>" usage in the selftests 2024-10-15 10:49:05 +02:00
time_tai.c selftests/bpf: Relax time_tai test for equal timestamps in tai_forward 2024-06-25 10:52:22 +02:00
timer.c selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_cancel 2024-06-25 11:07:44 +02:00
timer_crash.c
timer_lockup.c selftests/bpf: skip the timer_lockup test for single-CPU nodes 2024-11-19 07:40:50 +01:00
timer_mim.c
token.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
tp_attach_query.c
tp_btf_nullable.c selftests/bpf: Add test for __nullable suffix in tp_btf 2025-01-21 11:27:05 +01:00
trace_ext.c
trace_printk.c selftests/bpf: Add read_trace_pipe_iter function 2024-11-11 07:44:47 +01:00
trace_vprintk.c selftests/bpf: Add read_trace_pipe_iter function 2024-11-11 07:44:47 +01:00
tracing_failure.c selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}() 2024-10-15 10:49:09 +02:00
tracing_struct.c selftests/bpf: Add testcase where 7th argment is struct 2024-11-26 15:55:13 +01:00
trampoline_count.c selftests/bpf: add testcase for TRACING with 6+ arguments 2023-12-15 09:28:52 +01:00
type_cast.c
udp_limit.c
uninit_stack.c
unpriv_bpf_disabled.c selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE 2025-01-21 11:27:02 +01:00
uprobe.c selftests/bpf: Add tests for symbol versioning for uprobe 2024-03-27 10:27:49 +01:00
uprobe_autoattach.c
uprobe_multi_test.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
uretprobe_stack.c selftests/bpf: add test validating uprobe/uretprobe stack traces 2024-11-26 15:55:11 +01:00
usdt.c
user_ringbuf.c selftests/bpf: fix some typos in selftests 2025-01-21 11:27:03 +01:00
varlen.c
verif_stats.c
verifier.c selftests/bpf: Add test for passing in uninit mtu_len 2025-01-21 11:27:09 +01:00
verifier_kfunc_prog_types.c selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALL 2024-11-07 13:58:46 +01:00
verifier_log.c selftests/bpf: Fix use of uninitialized op_name in log tests 2023-09-22 09:12:29 +02:00
verify_pkcs7_sig.c selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size" 2025-02-26 09:14:11 -05:00
vmlinux.c selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux 2024-06-25 10:51:55 +02:00
wq.c selftests/bpf: Drop an unused local variable 2024-11-11 07:44:55 +01:00
xdp.c
xdp_adjust_frags.c
xdp_adjust_tail.c
xdp_attach.c
xdp_bonding.c selftests/bpf: Fix up xdp bonding test wrt feature flags 2024-04-02 17:17:39 +08:00
xdp_bpf2bpf.c
xdp_context_test_run.c
xdp_cpumap_attach.c
xdp_dev_bound_only.c selftests/bpf: Offloaded prog after non-offloaded should not cause BUG 2023-12-15 09:29:04 +01:00
xdp_devmap_attach.c
xdp_do_redirect.c bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES 2024-05-16 19:27:56 +02:00
xdp_info.c
xdp_link.c
xdp_metadata.c selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata test 2024-11-06 19:29:48 +01:00
xdp_noinline.c
xdp_perf.c
xdp_synproxy.c
xdpwall.c selftests/bpf: Update LLVM Phabricator links 2024-10-15 10:48:59 +02:00
xfrm_info.c