index
:
pub/scm/linux/kernel/git/sven/linux.git
master
sven's fork of linux.git
Sven Peter
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kselftest.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-16
Merge tag 'linux_kselftest-next-7.2-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-2
/
+2
2026-05-05
kselftest: fix doc for ksft_test_result_report()
Woradorn Laodhanadhaworn
1
-2
/
+2
2026-04-27
selftests: kselftest: fix wrong test number in ksft_exit_skip
Sarthak Sharma
1
-1
/
+1
2026-03-31
selftests: kselftest: Add ksft_reset_state()
Thomas Weißschuh
1
-0
/
+11
2026-03-31
selftests: kselftest: Treat xpass as successful result
Thomas Weißschuh
1
-0
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+8
2025-09-21
selftests/mm: centralize the __always_unused macro
Muhammad Usama Anjum
1
-0
/
+4
2025-09-20
selftests: kselftest: Create ksft_print_dbg_msg()
André Almeida
1
-0
/
+14
2025-09-13
selftests: centralise maybe-unused definition in kselftest.h
Bala-Vignesh-Reddy
1
-0
/
+4
2025-02-26
Revert "selftests: kselftest: Fix build failure with NOLIBC"
Thomas Weißschuh
1
-5
/
+0
2025-01-14
selftests: kselftest: Fix the wrong format specifier
zhang jiao
1
-1
/
+1
2025-01-14
selftests: Warn about skipped tests in result summary
Laura Nao
1
-0
/
+5
2025-01-14
selftests: kselftest: Add ksft_test_result_xpass
Stefano Pigozzi
1
-1
/
+20
2024-09-11
selftests: kselftest: Use strerror() on nolibc
zhang jiao
1
-8
/
+0
2024-09-06
selftests:resctrl: Fix build failure on archs without __cpuid_count()
Shuah Khan
1
-0
/
+2
2024-06-29
selftests: kselftest: also use strerror() on nolibc
Thomas Weißschuh
1
-8
/
+0
2024-05-06
selftests: kselftest: Make ksft_exit functions return void instead of int
Nathan Chancellor
1
-6
/
+6
2024-05-06
selftests: Mark ksft_exit_fail_perror() as __noreturn
Muhammad Usama Anjum
1
-1
/
+1
2024-05-06
selftests: add ksft_exit_fail_perror()
Muhammad Usama Anjum
1
-0
/
+14
2024-05-06
kselftest: Add missing signature to the comments
Muhammad Usama Anjum
1
-0
/
+1
2024-05-06
kselftest: Add mechanism for reporting a KSFT_ result code
Mark Brown
1
-0
/
+22
2024-04-18
Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-4
/
+6
2024-04-17
selftests: kselftest_harness: fix Clang warning about zero-length format
Jakub Kicinski
1
-4
/
+6
2024-04-12
selftests: kselftest: Fix build failure with NOLIBC
Oleg Nesterov
1
-0
/
+5
2024-04-12
selftests: kselftest: Mark functions that unconditionally call exit() as __no...
Nathan Chancellor
1
-6
/
+9
2024-04-09
selftests/timers/posix_timers: Reimplement check_timer_distribution()
Oleg Nesterov
1
-0
/
+13
2024-03-01
selftests: kselftest_harness: separate diagnostic message with # in ksft_test...
Jakub Kicinski
1
-0
/
+5
2024-03-01
selftests: kselftest_harness: print test name for SKIP
Jakub Kicinski
1
-3
/
+4
2024-03-01
selftests: kselftest: add ksft_test_result_code(), handling all exit codes
Jakub Kicinski
1
-0
/
+39
2023-10-18
selftests:modify the incorrect print format
zhujun2
1
-7
/
+7
2023-10-13
selftests: Add printf attribute to kselftest prints
Maciej Wieczor-Retman
1
-8
/
+10
2023-10-05
kselftest: Add a ksft_perror() helper
Mark Brown
1
-0
/
+14
2023-08-18
selftests: line buffer test program's stdout
Ryan Roberts
1
-0
/
+9
2023-04-11
kselftest: Support nolibc
Mark Brown
1
-0
/
+2
2022-04-25
selftests: Provide local define of __cpuid_count()
Reinette Chatre
1
-0
/
+15
2022-03-24
selftests: kselftest framework: provide "finished" helper
Kees Cook
1
-0
/
+10
2021-12-10
tools: fix ARRAY_SIZE defines in tools and selftests hdrs
Shuah Khan
1
-0
/
+4
2020-08-05
Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+94
2020-07-06
selftests/harness: Switch to TAP output
Kees Cook
1
-2
/
+3
2020-07-06
selftests: Add header documentation and helpers
Kees Cook
1
-2
/
+71
2020-07-06
kselftest: fix TAP output for skipped tests
Paolo Bonzini
1
-8
/
+20
2020-07-06
kselftest: ksft_test_num return type should be unsigned
Paolo Bonzini
1
-1
/
+1
2019-07-30
kselftest: save-and-restore errno to allow for %m formatting
Aleksa Sarai
1
-0
/
+15
2019-04-25
selftests: Add test plan API to kselftest.h and adjust callers
Kees Cook
1
-2
/
+11
2019-04-25
selftests: Move test output to diagnostic lines
Kees Cook
1
-1
/
+1
2019-04-25
selftests: Add plan line and fix result line syntax
Kees Cook
1
-2
/
+2
2019-02-13
selftest: include stdio.h in kselftest.h
Tycho Andersen
1
-0
/
+1
2018-08-27
selftests: kselftest: Remove outdated comment
Thiago Jung Bauermann
1
-1
/
+0
2018-05-30
selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS
Shuah Khan (Samsung OSG)
1
-1
/
+1
2018-03-05
selftests: kselftest framework: add handling for TAP header level
Shuah Khan
1
-1
/
+2
[next]