Daniel Latypov ([email protected])

Number of posts: 710 (0.55 per day)
First post: 2020-09-30 18:33:43
Last post: 2024-04-03 22:00:23

Date List Subject
2024-04-03 22:00:23 linux-kernel Re: [PATCH v2] Documentation: kunit: Clarify test filter format
2024-03-28 18:27:41 linux-kernel Re: [PATCH] Documentation: kunit: Clarify test filter format
2024-03-15 23:17:00 linux-kernel Re: [PATCH v3] kunit: tool: add ability to parse multiple files
2024-03-07 00:22:30 linux-kernel Re: [PATCH v2] kunit: tool: add ability to parse multiple files
2024-02-22 23:37:59 linux-kernel Re: [PATCH] kunit: tool: add parsing of all files in directory
2024-02-22 17:44:00 linux-kernel Re: [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg
2024-02-21 20:36:41 linux-kernel Re: [PATCH 1/9] kunit: test: Log the correct filter string in executor_test
2023-09-22 23:39:53 linux-kernel Re: [PATCH v2] list: test: potential dereference of null pointer
2023-07-10 19:07:58 linux-kernel Re: [RFC v2 8/9] kunit: add tests for filtering attributes
2023-06-02 21:49:49 linux-kernel Re: [PATCH] Documentation: kunit: Rename references to kunit_abort()
2023-06-02 21:48:57 linux-kernel Re: [PATCH RESEND 1/2] drivers: base: Add basic devm tests for root devices
2023-06-01 03:39:55 linux-kernel Re: [PATCH] kunit: Move kunit_abort() call out of kunit_do_failed_assertion()
2023-05-26 19:24:04 linux-kernel Re: [RFC PATCH] kunit: Move kunit_abort() call out of kunit_do_failed_assertion()
2023-05-26 18:11:14 linux-kernel Re: [RFC PATCH] kunit: Move kunit_abort() call out of kunit_do_failed_assertion()
2023-05-01 18:22:30 linux-kernel Re: [PATCH v2 1/3] kunit: tool: add subscripts for type annotations where appropriate
2023-05-01 18:19:52 linux-kernel [PATCH] kunit: tool: undo type subscripts for subprocess.Popen
2023-04-30 22:00:26 linux-kernel Re: [PATCH v2 1/3] kunit: tool: add subscripts for type annotations where appropriate
2023-04-26 02:19:10 linux-kernel Re: [PATCH v1 1/3] kunit: Add kunit_add_action() to defer a call until test exit
2023-04-13 00:05:12 linux-kernel Re: [PATCH v3 05/11] of: Add a KUnit test for overlays and test managed APIs
2023-04-06 01:32:50 linux-kernel Re: [PATCH 2/9] fortify: Allow KUnit test to build without FORTIFY
2023-04-03 23:29:36 linux-kernel Re: [PATCH v2] kunit: add tests for using current KUnit test field
2023-04-03 23:26:10 linux-kernel Re: [PATCH v1] kunit: add tests for using current KUnit test field
2023-03-30 22:23:27 linux-kernel Re: [PATCH v1] kunit: add tests for using current KUnit test field
2023-03-30 16:20:46 linux-kernel Re: [PATCH v2] Input: Add KUnit tests for some of the input core helper functions
2023-03-30 15:36:42 linux-kernel Re: [PATCH] .gitignore: Exclude KUnit config dot-files
2023-03-30 05:35:15 linux-kernel Re: [PATCH] Input: Add KUnit tests for some of the input core helper functions
2023-03-20 19:30:11 linux-kernel Re: [KTAP V2 PATCH] ktap_v2: add recognized test name line
2023-03-16 22:07:20 linux-kernel [PATCH v2 3/3] kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.py
2023-03-16 22:07:15 linux-kernel [PATCH v2 2/3] kunit: tool: remove unused imports and variables
2023-03-16 22:07:12 linux-kernel [PATCH v2 1/3] kunit: tool: add subscripts for type annotations where appropriate
2023-03-16 17:30:12 linux-kernel [PATCH 2/2] kunit: tool: remove unused imports and variables
2023-03-16 17:30:08 linux-kernel [PATCH 1/2] kunit: tool: add subscripts for type annotations where appropriate
2023-01-27 05:38:53 linux-kernel Re: [RFC PATCH v2] kunit: Add "hooks" to call into KUnit when it's built as a module
2023-01-18 08:12:33 linux-kernel Re: [PATCH] tools/testing/kunit/kunit.py: remove redundant double check
2023-01-17 23:27:14 linux-kernel Re: [PATCH v3 30/48] mm/damon: Stop using vma_mas_store() for maple tree store
2023-01-17 22:33:26 linux-kernel Re: [PATCH] tools/testing/kunit/kunit.py: remove redundant double check
2023-01-14 01:51:24 linux-kernel Re: [PATCH] kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST
2023-01-14 00:00:18 linux-kernel Re: [PATCH v1] lib/hashtable_test.c: add test for the hashtable structure
2023-01-13 23:12:37 linux-kernel [PATCH] kunit: kunit_skip() should not overwrite KUNIT_FAIL()
2023-01-10 21:30:26 linux-kernel Re: [PATCH] kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST
2022-12-28 02:27:12 linux-kernel Re: [PATCH v1] lib/hashtable_test.c: add test for the hashtable structure
2022-12-15 19:12:55 linux-kernel Re: [PATCH 2/2] Documentation: Add Function Redirection API docs
2022-12-15 19:03:48 linux-kernel Re: [PATCH 2/2] Documentation: Add Function Redirection API docs
2022-12-07 19:11:41 linux-kernel Re: [PATCH] kunit: tool: make parser preserve whitespace when printing test log
2022-12-02 01:46:28 linux-kernel Re: [PATCH v4 1/3] kunit: Provide a static key to check if KUnit is actively running tests
2022-11-30 19:05:08 linux-kernel [PATCH] kunit: tool: make parser preserve whitespace when printing test log
2022-11-29 18:05:09 linux-kernel Re: [PATCH] kunit: tool: don't include KTAP headers and the like in the test log
2022-11-29 00:55:14 linux-kernel [PATCH] kunit: tool: don't include KTAP headers and the like in the test log
2022-11-23 17:07:08 linux-kernel Re: [PATCH v3 2/3] kunit: Use the static key when retrieving the current test
2022-11-22 17:59:21 linux-kernel Re: [PATCH v2 2/2] kunit: improve KTAP compliance of KUnit test output
2022-11-22 03:06:32 linux-kernel Re: [PATCH v3 2/3] kunit: Use the static key when retrieving the current test