summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2023-05-26Merge tag 'gpio-fixes-for-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+3
2023-05-26kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann-3/+1
2023-05-26kselftest/arm64: Add a smoke test for ptracing hardware break/watch pointsMark Brown-1/+31
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-373/+598
2023-05-25selftests/bpf: Check whether to run selftestDaniel Müller-1/+3
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-372/+597
2023-05-24libbpf: Selftests for resizing datasec mapsJP Kobryn-0/+285
2023-05-24Add tests for memblock_alloc_node()Claudio Migliorelli-0/+40
2023-05-23tracing/selftests: Update synthetic event selftest to use common_stacktraceSteven Rostedt (Google)-3/+26
2023-05-23selftests/bpf: Add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET testsAndrii Nakryiko-0/+268
2023-05-23selftests/bpf: Add xdp_feature selftest for bond deviceLorenzo Bianconi-0/+121
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend-7/+5
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend-13/+66
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend-0/+48
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend-0/+94
2023-05-23bpf, sockmap: Build helper to create connected socket pairJohn Fastabend-102/+123
2023-05-23bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend-262/+273
2023-05-19selftests/bpf: Test bpf_sock_destroyAditi Ghag-0/+388
2023-05-19selftests/bpf: Add helper to get port using getsocknameAditi Ghag-0/+24
2023-05-19selftests: fib_tests: mute cleanup error messagePo-Hsu Lin-1/+1
2023-05-18selftests: mptcp: centralize stats dumpingPaolo Abeni-61/+5
2023-05-18selftests: mptcp: add explicit check for new mibsPaolo Abeni-0/+62
2023-05-18mptcp: introduces more address related mibsPaolo Abeni-2/+2
2023-05-18cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang-0/+1
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+84
2023-05-18cxl/port: Enable the HDM decoder capability for switch portsDan Williams-0/+16
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-7/+12
2023-05-17Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+71
2023-05-17selftests/bpf: Make bpf_dynptr_is_rdonly() prototyype consistent with kernelYonghong Song-1/+1
2023-05-17selftests/bpf: Fix dynptr/test_dynptr_is_nullYonghong Song-1/+4
2023-05-17selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov-2/+1
2023-05-17net: selftests: Fix optstringBenjamin Poirier-1/+1
2023-05-16selftests/xsk: adjust packet pacing for multi-buffer supportMagnus Karlsson-20/+30
2023-05-16selftests/xsk: generate data for multi-buffer packetsMagnus Karlsson-27/+43
2023-05-16selftests/xsk: populate fill ring based on frags neededMagnus Karlsson-12/+41
2023-05-16selftests/xsx: test for huge pages only onceMagnus Karlsson-94/+94
2023-05-16selftests/xsk: store offset in pkt instead of addrMagnus Karlsson-64/+90
2023-05-16selftests/xsk: add packet iterator for tx to packet streamMagnus Karlsson-21/+24
2023-05-16selftests/xsk: dump packet at errorMagnus Karlsson-22/+9
2023-05-16selftests/xsk: add varying payload pattern within packetMagnus Karlsson-24/+47
2023-05-16selftests/xsk: generate simpler packets with variable lengthMagnus Karlsson-200/+38
2023-05-16selftests/xsk: do not change XDP program when not necessaryMagnus Karlsson-3/+12
2023-05-16bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa-0/+226
2023-05-16selftests/bpf: Remove extern from kfuncs declarationsJiri Olsa-18/+18
2023-05-16selftests/bpf: Allow to use kfunc from testmod.ko in test_verifierJiri Olsa-22/+139
2023-05-16selftests/bpf: Load bpf_testmod for verifier testJiri Olsa-0/+9
2023-05-16selftests/bpf: Use un/load_bpf_testmod functions in testsJiri Olsa-41/+14
2023-05-16selftests/bpf: Do not unload bpf_testmod in load_bpf_testmodJiri Olsa-6/+8
2023-05-16selftests/bpf: Use only stdout in un/load_bpf_testmod functionsJiri Olsa-4/+4
2023-05-16selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa-66/+74