Home | History | Annotate | only in /external/linux-kselftest/android/patches
Up to higher level directory
NameDateSize
0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch21-Aug-20181.7K
0002-Compile-breakpoints-and-x86-tests.patch21-Aug-20181.8K
0003-psock-tpacket-warning-fix.patch21-Aug-2018447
0004-Remove-useless-open-mode.patch21-Aug-2018765
0005-psock-tpacket-version-check.patch21-Aug-20181.8K
0007-selftests-exec-build-exec-kselftest-for-Android.patch21-Aug-20182.2K
0008-selftests-exec-use-system-bin-sh.patch21-Aug-20181K
0009-seccomp-disable-tests-broken-on-kernels-4.8.patch21-Aug-20181.4K
0010-seccomp-detect-compat-mode-in-ARM64.patch21-Aug-20181.4K
0011-ANDROID-do-not-run-update-periodic-IRQ-tests-on-Andr.patch21-Aug-20181.4K
0012-kselftest-vDSO-fix-build-issues.patch21-Aug-20181.1K
0013-ANDROID-build-vm-tests.patch21-Aug-20187.9K
0015-selftests-futex-report-success-failure-to-environmen.patch21-Aug-20183.5K
0016-ksft_exit_skip_noreturn.patch21-Aug-2018453
0017-seccomp_bpf_disable_tests.patch21-Aug-20183K
README21-Aug-2018893

README

      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