summaryrefslogtreecommitdiff
path: root/lib/kunit/debugfs.c
AgeCommit message (Expand)Author
2024-11-19kunit: debugfs: Use IS_ERR() for alloc_string_stream() error checkKuan-Wei Chiu
2024-11-19kunit: string-stream: Fix a UAF bug in kunit_init_suite()Jinjie Ruan
2023-12-18kunit: add ability to run tests after boot using debugfsRae Moar
2023-12-18kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald
2023-12-18kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald
2023-09-18kunit: Use string_stream for test logRichard Fitzgerald
2023-06-09kunit: include debugfs header fileArnd Bergmann
2023-03-10kunit: fix bug in the order of lines in debugfs logsRae Moar
2022-12-12kunit: improve KTAP compliance of KUnit test outputRae Moar
2022-05-02kunit: fix debugfs code to use enum kunit_status, not boolDaniel Latypov
2021-06-25kunit: Support skipped testsDavid Gow
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire