Rae Moar ([email protected])

Number of posts: 225 (0.22 per day)
First post: 2021-06-29 23:09:09
Last post: 2024-04-23 21:35:26

Date List Subject
2023-12-04 22:20:59 linux-kernel [PATCH v3 5/6] kunit: add ability to run tests after boot using debugfs
2023-12-04 22:20:45 linux-kernel [PATCH v3 4/6] kunit: add is_init test attribute
2023-12-04 22:20:43 linux-kernel [PATCH v3 3/6] kunit: add example suite to test init suites
2023-12-04 22:19:56 linux-kernel [PATCH v3 2/6] kunit: add KUNIT_INIT_TABLE to init linker section
2023-12-04 22:19:51 linux-kernel [PATCH v3 1/6] kunit: move KUNIT_TABLE out of INIT_DATA
2023-11-30 21:11:48 linux-kernel Re: [PATCH v2 RESEND] kunit: debugfs: Handle errors from alloc_string_stream()
2023-11-30 20:58:06 linux-kernel Re: [PATCH RESEND] kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
2023-11-30 20:52:11 linux-kernel Re: [PATCH RESEND] kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
2023-11-29 21:19:07 linux-kernel Re: [PATCH] kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
2023-10-24 19:42:01 linux-kernel Re: [PATCH v2] kunit: Warn if tests are slow
2023-10-04 21:03:22 linux-kernel Re: [PATCH v2 1/2] kunit: add ability to run tests after boot using debugfs
2023-10-04 21:02:52 linux-kernel Re: [PATCH v2 2/2] Documentation: Add debugfs docs with run after boot
2023-09-28 05:56:24 linux-kernel Re: [PATCH] kunit: debugfs: Handle errors from alloc_string_stream()
2023-09-20 00:53:16 linux-kernel Re: [PATCH 1/2] kunit: Warn if tests are slow
2023-09-15 03:02:01 linux-kernel [PATCH 2/2] kunit: tool: add attributes output to kunit.py
2023-09-15 01:02:51 linux-kernel [PATCH 1/2] kunit: tool: add parsing of test attributes
2023-08-19 16:34:39 linux-kernel Re: [PATCH v4 00/10] kunit: Add dynamically-extending log
2023-08-11 01:27:17 linux-kernel Re: [PATCH v3 7/7] kunit: Don't waste first attempt to format string in kunit_log_append()
2023-08-11 00:07:20 linux-kernel Re: [PATCH v3 5/7] kunit: kunit-test: Add test cases for logging very long lines
2023-08-11 00:03:04 linux-kernel Re: [PATCH v3 6/7] kunit: kunit-test: Add test of logging only a newline
2023-08-10 23:04:54 linux-kernel Re: [PATCH v3 3/7] kunit: Handle logging of lines longer than the fragment buffer size
2023-08-09 23:11:55 linux-kernel Re: [PATCH v3 1/7] kunit: Replace fixed-size log with dynamically-extending buffer
2023-08-09 23:11:36 linux-kernel Re: [PATCH v3 4/7] kunit: kunit-test: Test logging a line that exactly fills a fragment
2023-08-09 22:01:46 linux-kernel Re: [PATCH v3 2/7] kunit: kunit-test: Add test cases for extending log buffer
2023-08-08 22:04:11 linux-kernel Re: [PATCH v2 2/6] kunit: kunit-test: Add test cases for extending log buffer
2023-08-08 01:42:13 linux-kernel Re: [PATCH v5 1/3] kunit: Report the count of test suites in a module
2023-08-03 23:05:38 linux-kernel [PATCH -next v2] kunit: fix uninitialized variables bug in attributes filtering
2023-08-03 22:13:58 linux-kernel Re: [PATCH v3 2/3] kunit: Make 'list' action available to kunit test modules
2023-08-03 21:57:13 linux-kernel Re: [PATCH v3 1/3] kunit: Report the count of test suites in a module
2023-08-03 20:12:23 linux-kernel Re: [PATCH -next] kunit: fix uninitialized variables bug in attributes filtering
2023-08-02 22:17:24 linux-kernel [PATCH -next] kunit: fix uninitialized variables bug in attributes filtering
2023-07-25 22:03:53 linux-kernel [PATCH v3 3/9] kunit: Add module attribute
2023-07-25 22:02:54 linux-kernel [PATCH v3 6/9] kunit: memcpy: Mark tests as slow using test attributes
2023-07-25 22:02:36 linux-kernel [PATCH v3 4/9] kunit: Add ability to filter attributes
2023-07-25 22:01:27 linux-kernel [PATCH v3 8/9] kunit: add tests for filtering attributes
2023-07-25 21:48:29 linux-kernel [PATCH v3 0/9] kunit: Add test attributes API
2023-07-25 21:36:19 linux-kernel [PATCH v3 7/9] kunit: time: Mark test as slow using test attributes
2023-07-25 21:31:27 linux-kernel [PATCH v3 9/9] kunit: Add documentation of KUnit test attributes
2023-07-25 21:30:22 linux-kernel [PATCH v3 2/9] kunit: Add speed attribute
2023-07-25 21:29:59 linux-kernel [PATCH v3 1/9] kunit: Add test attributes API structure
2023-07-25 21:29:51 linux-kernel [PATCH v3 5/9] kunit: tool: Add command line interface to filter and report attributes
2023-07-24 16:55:01 linux-kernel [PATCH v2 9/9] kunit: Add documentation of KUnit test attributes
2023-07-24 16:54:51 linux-kernel [PATCH v2 8/9] kunit: add tests for filtering attributes
2023-07-24 16:54:44 linux-kernel [PATCH v2 3/9] kunit: Add module attribute
2023-07-24 16:52:42 linux-kernel [PATCH v2 0/9] kunit: Add test attributes API
2023-07-24 16:46:36 linux-kernel [PATCH v2 7/9] kunit: time: Mark test as slow using test attributes
2023-07-24 16:45:08 linux-kernel [PATCH v2 2/9] kunit: Add speed attribute
2023-07-24 16:37:11 linux-kernel [PATCH v2 6/9] kunit: memcpy: Mark tests as slow using test attributes
2023-07-24 16:35:56 linux-kernel [PATCH v2 5/9] kunit: tool: Add command line interface to filter and report attributes
2023-07-24 16:35:43 linux-kernel [PATCH v2 4/9] kunit: Add ability to filter attributes
2023-07-24 16:35:07 linux-kernel [PATCH v2 1/9] kunit: Add test attributes API structure