summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2022-07-22bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou1-3/+3
2022-07-22ping: support ipv6 ping socket flow labelsAlan Brady2-15/+76
2022-07-22selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi1-0/+1
2022-07-22selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi2-1/+189
2022-07-22selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi2-12/+81
2022-07-22selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi1-0/+53
2022-07-22bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi1-5/+5
2022-07-22selftests: tls: add a test for timeo vs lockJakub Kicinski1-0/+32
2022-07-21selftests: net: af_unix: Fix a build error of unix_connect.c.Kuniyuki Iwashima1-2/+1
2022-07-20selftests: gpio: fix include path to kernel headers for out of tree buildsKent Gibson1-1/+1
2022-07-19selftests/bpf: fix a test for snprintf() overflowDan Carpenter1-1/+1
2022-07-19selftests/bpf: test eager BPF ringbuf size adjustment logicAndrii Nakryiko1-0/+11
2022-07-19selftests/bpf: validate .bss section bigger than 8MB is possible nowAndrii Nakryiko2-0/+6
2022-07-19selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftestsAndrii Nakryiko3-32/+16
2022-07-19selftests/bpf: add test of __weak unknown virtual __kconfig externAndrii Nakryiko2-10/+10
2022-07-19KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan1-3/+5
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-1/+0
2022-07-16selftests: net: arp_ndisc_untracked_subnets: test for arp_accept and accept_u...Jaehee Park2-0/+309
2022-07-15LSM: SafeSetID: add setgroups() testing to selftestMicah Morton1-0/+69
2022-07-15LSM: SafeSetID: add GID testing to selftestMicah Morton1-0/+131
2022-07-15LSM: SafeSetID: selftest cleanup and prepare for GIDsMicah Morton2-44/+51
2022-07-15LSM: SafeSetID: fix userns bug in selftestMicah Morton1-1/+1
2022-07-15KVM: arm64: selftests: Add support for GICv2 on v3Marc Zyngier1-5/+8
2022-07-15selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_funcJiri Olsa1-0/+2
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-9/+131
2022-07-14selftests/landlock: drop deprecated headers dependencyGuillaume Tucker1-7/+2
2022-07-14selftests: timers: clocksource-switch: adapt to kselftest frameworkWolfram Sang1-3/+5
2022-07-14selftests: timers: clocksource-switch: add 'runtime' command line parameterWolfram Sang1-3/+8
2022-07-14selftests: timers: clocksource-switch: add command line switch to skip sanity...Wolfram Sang1-12/+28
2022-07-14selftests: timers: clocksource-switch: sort includesWolfram Sang1-5/+5
2022-07-14selftests: timers: clocksource-switch: fix passing errors from childWolfram Sang1-3/+3
2022-07-14selftests: timers: inconsistency-check: adapt to kselftest frameworkWolfram Sang1-14/+18
2022-07-14selftests: timers: nanosleep: adapt to kselftest frameworkWolfram Sang1-7/+11
2022-07-14selftests: timers: fix declarations of main()Wolfram Sang4-4/+4
2022-07-14selftests: timers: valid-adjtimex: build fix for newer toolchainsWolfram Sang1-1/+1
2022-07-14selftests/net: test nexthop without gwNicolas Dichtel2-1/+120
2022-07-14selftests/bpf: Return true/false (not 1/0) from bool functionsLinkui Xiao1-15/+15
2022-07-14KVM: selftests: Drop unused SVM_CPUID_FUNC macroSean Christopherson1-2/+0
2022-07-14KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()Sean Christopherson1-8/+2
2022-07-14KVM: selftests: Clean up requirements for XFD-aware XSAVE featuresSean Christopherson3-5/+10
2022-07-14KVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_PERM isn't supportedSean Christopherson1-8/+1
2022-07-14KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFDSean Christopherson2-17/+3
2022-07-14KVM: selftests: Inline "get max CPUID leaf" helpersSean Christopherson2-12/+9
2022-07-14KVM: selftests: Rename kvm_get_supported_cpuid_index() to __..._entry()Sean Christopherson1-3/+3
2022-07-14KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()Sean Christopherson3-4/+4
2022-07-14KVM: selftests: Use this_cpu_has() to detect SVM support in L1Sean Christopherson3-16/+3
2022-07-14KVM: selftests: Use this_cpu_has() in CR4/CPUID sync testSean Christopherson2-15/+2
2022-07-14KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()Sean Christopherson2-8/+13
2022-07-14KVM: selftests: Set input function/index in raw CPUID helper(s)Sean Christopherson4-33/+26
2022-07-14KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson6-49/+36