]> 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)
commit434a84944c41509f427741db6d7220371bbc7fcf
tree2d9e457aa145ff564a8d1cedf29d31abd522082f
parent946ccf7e5a14a0b7c9dce6a0ca55aa9bd6b3facc
parent00f8e63f50a3727999f7a5ef0d0dba8e17410f9c
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