]> www.infradead.org Git - users/hch/configfs.git/commit
Merge tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Aug 2024 21:31:12 +0000 (14:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Aug 2024 21:31:12 +0000 (14:31 -0700)
commitb446a2dae984fa5bd56dd7c3a02a426f87e05813
treee4e8b93aaa3f8a3bcd148a1578849c141dcb4f78
parentc813111d19e65b6336a6352eae9c1ff5c40f722f
parent170c966cbe274e664288cfc12ee919d5e706dc50
Merge tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull kselftest fix from Shuah Khan:
 "A single fix to the conditional in ksft.py script which incorrectly
  flags a test suite failed when there are skipped tests in the mix.

  The logic is fixed to take skipped tests into account and report the
  test as passed"

* tag 'linux_kselftest-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests: ksft: Fix finished() helper exit code on skipped tests