• Linus Torvalds's avatar
    Merge tag 'linux_kselftest-next-6.10-rc1' of... · 4b95dc87
    Linus Torvalds authored
    Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
    
    Pull kselftest updates from Shuah Khan:
    
     - make framework and tests reporting KTAP compliant
    
     - make ktap_helpers and power_supply test POSIX compliant
    
     - add ksft_exit_fail_perror() to include errono in string form
    
     - avoid clang reporting false positive static analysis errors about
       functions that exit and never return. ksft_exit* functions are marked
       __noreturn to address this problem
    
     - add mechanism for reporting a KSFT_ result code
    
     - fix build warnings related missing headers and unused variables
    
     - fix clang build failures
    
     - cleanups to resctrl test
    
     - add host arch for LLVM builds
    
    * tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (44 commits)
      selftests/sgx: Include KHDR_INCLUDES in Makefile
      selftests: Compile kselftest headers with -D_GNU_SOURCE
      selftests/resctrl: fix clang build warnings related to abs(), labs() calls
      selftests/ftrace: Fix checkbashisms errors
      selftests/ftrace: Fix BTFARG testcase to check fprobe is enabled correctly
      selftests/capabilities: fix warn_unused_result build warnings
      selftests: filesystems: add missing stddef header
      selftests: kselftest_deps: fix l5_test() empty variable
      selftests: default to host arch for LLVM builds
      selftests/resctrl: fix clang build failure: use LOCAL_HDRS
      selftests/binderfs: use the Makefile's rules, not Make's implicit rules
      Documentation: kselftest: fix codeblock
      selftests: kselftest: Make ksft_exit functions return void instead of int
      selftests: x86: ksft_exit_pass() does not return
      selftests: timers: ksft_exit functions do not return
      selftests: sync: ksft_exit_pass() does not return
      selftests/resctrl: ksft_exit_skip() does not return
      selftests: pidfd: ksft_exit functions do not return
      selftests/mm: ksft_exit functions do not return
      selftests: membarrier: ksft_exit_pass() does not return
      ...
    4b95dc87
kselftest_harness.h 35.4 KB