summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-04-05libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko1-0/+19
2023-04-05selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko2-1/+164
2023-04-05libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko2-19/+41
2023-04-05selftests/bpf: Test btf dump for struct with padding only fieldsEduard Zingerman1-0/+9
2023-03-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-1/+48
2023-03-30selftests/bpf: check that modifier resolves after pointerLorenz Bauer1-0/+28
2023-03-22selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin1-5/+31
2023-03-17selftests: nft_nat: ensuring the listening side is up before starting the clientHangbin Liu1-0/+2
2023-03-10ktest.pl: Add RUN_TIMEOUT option with default unlimitedSteven Rostedt2-4/+21
2023-03-10ktest.pl: Fix missing "end_monitor" when machine check failsSteven Rostedt1-1/+2
2023-03-10ktest.pl: Give back console on Ctrt^C on monitorSteven Rostedt1-0/+3
2023-03-10selftests/landlock: Test ptrace as much as possible with YamaJeff Xu1-17/+96
2023-03-10selftests/landlock: Skip overlayfs tests when not supportedJeff Xu1-0/+47
2023-03-10selftests/ftrace: Fix bash specific "==" operatorMasami Hiramatsu (Google)1-1/+1
2023-03-10sefltests: netdevsim: wait for devlink instance after netns removalJiri Pirko1-0/+18
2023-03-10selftest: fib_tests: Always cleanup before exitRoxana Nicolescu1-0/+2
2023-03-10selftests/net: Interpret UDP_GRO cmsg data as an int valueJakub Sitnicki1-4/+2
2023-03-10selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich1-2/+0
2023-02-22selftest/lkdtm: Skip stack-entropy test if lkdtm is not availableMisono Tomohiro1-1/+15
2023-02-22selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman1-0/+36
2023-02-14selftests: forwarding: lib: quote the sysctl valuesHangbin Liu1-2/+2
2023-02-09selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...Andrei Gherzan1-7/+27
2023-02-09selftests: net: udpgso_bench: Fix racing bug between the rx/tx programsAndrei Gherzan1-4/+20
2023-02-09selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are providedAndrei Gherzan2-0/+4
2023-02-09selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warningAndrei Gherzan1-1/+1
2023-02-06selftests: Provide local define of __cpuid_count()Reinette Chatre1-0/+15
2023-02-06selftests/vm: remove ARRAY_SIZE define from individual testsShuah Khan3-3/+3
2023-02-06tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan2-0/+6
2023-02-01Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"Sasha Levin2-51/+0
2023-02-01selftests/net: toeplitz: fix race on tpacket_v3 block closeWillem de Bruijn1-5/+7
2023-01-24selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2-0/+51
2023-01-18af_unix: selftest: Fix the size of the parameter to connect()Mirsad Goran Todorovac1-1/+1
2023-01-18selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang1-1/+1
2023-01-14selftests/vm/pkeys: Add a regression test for setting PKRU through ptraceKyle Huey2-2/+141
2023-01-12selftests: set the BUILD variable to absolute pathMuhammad Usama Anjum1-9/+17
2023-01-12selftests: Use optional USERCFLAGS and USERLDFLAGSMickaël Salaün1-0/+5
2023-01-12ktest.pl minconfig: Unset configs instead of just removing themSteven Rostedt1-1/+2
2023-01-12kest.pl: Fix grub2 menu handling for rebootingSteven Rostedt1-5/+15
2023-01-12Revert "selftests/bpf: Add test for unstable CT lookup API"Sasha Levin3-161/+0
2022-12-31KVM: selftests: Fix build regression by using accessor functionTyler Hicks1-1/+1
2022-12-31selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski1-2/+2
2022-12-31selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi3-0/+161
2022-12-31selftests/powerpc: Fix resource leaksMiaoqian Lin1-1/+4
2022-12-31netfilter: conntrack: set icmpv6 redirects as RELATEDFlorian Westphal1-2/+34
2022-12-31selftests/efivarfs: Add checking of the test return valueZhao Gongyi1-0/+5
2022-12-31proc: fixup uptime selftestAlexey Dobriyan1-1/+2
2022-12-31selftests/ftrace: event_triggers: wait longer for test_event_enableYipeng Zou1-4/+11
2022-12-21selftests: net: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-12-14ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel1-0/+10
2022-12-14ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel1-0/+27