summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-04-08selftests: test_vxlan_under_vrf: Fix broken test caseIdo Schimmel1-4/+4
2022-04-08perf stat: Fix forked applications enablement of countersThomas Richter1-1/+1
2022-04-08selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu1-1/+4
2022-04-08selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki1-1/+1
2022-04-08selftests/bpf: Make test_lwt_ip_encap more stable and fasterFelix Maurer1-1/+9
2022-04-08libbpf: Unmap rings when umem deletedlic1211-0/+11
2022-04-08libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai1-0/+5
2022-04-08selftests: mptcp: add csum mib check for mptcp_connectGeliang Tang1-0/+19
2022-04-08libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko1-3/+5
2022-04-08bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang1-4/+2
2022-04-08libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen1-4/+51
2022-04-08libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko1-1/+2
2022-04-08libbpf: Fix signedness bug in btf_dump_array_data()Dan Carpenter1-2/+3
2022-04-08selftests/net: timestamping: Fix bind_phc checkGerhard Engleder1-2/+2
2022-04-08selftests/bpf/test_xdp_redirect_multi: use temp netns for testingHangbin Liu1-29/+31
2022-04-08selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko19-30/+27
2022-04-08selftests: bpf: Fix bind on used portFelix Maurer1-3/+17
2022-04-08bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-04-08libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-04-08selftests/lkdtm: Add UBSAN configMuhammad Usama Anjum1-0/+1
2022-04-08selftests, x86: fix how check_cc.sh is being invokedGuillaume Tucker2-6/+6
2022-04-08selftests/sgx: Treat CC as one argumentMuhammad Usama Anjum1-1/+1
2022-04-08selftests/x86: Add validity check and allow field splittingMuhammad Usama Anjum1-1/+1
2022-04-08selftests: vm: fix clang build error multiple output filesYosry Ahmed1-4/+2
2022-04-08tools/virtio: fix virtio_test executionStefano Garzarella1-0/+1
2022-03-23perf symbols: Fix symbol size calculation conditionMichael Petlan1-1/+1
2022-03-19kselftest/vm: fix tests build with old libcChengming Zhou1-0/+1
2022-03-16selftests/memfd: clean up mapping in mfd_fail_writeMike Kravetz1-0/+1
2022-03-16selftest/vm: fix map_fixed_noreplace test failureAneesh Kumar K.V1-12/+37
2022-03-16selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi2-0/+86
2022-03-16selftests: pmtu.sh: Kill nettest processes launched in subshell.Guillaume Nault1-2/+12
2022-03-16selftests: pmtu.sh: Kill tcpdump processes launched by subshell.Guillaume Nault1-2/+5
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)1-1/+1
2022-03-08selftests: mlxsw: resource_scale: Fix return valueAmit Cohen1-1/+1
2022-03-08selftests: mlxsw: tc_police_scale: Make test more robustAmit Cohen1-1/+2
2022-03-08selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup settingWaiman Long3-23/+34
2022-03-08tools/resolve_btf_ids: Close ELF file on errorAndrii Nakryiko1-2/+3
2022-03-08selftests/ftrace: Do not trace do_softirq because of PREEMPT_RTKrzysztof Kozlowski1-1/+1
2022-03-08selftests/seccomp: Fix seccomp failure by adding missing headersSherry Yang1-1/+1
2022-03-02selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer1-8/+18
2022-03-02selftests: mptcp: be more conservative with cookie MPJ limitsPaolo Abeni1-3/+12
2022-03-02selftests: mptcp: fix diag instabilityPaolo Abeni1-7/+37
2022-03-02perf data: Fix double free in perf_session__delete()Alexey Bayduraev1-4/+3
2022-03-02perf evlist: Fix failed to use cpu list for uncore eventsZhengjun Xing1-2/+2
2022-02-23tests: fix idmapped mount_setattr testChristian Brauner1-2/+2
2022-02-23selftests: fixup build warnings in pidfd / clone3 testsAxel Rasmussen3-8/+5
2022-02-23pidfd: fix test failure due to stack overflow on some archesAxel Rasmussen2-7/+28
2022-02-23selftests/exec: Add non-regular to TEST_GEN_PROGSMuhammad Usama Anjum1-2/+2
2022-02-23perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo1-1/+2
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook1-9/+2