Groups
Groups
Sign in
Groups
Groups
KUnit Development
Conversations
About
Send feedback
Help
KUnit Development
Contact owners and managers
1–30 of 1325
Mark all as read
Report group
0 selected
Gary Guo
2
Jun 13
[PATCH 1/2] rust: doctest: fix incorrect pattern in replacement
From: Gary Guo <ga...@garyguo.net> Currently rustdoc will generate function names like "
unread,
[PATCH 1/2] rust: doctest: fix incorrect pattern in replacement
From: Gary Guo <ga...@garyguo.net> Currently rustdoc will generate function names like "
Jun 13
Gary Guo
Jun 12
[RFC PATCH] rust: doctest: add source map script
From: Gary Guo <ga...@garyguo.net> Quite often when updating abstractions there will be some
unread,
[RFC PATCH] rust: doctest: add source map script
From: Gary Guo <ga...@garyguo.net> Quite often when updating abstractions there will be some
Jun 12
David Gow
, …
Kees Cook
7
Jun 10
[PATCH v3 1/2] kunit: tool: Parse and print the reason tests are skipped
On Sat, Jun 06, 2026 at 09:38:17AM +0800, David Gow wrote: > When a KUnit test (or other KTAP test
unread,
[PATCH v3 1/2] kunit: tool: Parse and print the reason tests are skipped
On Sat, Jun 06, 2026 at 09:38:17AM +0800, David Gow wrote: > When a KUnit test (or other KTAP test
Jun 10
Vaibhav Jain
,
David Gow
10
Jun 8
[PATCH 0/2] kunit: Add support for skipping entire test suites
Add an example test suite name 'example_test_skip_suite' to 'kunit-example-test.c'
unread,
[PATCH 0/2] kunit: Add support for skipping entire test suites
Add an example test suite name 'example_test_skip_suite' to 'kunit-example-test.c'
Jun 8
Yury Norov
, …
Miguel Ojeda
10
Jun 8
[PATCH 0/3] rust: add Kconfig.test
On Fri, Apr 17, 2026 at 5:15 AM Yury Norov <yno...@nvidia.com> wrote: > > There are 6
unread,
[PATCH 0/3] rust: add Kconfig.test
On Fri, Apr 17, 2026 at 5:15 AM Yury Norov <yno...@nvidia.com> wrote: > > There are 6
Jun 8
David Gow
Jun 5
[PATCH] kunit:tool: Don't write to stdout when it should be disabled
The kunit_parser module accepts a 'printer' object which is used as a destination for all
unread,
[PATCH] kunit:tool: Don't write to stdout when it should be disabled
The kunit_parser module accepts a 'printer' object which is used as a destination for all
Jun 5
Marina Maurer
2
Jun 5
Hello
Anyone else interested? On Fri, Jun 5, 2026, 06:11 Marina Maurer <marinam...@gmail.com>
unread,
Hello
Anyone else interested? On Fri, Jun 5, 2026, 06:11 Marina Maurer <marinam...@gmail.com>
Jun 5
Bartosz Golaszewski
, …
Bartosz Golaszewski
24
May 28
[PATCH v5 0/7] driver core: remove software node from platform devices on device release
On Thu, 28 May 2026 14:35:50 +0200, "Ilpo Järvinen" <ilpo.j...@linux.intel.com>
unread,
[PATCH v5 0/7] driver core: remove software node from platform devices on device release
On Thu, 28 May 2026 14:35:50 +0200, "Ilpo Järvinen" <ilpo.j...@linux.intel.com>
May 28
Bartosz Golaszewski
, …
Bartosz Golaszewski
18
May 26
[PATCH 0/2] gpio: add kunit tests for GPIO core
On Fri, 22 May 2026 15:42:15 +0200, Bartosz Golaszewski wrote: > This series adds a first batch of
unread,
[PATCH 0/2] gpio: add kunit tests for GPIO core
On Fri, 22 May 2026 15:42:15 +0200, Bartosz Golaszewski wrote: > This series adds a first batch of
May 26
Miguel Ojeda
May 25
Re: [PATCH v3 0/7] rust: use vertical import style and remove redundant imports
On Thu, May 21, 2026 at 8:57 AM Alvin Sun <alvi...@linux.dev> wrote: > > Adopt the
unread,
Re: [PATCH v3 0/7] rust: use vertical import style and remove redundant imports
On Thu, May 21, 2026 at 8:57 AM Alvin Sun <alvi...@linux.dev> wrote: > > Adopt the
May 25
Alvin Sun
,
Miguel Ojeda
2
May 25
[PATCH v3 7/7] rust: doctest: use vertical import style
On Thu, May 21, 2026 at 8:57 AM Alvin Sun <alvi...@linux.dev> wrote: > > Convert `use`
unread,
[PATCH v3 7/7] rust: doctest: use vertical import style
On Thu, May 21, 2026 at 8:57 AM Alvin Sun <alvi...@linux.dev> wrote: > > Convert `use`
May 25
SeongJae Park
,
Andrew Morton
12
May 22
[RFC PATCH 00/14] mm/damon: minor improvements for code readability and tests
On Fri, 22 May 2026 13:13:52 -0700 SeongJae Park <s...@kernel.org> wrote: > Dropped individual
unread,
[RFC PATCH 00/14] mm/damon: minor improvements for code readability and tests
On Fri, 22 May 2026 13:13:52 -0700 SeongJae Park <s...@kernel.org> wrote: > Dropped individual
May 22
Alvin Sun
May 21
[PATCH v2 2/7] rust: macros: auto-insert ThisModule in #[vtable]
Auto-add `type ThisModule: ::kernel::ModuleMetadata;` as a required associated type on the trait side
unread,
[PATCH v2 2/7] rust: macros: auto-insert ThisModule in #[vtable]
Auto-add `type ThisModule: ::kernel::ModuleMetadata;` as a required associated type on the trait side
May 21
Alvin Sun
May 21
[PATCH v2 5/7] rust: miscdevice: set fops.owner from driver module pointer
Set the miscdevice fops owner field from the driver module pointer via `<T::ThisModule as
unread,
[PATCH v2 5/7] rust: miscdevice: set fops.owner from driver module pointer
Set the miscdevice fops owner field from the driver module pointer via `<T::ThisModule as
May 21
Alvin Sun
May 21
[PATCH v2 6/7] rust: configfs: use `LocalModule` for `THIS_MODULE`
Replace the `THIS_MODULE` static reference in the `configfs_attrs!` macro with `<LocalModule as
unread,
[PATCH v2 6/7] rust: configfs: use `LocalModule` for `THIS_MODULE`
Replace the `THIS_MODULE` static reference in the `configfs_attrs!` macro with `<LocalModule as
May 21
Alvin Sun
May 21
[PATCH v2 7/7] block: rnull: use `LocalModule` for `THIS_MODULE`
Replace the `THIS_MODULE` import with `LocalModule` from the crate, consistent with the move of `
unread,
[PATCH v2 7/7] block: rnull: use `LocalModule` for `THIS_MODULE`
Replace the `THIS_MODULE` import with `LocalModule` from the crate, consistent with the move of `
May 21
Alvin Sun
May 21
[PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
Add a `LocalModule` struct with a null-pointer `ModuleMetadata` impl in the doctest harness, so that
unread,
[PATCH v2 3/7] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
Add a `LocalModule` struct with a null-pointer `ModuleMetadata` impl in the doctest harness, so that
May 21
Alvin Sun
May 21
[PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
Add a `THIS_MODULE` const to the `ModuleMetadata` trait so that modules can provide their `ThisModule
unread,
[PATCH v2 1/7] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
Add a `THIS_MODULE` const to the `ModuleMetadata` trait so that modules can provide their `ThisModule
May 21
Alvin Sun
May 21
[PATCH v3 6/7] rust: block: rnull: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Signed-off-by:
unread,
[PATCH v3 6/7] rust: block: rnull: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Signed-off-by:
May 21
Alvin Sun
May 21
[PATCH v3 2/7] samples: rust_misc_device: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Reviewed-by:
unread,
[PATCH v3 2/7] samples: rust_misc_device: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Reviewed-by:
May 21
Alvin Sun
May 21
[PATCH v3 3/7] rust: miscdevice: remove redundant imports
Drop `Error`, `Result`, `Pin`, `c_int`, `c_long`, `c_uint`, and `c_ulong` imports already provided by
unread,
[PATCH v3 3/7] rust: miscdevice: remove redundant imports
Drop `Error`, `Result`, `Pin`, `c_int`, `c_long`, `c_uint`, and `c_ulong` imports already provided by
May 21
Alvin Sun
May 21
[PATCH v3 1/7] rust: miscdevice: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Reviewed-by:
unread,
[PATCH v3 1/7] rust: miscdevice: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Reviewed-by:
May 21
SeongJae Park
May 20
[RFC PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
damon_set_regions() is one of the main DAMON kernel API functions that set up the monitoring target
unread,
[RFC PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
damon_set_regions() is one of the main DAMON kernel API functions that set up the monitoring target
May 20
SeongJae Park
May 20
[RFC PATCH 04/14] mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()
DAMON virtual address operation set (vaddr) unit tests is using damon_add_region() for setup of DAMON
unread,
[RFC PATCH 04/14] mm/damon/tests/vaddr-kunit: replace damon_add_region() with damon_set_regions()
DAMON virtual address operation set (vaddr) unit tests is using damon_add_region() for setup of DAMON
May 20
Stepan Ionichev
,
Andy Shevchenko
3
May 16
[PATCH] lib/uuid_kunit: add tests for the four random UUID/GUID generators
uuid_kunit currently exercises only guid_parse() and uuid_parse() (plus their invalid-input paths).
unread,
[PATCH] lib/uuid_kunit: add tests for the four random UUID/GUID generators
uuid_kunit currently exercises only guid_parse() and uuid_parse() (plus their invalid-input paths).
May 16
Albert Esteve
, …
Guenter Roeck
51
May 15
[PATCH v8 0/4] kunit: Add support for suppressing warning backtraces
On Fri, May 15, 2026 at 3:51 PM Guenter Roeck <li...@roeck-us.net> wrote: > > Hi Albert,
unread,
[PATCH v8 0/4] kunit: Add support for suppressing warning backtraces
On Fri, May 15, 2026 at 3:51 PM Guenter Roeck <li...@roeck-us.net> wrote: > > Hi Albert,
May 15
Florian Schmaus
, …
David Gow
3
May 14
[PATCH] kunit: fix use-after-free in debugfs when using kunit.filter
Le 07/05/2026 à 4:48 PM, 'Florian Schmaus' via KUnit Development a écrit : > When the
unread,
[PATCH] kunit: fix use-after-free in debugfs when using kunit.filter
Le 07/05/2026 à 4:48 PM, 'Florian Schmaus' via KUnit Development a écrit : > When the
May 14
Jia He
, …
Marco Elver
15
May 14
[PATCH 0/7] Silence spurious warnings and crashes from kunit test suites
On Thu, 14 May 2026 at 07:08, Jia He <just...@arm.com> wrote: > > On systems with many
unread,
[PATCH 0/7] Silence spurious warnings and crashes from kunit test suites
On Thu, 14 May 2026 at 07:08, Jia He <just...@arm.com> wrote: > > On systems with many
May 14
Raquel Murillo
2
May 12
ISSCR Annual Meeting 2026
Hi, Could you please take a moment to check your inbox, as well as your junk/spam folder, and confirm
unread,
ISSCR Annual Meeting 2026
Hi, Could you please take a moment to check your inbox, as well as your junk/spam folder, and confirm
May 12
Bartosz Golaszewski
, …
Bartosz Golaszewski
31
May 11
[PATCH v2 0/3] driver core: remove software node from platform devices on device release
On Mon, May 11, 2026 at 5:04 PM Danilo Krummrich <da...@kernel.org> wrote: > > On Mon May
unread,
[PATCH v2 0/3] driver core: remove software node from platform devices on device release
On Mon, May 11, 2026 at 5:04 PM Danilo Krummrich <da...@kernel.org> wrote: > > On Mon May
May 11