Groups
Groups
Sign in
Groups
Groups
KUnit Development
Conversations
About
Send feedback
Help
Group path
KUnit Development
Contact owners and managers
1–30 of 1365
Mark all as read
Report group
0 selected
Florian Fainelli
9
Jul 24
[PATCH stable 6.12 3/9] um: Use os_set_pdeathsig helper in winch thread/process
From: Benjamin Berg <benjam...@intel.com> commit 801e00d3a1b78b7f71675fae79946ff4aa3ee070
unread,
[PATCH stable 6.12 3/9] um: Use os_set_pdeathsig helper in winch thread/process
From: Benjamin Berg <benjam...@intel.com> commit 801e00d3a1b78b7f71675fae79946ff4aa3ee070
Jul 24
Florian Fainelli
Jul 24
[PATCH stable 6.12 2/9] um: Set parent death signal for winch thread/process
From: Benjamin Berg <benjam...@intel.com> commit fdb2ecd35d327a1fc6bba69b97f85b494e1f4b6b
unread,
[PATCH stable 6.12 2/9] um: Set parent death signal for winch thread/process
From: Benjamin Berg <benjam...@intel.com> commit fdb2ecd35d327a1fc6bba69b97f85b494e1f4b6b
Jul 24
Miquel Raynal (Schneider Electric)
, …
Frank Li
39
Jul 24
[PATCH v2 0/7] clk: Add support for clock nexus
On Fri, Jul 17, 2026 at 05:59:21PM +0200, Miquel Raynal (Schneider Electric) wrote: > There should
unread,
[PATCH v2 0/7] clk: Add support for clock nexus
On Fri, Jul 17, 2026 at 05:59:21PM +0200, Miquel Raynal (Schneider Electric) wrote: > There should
Jul 24
Alvin Sun
,
Alice Ryhl
5
Jul 22
[PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs
Module types now live in `rust/kernel/module.rs` alongside `rust/kernel/module_param.rs`. Update the
unread,
[PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs
Module types now live in `rust/kernel/module.rs` alongside `rust/kernel/module_param.rs`. Update the
Jul 22
Alvin Sun
2
Jul 22
[PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
All users have been migrated to `ModuleMetadata::THIS_MODULE` const or `this_module::<LocalModule
unread,
[PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
All users have been migrated to `ModuleMetadata::THIS_MODULE` const or `this_module::<LocalModule
Jul 22
Alvin Sun
,
Greg Kroah-Hartman
3
Jul 22
[PATCH v8 06/10] rust: miscdevice: set fops.owner from driver module pointer
Set the miscdevice fops owner field from the driver module pointer via the `this_module::<T::
unread,
[PATCH v8 06/10] rust: miscdevice: set fops.owner from driver module pointer
Set the miscdevice fops owner field from the driver module pointer via the `this_module::<T::
Jul 22
Alvin Sun
Jul 22
[PATCH v9 08/10] rust_binder: use `LocalModule` for `THIS_MODULE`
Replace the `THIS_MODULE` static reference in the binder fops with `this_module::<LocalModule>(
unread,
[PATCH v9 08/10] rust_binder: use `LocalModule` for `THIS_MODULE`
Replace the `THIS_MODULE` static reference in the binder fops with `this_module::<LocalModule>(
Jul 22
Alvin Sun
2
Jul 22
[PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
Auto-add `type OwnerModule: ::kernel::ModuleMetadata;` as a required associated type on the trait
unread,
[PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
Auto-add `type OwnerModule: ::kernel::ModuleMetadata;` as a required associated type on the trait
Jul 22
Alvin Sun
2
Jul 22
[PATCH v8 03/10] 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 v8 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
Add a `LocalModule` struct with a null-pointer `ModuleMetadata` impl in the doctest harness, so that
Jul 22
Alvin Sun
2
Jul 22
[PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
Since `const_refs_to_static` has been stable as of the MSRV bump, a `ThisModule` pointer can now be
unread,
[PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
Since `const_refs_to_static` has been stable as of the MSRV bump, a `ThisModule` pointer can now be
Jul 22
Bartosz Golaszewski
, …
Bartosz Golaszewski
53
Jul 20
[PATCH 0/5] software node: provide support for fw_devlink
On Mon, 20 Jul 2026 10:15:31 +0200, Bartosz Golaszewski wrote: > The software node fw_devlink
unread,
[PATCH 0/5] software node: provide support for fw_devlink
On Mon, 20 Jul 2026 10:15:31 +0200, Bartosz Golaszewski wrote: > The software node fw_devlink
Jul 20
SJ Park
26
Jul 17
[PATCH 1/7] mm/damon/core: initialize damos->last_applied
On Fri, 17 Jul 2026 17:14:34 -0700 SJ Park <s...@kernel.org> wrote: > Fix a few Sashiko-found
unread,
[PATCH 1/7] mm/damon/core: initialize damos->last_applied
On Fri, 17 Jul 2026 17:14:34 -0700 SJ Park <s...@kernel.org> wrote: > Fix a few Sashiko-found
Jul 17
Mark Brown
,
David Gow
2
Jul 16
[PATCH] kunit: configs: Enable gpiolib for all_tests.config
Le 16/07/2026 à 4:15 AM, Mark Brown a écrit : > Some of the Cirrus driver tests require gpiolib,
unread,
[PATCH] kunit: configs: Enable gpiolib for all_tests.config
Le 16/07/2026 à 4:15 AM, Mark Brown a écrit : > Some of the Cirrus driver tests require gpiolib,
Jul 16
SJ Park
,
Andrew Morton
14
Jul 15
[RFC PATCH 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
On Tue, 14 Jul 2026 21:46:04 -0700 Andrew Morton <ak...@linux-foundation.org> wrote: > On Tue
unread,
[RFC PATCH 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
On Tue, 14 Jul 2026 21:46:04 -0700 Andrew Morton <ak...@linux-foundation.org> wrote: > On Tue
Jul 15
Andreas Hindborg
Jul 15
Re: [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
Alvin Sun <alvi...@linux.dev> writes: > Replace the `THIS_MODULE` static reference in the
unread,
Re: [PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
Alvin Sun <alvi...@linux.dev> writes: > Replace the `THIS_MODULE` static reference in the
Jul 15
Bartosz Golaszewski
, …
David Gow
3
Jul 13
[PATCH] kunit: configs: enable GPIO kunit test cases in all_tests.config
Le 29/06/2026 à 20:42, 'Bartosz Golaszewski' via KUnit Development a écrit : > Enable
unread,
[PATCH] kunit: configs: enable GPIO kunit test cases in all_tests.config
Le 29/06/2026 à 20:42, 'Bartosz Golaszewski' via KUnit Development a écrit : > Enable
Jul 13
Alvin Sun
,
Alice Ryhl
3
Jul 13
[PATCH v8 08/10] rust: binder: use `LocalModule` for `THIS_MODULE`
On 7/13/26 16:13, Alice Ryhl wrote: > On Mon, Jul 13, 2026 at 02:45:29PM +0800, Alvin Sun wrote:
unread,
[PATCH v8 08/10] rust: binder: use `LocalModule` for `THIS_MODULE`
On 7/13/26 16:13, Alice Ryhl wrote: > On Mon, Jul 13, 2026 at 02:45:29PM +0800, Alvin Sun wrote:
Jul 13
Alice Ryhl
Jul 13
Re: [PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
On Mon, Jul 13, 2026 at 02:45:21PM +0800, Alvin Sun wrote: > During tyr debugfs development, a
unread,
Re: [PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
On Mon, Jul 13, 2026 at 02:45:21PM +0800, Alvin Sun wrote: > During tyr debugfs development, a
Jul 13
Nico Pache
,
Albert Esteve
3
Jul 8
[PATCH] kunit/bug.c: fix backtrace-supression-test failure as a module
On Wed, Jul 8, 2026 at 1:26 AM Albert Esteve <aes...@redhat.com> wrote: > > On Tue, Jul
unread,
[PATCH] kunit/bug.c: fix backtrace-supression-test failure as a module
On Wed, Jul 8, 2026 at 1:26 AM Albert Esteve <aes...@redhat.com> wrote: > > On Tue, Jul
Jul 8
Ian Bridges
,
David Gow
2
Jul 4
[PATCH] kunit: string-stream: Replace strlcat() with strscpy() and seq_buf
Le 03/07/2026 à 8:12 PM, Ian Bridges a écrit : > In preparation for removing the strlcat() API[1],
unread,
[PATCH] kunit: string-stream: Replace strlcat() with strscpy() and seq_buf
Le 03/07/2026 à 8:12 PM, Ian Bridges a écrit : > In preparation for removing the strlcat() API[1],
Jul 4
Kir Chou
,
Geert Uytterhoeven
8
Jul 3
[PATCH v2] lib/random32: convert selftest to KUnit
This patch converts the existing prandom selftest (lib/random32.c) to use the KUnit framework (lib/
unread,
[PATCH v2] lib/random32: convert selftest to KUnit
This patch converts the existing prandom selftest (lib/random32.c) to use the KUnit framework (lib/
Jul 3
FINITEGIC Global
Jul 1
If you need funding & finance, reach me!
Hello All, greetings, If you have viable business (prospect, venture, project, endeavor) and in
unread,
If you need funding & finance, reach me!
Hello All, greetings, If you have viable business (prospect, venture, project, endeavor) and in
Jul 1
Miguel Ojeda
,
Nika Krasnova
5
Jun 30
Re: [PATCH 0/2] rust: kernel: add cfg_select! and use it for config-based selection
On 2026-06-29 21:07:34 +0200, Miguel Ojeda wrote: > The tracking issue says the latest change was
unread,
Re: [PATCH 0/2] rust: kernel: add cfg_select! and use it for config-based selection
On 2026-06-29 21:07:34 +0200, Miguel Ojeda wrote: > The tracking issue says the latest change was
Jun 30
SeongJae Park
11
Jun 30
[RFC PATCH 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
On Tue, 30 Jun 2026 07:17:14 -0700 SJ Park <s...@kernel.org> wrote: > Patches 1 and 2 update
unread,
[RFC PATCH 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
On Tue, 30 Jun 2026 07:17:14 -0700 SJ Park <s...@kernel.org> wrote: > Patches 1 and 2 update
Jun 30
SeongJae Park
16
Jun 30
[RFC PATCH 00/13] mm/damon: optimize out nr_accesses_bp
On Mon, 29 Jun 2026 21:07:53 -0700 SJ Park <s...@kernel.org> wrote: > TLDR: Replace
unread,
[RFC PATCH 00/13] mm/damon: optimize out nr_accesses_bp
On Mon, 29 Jun 2026 21:07:53 -0700 SJ Park <s...@kernel.org> wrote: > TLDR: Replace
Jun 30
David Gow
,
Geert Uytterhoeven
3
Jun 29
[PATCH 1/2] Documentation: kunit: Test Kconfig entries shouldn't select other configs
Hi David, On Sat, 27 Jun 2026 at 10:29, David Gow <da...@davidgow.net> wrote: > Add a note
unread,
[PATCH 1/2] Documentation: kunit: Test Kconfig entries shouldn't select other configs
Hi David, On Sat, 27 Jun 2026 at 10:29, David Gow <da...@davidgow.net> wrote: > Add a note
Jun 29
SJ Park
2
Jun 29
[PATCH v3 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
From: Jiayuan Chen <jiayua...@shopee.com> Add a test that exercises kdamond_split_regions()
unread,
[PATCH v3 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
From: Jiayuan Chen <jiayua...@shopee.com> Add a test that exercises kdamond_split_regions()
Jun 29
SJ Park
2
Jun 29
[PATCH 0/5] mm/damon: five misc fixups
From: Sailesh Nandanavanam <saileshna...@gmail.com> Add a KUnit test to verify that
unread,
[PATCH 0/5] mm/damon: five misc fixups
From: Sailesh Nandanavanam <saileshna...@gmail.com> Add a KUnit test to verify that
Jun 29
Nika Krasnova
Jun 28
[PATCH 1/2] rust: kernel: add cfg_select! backport for config-based selection
Conditional compilation in the kernel's Rust code is currently expressed with paired #[cfg(
unread,
[PATCH 1/2] rust: kernel: add cfg_select! backport for config-based selection
Conditional compilation in the kernel's Rust code is currently expressed with paired #[cfg(
Jun 28
Alvin Sun
, …
Gary Guo
11
Jun 27
[PATCH v3 6/6] rust: configfs: use `LocalModule` for `THIS_MODULE`
On 6/26/26 22:41, Gary Guo wrote: > On Fri Jun 26, 2026 at 3:35 AM BST, Alvin Sun wrote: >>
unread,
[PATCH v3 6/6] rust: configfs: use `LocalModule` for `THIS_MODULE`
On 6/26/26 22:41, Gary Guo wrote: > On Fri Jun 26, 2026 at 3:35 AM BST, Alvin Sun wrote: >>
Jun 27