]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'linux_kselftest-fixes-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 May 2026 23:02:53 +0000 (16:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 4 May 2026 23:02:53 +0000 (16:02 -0700)
commita293ec25d59dd96309058c70df5a4dd0f889a1e4
treef948199f9da330b9e8023f0becb07f24a86a5361
parentc7e4e4d5f7dc2daa439303d1b5bf6bdfaa249f49
parent465b05bae5ac553c13315681c1490dc565337771
Merge tag 'linux_kselftest-fixes-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull kselftest fixes from Shuah Khan:

 - Fix extra test number increment in ksft_exit_skip() that results in
   incorrect KTAP result

 - Fix regression introduced by addition of explicit constructor orders
   for fixture tests. This addition broke the ordering of those relative
   to non-fixture tests and the reverse-constructor-order detection

* tag 'linux_kselftest-fixes-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests: harness: Restore order of test functions
  selftests: kselftest: fix wrong test number in ksft_exit_skip