Home | History | Annotate | only in /external/linux-kselftest/android/patches
Up to higher level directory
NameDateSize
0001-Removes-unsupported-testcases-for-ftrace-compiles-me.patch06-Dec-201711.3K
0002-Compile-breakpoints-and-x86-tests.patch06-Dec-20176.9K
0003-psock-tpacket-warning-fix.patch06-Dec-2017447
README06-Dec-2017893

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