summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2020-11-01x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams4-28/+271
2020-10-29selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2-4/+4
2020-10-29selftests/powerpc: Fix eeh-basic.sh exit codesOliver O'Halloran1-3/+6
2020-10-29ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)1-0/+29
2020-10-29selftests/ftrace: Change synthetic event name for inter-event-combined testTom Zanussi1-4/+4
2020-10-29selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen4-39/+1
2020-10-29selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich1-2/+2
2020-10-29selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich1-1/+1
2020-10-29selftests: mptcp: interpret \n as a new lineMatthieu Baerts2-4/+4
2020-10-29selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook1-1/+1
2020-10-29selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev1-0/+1
2020-10-29selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko1-3/+9
2020-10-29selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin2-0/+6
2020-10-29selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel2-0/+20
2020-09-23selftests/vm: fix display of page size in map_hugetlbChristophe Leroy1-1/+1
2020-09-17selftests/timers: Turn off timeout settingPo-Hsu Lin2-0/+2
2020-09-09selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer1-0/+2
2020-09-05selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski1-2/+20
2020-09-03bpf: selftests: global_funcs: Check err_str before strstrYauheni Kaliuta1-1/+1
2020-09-03selftests: disable rp_filter for icmp_redirect.shDavid Ahern1-0/+2
2020-09-03selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko2-42/+47
2020-09-03selftests/bpf: Fix btf_dump test cases on 32-bit archesAndrii Nakryiko1-7/+20
2020-09-03selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko9-19/+24
2020-09-03selftests/bpf: Fix segmentation fault in test_progsJianlin Lv1-6/+13
2020-09-03selftests/powerpc: Purge extra count_pmc() calls of ebb selftestsDesnes A. Nunes do Rosario11-26/+0
2020-08-26selftests/bpf: Remove test_align leftoversVeronika Kabatova2-2/+1
2020-08-26tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh1-1/+1
2020-08-26selftests: kvm: Use a shorter encoding to clear RAXYang Weijiang1-2/+2
2020-08-21selftests/bpf: Fix silent Makefile outputAndrii Nakryiko1-20/+24
2020-08-21selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko1-2/+3
2020-08-21selftests/powerpc: ptrace-pkey: Don't update expected UAMOR valueAneesh Kumar K.V1-3/+8
2020-08-21selftests/powerpc: ptrace-pkey: Update the test to mark an invalid pkey corre...Aneesh Kumar K.V1-18/+12
2020-08-21selftests/powerpc: ptrace-pkey: Rename variables to make it easier to follow ...Aneesh Kumar K.V1-13/+13
2020-08-21selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer1-4/+5
2020-08-21selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer1-1/+3
2020-08-21bpf: selftests: Restore netns after each testMartin KaFai Lau2-2/+23
2020-08-21selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer1-0/+3
2020-08-21selftests/seccomp: Set NNP for TSYNC ESRCH flag testKees Cook1-0/+5
2020-08-19selftests/net: relax cpu affinity requirement in msg_zerocopy testWillem de Bruijn1-3/+2
2020-08-19selftests/powerpc: Fix online CPU selectionSandipan Das1-12/+25
2020-08-19selftests/powerpc: Fix CPU affinity for child processHarish1-5/+16
2020-08-19selftests/powerpc: Squash spurious errors due to device removalOliver O'Halloran1-3/+8
2020-08-19lkdtm: Make arch-specific tests always availableKees Cook1-0/+1
2020-08-19selftests/lkdtm: Reset WARN_ONCE to avoid false negativesKees Cook1-0/+6
2020-08-19kunit: tool: fix improper treatment of file locationBrendan Higgins2-26/+2
2020-08-19kunit: tool: fix broken default args in unit testsBrendan Higgins1-5/+5
2020-08-19seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook1-1/+1
2020-08-19kunit: capture stderr on all make subprocess callsWill Chen1-3/+3
2020-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-9/+33
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+111