• Home
Name Date Size #Lines LOC

..--

0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patchD03-May-20241.7 KiB5445

0002-Compile-breakpoints-and-x86-tests.patchD03-May-20241.8 KiB7165

0003-psock-tpacket-warning-fix.patchD03-May-2024447 1512

0004-Remove-useless-open-mode.patchD03-May-2024765 2117

0005-psock-tpacket-version-check.patchD03-May-20241.8 KiB6960

0007-selftests-exec-build-exec-kselftest-for-Android.patchD03-May-20242.2 KiB6558

0008-selftests-exec-use-system-bin-sh.patchD03-May-20241 KiB3226

0009-seccomp-disable-tests-broken-on-kernels-4.8.patchD03-May-20241.4 KiB4437

0010-seccomp-detect-compat-mode-in-ARM64.patchD03-May-20241.4 KiB4640

0011-ANDROID-do-not-run-update-periodic-IRQ-tests-on-Andr.patchD03-May-20241.4 KiB5244

0012-kselftest-vDSO-fix-build-issues.patchD03-May-20241.1 KiB4034

0013-ANDROID-build-vm-tests.patchD03-May-20247.9 KiB340331

0015-selftests-futex-report-success-failure-to-environmen.patchD03-May-20243.5 KiB115101

0016-ksft_exit_skip_noreturn.patchD03-May-2024453 1412

0017-seccomp_bpf_disable_tests.patchD03-May-20243 KiB127111

READMED03-May-2024893 1815

README

1Some changes to kselftest are required to compile it for Android. Those which
2have been made but not yet submitted upstream and merged back to this
3repository are kept here to make future merges easier.
4
5In cases where a commit touched both kselftest files and Android-specific
6files, the full commit is reproduced here. In rebasing these commits during a
7merge only the changes in the kselftest files should be re-applied.
8
9Upstream Merge Procedure:
10- Do a git merge of the upstream tag with the "ours" policy, dropping all
11  upstream changes. Do not commit yet.
12- Delete tools/testing/selftests and replace it with a copy from the upstream
13  kernel at the same tag as used above.
14- Apply the patches from this directory, making changes as required.
15- Test on all supported kernel versions, ensuring that any tests currently
16  enabled in VTS do not generate new failures.
17- Commit the merge.
18