Commit a293ec25d59d for kernel

commit a293ec25d59dd96309058c70df5a4dd0f889a1e4
Merge: c7e4e4d5f7dc 465b05bae5ac
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Mon May 4 16:02:53 2026 -0700

    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