aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* [SQUASH] Merge tag 'android-12.1.0_r0.27' into staging/lineage-19.1_merge-and...Michael Bestas2022-06-102-7/+13
* Merge android-4.19-stable (4.19.220) into android-msm-barbet-4.19-sc-ltsWilson Sung2021-12-291-2/+2
|\
| * Merge 4.19.218 into android-4.19-stableGreg Kroah-Hartman2021-11-261-2/+2
| |\
| | * selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi2021-11-261-2/+2
* | | Merge android-4.19-stable (4.19.215) into android-msm-barbet-4.19-sc-ltsWilson Sung2021-11-241-0/+1
|\| |
| * | Merge 4.19.210 into android-4.19-stableGreg Kroah-Hartman2021-10-131-0/+1
| |\|
| | * selftests: be sure to make khdr before other targetsLi Zhijian2021-10-091-0/+1
* | | Merge android-4.19-stable (4.19.207) into android-msm-barbet-4.19-sc-ltsWilson Sung2021-10-272-19/+127
|\| |
| * | Merge 4.19.207 into android-4.19-stableGreg Kroah-Hartman2021-09-252-19/+127
| |\|
| | * selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian2021-09-221-1/+1
| | * selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov2021-09-221-14/+17
| | * selftests/bpf: Test variable offset stack accessAndrey Ignatov2021-09-221-2/+77
| | * bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2021-09-221-2/+32
* | | Merge android-4.19-stable (4.19.205) into android-msm-barbet-4.19-sc-ltsLucas Wei2021-09-141-0/+2
|\| |
| * | Merge 4.19.204 into android-4.19-stableGreg Kroah-Hartman2021-08-151-0/+2
| |\|
| | * bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann2021-08-151-0/+2
* | | Revert "ANDROID: Add OWNERS files referring to the respective android-mainlin...J. Avila2021-09-021-2/+0
* | | Merge android-4.19-stable (4.19.202) into android-msm-barbet-4.19-sc-ltsLucas Wei2021-08-184-6/+15
|\| |
| * | Merge 4.19.200 into android-4.19-stableGreg Kroah-Hartman2021-07-311-1/+1
| |\|
| | * selftest: fix build error in tools/testing/selftests/vm/userfaultfd.cGreg Kroah-Hartman2021-07-311-1/+1
| * | Merge 4.19.199 into android-4.19-stableGreg Kroah-Hartman2021-07-281-2/+4
| |\|
| | * selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne2021-07-281-2/+4
| * | Merge 4.19.198 into android-4.19-stableGreg Kroah-Hartman2021-07-203-4/+11
| |\|
| | * selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev2021-07-201-2/+0
| | * selftests: timers: rtcpie: skip test if default RTC device does not existPo-Hsu Lin2021-07-201-1/+9
| | * selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen2021-07-201-1/+2
* | | Merge android-4.19-stable (4.19.196) into android-msm-barbet-4.19-sc-ltsLucas Wei2021-08-033-91/+251
|\| |
| * | Merge 4.19.196 into android-4.19-stableGreg Kroah-Hartman2021-06-301-1/+1
| |\|
| | * KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba2021-06-301-1/+1
| * | Merge 4.19.194 into android-4.19-stableGreg Kroah-Hartman2021-06-102-64/+164
| |\|
| | * selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel2021-06-101-0/+13
| | * selftests/bpf: add "any alignment" annotation for some testsBjörn Töpel2021-06-101-0/+3
| | * bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David S. Miller2021-06-101-0/+16
| | * bpf: Make more use of 'any' alignment in test_verifier.cDavid S. Miller2021-06-101-0/+41
| | * bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid S. Miller2021-06-101-18/+24
| | * bpf: Add BPF_F_ANY_ALIGNMENT.David S. Miller2021-06-102-3/+4
| | * selftests/bpf: Generalize dummy program typesJoe Stringer2021-06-101-14/+17
| | * bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann2021-06-101-31/+40
| | * bpf: fix test suite to enable all unpriv program typesDaniel Borkmann2021-06-101-2/+10
| * | Merge 4.19.193 into android-4.19-stableGreg Kroah-Hartman2021-06-031-26/+86
| |\|
| | * bpf: Update selftests to reflect new error statesDaniel Borkmann2021-06-031-23/+12
| | * bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann2021-06-031-1/+1
| | * bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend2021-06-031-4/+4
| | * selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"Ovidiu Panait2021-06-031-2/+2
| | * selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2021-06-031-10/+38
| | * bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-06-031-9/+33
| | * bpf: fix up selftests after backports were fixedOvidiu Panait2021-06-031-0/+19
* | | Merge android-4.19-stable (4.19.191) into android-msm-pixel-4.19-ltsLucas Wei2021-06-143-2/+6
|\| |
| * | Merge 4.19.191 into android-4.19-stableGreg Kroah-Hartman2021-05-223-2/+6
| |\|
| | * tweewide: Fix most Shebang linesFinn Behrens2021-05-222-2/+2