aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2023-06-12selftests/bpf: Fix invalid pointer check in get_xlated_program()Eduard Zingerman1-11/+13
2023-06-12selftests: net: add SCM_PIDFD / SO_PEERPIDFD testAlexander Mikhalitsyn3-1/+433
2023-06-11selftests: net: vxlan: Fix selftest regression after changes in iproute2.Vladimir Nikishkin1-3/+3
2023-06-10selftests: mptcp: userspace pm: skip PM listener events tests if unavailableMatthieu Baerts1-0/+6
2023-06-10selftests: mptcp: userspace pm: skip if not supportedMatthieu Baerts1-0/+5
2023-06-10selftests: mptcp: userspace pm: skip if 'ip' tool is unavailableMatthieu Baerts1-1/+1
2023-06-10selftests: mptcp: sockopt: skip TCP_INQ checks if not supportedMatthieu Baerts1-2/+12
2023-06-10selftests: mptcp: sockopt: skip getsockopt checks if not supportedMatthieu Baerts1-0/+6
2023-06-10selftests: mptcp: sockopt: relax expected returned sizeMatthieu Baerts1-6/+12
2023-06-10selftests: mptcp: pm nl: skip fullmesh flag checks if not supportedMatthieu Baerts1-5/+10
2023-06-10selftests: mptcp: pm nl: remove hardcoded default limitsMatthieu Baerts1-5/+7
2023-06-10selftests: mptcp: diag: skip inuse tests if not supportedMatthieu Baerts1-1/+1
2023-06-10selftests: mptcp: diag: skip listen tests if not supportedMatthieu Baerts1-25/+17
2023-06-10selftests: mptcp: connect: skip TFO tests if not supportedMatthieu Baerts1-0/+5
2023-06-10selftests: mptcp: connect: skip disconnect tests if not supportedMatthieu Baerts1-0/+5
2023-06-10selftests: mptcp: connect: skip transp tests if not supportedMatthieu Baerts1-0/+10
2023-06-10selftests: mptcp: lib: skip if missing symbolMatthieu Baerts2-0/+39
2023-06-09selftests: cgroup: fix unexpected failure on test_memcg_lowHaifeng Xu1-1/+3
2023-06-09selftests/mm: gup_longterm: add liburing testsDavid Hildenbrand1-0/+73
2023-06-09selftests/mm: gup_longterm: new functional test for FOLL_LONGTERMDavid Hildenbrand4-1/+393
2023-06-09selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand3-27/+30
2023-06-09selftests: add selftests for cachestatNhat Pham4-0/+280
2023-06-09selftests/nolibc: make sure gcc always use little endian on MIPSWilly Tarreau1-0/+1
2023-06-09selftests/nolibc: also count skipped and failed tests in outputWilly Tarreau1-3/+12
2023-06-09selftests/nolibc: add new gettimeofday test casesZhangjin Wu1-0/+4
2023-06-09selftests/nolibc: remove gettimeofday_bad1/2 completelyZhangjin Wu1-4/+0
2023-06-09selftests/nolibc: support two errnos with EXPECT_SYSER2()Zhangjin Wu1-4/+10
2023-06-09selftests/nolibc: use INT_MAX instead of __INT_MAX__Zhangjin Wu1-2/+2
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu1-3/+1
2023-06-09selftests/nolibc: fix up compile warning with glibc on x86_64Zhangjin Wu1-1/+1
2023-06-09selftests/nolibc: allow specify extra arguments for qemuZhangjin Wu1-1/+1
2023-06-09selftests/nolibc: remove test gettimeofday_nullThomas Weißschuh1-1/+0
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh1-3/+3
2023-06-09selftests/nolibc: test_fork: fix up duplicated printZhangjin Wu1-1/+7
2023-06-09selftests/nolibc: remove the duplicated gettimeofday_bad2Zhangjin Wu1-1/+0
2023-06-09selftests/nolibc: print name instead of number for EOVERFLOWZhangjin Wu1-0/+1
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh1-0/+23
2023-06-09selftests/nolibc: prevent coredumps during test executionThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh1-0/+2
2023-06-09tools/nolibc: simplify stackprotector compiler flagsThomas Weißschuh1-12/+2
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh1-2/+2
2023-06-09tools/nolibc: add test for __stack_chk_guard initializationThomas Weißschuh1-0/+8
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh1-0/+1
2023-06-09selftests/nolibc: reduce syscalls during space paddingThomas Weißschuh1-4/+11
2023-06-09selftests/nolibc: syscall_args: use generic __NR_statxZhangjin Wu1-1/+1
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh1-0/+2