]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jun 2022 19:08:06 +0000 (14:08 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jun 2022 19:08:06 +0000 (14:08 -0500)
commitaee111d2a64f596f1f05c237b7760c0fe2b0214e
tree2d9e457aa145ff564a8d1cedf29d31abd522082f
parent72f35ebe1c989461fddd7cf4cc2bc2209061c973
parent686126fbfb2974e204146f84303336ec6bc5aef6
Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull Kselftest fixes from Shuah Khan:
 "Compile time fixes and run-time resources leaks:

   - Fix clang cross compilation

   - Fix resource leak when return error

   - fix compile error for dma_map_benchmark

   - Fix regression - make use of GUP_TEST_FILE macro"

* tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests: make use of GUP_TEST_FILE macro
  selftests: vm: Fix resource leak when return error
  selftests dma: fix compile error for dma_map_benchmark
  selftests: Fix clang cross compilation