index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
/
executor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-21
kunit: fix use-after-free in debugfs when using kunit.filter
Florian Schmaus
1
-3
/
+16
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+4
2025-11-14
kunit: Make filter parameters configurable via Kconfig
Thomas Weißschuh
1
-3
/
+5
2025-04-29
kunit: executor: Remove const from kunit_filter_suites() allocation type
Kees Cook
1
-1
/
+1
2025-01-15
kunit: Introduce autorun option
Stanislav Kinsburskii
1
-2
/
+19
2024-07-12
kunit: executor: Simplify string allocation handling
Kees Cook
1
-9
/
+3
2024-02-27
kunit: Mark filter* params as rw
Lucas De Marchi
1
-3
/
+3
2024-01-22
kunit: run test suites only after module initialization completes
Marco Pagani
1
-0
/
+4
2023-12-18
kunit: add is_init test attribute
Rae Moar
1
-1
/
+5
2023-12-18
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
1
-6
/
+58
2023-09-28
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
1
-4
/
+13
2023-09-28
kunit: Fix the wrong kfree of copy for kunit_filter_suites()
Jinjie Ruan
1
-1
/
+1
2023-09-28
kunit: Fix missed memory release in kunit_free_suite_set()
Jinjie Ruan
1
-1
/
+3
2023-09-05
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
1
-2
/
+2
2023-09-05
kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
Jinjie Ruan
1
-4
/
+19
2023-09-05
kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
Jinjie Ruan
1
-9
/
+12
2023-08-08
kunit: Allow kunit test modules to use test filtering
Janusz Krzysztofik
1
-26
/
+37
2023-08-08
kunit: Make 'list' action available to kunit test modules
Janusz Krzysztofik
1
-11
/
+17
2023-08-08
kunit: Report the count of test suites in a module
Janusz Krzysztofik
1
-19
/
+23
2023-08-04
kunit: fix uninitialized variables bug in attributes filtering
Rae Moar
1
-7
/
+11
2023-08-04
kunit: fix possible memory leak in kunit_filter_suites()
Ruan Jinjie
1
-5
/
+12
2023-07-31
kunit: fix wild-memory-access bug in kunit_filter_suites()
Ruan Jinjie
1
-1
/
+2
2023-07-26
kunit: Add ability to filter attributes
Rae Moar
1
-18
/
+73
2023-07-26
kunit: Add test attributes API structure
Rae Moar
1
-4
/
+17
2022-12-12
kunit: improve KTAP compliance of KUnit test output
Rae Moar
1
-3
/
+3
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
1
-0
/
+4
2022-07-14
kunit: executor: Fix a memory leak on failure in kunit_filter_tests
David Gow
1
-1
/
+3
2022-07-11
kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites
Daniel Latypov
1
-87
/
+28
2022-07-07
kunit: use kmemdup in kunit_filter_tests(), take suite as const
Daniel Latypov
1
-4
/
+2
2022-05-17
kunit: fix executor OOM error handling logic on non-UML
Daniel Latypov
1
-4
/
+5
2022-05-12
kunit: bail out of test filtering logic quicker if OOM
Daniel Latypov
1
-5
/
+22
2021-10-19
kunit: add 'kunit.action' param to allow listing out tests
Daniel Latypov
1
-5
/
+40
2021-10-19
kunit: fix too small allocation when using suite-only kunit.filter_glob
Daniel Latypov
1
-1
/
+1
2021-10-19
kunit: tool: allow filtering test cases via glob
Daniel Latypov
1
-11
/
+96
2021-06-25
kunit: add unit test for filtering suites by names
Daniel Latypov
1
-14
/
+19
2021-06-11
kunit: Add 'kunit_shutdown' option
David Gow
1
-0
/
+20
2021-02-08
kunit: add kunit.filter_glob cmdline option to filter suites
Daniel Latypov
1
-9
/
+84
2020-10-09
kunit: test: add test plan to KUnit TAP format
Brendan Higgins
1
-0
/
+17
2020-10-09
init: main: add KUnit to kernel init
Brendan Higgins
1
-3
/
+1
2020-10-09
kunit: test: create a single centralized executor for all tests
Alan Maguire
1
-0
/
+28