Show patches with: Submitter = Daniel Latypov       |   318 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/3] kunit: tool: properly report the used arch for --json, or '' if not known [1/3] kunit: tool: readability tweaks in KernelCI json generation logic - 1 - --- 2022-02-17 Daniel Latypov brendanhiggins New
[2/3] kunit: tool: refactor how we plumb metadata into JSON [1/3] kunit: tool: readability tweaks in KernelCI json generation logic - 1 - --- 2022-02-17 Daniel Latypov brendanhiggins Accepted
[1/3] kunit: tool: readability tweaks in KernelCI json generation logic [1/3] kunit: tool: readability tweaks in KernelCI json generation logic - 1 - --- 2022-02-17 Daniel Latypov brendanhiggins Accepted
[v2] Documentation: kunit: fix path to .kunitconfig in start.rst [v2] Documentation: kunit: fix path to .kunitconfig in start.rst - 2 - --- 2022-01-31 Daniel Latypov brendanhiggins Accepted
kunit: fix missing f in f-string in run_checks.py kunit: fix missing f in f-string in run_checks.py - 2 - --- 2022-01-27 Daniel Latypov brendanhiggins Accepted
kunit: cleanup assertion macro internal variables kunit: cleanup assertion macro internal variables - 2 - --- 2022-01-27 Daniel Latypov brendanhiggins Accepted
[3/3] kunit: factor out str constants from binary assertion structs kunit: further reduce stack usage of asserts - 2 - --- 2022-01-25 Daniel Latypov brendanhiggins Accepted
[2/3] kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros kunit: further reduce stack usage of asserts - 2 - --- 2022-01-25 Daniel Latypov brendanhiggins Accepted
[1/3] kunit: remove va_format from kunit_assert kunit: further reduce stack usage of asserts - 2 - --- 2022-01-25 Daniel Latypov brendanhiggins Accepted
[5/5] kunit: decrease macro layering for EQ/NE asserts kunit: decrease layers of assertion macros - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[4/5] kunit: decrease macro layering for integer asserts kunit: decrease layers of assertion macros - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[3/5] kunit: reduce layering in string assertion macros kunit: decrease layers of assertion macros - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[2/5] kunit: drop unused intermediate macros for ptr inequality checks kunit: decrease layers of assertion macros - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[1/5] kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc. kunit: decrease layers of assertion macros - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[5/5] kunit: tool: simplify code since build_dir can't be None [1/5] kunit: tool: drop mostly unused KunitResult.result field - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[4/5] kunit: tool: drop last uses of collections.namedtuple [1/5] kunit: tool: drop mostly unused KunitResult.result field - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[3/5] kunit: tool: drop unused KernelDirectoryPath var [1/5] kunit: tool: drop mostly unused KunitResult.result field - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[2/5] kunit: tool: make --json handling a bit clearer [1/5] kunit: tool: drop mostly unused KunitResult.result field - 2 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[1/5] kunit: tool: drop mostly unused KunitResult.result field [1/5] kunit: tool: drop mostly unused KunitResult.result field - 1 - --- 2022-01-18 Daniel Latypov brendanhiggins Accepted
[v3,6/6] kunit: drop unused assert_type from kunit_assert and clean up macros kunit: refactor assertions to use less stack - 2 - --- 2022-01-13 Daniel Latypov brendanhiggins Accepted
[v3,5/6] kunit: split out part of kunit_assert into a static const kunit: refactor assertions to use less stack - 2 - --- 2022-01-13 Daniel Latypov brendanhiggins Accepted
[v3,4/6] kunit: factor out kunit_base_assert_format() call into kunit_fail() kunit: refactor assertions to use less stack - 2 - --- 2022-01-13 Daniel Latypov brendanhiggins Accepted
[v3,3/6] kunit: drop unused kunit* field in kunit_assert kunit: refactor assertions to use less stack - 2 - --- 2022-01-13 Daniel Latypov brendanhiggins Accepted
[v3,2/6] kunit: move check if assertion passed into the macros kunit: refactor assertions to use less stack - 2 - --- 2022-01-13 Daniel Latypov brendanhiggins Accepted
[v3,1/6] kunit: add example test case showing off all the expect macros kunit: refactor assertions to use less stack - 2 - --- 2022-01-13 Daniel Latypov brendanhiggins Accepted
[v2,6/6] kunit: drop unused assert_type from kunit_assert and clean up macros kunit: refactor assertions to use less stack - 2 - --- 2022-01-11 Daniel Latypov brendanhiggins New
[v2,5/6] kunit: split out part of kunit_assert into a static const kunit: refactor assertions to use less stack - 2 - --- 2022-01-11 Daniel Latypov brendanhiggins New
[v2,4/6] kunit: factor out kunit_base_assert_format() call into kunit_fail() kunit: refactor assertions to use less stack - 1 - --- 2022-01-11 Daniel Latypov brendanhiggins Accepted
[v2,3/6] kunit: drop unused kunit* field in kunit_assert kunit: refactor assertions to use less stack - 2 - --- 2022-01-11 Daniel Latypov brendanhiggins Accepted
[v2,2/6] kunit: move check if assertion passed into the macros kunit: refactor assertions to use less stack - 2 - --- 2022-01-11 Daniel Latypov brendanhiggins Accepted
[v2,1/6] kunit: add example test case showing off all the expect macros kunit: refactor assertions to use less stack - 2 - --- 2022-01-11 Daniel Latypov brendanhiggins Accepted
[6/6] kunit: drop unused assert_type from kunit_assert and clean up macros kunit: refactor assertions to use less stack - 1 - --- 2022-01-08 Daniel Latypov brendanhiggins New
[5/6] kunit: split out part of kunit_assert into a static const kunit: refactor assertions to use less stack - 1 - --- 2022-01-08 Daniel Latypov brendanhiggins New
[4/6] kunit: factor out kunit_base_assert_format() call into kunit_fail() kunit: refactor assertions to use less stack - 1 - --- 2022-01-08 Daniel Latypov brendanhiggins Accepted
[3/6] kunit: drop unused kunit* field in kunit_assert kunit: refactor assertions to use less stack - 2 - --- 2022-01-08 Daniel Latypov brendanhiggins Accepted
[2/6] kunit: move check if assertion passed into the macros kunit: refactor assertions to use less stack - 1 - --- 2022-01-08 Daniel Latypov brendanhiggins New
[1/6] kunit: add example test case showing off all the expect macros kunit: refactor assertions to use less stack - 2 - --- 2022-01-08 Daniel Latypov brendanhiggins New
[v3] kunit: tool: Default --jobs to number of CPUs [v3] kunit: tool: Default --jobs to number of CPUs - 2 - --- 2021-12-15 Daniel Latypov brendanhiggins Accepted
[v2] kunit: tool: fix newly introduced typechecker errors [v2] kunit: tool: fix newly introduced typechecker errors - 1 - --- 2021-12-15 Daniel Latypov brendanhiggins Accepted
kunit: tool: fix newly introduced typechecker errors kunit: tool: fix newly introduced typechecker errors - 1 - --- 2021-12-14 Daniel Latypov brendanhiggins New
[v2] kunit: tool: make `build` subcommand also reconfigure if needed [v2] kunit: tool: make `build` subcommand also reconfigure if needed - 1 - --- 2021-12-14 Daniel Latypov brendanhiggins Accepted
[v2,2/2] kunit: tool: delete kunit_parser.TestResult type [v2,1/2] kunit: tool: use dataclass instead of collections.namedtuple - 1 - --- 2021-12-14 Daniel Latypov brendanhiggins Accepted
[v2,1/2] kunit: tool: use dataclass instead of collections.namedtuple [v2,1/2] kunit: tool: use dataclass instead of collections.namedtuple - 1 - --- 2021-12-14 Daniel Latypov brendanhiggins Accepted
kunit: tool: make `build` subcommand also reconfigure if needed kunit: tool: make `build` subcommand also reconfigure if needed - 1 - --- 2021-12-02 Daniel Latypov brendanhiggins Accepted
kunit: tool: suggest using decode_stacktrace.sh on kernel crash kunit: tool: suggest using decode_stacktrace.sh on kernel crash - 1 - --- 2021-11-20 Daniel Latypov brendanhiggins Accepted
[v2] kunit: tool: reconfigure when the used kunitconfig changes [v2] kunit: tool: reconfigure when the used kunitconfig changes - 2 - --- 2021-11-19 Daniel Latypov brendanhiggins Accepted
kunit: tool: reconfigure when the used kunitconfig changes kunit: tool: reconfigure when the used kunitconfig changes - - - --- 2021-11-18 Daniel Latypov brendanhiggins New
kunit: tool: revamp message for invalid kunitconfig kunit: tool: revamp message for invalid kunitconfig - 2 - --- 2021-11-11 Daniel Latypov brendanhiggins Accepted
[2/2] kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs [1/2] kunit: tool: move Kconfig read_from_file/parse_from_string to package-level - 2 - --- 2021-11-06 Daniel Latypov brendanhiggins Accepted
[1/2] kunit: tool: move Kconfig read_from_file/parse_from_string to package-level [1/2] kunit: tool: move Kconfig read_from_file/parse_from_string to package-level - 2 - --- 2021-11-06 Daniel Latypov brendanhiggins Accepted
Documentation: kunit: fix path to .kunitconfig in start.rst Documentation: kunit: fix path to .kunitconfig in start.rst - - - --- 2021-11-03 Daniel Latypov brendanhiggins New
[v2] kunit: add run_checks.py script to validate kunit changes [v2] kunit: add run_checks.py script to validate kunit changes - 3 - --- 2021-11-03 Daniel Latypov brendanhiggins Accepted
kunit: add run_checks.py script to validate kunit changes kunit: add run_checks.py script to validate kunit changes - 1 - --- 2021-11-02 Daniel Latypov brendanhiggins New
Documentation: kunit: remove claims that kunit is a mocking framework Documentation: kunit: remove claims that kunit is a mocking framework - 2 - --- 2021-10-26 Daniel Latypov brendanhiggins Accepted
kunit: tool: fix typecheck errors about loading qemu configs kunit: tool: fix typecheck errors about loading qemu configs - 2 - --- 2021-10-22 Daniel Latypov brendanhiggins Accepted
[v2] kunit: tool: continue past invalid utf-8 output [v2] kunit: tool: continue past invalid utf-8 output - 1 1 --- 2021-10-20 Daniel Latypov brendanhiggins Accepted
[RFC] kunit: flatten kunit_suite*** to kunit_suite** in executor [RFC] kunit: flatten kunit_suite*** to kunit_suite** in executor - - 1 --- 2021-10-13 Daniel Latypov brendanhiggins New
[v8] kunit: tool: improve compatibility of kunit_parser with KTAP specification [v8] kunit: tool: improve compatibility of kunit_parser with KTAP specification - 2 - --- 2021-10-11 Daniel Latypov brendanhiggins Accepted
[2/2] kunit: tool: delete kunit_parser.TestResult type [1/2] kunit: tool: use dataclass instead of collections.namedtuple - 1 - --- 2021-10-09 Daniel Latypov brendanhiggins New
[1/2] kunit: tool: use dataclass instead of collections.namedtuple [1/2] kunit: tool: use dataclass instead of collections.namedtuple - 1 - --- 2021-10-09 Daniel Latypov brendanhiggins New
kunit: tool: fix --json output for skipped tests kunit: tool: fix --json output for skipped tests - 2 - --- 2021-10-08 Daniel Latypov brendanhiggins Accepted
kunit: tool: continue past invalid utf-8 output kunit: tool: continue past invalid utf-8 output - 1 - --- 2021-10-08 Daniel Latypov brendanhiggins New
[v2] kunit: tool: print parsed test results fully incrementally [v2] kunit: tool: print parsed test results fully incrementally - 2 - --- 2021-10-07 Daniel Latypov brendanhiggins Accepted
[v7] kunit: tool: improve compatibility of kunit_parser with KTAP specification [v7] kunit: tool: improve compatibility of kunit_parser with KTAP specification - 2 - --- 2021-10-07 Daniel Latypov brendanhiggins New
kunit: tool: print parsed test results fully incrementally kunit: tool: print parsed test results fully incrementally - 1 - --- 2021-10-07 Daniel Latypov brendanhiggins New
[v6] kunit: tool: improve compatibility of kunit_parser with KTAP specification [v6] kunit: tool: improve compatibility of kunit_parser with KTAP specification - 3 - --- 2021-10-06 Daniel Latypov brendanhiggins New
[v5] kunit: tool: improve compatibility of kunit_parser with KTAP specification [v5] kunit: tool: improve compatibility of kunit_parser with KTAP specification - 2 - --- 2021-10-06 Daniel Latypov brendanhiggins New
kunit: fix kernel-doc warnings due to mismatched arg names kunit: fix kernel-doc warnings due to mismatched arg names - 2 - --- 2021-10-05 Daniel Latypov brendanhiggins Accepted
[v2] kunit: tool: yield output from run_kernel in real time [v2] kunit: tool: yield output from run_kernel in real time - 2 - --- 2021-10-05 Daniel Latypov brendanhiggins New
[v4] kunit: tool: improve compatibility of kunit_parser with KTAP specification [v4] kunit: tool: improve compatibility of kunit_parser with KTAP specification - 1 - --- 2021-10-04 Daniel Latypov brendanhiggins New
kunit: tool: yield output from run_kernel in real time kunit: tool: yield output from run_kernel in real time - - - --- 2021-10-04 Daniel Latypov brendanhiggins New
kunit: fix too small allocation when using suite-only kunit.filter_glob kunit: fix too small allocation when using suite-only kunit.filter_glob 1 1 - --- 2021-10-02 Daniel Latypov brendanhiggins Accepted
[v4,4/4] kunit: tool: support running each suite/test separately kunit: allow running test suites/cases individually - 2 - --- 2021-09-30 Daniel Latypov brendanhiggins New
[v4,3/4] kunit: tool: actually track how long it took to run tests kunit: allow running test suites/cases individually - 2 - --- 2021-09-30 Daniel Latypov brendanhiggins New
[v4,2/4] kunit: tool: factor exec + parse steps into a function kunit: allow running test suites/cases individually 1 1 - --- 2021-09-30 Daniel Latypov brendanhiggins New
[v4,1/4] kunit: add 'kunit.action' param to allow listing out tests kunit: allow running test suites/cases individually - 2 - --- 2021-09-30 Daniel Latypov brendanhiggins Accepted
kunit: tool: show list of valid --arch options when invalid kunit: tool: show list of valid --arch options when invalid - 2 - --- 2021-09-29 Daniel Latypov brendanhiggins Accepted
[v3,4/4] kunit: tool: support running each suite/test separately kunit: allow running test suites/cases individually - 1 - --- 2021-09-29 Daniel Latypov brendanhiggins New
[v3,3/4] kunit: tool: actually track how long it took to run tests kunit: allow running test suites/cases individually - 1 - --- 2021-09-29 Daniel Latypov brendanhiggins New
[v3,2/4] kunit: tool: factor exec + parse steps into a function kunit: allow running test suites/cases individually - 1 - --- 2021-09-29 Daniel Latypov brendanhiggins New
[v3,1/4] kunit: add 'kunit.action' param to allow listing out tests kunit: allow running test suites/cases individually - 1 - --- 2021-09-29 Daniel Latypov brendanhiggins New
[v2,3/3] kunit: tool: support running each suite/test separately kunit: allow running test suites/cases individually - 1 - --- 2021-09-28 Daniel Latypov brendanhiggins New
[v2,2/3] kunit: tool: factor exec + parse steps into a function kunit: allow running test suites/cases individually - 1 - --- 2021-09-28 Daniel Latypov brendanhiggins New
[v2,1/3] kunit: add 'kunit.action' param to allow listing out tests kunit: allow running test suites/cases individually - 1 - --- 2021-09-28 Daniel Latypov brendanhiggins New
kunit: tool: misc fixes (unused vars, imports, leaked files) kunit: tool: misc fixes (unused vars, imports, leaked files) - 2 - --- 2021-09-28 Daniel Latypov brendanhiggins New
[v2] kunit: tool: better handling of quasi-bool args (--json, --raw_output) [v2] kunit: tool: better handling of quasi-bool args (--json, --raw_output) - 1 1 --- 2021-09-22 Daniel Latypov brendanhiggins Accepted
kunit: tool: make --raw_output only support showing kunit output kunit: tool: make --raw_output only support showing kunit output - 1 - --- 2021-09-16 Daniel Latypov brendanhiggins New
[v5,2/2] kunit: tool: allow filtering test cases via glob [v5,1/2] kunit: drop assumption in kunit-log-test about current suite - 2 - --- 2021-09-14 Daniel Latypov brendanhiggins Accepted
[v5,1/2] kunit: drop assumption in kunit-log-test about current suite [v5,1/2] kunit: drop assumption in kunit-log-test about current suite - 2 - --- 2021-09-14 Daniel Latypov brendanhiggins 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 - 2 - --- 2021-09-09 Daniel Latypov brendanhiggins New
[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 - 1 - --- 2021-09-09 Daniel Latypov brendanhiggins New
[3/3] kunit: tool: support running each suite/test separately kunit: allow running test suites/cases individually - - - --- 2021-09-09 Daniel Latypov brendanhiggins New
[2/3] kunit: tool: factor exec + parse steps into a function kunit: allow running test suites/cases individually - - - --- 2021-09-09 Daniel Latypov brendanhiggins New
[1/3] kunit: add 'kunit.action' param to allow listing out tests kunit: allow running test suites/cases individually - - - --- 2021-09-09 Daniel Latypov brendanhiggins New
kunit: tool: better handling of quasi-bool args (--json, --raw_output) kunit: tool: better handling of quasi-bool args (--json, --raw_output) - - 1 --- 2021-09-03 Daniel Latypov brendanhiggins New
[v3,2/2] kunit: tool: allow filtering test cases via glob [v3,1/2] kunit: drop assumption in kunit-log-test about current suite - 2 - --- 2021-08-31 Daniel Latypov brendanhiggins New
[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 - 1 - --- 2021-08-31 Daniel Latypov brendanhiggins New
[v2] kunit: tool: allow filtering test cases via glob [v2] kunit: tool: allow filtering test cases via glob - 1 - --- 2021-08-09 Daniel Latypov brendanhiggins New
kunit: tool: allow filtering test cases via glob kunit: tool: allow filtering test cases via glob - - - --- 2021-08-09 Daniel Latypov brendanhiggins New
[v2,2/2] kunit: add 'kunit.action' param to allow listing out tests [v2,1/2] kunit: tool: make --raw_output support only showing kunit output - - - --- 2021-08-05 Daniel Latypov brendanhiggins New
« 1 2 3 4 »