index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
/
debugfs.c
Age
Commit message (
Expand
)
Author
2025-01-15
kunit: Introduce autorun option
Stanislav Kinsburskii
2024-11-19
kunit: debugfs: Use IS_ERR() for alloc_string_stream() error check
Kuan-Wei Chiu
2024-11-19
kunit: string-stream: Fix a UAF bug in kunit_init_suite()
Jinjie Ruan
2023-12-18
kunit: add ability to run tests after boot using debugfs
Rae Moar
2023-12-18
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
2023-12-18
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
2023-09-18
kunit: Use string_stream for test log
Richard Fitzgerald
2023-06-09
kunit: include debugfs header file
Arnd Bergmann
2023-03-10
kunit: fix bug in the order of lines in debugfs logs
Rae Moar
2022-12-12
kunit: improve KTAP compliance of KUnit test output
Rae Moar
2022-05-02
kunit: fix debugfs code to use enum kunit_status, not bool
Daniel Latypov
2021-06-25
kunit: Support skipped tests
David Gow
2020-03-26
kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
Alan Maguire