summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2023-03-10bpf/selftests: Fix send_signal tracepoint testsDavid Vernet
2023-03-10selftests/bpf: make BPF compiler flags stricterAndrii Nakryiko
2023-03-10selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko
2023-03-10selftests/bpf: add __sink() macro to fake variable consumptionAndrii Nakryiko
2023-03-10selftests/bpf: prevent unused variable warning in bpf_for()Andrii Nakryiko
2023-03-09Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...Jakub Kicinski
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-09selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...Yonghong Song
2023-03-09selftests/bpf: Improve error logs in XDP compliance test toolLorenzo Bianconi
2023-03-09selftests/bpf: Use ifname instead of ifindex in XDP compliance test toolLorenzo Bianconi
2023-03-09selftests/bpf: Fix flaky fib_lookup testMartin KaFai Lau
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-03-08selftests/bpf: implement and test custom testmod_seq iteratorAndrii Nakryiko
2023-03-08selftests/bpf: add number iterator testsAndrii Nakryiko
2023-03-08selftests/bpf: add iterators testsAndrii Nakryiko
2023-03-08selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macrosAndrii Nakryiko
2023-03-08selftests/bpf: Fix IMA testRoberto Sassu
2023-03-08selftests: add a selftest for big tcpXin Long
2023-03-08selftests/clone3: test clone3 with CLONE_NEWTIMETobias Klauser
2023-03-08kselftest/alsa: Log card names during startupMark Brown
2023-03-08kselftest/alsa - mixer: Always log control namesMark Brown
2023-03-08kselftest/alsa - mixer-test: Don't fail tests if we can't restore defaultMark Brown
2023-03-07locktorture: Add nested locking to rtmutex torture testsJohn Stultz
2023-03-07locktorture: Add nested locking to mutex torture testsJohn Stultz
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06kselftest: amd-pstate: Fix spelling mistakesSukrut Bellary
2023-03-06kunit: tool: Add support for m68k under QEMUGeert Uytterhoeven
2023-03-06selftests: amd-pstate: fix TEST_FILESGuillaume Tucker
2023-03-06selftests/bpf: check that modifier resolves after pointerLorenz Bauer
2023-03-06bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin
2023-03-06selftests/bpf: Add test for legacy/perf kprobe/uprobe attach modeMenglong Dong
2023-03-06selftests/bpf: Split test_attach_probe into multi subtestsMenglong Dong
2023-03-06iommufd/selftest: Add a selftest for iommufd_device_attach() with a hwpt argu...Jason Gunthorpe
2023-03-06iommufd/selftest: Make selftest create a more complete mock deviceJason Gunthorpe
2023-03-06iommufd/selftest: Rename the remaining mock device_id's to stdev_idJason Gunthorpe
2023-03-06iommufd/selftest: Rename domain_id to hwpt_id for FIXTURE iommufd_mock_domainJason Gunthorpe
2023-03-06iommufd/selftest: Rename domain_id to stdev_id for FIXTURE iommufd_ioasJason Gunthorpe
2023-03-06iommufd/selftest: Rename the sefltest 'device_id' to 'stdev_id'Jason Gunthorpe
2023-03-04selftests/bpf: adjust log_fixup's buffer size for proper truncationAndrii Nakryiko
2023-03-04selftests/bpf: enhance align selftest's expected log matchingAndrii Nakryiko
2023-03-03selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()Eduard Zingerman
2023-03-03selftests/bpf: test if pointer type is tracked for BPF_ST_MEMEduard Zingerman
2023-03-03bpf: allow ctx writes using BPF_ST_MEM instructionEduard Zingerman
2023-03-03bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov
2023-03-03selftests/bpf: Tweak cgroup kfunc test.Alexei Starovoitov
2023-03-03selftests/bpf: Add a test case for kptr_rcu.Alexei Starovoitov
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov
2023-03-03bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov