summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2020-12-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+13
2020-12-10Merge tag 'ktest-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-31/+181
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-31/+83
2020-12-10selftests: fix poll error in udpgro.shPaolo Abeni-0/+3
2020-12-10selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker-4/+4
2020-12-10selftests/bpf: Fix array access with signed variable testJean-Philippe Brucker-1/+1
2020-12-10selftests/bpf: Add test for signed 32-bit bound check bugJean-Philippe Brucker-0/+41
2020-12-09selftests/bpf/test_offload.py: Filter bpftool internal map when counting mapsToke Høiland-Jørgensen-3/+4
2020-12-09selftests/bpf/test_offload.py: Reset ethtool features after failed settingToke Høiland-Jørgensen-0/+1
2020-12-09selftests/bpf/test_offload.py: Fix expected case of extack messagesToke Høiland-Jørgensen-2/+2
2020-12-09selftests/bpf/test_offload.py: Only check verifier log on verification failsToke Høiland-Jørgensen-2/+17
2020-12-09selftests/bpf/test_offload.py: Remove check for program load flags matchToke Høiland-Jørgensen-17/+5
2020-12-06userfaultfd: selftests: fix SIGSEGV if huge mmap failsAxel Rasmussen-9/+16
2020-12-06tools/testing/selftests/vm: fix build errorXingxing Su-0/+4
2020-12-05vrf: packets with lladdr src needs dst at input with orig_iif when needs strictStephen Suryaputra-0/+95
2020-12-03selftests: kvm/set_memory_region_test: Fix race in move region testMaciej S. Szmigiero-4/+13
2020-12-01selftests/bpf: Drain ringbuf samples at the end of testAndrii Nakryiko-0/+6
2020-12-01libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko-2/+2
2020-11-30ktest.pl: Fix incorrect reboot for grub2blsLibo Chen-1/+1
2020-11-28selftests: tc-testing: enable CONFIG_NET_SCH_RED as a moduleDavide Caratti-0/+1
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2020-11-20selftests/seccomp: sh: Fix register namesKees Cook-2/+2
2020-11-20selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook-2/+2
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+145
2020-11-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-1/+145
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu-0/+96
2020-11-19Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-67/+265
2020-11-19selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens-120/+96
2020-11-19selftests/powerpc: entry flush testDaniel Axtens-1/+200
2020-11-19selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey-6/+29
2020-11-18Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds-38/+64
2020-11-17tools/testing/scatterlist: Fix test to compile and runMaor Gottlieb-2/+3
2020-11-16selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai-1/+2
2020-11-14bpf: Relax return code check for subprogramsDmitrii Banshchikov-0/+20
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+257
2020-11-12selftests/bpf: Fix unused attribute usage in subprogs_unused testAndrii Nakryiko-2/+2
2020-11-10selftest: fix flower terse dump testsVlad Buslov-2/+2
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov-3/+4
2020-11-10kunit: tool: print out stderr from make (like build warnings)Daniel Latypov-4/+9
2020-11-10kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko-3/+11
2020-11-10kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko-18/+31
2020-11-10kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov-7/+7
2020-11-10kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow-1/+1
2020-11-10kunit: tool: unmark test_data as binary blobsBrendan Higgins-1/+0
2020-11-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-277/+2252
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko-0/+27
2020-11-09KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini-1/+1
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon-8/+396