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
2020-02-27 18:49:46 linux-kernel Re: [PATCH] kunit: add --make_options
2020-02-26 02:40:18 linux-kernel Re: [PATCH 2/2] kunit: Run all KUnit tests through allyesconfig
2020-02-26 01:20:33 linux-kernel Re: [PATCH] UML: add support for KASAN under x86_64
2020-02-25 22:35:58 linux-kernel Re: [PATCH 2/2] kunit: Run all KUnit tests through allyesconfig
2020-02-25 22:23:02 linux-kernel Re: [PATCH 1/2] kunit: kunit_parser: making parser more robust
2020-02-25 20:02:05 linux-kernel Re: [PATCH v7 2/2] i2c: npcm: Add Nuvoton NPCM I2C controller driver
2020-02-25 19:37:20 linux-kernel Re: [PATCH v7 2/2] i2c: npcm: Add Nuvoton NPCM I2C controller driver
2020-02-25 19:33:36 linux-kernel Re: [RFC v3 5/7] mm/damon-test: Add kunit test case for regions age accounting
2020-02-19 22:16:36 linux-kernel Re: [PATCH] docs/kunit/start: Use '_KUNIT_TEST' config name suffix
2020-02-18 22:04:37 linux-kernel Re: [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-02-18 19:48:20 linux-kernel Re: [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-02-18 19:27:17 linux-kernel Re: [PATCH v4 kunit-next 2/3] kunit: add log test
2020-02-11 22:23:46 linux-kernel Re: [PATCH v4 10/11] mm/damon: Add kunit tests
2020-02-11 22:02:14 linux-kernel Re: [PATCH v3 kunit-next 2/2] kunit: update documentation to describe debugfs representation
2020-02-11 21:59:25 linux-kernel Re: [PATCH v3 kunit-next 1/2] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-02-11 21:37:11 linux-kernel Re: [PATCH] kunit: run kunit_tool from any directory
2020-02-11 00:33:52 linux-kernel Re: [PATCH] kunit: run kunit_tool from any directory
2020-02-10 17:46:24 linux-kernel Re: [PATCH] Documentation: kunit: fix Sphinx directive warning
2020-02-08 01:10:12 linux-kernel Re: [PATCH v3] uml: make CONFIG_STATIC_LINK actually static
2020-02-07 01:20:38 linux-kernel [RFC v1] xarray: start converting test_xarray to KUnit
2020-02-06 18:49:49 linux-kernel Re: [PATCH v2 5/7] kunit: test: add test plan to KUnit TAP format
2020-02-05 20:02:15 linux-kernel Re: Re: Re: [PATCH] kunit/kunit_kernel: Rebuild .config if .kunitconfig is modified
2020-02-05 01:21:06 linux-kernel Re: [PATCH v2 2/7] arch: um: add linker section for KUnit test suites
2020-02-05 00:47:24 linux-kernel Re: Re: [PATCH] kunit/kunit_kernel: Rebuild .config if .kunitconfig is modified
2020-02-04 22:36:48 linux-kernel Re: [PATCH v2 3/7] kunit: test: create a single centralized executor for all tests
2020-02-04 22:32:11 linux-kernel Re: [PATCH v2 2/7] arch: um: add linker section for KUnit test suites
2020-02-04 22:02:57 linux-kernel Re: [PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
2020-02-04 21:22:35 linux-kernel Re: [PATCH 3/3] i2c: qcom-geni: Drop of_platform.h include
2020-02-04 21:15:57 linux-kernel Re: [PATCH 2/3] i2c: qcom-geni: Grow a dev pointer to simplify code
2020-02-04 21:07:02 linux-kernel Re: [PATCH 1/3] i2c: qcom-geni: Let firmware specify irq trigger flags
2020-02-04 19:36:46 linux-kernel Re: [PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
2020-02-01 00:04:12 linux-kernel [PATCH v1] Documentation: kunit: fixed sphinx error in code block
2020-01-31 02:54:12 linux-kernel Re: [PATCH v2 kunit-next 3/3] kunit: update documentation to describe debugfs representation
2020-01-31 02:44:34 linux-kernel Re: [PATCH v2 kunit-next 2/3] kunit: add "run" debugfs file to run suites, display results
2020-01-31 02:25:21 linux-kernel Re: [PATCH v2 kunit-next 1/3] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
2020-01-31 00:16:17 linux-kernel Re: [PATCH v2 8/9] mm/damon: Add kunit tests
2020-01-31 00:04:31 linux-kernel Re: [PATCH v2 6/9] mm/damon: Add minimal user-space tools
2020-01-31 00:00:15 linux-kernel Re: [PATCH v2 1/9] mm: Introduce Data Access MONitor (DAMON)
2020-01-30 23:10:25 linux-kernel [PATCH v2 6/7] kunit: Add 'kunit_shutdown' option
2020-01-30 23:10:18 linux-kernel [PATCH v2 3/7] kunit: test: create a single centralized executor for all tests
2020-01-30 23:10:17 linux-kernel [PATCH v2 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt
2020-01-30 23:10:17 linux-kernel [PATCH v2 4/7] init: main: add KUnit to kernel init
2020-01-30 23:10:17 linux-kernel [PATCH v2 1/7] vmlinux.lds.h: add linker section for KUnit test suites
2020-01-30 23:10:17 linux-kernel [PATCH v2 2/7] arch: um: add linker section for KUnit test suites
2020-01-30 23:10:17 linux-kernel [PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
2020-01-30 23:10:17 linux-kernel [PATCH v2 5/7] kunit: test: add test plan to KUnit TAP format
2020-01-30 23:07:04 linux-kernel Re: [PATCH v1 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt
2020-01-30 22:58:54 linux-kernel Re: [PATCH v1 6/7] kunit: Add 'kunit_shutdown' option
2020-01-30 22:55:11 linux-kernel Re: [PATCH v1 4/7] init: main: add KUnit to kernel init
2020-01-30 19:56:34 linux-kernel Re: [PATCH v1 2/7] mtd: rawnand: add unspecified HAS_IOMEM dependency
2020-01-29 21:29:59 linux-kernel Re: [RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests