]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-kselftest-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 May 2020 19:57:50 +0000 (12:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 May 2020 19:57:50 +0000 (12:57 -0700)
commit1c252a1140d5ea80766b8bc363fa069ab8b51038
treeb15a42eb5722df29f72524e2dfe3574eef9bb551
parent720c840e4f99d906d6a7c9d8ad3f155ba98aa7f7
parent45a1e77319f9a17c626eeecb98859a51faf42bb4
Merge tag 'linux-kselftest-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull kselftest fixes from Shuah Khan:

 - lkdtm runner fixes to prevent dmesg clearing and shellcheck errors

 - ftrace test handling when test module doesn't exist

 - nsfs test fix to replace zero-length array with flexible-array

 - dmabuf-heaps test fix to return clear error value

* tag 'linux-kselftest-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests/lkdtm: Use grep -E instead of egrep
  selftests/lkdtm: Don't clear dmesg when running tests
  selftests/ftrace: mark irqsoff_tracer.tc test as unresolved if the test module does not exist
  tools/testing: Replace zero-length array with flexible-array
  kselftests: dmabuf-heaps: Fix confused return value on expected error testing