summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-11-17selftests/net: udpgso_bench_rx: fix port argumentWillem de Bruijn1-4/+7
2021-11-17perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers1-1/+3
2021-11-17selftests/bpf/xdp_redirect_multi: Limit the tests in netnsHangbin Liu2-10/+17
2021-11-17selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanlyHangbin Liu1-2/+2
2021-11-17selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp numberHangbin Liu1-4/+4
2021-11-17selftests/bpf/xdp_redirect_multi: Put the logs to tmp folderHangbin Liu1-17/+18
2021-11-17libbpf: Fix lookup_and_delete_elem_flags error reportingMehrdad Arshad Rad1-1/+3
2021-11-17kselftests/net: add missed icmp.sh test to MakefileHangbin Liu1-1/+1
2021-11-17bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov1-1/+1
2021-11-17selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi1-2/+2
2021-11-17selftests: net: bridge: update IGMP/MLD membership interval valueNikolay Aleksandrov2-6/+18
2021-11-17selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi1-1/+2
2021-11-17selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi1-2/+2
2021-11-17libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich1-1/+1
2021-11-17libbpf: Fix BTF header parsing checksAndrii Nakryiko1-3/+9
2021-11-17libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko1-2/+2
2021-11-17bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet1-7/+9
2021-11-17libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez1-2/+4
2021-11-17KVM: selftests: Fix nested SVM tests when built with clangJim Mattson1-1/+13
2021-11-17x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov3-2/+28
2021-11-17libbpf: Fix skel_internal.h to set errno on loader retval < 0Kumar Kartikeya Dwivedi1-2/+4
2021-11-17objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra3-74/+105
2021-11-17x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra1-0/+1
2021-11-17libbpf: Don't crash on object files with no symbol tablesToke Høiland-Jørgensen1-0/+6
2021-11-17selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko1-0/+11
2021-11-17selftests/core: fix conflicting types compile error for close_range()Shuah Khan1-1/+1
2021-11-17tools/latency-collector: Use correct size when writing queue_full_warningViktor Rosendahl1-1/+1
2021-11-17selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa1-2/+2
2021-11-17selftests: kvm: fix mismatched fclose() after popen()Shuah Khan1-1/+1
2021-11-17kselftests/sched: cleanup the child processesLi Zhijian1-10/+18
2021-11-17selftests: net: fib_nexthops: Wait before checking reported idle timePetr Machata1-0/+1
2021-11-17tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof ...David Yang1-1/+1
2021-11-17fcnal-test: kill hanging ping/nettest binaries on cleanupFlorian Westphal1-0/+3
2021-11-02perf script: Check session->header.env.arch before using itSong Liu1-4/+8
2021-11-02perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang1-1/+1
2021-10-27libperf tests: Fix test_stat_cpuShunsuke Nakamura2-6/+6
2021-10-27libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura1-0/+1
2021-10-27objtool: Update section header before relocationsMichael Forney1-29/+17
2021-10-27objtool: Check for gelf_update_rel[a] failuresMichael Forney1-2/+8
2021-10-27selftests: netfilter: remove stray bash debug lineFlorian Westphal1-1/+0
2021-10-27mm/userfaultfd: selftests: fix memory corruption with thp enabledPeter Xu1-3/+20
2021-10-27ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra4-0/+183
2021-10-13objtool: Make .altinstructions section entry size consistentJoe Lawrence1-1/+1
2021-10-13objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf1-29/+7
2021-10-13perf jevents: Free the sys_event_tables list after processing entriesLike Xu1-0/+2
2021-10-13libbpf: Fix memory leak in strsetAndrii Nakryiko1-0/+1
2021-10-13libbpf: Fix segfault in light skeleton for objects without BTFKumar Kartikeya Dwivedi1-1/+2
2021-10-09selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton1-2/+2
2021-10-09tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du1-1/+1
2021-10-09x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo1-2/+2