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
2022-09-02 20:57:17 linux-kernel [PATCH 2/2] kunit: tool: rename all_test_uml.config, use it for --alltests
2022-09-02 20:51:14 linux-kernel [PATCH 1/2] kunit: tool: remove UML specific options from all_tests_uml.config
2022-08-31 19:58:34 linux-kernel Re: [PATCH] overflow: Split up kunit tests for smaller stack frames
2022-08-23 00:00:13 linux-kernel Re: [PATCH 7/8] lib: overflow: update reference to kunit-tool
2022-08-22 23:38:42 linux-kernel Re: [PATCH 7/8] lib: overflow: update reference to kunit-tool
2022-08-22 20:34:51 linux-kernel Re: [PATCH 7/8] lib: overflow: update reference to kunit-tool
2022-08-22 17:31:40 linux-kernel Re: [PATCH v2] kunit: fix assert_type for comparison macros
2022-08-10 23:32:12 linux-kernel [PATCH] kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
2022-08-10 17:45:11 linux-kernel Re: [PATCH v2 4/4] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()
2022-08-10 16:51:46 linux-kernel Re: [PATCH v2 4/4] drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()
2022-08-02 22:40:30 linux-kernel Re: [PATCH v2 1/3] kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
2022-08-02 22:39:34 linux-kernel Re: [PATCH v2 3/3] kunit: Use KUNIT_EXPECT_MEMEQ macro
2022-08-02 22:15:20 linux-kernel Re: [PATCH v2 2/3] kunit: Add KUnit memory block assertions to the example_all_expect_macros_test
2022-08-02 20:09:01 linux-kernel Re: [PATCH 2/3] kunit: add KUnit array assertions to the example_all_expect_macros_test
2022-08-02 19:43:36 linux-kernel Re: [PATCH 0/3] Introduce KUNIT_EXPECT_ARREQ and KUNIT_EXPECT_ARRNEQ macros
2022-08-02 19:01:34 linux-kernel Re: [PATCH 1/3] kunit: Introduce KUNIT_EXPECT_ARREQ and KUNIT_EXPECT_ARRNEQ macros
2022-08-02 18:35:17 linux-kernel Re: [PATCH 2/3] kunit: add KUnit array assertions to the example_all_expect_macros_test
2022-08-02 17:03:26 linux-kernel Re: [PATCH 0/3] Introduce KUNIT_EXPECT_ARREQ and KUNIT_EXPECT_ARRNEQ macros
2022-07-26 21:03:47 linux-kernel Re: [PATCH] clk: explicitly disable CONFIG_UML_PCI_OVER_VIRTIO in .kunitconfig
2022-07-22 17:47:34 linux-kernel [PATCH v2 3/5] kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends
2022-07-22 17:44:13 linux-kernel [PATCH v2 1/5] kunit: string-stream: Simplify resource use
2022-07-22 17:25:38 linux-kernel [PATCH v2 5/5] kunit: make kunit_kfree(NULL) a no-op to match kfree()
2022-07-22 17:22:59 linux-kernel [PATCH v2 4/5] kunit: make kunit_kfree() not segfault on invalid inputs
2022-07-22 17:17:26 linux-kernel [PATCH v2 2/5] kunit: drop test pointer in string_stream_fragment
2022-07-22 16:52:48 linux-kernel Re: [PATCH 4/4] kunit: make knuit_kfree() not segfault on invalid inputs
2022-07-22 01:11:03 linux-kernel Re: [PATCH v2] Documentation: kunit: Add CLI args for kunit_tool
2022-07-21 19:15:36 linux-kernel Re: [PATCH RESEND v2] Documentation: KUnit: Fix example with compilation error
2022-07-21 18:13:50 linux-kernel [PATCH 4/4] kunit: make knuit_kfree() not segfault on invalid inputs
2022-07-21 18:13:10 linux-kernel [PATCH 2/4] kunit: drop test pointer in string_stream_fragment
2022-07-21 18:12:57 linux-kernel [PATCH 3/4] kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends
2022-07-21 18:05:49 linux-kernel [PATCH 1/4] kunit: string-stream: Simplify resource use
2022-07-15 16:40:20 linux-kernel Re: [PATCH v2] kcsan: test: Add a .kunitconfig to run KCSAN tests
2022-07-15 00:29:45 linux-kernel Re: [PATCH 2/2] kcsan: test: Add a .kunitconfig to run KCSAN tests
2022-07-15 00:22:45 linux-kernel Re: [PATCH 2/2] kcsan: test: Add a .kunitconfig to run KCSAN tests
2022-07-15 00:05:47 linux-kernel Re: [PATCH v5 4/9] drm: selftest: convert drm_format selftest to KUnit
2022-07-14 20:43:15 linux-kernel Re: [PATCH 2/2] kcsan: test: Add a .kunitconfig to run KCSAN tests
2022-07-13 15:36:32 linux-kernel Re: [PATCH] module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=m
2022-07-12 21:30:39 linux-kernel Re: [PATCH] kunit: executor: Fix a memory leak on failure in kunit_filter_tests
2022-07-11 23:37:12 linux-kernel Re: [PATCH] clk: explicitly disable CONFIG_UML_PCI_OVER_VIRTIO in .kunitconfig
2022-07-11 17:24:13 linux-kernel Re: [PATCH v3] kunit: tool: Enable virtio/PCI by default on UML
2022-07-11 17:23:47 linux-kernel [PATCH] clk: explicitly disable CONFIG_UML_PCI_OVER_VIRTIO in .kunitconfig
2022-07-11 15:21:27 linux-kernel Re: [PATCH v3] kunit: tool: Enable virtio/PCI by default on UML
2022-07-11 14:45:43 linux-kernel Re: [PATCH 1/7] HID: uclogic: KUnit best practices and naming conventions
2022-07-08 21:30:24 linux-kernel Re: [PATCH v6 3/4] kunit: Taint the kernel when KUnit tests are run
2022-07-08 18:24:46 linux-kernel Re: [PATCH v3 1/5] kunit: unify module and builtin suite definitions
2022-07-08 17:07:09 linux-kernel [PATCH v3] kunit: tool: Enable virtio/PCI by default on UML
2022-07-08 02:00:11 linux-kernel [PATCH v4] kunit: tool: make --kunitconfig repeatable, blindly concat
2022-06-28 00:14:22 linux-kernel Re: [PATCH] kunit: tool: Enable virtio/PCI by default on UML
2022-06-27 23:21:11 linux-kernel Re: [PATCH] kunit: tool: Enable virtio/PCI by default on UML
2022-06-27 23:15:18 linux-kernel [PATCH v3 3/3] kunit: add coverage_uml.config to enable GCOV on UML
2022-06-27 22:41:32 linux-kernel [PATCH v3 2/3] kunit: tool: make --kunitconfig repeatable, blindly concat