summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2020-09-29selftests/bpf: Fix unused-result warning in snprintf_btf.cAlan Maguire-1/+1
2020-09-28bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tpJohn Fastabend-1/+1
2020-09-28selftests/bpf: Test BTF writing APIsAndrii Nakryiko-0/+278
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire-0/+124
2020-09-28selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire-7/+7
2020-09-28selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire-0/+309
2020-09-28selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen-39/+1
2020-09-28selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer-11/+30
2020-09-28selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer-24/+20
2020-09-28selftests: bpf: Add helper to compare socket cookiesLorenz Bauer-14/+36
2020-09-28selftests/bpf: Add raw_tp_test_runSong Liu-0/+120
2020-09-28selftests: net: add a test for static UDP tunnel portsJakub Kicinski-0/+58
2020-09-28selftests: net: add a test for shared UDP tunnel info tablesJakub Kicinski-0/+109
2020-09-28KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini-0/+169
2020-09-28KVM: selftests: Add test for user space MSR handlingAlexander Graf-0/+250
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson-1/+1
2020-09-26netdevsim: fix duplicated debugfs directoryJakub Kicinski-1/+1
2020-09-25netdevsim: add support for flash_update overwrite maskJacob Keller-0/+18
2020-09-25devlink: convert flash_update to use params structureJacob Keller-0/+3
2020-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1
2020-09-25bpf: Add AND verifier test case where 32bit and 64bit bounds differJohn Fastabend-0/+16
2020-09-25bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau-0/+413
2020-09-25bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.hMartin KaFai Lau-8/+4
2020-09-25bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau-9/+55
2020-09-25bpf: selftest: Use network_helpers in the sock_fields testMartin KaFai Lau-79/+9
2020-09-25bpf: selftest: Adapt sock_fields test to use skel and global variablesMartin KaFai Lau-305/+229
2020-09-25bpf: selftest: Move sock_fields test into test_progsMartin KaFai Lau-6/+3
2020-09-25bpf: selftest: Add ref_tracking verifier test for bpf_skc castingMartin KaFai Lau-0/+47
2020-09-25rseq/selftests: Test MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov-1/+224
2020-09-25rseq/selftests,x86_64: Add rseq_offset_deref_addv()Peter Oskolkov-0/+57
2020-09-24selftests: mptcp: add remove addr and subflow test casesGeliang Tang-3/+142
2020-09-24selftests: mptcp: add remove cfg in mptcp_connectGeliang Tang-3/+15
2020-09-24selftests: mptcp: add ADD_ADDR mibs check functionGeliang Tang-0/+44
2020-09-24selftest/net/xfrm: Add test for ipsec tunnelDmitry Safonov-0/+2197
2020-09-23kunit: tool: fix --alltests flagBrendan Higgins-5/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-507/+1531
2020-09-23selftests: Add missing gitignore entriesGabriel Krisman Bertazi-0/+5
2020-09-23selftests: kvm: Fix assert failure in single-step testYang Weijiang-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+72
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+62
2020-09-21selftests/ftrace: Add %return suffix testsMasami Hiramatsu-0/+33
2020-09-22selftests: netfilter: remove unused cnt and simplify command testingFabian Frederick-4/+2
2020-09-22selftests: netfilter: fix nft_meta.sh error reportingFabian Frederick-1/+1
2020-09-22selftests: netfilter: add cpu counter checkFabian Frederick-0/+14
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa-1/+18
2020-09-19selftests/vm: fix display of page size in map_hugetlbChristophe Leroy-1/+1
2020-09-19selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook-0/+15
2020-09-19selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SETKees Cook-10/+23
2020-09-19selftests/seccomp: Avoid redundant register flushesKees Cook-2/+4
2020-09-19selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREGKees Cook-27/+15