summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich2023-01-291-69/+0
* selftests/bpf: Fix s390x vmlinux pathIlya Leoshkevich2023-01-291-1/+1
* selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich2023-01-293-6/+33
* libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390xIlya Leoshkevich2023-01-281-2/+2
* libbpf: Fix unbounded memory access in bpf_usdt_arg()Ilya Leoshkevich2023-01-281-1/+4
* libbpf: Simplify barrier_var()Ilya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Fix profiler on s390xIlya Leoshkevich2023-01-281-24/+38
* selftests/bpf: Fix xdp_synproxy/tc on s390xIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Fix vmlinux test on s390xIlya Leoshkevich2023-01-281-2/+2
* selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich2023-01-282-2/+13
* selftests/bpf: Fix test_lsm on s390xIlya Leoshkevich2023-01-281-3/+4
* selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich2023-01-282-0/+19
* selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390xIlya Leoshkevich2023-01-281-3/+3
* selftests/bpf: Check stack_mprotect() return valueIlya Leoshkevich2023-01-282-3/+6
* selftests/bpf: Fix cgrp_local_storage on s390xIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Fix xdp_do_redirect on s390xIlya Leoshkevich2023-01-281-0/+4
* selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich2023-01-282-4/+11
* selftests/bpf: Fix decap_sanity_ns cleanupIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Set errno when urand_spawn() failsIlya Leoshkevich2023-01-281-0/+1
* selftests/bpf: Fix kfree_skb on s390xIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Fix symlink creation errorIlya Leoshkevich2023-01-281-1/+2
* selftests/bpf: Fix liburandom_read.so linker errorIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich2023-01-284-13/+65
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-2856-1157/+3573
|\
| * selftest/bpf: Make crashes more debuggable in test_progsStanislav Fomichev2023-01-271-2/+2
| * libbpf: Add documentation to map pinning API functionsGrant Seltzer2023-01-271-3/+69
| * libbpf: Fix malformed documentation formattingGrant Seltzer2023-01-271-6/+12
| * selftests/bpf: Properly enable hwtstamp in xdp_hw_metadataStanislav Fomichev2023-01-261-1/+44
| * selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.Kui-Feng Lee2023-01-252-0/+81
| * bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2023-01-253-24/+74
| * libbpf: Support sleepable struct_ops.s sectionDavid Vernet2023-01-251-0/+1
| * bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet2023-01-251-1/+1
| * selftests/bpf: Fix vmtest static compilation errorDaniel T. Lee2023-01-251-2/+3
| * tools/resolve_btfids: Alter how HOSTCC is forcedIan Rogers2023-01-251-10/+7
| * tools/resolve_btfids: Install subcmd headersIan Rogers2023-01-252-6/+15
| * selftests/bpf: Add selftest suite for cpumask kfuncsDavid Vernet2023-01-255-0/+741
| * selftests/bpf: Add nested trust selftests suiteDavid Vernet2023-01-255-0/+77
| * bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet2023-01-252-4/+4
| * libbpf: Clean up now not needed __PT_PARM{1-6}_SYSCALL_REG defaultsAndrii Nakryiko2023-01-231-18/+0
| * selftests/bpf: Add 6-argument syscall tracing testAndrii Nakryiko2023-01-232-0/+43
| * libbpf: Define loongarch syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
| * libbpf: Define arc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
| * libbpf: Define riscv syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+10
| * libbpf: Define sparc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * libbpf: Define powerpc syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+13
| * libbpf: Define mips syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * libbpf: Define arm64 syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+11
| * libbpf: Define arm syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8
| * libbpf: Define s390x syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-2/+15
| * libbpf: Define i386 syscall regs spec in bpf_tracing.hAndrii Nakryiko2023-01-231-0/+8