Groups
Groups
Sign in
Groups
Groups
KUnit Development
Conversations
About
Send feedback
Help
KUnit Development
Contact owners and managers
1–30 of 1318
Mark all as read
Report group
0 selected
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
Bartosz Golaszewski
11
May 22
[PATCH 0/2] gpio: add kunit tests for GPIO core
Add a module containing kunit test cases for GPIO core. The idea is to use it to test functionalities
unread,
[PATCH 0/2] gpio: add kunit tests for GPIO core
Add a module containing kunit test cases for GPIO core. The idea is to use it to test functionalities
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 7/7] rust: doctest: use vertical import style
Convert `use` imports to vertical layout for better readability and maintainability. Signed-off-by:
unread,
[PATCH v3 7/7] rust: doctest: 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 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
Bartosz Golaszewski
, …
Danilo Krummrich
22
May 13
[PATCH v5 0/7] driver core: remove software node from platform devices on device release
On Wed, 13 May 2026 17:04:47 +0200, Bartosz Golaszewski wrote: > [PATCH v6 0/6] driver core:
unread,
[PATCH v5 0/7] driver core: remove software node from platform devices on device release
On Wed, 13 May 2026 17:04:47 +0200, Bartosz Golaszewski wrote: > [PATCH v6 0/6] driver core:
May 13
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
however liu
2
May 8
[PATCH] lib/tests: Add KUnit tests for bsearch()
The generic binary search function bsearch() has no unit tests, while the adjacent sort() function
unread,
[PATCH] lib/tests: Add KUnit tests for bsearch()
The generic binary search function bsearch() has no unit tests, while the adjacent sort() function
May 8
Thomas Weißschuh
11
May 4
[PATCH v6 00/11] kunit: Introduce UAPI testing framework
Show that the selftests are executed from a fairly "normal" userspace context. Signed-off-
unread,
[PATCH v6 00/11] kunit: Introduce UAPI testing framework
Show that the selftests are executed from a fairly "normal" userspace context. Signed-off-
May 4
Thomas Weißschuh
May 4
[PATCH v6 01/11] kbuild: doc: add label for userprogs section
Some upcoming documentation will link directly to the userprogs section. Add a label to the section
unread,
[PATCH v6 01/11] kbuild: doc: add label for userprogs section
Some upcoming documentation will link directly to the userprogs section. Add a label to the section
May 4
David Gow
,
Thomas Weißschuh
2
May 4
[PATCH v2] kunit: tool: Add (primitive) support for outputting JUnit XML
Hi David, On Sat, May 02, 2026 at 10:49:17AM +0800, David Gow wrote: > This is used by things like
unread,
[PATCH v2] kunit: tool: Add (primitive) support for outputting JUnit XML
Hi David, On Sat, May 02, 2026 at 10:49:17AM +0800, David Gow wrote: > This is used by things like
May 4
Jinseok Kim
,
David Gow
2
May 1
[PATCH] kunit: Fix spelling mistakes in comments and messages
Le 02/05/2026 à 12:27 AM, Jinseok Kim a écrit : > Fix two spelling mistakes in kunit tooling: >
unread,
[PATCH] kunit: Fix spelling mistakes in comments and messages
Le 02/05/2026 à 12:27 AM, Jinseok Kim a écrit : > Fix two spelling mistakes in kunit tooling: >
May 1
SeongJae Park
, …
David Hildenbrand (Arm)
7
May 1
[PATCH 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
On Fri, 1 May 2026 08:49:43 +0200 "David Hildenbrand (Arm)" <da...@kernel.org> wrote:
unread,
[PATCH 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
On Fri, 1 May 2026 08:49:43 +0200 "David Hildenbrand (Arm)" <da...@kernel.org> wrote:
May 1
Miguel Ojeda
, …
patchwork-bo...@kernel.org
169
Apr 29
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
Hello: This series was applied to riscv/linux.git (fixes) by Miguel Ojeda <oj...@kernel.org>:
unread,
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
Hello: This series was applied to riscv/linux.git (fixes) by Miguel Ojeda <oj...@kernel.org>:
Apr 29
Thomas Weißschuh
,
Nathan Chancellor
2
Apr 29
[PATCH 1/2] gen_compile_commands: Ignore libgcc.a
On Mon, 27 Apr 2026 18:04:56 +0200, Thomas Weißschuh <li...@weissschuh.net> wrote: > Some
unread,
[PATCH 1/2] gen_compile_commands: Ignore libgcc.a
On Mon, 27 Apr 2026 18:04:56 +0200, Thomas Weißschuh <li...@weissschuh.net> wrote: > Some
Apr 29