Show patches with: Submitter = Daniel Latypov       |    Archived = No       |   222 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[1/3] kunit: remove va_format from kunit_assert kunit: further reduce stack usage of asserts --- 2022-01-25 Daniel Latypov Accepted
[5/5] kunit: decrease macro layering for EQ/NE asserts kunit: decrease layers of assertion macros --- 2022-01-18 Daniel Latypov Accepted
[4/5] kunit: decrease macro layering for integer asserts kunit: decrease layers of assertion macros --- 2022-01-18 Daniel Latypov Accepted
[3/5] kunit: reduce layering in string assertion macros kunit: decrease layers of assertion macros --- 2022-01-18 Daniel Latypov Accepted
[2/5] kunit: drop unused intermediate macros for ptr inequality checks kunit: decrease layers of assertion macros --- 2022-01-18 Daniel Latypov Accepted
[1/5] kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc. kunit: decrease layers of assertion macros --- 2022-01-18 Daniel Latypov Accepted
[5/5] kunit: tool: simplify code since build_dir can't be None [1/5] kunit: tool: drop mostly unused KunitResult.result field --- 2022-01-18 Daniel Latypov Accepted
[4/5] kunit: tool: drop last uses of collections.namedtuple [1/5] kunit: tool: drop mostly unused KunitResult.result field --- 2022-01-18 Daniel Latypov Accepted
[3/5] kunit: tool: drop unused KernelDirectoryPath var [1/5] kunit: tool: drop mostly unused KunitResult.result field --- 2022-01-18 Daniel Latypov Accepted
[2/5] kunit: tool: make --json handling a bit clearer [1/5] kunit: tool: drop mostly unused KunitResult.result field --- 2022-01-18 Daniel Latypov Accepted
[1/5] kunit: tool: drop mostly unused KunitResult.result field [1/5] kunit: tool: drop mostly unused KunitResult.result field --- 2022-01-18 Daniel Latypov Accepted
[v3,6/6] kunit: drop unused assert_type from kunit_assert and clean up macros kunit: refactor assertions to use less stack --- 2022-01-13 Daniel Latypov Accepted
[v3,4/6] kunit: factor out kunit_base_assert_format() call into kunit_fail() kunit: refactor assertions to use less stack --- 2022-01-13 Daniel Latypov Accepted
[v3,2/6] kunit: move check if assertion passed into the macros kunit: refactor assertions to use less stack --- 2022-01-13 Daniel Latypov Accepted
[v2,6/6] kunit: drop unused assert_type from kunit_assert and clean up macros kunit: refactor assertions to use less stack --- 2022-01-11 Daniel Latypov Superseded
[v2,4/6] kunit: factor out kunit_base_assert_format() call into kunit_fail() kunit: refactor assertions to use less stack --- 2022-01-11 Daniel Latypov Superseded
[v2,2/6] kunit: move check if assertion passed into the macros kunit: refactor assertions to use less stack --- 2022-01-11 Daniel Latypov Superseded
[6/6] kunit: drop unused assert_type from kunit_assert and clean up macros kunit: refactor assertions to use less stack --- 2022-01-08 Daniel Latypov Superseded
[5/6] kunit: split out part of kunit_assert into a static const kunit: refactor assertions to use less stack --- 2022-01-08 Daniel Latypov Accepted
[4/6] kunit: factor out kunit_base_assert_format() call into kunit_fail() kunit: refactor assertions to use less stack --- 2022-01-08 Daniel Latypov Superseded
[3/6] kunit: drop unused kunit* field in kunit_assert kunit: refactor assertions to use less stack --- 2022-01-08 Daniel Latypov Accepted
[2/6] kunit: move check if assertion passed into the macros kunit: refactor assertions to use less stack --- 2022-01-08 Daniel Latypov Superseded
[1/6] kunit: add example test case showing off all the expect macros kunit: refactor assertions to use less stack --- 2022-01-08 Daniel Latypov New
[v3] kunit: tool: Default --jobs to number of CPUs [v3] kunit: tool: Default --jobs to number of CPUs --- 2021-12-15 Daniel Latypov New
kunit: tool: fix newly introduced typechecker errors kunit: tool: fix newly introduced typechecker errors --- 2021-12-14 Daniel Latypov Accepted
[v2] kunit: tool: make `build` subcommand also reconfigure if needed [v2] kunit: tool: make `build` subcommand also reconfigure if needed --- 2021-12-14 Daniel Latypov Accepted
kunit: tool: make `build` subcommand also reconfigure if needed kunit: tool: make `build` subcommand also reconfigure if needed --- 2021-12-02 Daniel Latypov Superseded
[v2] kunit: tool: reconfigure when the used kunitconfig changes [v2] kunit: tool: reconfigure when the used kunitconfig changes --- 2021-11-19 Daniel Latypov Accepted
kunit: tool: reconfigure when the used kunitconfig changes kunit: tool: reconfigure when the used kunitconfig changes --- 2021-11-18 Daniel Latypov Superseded
kunit: tool: make --raw_output only support showing kunit output kunit: tool: make --raw_output only support showing kunit output --- 2021-09-16 Daniel Latypov New
[v5,2/2] kunit: tool: allow filtering test cases via glob Untitled series #158434 --- 2021-09-14 Daniel Latypov Accepted
[v4,2/2] kunit: tool: allow filtering test cases via glob [v4,1/2] kunit: drop assumption in kunit-log-test about current suite --- 2021-09-09 Daniel Latypov Superseded
[v4,1/2] kunit: drop assumption in kunit-log-test about current suite [v4,1/2] kunit: drop assumption in kunit-log-test about current suite --- 2021-09-09 Daniel Latypov Accepted
[3/3] kunit: tool: support running each suite/test separately kunit: allow running test suites/cases individually --- 2021-09-09 Daniel Latypov New
[2/3] kunit: tool: factor exec + parse steps into a function kunit: allow running test suites/cases individually --- 2021-09-09 Daniel Latypov Accepted
[1/3] kunit: add 'kunit.action' param to allow listing out tests kunit: allow running test suites/cases individually --- 2021-09-09 Daniel Latypov New
kunit: tool: better handling of quasi-bool args (--json, --raw_output) kunit: tool: better handling of quasi-bool args (--json, --raw_output) --- 2021-09-03 Daniel Latypov Accepted
[v3,1/2] kunit: drop assumption in kunit-log-test about current suite [v3,1/2] kunit: drop assumption in kunit-log-test about current suite --- 2021-08-31 Daniel Latypov Superseded
[v2] kunit: tool: allow filtering test cases via glob [v2] kunit: tool: allow filtering test cases via glob --- 2021-08-09 Daniel Latypov Superseded
kunit: tool: allow filtering test cases via glob kunit: tool: allow filtering test cases via glob --- 2021-08-09 Daniel Latypov Superseded
[v2,2/2] kunit: add 'kunit.action' param to allow listing out tests Untitled series #150394 --- 2021-08-05 Daniel Latypov New
[2/2] kunit: add 'kunit.action' param to allow listing out tests Untitled series #148614 --- 2021-07-29 Daniel Latypov Superseded
[v3] kunit: tool: add --kernel_args to allow setting module params [v3] kunit: tool: add --kernel_args to allow setting module params --- 2021-07-15 Daniel Latypov Accepted
[v2] kunit: tool: add --kernel_args to allow setting module params [v2] kunit: tool: add --kernel_args to allow setting module params --- 2021-07-14 Daniel Latypov Superseded
kunit: tool: add --kernel_args to allow setting module params kunit: tool: add --kernel_args to allow setting module params --- 2021-07-14 Daniel Latypov New
kunit: tool: internal refactor of parser input handling kunit: tool: internal refactor of parser input handling --- 2021-05-25 Daniel Latypov Accepted
[v2] lib/test: convert test_overflow.c to use KUnit [v2] lib/test: convert test_overflow.c to use KUnit --- 2021-05-11 Daniel Latypov New
lib/test: convert test_overflow.c to use KUnit lib/test: convert test_overflow.c to use KUnit --- 2021-05-03 Daniel Latypov Superseded
[v2,2/2] lib/test: convert lib/test_list_sort.c to use KUnit [v2,1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers --- 2021-05-03 Daniel Latypov Accepted
[v2,1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers [v2,1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers --- 2021-05-03 Daniel Latypov Accepted
[2/2] lib/test: convert lib/test_list_sort.c to use KUnit [1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers --- 2021-04-21 Daniel Latypov Superseded
[1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers [1/2] kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers --- 2021-04-21 Daniel Latypov Superseded
[v3] kunit: add unit test for filtering suites by names [v3] kunit: add unit test for filtering suites by names --- 2021-04-21 Daniel Latypov New
[v2] kunit: add unit test for filtering suites by names [v2] kunit: add unit test for filtering suites by names --- 2021-04-16 Daniel Latypov Superseded
[v6] lib: add basic KUnit test for lib/math [v6] lib: add basic KUnit test for lib/math --- 2021-04-16 Daniel Latypov New
[v4] Documentation: kunit: add tips for running KUnit [v4] Documentation: kunit: add tips for running KUnit --- 2021-04-14 Daniel Latypov Superseded
[v3] Documentation: kunit: add tips for running KUnit [v3] Documentation: kunit: add tips for running KUnit --- 2021-04-14 Daniel Latypov Accepted
[v2] Documentation: kunit: add tips for running KUnit [v2] Documentation: kunit: add tips for running KUnit --- 2021-04-13 Daniel Latypov Superseded
Documentation: kunit: add tips for running KUnit Documentation: kunit: add tips for running KUnit --- 2021-04-09 Daniel Latypov Superseded
[v4] lib: add basic KUnit test for lib/math [v4] lib: add basic KUnit test for lib/math --- 2021-04-09 Daniel Latypov New
[v5,2/2] kunit: ubsan integration kunit: fail tests on UBSAN errors --- 2021-04-02 Daniel Latypov New
[v5,1/2] kunit: support failure from dynamic analysis tools kunit: fail tests on UBSAN errors --- 2021-04-02 Daniel Latypov New
[v2] kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals [v2] kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals --- 2021-04-02 Daniel Latypov Accepted
[v4,1/2] kunit: support failure from dynamic analysis tools kunit: fail tests on UBSAN errors --- 2021-03-11 Daniel Latypov Superseded
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment --- 2021-02-22 Daniel Latypov Accepted
[v3,2/2] kunit: ubsan integration kunit: fail tests on UBSAN errors --- 2021-02-09 Daniel Latypov Superseded
[v3,1/2] kunit: support failure from dynamic analysis tools kunit: fail tests on UBSAN errors --- 2021-02-09 Daniel Latypov Superseded
[v4,3/3] kunit: tool: fix unintentional statefulness in run_kernel() kunit: support running subsets of test suites from kunit.py --- 2021-02-06 Daniel Latypov Accepted
[v4,2/3] kunit: tool: add support for filtering suites by glob kunit: support running subsets of test suites from kunit.py --- 2021-02-06 Daniel Latypov Accepted
[v4,1/3] kunit: add kunit.filter_glob cmdline option to filter suites kunit: support running subsets of test suites from kunit.py --- 2021-02-06 Daniel Latypov Accepted
[v2,2/2] kunit: ubsan integration kunit: fail tests on UBSAN errors --- 2021-02-05 Daniel Latypov Superseded
[v2,1/2] kunit: support failure from dynamic analysis tools kunit: fail tests on UBSAN errors --- 2021-02-05 Daniel Latypov New
kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals --- 2021-02-05 Daniel Latypov Superseded
[v2] kunit: don't show `1 == 1` in failed assertion messages [v2] kunit: don't show `1 == 1` in failed assertion messages --- 2021-02-05 Daniel Latypov Accepted
[v3,3/3] kunit: tool: fix unintentional statefulness in run_kernel() kunit: support running subsets of test suites from kunit.py --- 2021-02-04 Daniel Latypov Superseded
[v3,2/3] kunit: tool: add support for filtering suites by glob kunit: support running subsets of test suites from kunit.py --- 2021-02-04 Daniel Latypov New
[v3,1/3] kunit: add kunit.filter_glob cmdline option to filter suites kunit: support running subsets of test suites from kunit.py --- 2021-02-04 Daniel Latypov Superseded
[v2,3/3] kunit: tool: fix unintentional statefulness in run_kernel() kunit: support running subsets of test suites from kunit.py --- 2021-02-04 Daniel Latypov Superseded
[v2,2/3] kunit: tool: add support for filtering suites by glob kunit: support running subsets of test suites from kunit.py --- 2021-02-04 Daniel Latypov Superseded
[v2,1/3] kunit: add kunit.filter_glob cmdline option to filter suites kunit: support running subsets of test suites from kunit.py --- 2021-02-04 Daniel Latypov Superseded
[3/3] kunit: tool: fix unintentional statefulness in run_kernel() Untitled series #99623 --- 2021-02-03 Daniel Latypov Superseded
[2/3] kunit: tool: add support for filtering suites by glob Untitled series #99623 --- 2021-02-03 Daniel Latypov Superseded
[v2] kunit: make kunit_tool accept optional path to .kunitconfig fragment [v2] kunit: make kunit_tool accept optional path to .kunitconfig fragment --- 2021-02-01 Daniel Latypov Accepted
Documentation: kunit: add tips.rst for small examples Documentation: kunit: add tips.rst for small examples --- 2021-01-25 Daniel Latypov Accepted
kunit: make kunit_tool accept optional path to .kunitconfig fragment kunit: make kunit_tool accept optional path to .kunitconfig fragment --- 2021-01-23 Daniel Latypov Superseded
KUnit: Docs: make start.rst example Kconfig follow style.rst KUnit: Docs: make start.rst example Kconfig follow style.rst --- 2021-01-19 Daniel Latypov Accepted
[v3] lib: add basic KUnit test for lib/math [v3] lib: add basic KUnit test for lib/math --- 2021-01-19 Daniel Latypov Superseded
[v4,2/3] kunit: tool: fix minor typing issue with None status Untitled series #94075 --- 2021-01-15 Daniel Latypov Accepted
[v2] lib: add basic KUnit test for lib/math [v2] lib: add basic KUnit test for lib/math --- 2021-01-14 Daniel Latypov Superseded
[v3,3/3] kunit: tool: move kunitconfig parsing into __init__, make it optional [v3,1/3] kunit: tool: surface and address more typing issues --- 2021-01-07 Daniel Latypov Accepted
[v3,2/3] kunit: tool: fix minor typing issue with None status [v3,1/3] kunit: tool: surface and address more typing issues --- 2021-01-07 Daniel Latypov Superseded
[v3,1/3] kunit: tool: surface and address more typing issues [v3,1/3] kunit: tool: surface and address more typing issues --- 2021-01-07 Daniel Latypov Accepted
Documentation: kunit: include example of a parameterized test Documentation: kunit: include example of a parameterized test --- 2020-12-16 Daniel Latypov Accepted
[v2,3/3] kunit: tool: move kunitconfig parsing into __init__, make it optional [v2,1/3] kunit: tool: surface and address more typing issues --- 2020-12-11 Daniel Latypov Superseded
[v2,2/3] kunit: tool: fix minor typing issue with None status [v2,1/3] kunit: tool: surface and address more typing issues --- 2020-12-11 Daniel Latypov Superseded
[v2,1/3] kunit: tool: surface and address more typing issues [v2,1/3] kunit: tool: surface and address more typing issues --- 2020-12-11 Daniel Latypov New
kunit: tool: simplify kconfig is_subset_of() logic kunit: tool: simplify kconfig is_subset_of() logic --- 2020-12-08 Daniel Latypov Accepted
[3/3] kunit: tool: move kunitconfig parsing into __init__ [1/3] kunit: tool: surface and address more typing issues --- 2020-12-03 Daniel Latypov Superseded
[2/3] kunit: tool: fix minor typing issue with None status [1/3] kunit: tool: surface and address more typing issues --- 2020-12-03 Daniel Latypov Superseded
[1/3] kunit: tool: surface and address more typing issues [1/3] kunit: tool: surface and address more typing issues --- 2020-12-03 Daniel Latypov Superseded
« 1 2 3 »