summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-12-118-31/+181
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-106-31/+83
| |\
| | * selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker2020-12-101-4/+4
| | * selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker2020-12-101-1/+1
| | * selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker2020-12-101-0/+41
| | * selftests/bpf/test_offload.py: Filter bpftool internal map when counting mapsToke Høiland-Jørgensen2020-12-091-3/+4
| | * selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen2020-12-091-0/+1
| | * selftests/bpf/test_offload.py: Fix expected case of extack messagesToke Høiland-Jørgensen2020-12-091-2/+2
| | * selftests/bpf/test_offload.py: Only check verifier log on verification failsToke Høiland-Jørgensen2020-12-091-2/+17
| | * selftests/bpf/test_offload.py: Remove check for program load flags matchToke Høiland-Jørgensen2020-12-091-17/+5
| | * selftests/bpf: Drain ringbuf samples at the end of testAndrii Nakryiko2020-12-021-0/+6
| | * libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko2020-12-022-2/+2
| * | selftests: fix poll error in udpgro.shPaolo Abeni2020-12-101-0/+3
| * | vrf: packets with lladdr src needs dst at input with orig_iif when needs strictStephen Suryaputra2020-12-051-0/+95
| |/
* | userfaultfd: selftests: fix SIGSEGV if huge mmap failsAxel Rasmussen2020-12-061-9/+16
* | tools/testing/selftests/vm: fix build errorXingxing Su2020-12-061-0/+4
|/
* selftests: tc-testing: enable CONFIG_NET_SCH_RED as a moduleDavide Caratti2020-11-281-0/+1
* Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-11-211-4/+4
|\
| * selftests/seccomp: sh: Fix register namesKees Cook2020-11-201-2/+2
| * selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook2020-11-201-2/+2
* | Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-197-1/+145
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-197-1/+145
| |\ \ | | |/ | |/|
| | * selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2020-11-192-0/+96
| | * selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai2020-11-161-1/+2
| | * bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-142-0/+20
| | * selftests/bpf: Fix unused attribute usage in subprogs_unused testAndrii Nakryiko2020-11-121-2/+2
| | * libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-092-0/+27
* | | Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-197-67/+265
|\ \ \ | |/ / |/| |
| * | selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens2020-11-196-120/+96
| * | selftests/powerpc: entry flush testDaniel Axtens2020-11-193-1/+200
| * | selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey2020-11-191-6/+29
* | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-124-5/+257
|\ \ \
| * | | selftest: fix flower terse dump testsVlad Buslov2020-11-101-2/+2
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-073-3/+255
| |\ \
| | * | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-062-0/+247
| | * | selftest/bpf: Fix profiler test using CO-RE relocation for enumsAndrii Nakryiko2020-10-261-3/+8
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-0923-277/+2252
|\ \ \ \
| * | | | KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini2020-11-091-1/+1
| * | | | KVM: selftests: Introduce the dirty log perf testBen Gardon2020-11-086-8/+396
| * | | | KVM: selftests: Make the number of vcpus globalAndrew Jones2020-11-082-20/+20
| * | | | KVM: selftests: Make the per vcpu memory size globalAndrew Jones2020-11-082-12/+11
| * | | | KVM: selftests: Drop pointless vm_create wrapperAndrew Jones2020-11-084-9/+3
| * | | | KVM: selftests: Add wrfract to common guest codeBen Gardon2020-11-082-1/+7
| * | | | KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon2020-11-083-15/+27
| * | | | KVM: selftests: Remove address rounding in guest codeBen Gardon2020-11-081-1/+0
| * | | | KVM: selftests: Factor code out of demand_paging_testBen Gardon2020-11-082-181/+210
| * | | | KVM: selftests: Use a single binary for dirty/clear log testPeter Xu2020-11-083-39/+156
| * | | | KVM: selftests: Always clear dirty bitmap after iterationPeter Xu2020-11-081-1/+1
| * | | | KVM: selftests: Add blessed SVE registers to get-reg-listAndrew Jones2020-11-084-42/+217
| * | | | KVM: selftests: Add aarch64 get-reg-list testAndrew Jones2020-11-085-0/+703