Brendan Higgins ([email protected])

Number of posts: 1655 (0.6 per day)
First post: 2016-10-12 20:01:35
Last post: 2024-05-02 21:24:18

Date List Subject
2022-03-25 14:12:46 linux-kernel Re: [PATCH v2 1/3] kunit: tool: readability tweaks in KernelCI json generation logic
2022-03-24 21:34:37 linux-kernel Re: [PATCH 4/5] kunit: tool: drop last uses of collections.namedtuple
2022-03-24 20:54:27 linux-kernel Re: [PATCH v2 3/3] kunit: tool: properly report the used arch for --json, or '' if not known
2022-03-24 16:55:02 linux-kernel Re: [PATCH 3/5] kunit: tool: drop unused KernelDirectoryPath var
2022-03-24 02:10:43 linux-kernel Re: [PATCH v2 2/3] kunit: tool: refactor how we plumb metadata into JSON
2022-03-23 21:09:38 linux-kernel Re: [PATCH] kunit: Rework kunit_resource allocation policy
2022-03-23 19:29:15 linux-kernel Re: [PATCH] list: test: Test the hlist structure
2022-03-17 06:06:26 linux-kernel Re: [RFC v1 00/10] roadtest: a driver testing framework
2022-03-16 21:31:33 linux-kernel Re: [RFC v1 07/10] iio: light: opt3001: add roadtest
2022-03-11 23:29:49 linux-kernel [RFC v1] kunit: add support for kunit_suites that reference init code
2022-03-11 23:17:36 linux-kernel Re: [PATCH v2 0/3] kunit: fix a UAF bug and do some optimization
2022-03-11 21:37:25 linux-kernel [PATCH v1] kunit: add support for kunit_suites that reference init code
2022-03-10 23:27:08 linux-kernel Re: [RFC v1] kunit: add support for kunit_suites that reference init code
2022-03-10 22:57:10 linux-kernel Re: [RFC v1] kunit: add support for kunit_suites that reference init code
2022-03-10 10:35:41 linux-kernel Re: [PATCH v2 2/3] kunit: make kunit_test_timeout compatible with comment
2022-03-10 08:41:29 linux-kernel Re: [PATCH v2 1/3] kunit: fix UAF when run kfence test case test_gfpzero
2022-03-02 01:27:42 linux-kernel Re: [PATCH v4 3/3] configfs: Add unit tests
2022-03-02 01:16:25 linux-kernel Re: [PATCH v3 7/7] UAPI: Introduce KUnit userspace compatibility
2022-02-14 22:02:10 linux-kernel Re: [PATCH v5 1/1] Documentation: dev-tools: clarify KTAP specification wording
2022-02-09 07:18:48 linux-kernel Re: [PATCH v1] Documentation: KUnit: Fix usage bug
2022-02-09 07:03:52 linux-kernel Re: [PATCH v2 3/3] list: test: Add a test for list_entry_is_head()
2022-02-09 06:06:29 linux-kernel Re: [PATCH v2 2/3] list: test: Add a test for list_is_head()
2022-02-01 20:50:01 linux-kernel Re: [PATCH] kunit: fix missing f in f-string in run_checks.py
2022-01-31 11:40:28 linux-kernel Re: [PATCH] kunit: cleanup assertion macro internal variables
2022-01-31 11:40:28 linux-kernel Re: [RFC PATCH] kunit: flatten kunit_suite*** to kunit_suite** in executor
2022-01-28 20:09:35 linux-kernel Re: [PATCH 3/3] kunit: factor out str constants from binary assertion structs
2022-01-28 20:09:32 linux-kernel Re: [PATCH 3/3] kunit: factor out str constants from binary assertion structs
2022-01-28 20:01:44 linux-kernel Re: [PATCH 2/3] kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros
2022-01-28 19:41:09 linux-kernel Re: [PATCH 1/3] kunit: remove va_format from kunit_assert
2022-01-27 02:02:13 linux-kernel Re: [PATCH 1/5] kunit: tool: drop mostly unused KunitResult.result field
2022-01-27 02:01:55 linux-kernel Re: [PATCH 1/5] kunit: tool: drop mostly unused KunitResult.result field
2022-01-22 18:09:31 linux-kernel Re: [PATCH] kunit: tool: Import missing importlib.abc
2022-01-22 17:32:58 linux-kernel Re: [PATCH v3 4/6] kunit: factor out kunit_base_assert_format() call into kunit_fail()
2022-01-22 14:48:49 linux-kernel Re: [PATCH 5/5] kunit: decrease macro layering for EQ/NE asserts
2022-01-22 13:16:41 linux-kernel Re: [PATCH 5/5] kunit: decrease macro layering for EQ/NE asserts
2022-01-22 09:43:20 linux-kernel Re: [PATCH 4/5] kunit: decrease macro layering for integer asserts
2022-01-22 09:43:05 linux-kernel Re: [PATCH 1/5] kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc.
2022-01-22 09:42:36 linux-kernel Re: [PATCH 3/5] kunit: reduce layering in string assertion macros
2022-01-22 09:42:29 linux-kernel Re: [PATCH 2/5] kunit: drop unused intermediate macros for ptr inequality checks
2022-01-11 22:42:23 linux-kernel Re: [PATCH v2 6/6] kunit: drop unused assert_type from kunit_assert and clean up macros
2022-01-11 21:43:44 linux-kernel Re: [PATCH v2 5/6] kunit: split out part of kunit_assert into a static const
2022-01-11 21:42:43 linux-kernel Re: [PATCH v2 5/6] kunit: split out part of kunit_assert into a static const
2022-01-11 21:35:37 linux-kernel Re: [PATCH v2 5/6] kunit: split out part of kunit_assert into a static const
2022-01-10 22:32:12 linux-kernel Re: [PATCH 4/6] kunit: factor out kunit_base_assert_format() call into kunit_fail()
2022-01-10 22:24:21 linux-kernel Re: [PATCH 3/6] kunit: drop unused kunit* field in kunit_assert
2022-01-10 22:21:55 linux-kernel Re: [PATCH 2/6] kunit: move check if assertion passed into the macros
2022-01-10 22:14:13 linux-kernel Re: [PATCH 1/6] kunit: add example test case showing off all the expect macros
2022-01-04 20:26:36 linux-kernel Re: linux-next: manual merge of the kunit-next tree with the jc_docs tree
2021-12-17 05:09:42 linux-kernel Re: [PATCH v6 0/7] Documentation: KUnit: Rework KUnit documentation
2021-12-17 05:07:30 linux-kernel Re: [PATCH v4 3/7] Documentation: KUnit: Added KUnit Architecture
2021-12-14 21:59:57 linux-kernel Re: [PATCH v2] kunit: tool: Default --jobs to number of CPUs