summaryrefslogtreecommitdiff
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* kselftest: Add test module framework headerTobin C. Harding2019-04-081-0/+48
* kselftest: Add test runner creation scriptTobin C. Harding2019-04-084-50/+88
* selftest/gpio: Remove duplicate headerSabyasachi Gupta2019-04-081-1/+0
* selftest/rseq: Remove duplicate headerSabyasachi Gupta2019-04-081-1/+0
* selftest/timers: Remove duplicate headerSabyasachi Gupta2019-04-081-1/+0
* selftest/x86/mpx-dig.c: Remove duplicate headerSabyasachi Gupta2019-04-081-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-045-12/+184
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-12/+75
| |\
| | * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-2/+4
| | * selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2019-04-032-11/+72
| * | net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-0/+24
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-292-0/+85
| |\
| | * selftests/bpf: add btf_dedup test for VOID equivalence checkAndrii Nakryiko2019-03-271-0/+47
| | * selftests/bpf: test case for invalid call stack in dead codePaul Chaignon2019-03-261-0/+38
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-315-20/+54
|\ \ \ | |/ / |/| |
| * | KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
| * | KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
| * | KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
| * | KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2724-48/+822
|\ \ \ | |/ / |/| / | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-241-0/+25
| |\
| | * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-211-0/+25
| * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-211-0/+51
| * | net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-168-48/+396
| |\
| | * selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko2019-03-141-0/+44
| | * bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau2019-03-133-44/+180
| | * bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsockMartin KaFai Lau2019-03-132-2/+170
| | * selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2019-03-122-2/+2
* | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-163-0/+388
|\ \ \
| * | | selftests: add tests for pidfd_send_signal()Christian Brauner2019-03-053-0/+388
* | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-162-14/+9
|\ \ \ \
| * | | | device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-061-1/+5
| * | | | device-dax: Start defining a dax bus modelDan Williams2019-01-061-0/+1
| * | | | device-dax: Remove multi-resource infrastructureDan Williams2019-01-061-13/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-153-0/+97
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests: kvm: add selftest for releasing VM file descriptor while in L2Paolo Bonzini2019-02-123-0/+97