Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch | 21-Aug-2018 | 1.7K | |
0002-Compile-breakpoints-and-x86-tests.patch | 21-Aug-2018 | 1.8K | |
0003-psock-tpacket-warning-fix.patch | 21-Aug-2018 | 447 | |
0004-Remove-useless-open-mode.patch | 21-Aug-2018 | 765 | |
0005-psock-tpacket-version-check.patch | 21-Aug-2018 | 1.8K | |
0007-selftests-exec-build-exec-kselftest-for-Android.patch | 21-Aug-2018 | 2.2K | |
0008-selftests-exec-use-system-bin-sh.patch | 21-Aug-2018 | 1K | |
0009-seccomp-disable-tests-broken-on-kernels-4.8.patch | 21-Aug-2018 | 1.4K | |
0010-seccomp-detect-compat-mode-in-ARM64.patch | 21-Aug-2018 | 1.4K | |
0011-ANDROID-do-not-run-update-periodic-IRQ-tests-on-Andr.patch | 21-Aug-2018 | 1.4K | |
0012-kselftest-vDSO-fix-build-issues.patch | 21-Aug-2018 | 1.1K | |
0013-ANDROID-build-vm-tests.patch | 21-Aug-2018 | 7.9K | |
0015-selftests-futex-report-success-failure-to-environmen.patch | 21-Aug-2018 | 3.5K | |
0016-ksft_exit_skip_noreturn.patch | 21-Aug-2018 | 453 | |
0017-seccomp_bpf_disable_tests.patch | 21-Aug-2018 | 3K | |
README | 21-Aug-2018 | 893 |
1 Some changes to kselftest are required to compile it for Android. Those which 2 have been made but not yet submitted upstream and merged back to this 3 repository are kept here to make future merges easier. 4 5 In cases where a commit touched both kselftest files and Android-specific 6 files, the full commit is reproduced here. In rebasing these commits during a 7 merge only the changes in the kselftest files should be re-applied. 8 9 Upstream 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