Groups
Groups
Sign in
Groups
Groups
KUnit Development
Conversations
About
Send feedback
Help
Group path
KUnit Development
Contact owners and managers
1–30 of 1386
Mark all as read
Report group
0 selected
Honghui Jiang
, …
David Gow
10
Aug 14
[PATCH v2 1/4] spi: Fix DMA mapping ownership on partial map failure
Le 15/08/2026 à 1:38 AM, Honghui Jiang a écrit : > On Fri, Aug 14, 2026 at 01:49:50PM +0100, Mark
unread,
[PATCH v2 1/4] spi: Fix DMA mapping ownership on partial map failure
Le 15/08/2026 à 1:38 AM, Honghui Jiang a écrit : > On Fri, Aug 14, 2026 at 01:49:50PM +0100, Mark
Aug 14
Honghui Jiang
Aug 13
[PATCH v2 3/4] spi: Clear current DMA devices when unmapping a message
The current DMA device pointers remain set after a message has been unmapped. Existing users either
unread,
[PATCH v2 3/4] spi: Clear current DMA devices when unmapping a message
The current DMA device pointers remain set after a message has been unmapped. Existing users either
Aug 13
Honghui Jiang
Aug 13
[PATCH v2 2/4] spi: Move __spi_unmap_msg() before __spi_map_msg()
Move __spi_unmap_msg() above __spi_map_msg() so the mapping error path can call it without a forward
unread,
[PATCH v2 2/4] spi: Move __spi_unmap_msg() before __spi_map_msg()
Move __spi_unmap_msg() above __spi_map_msg() so the mapping error path can call it without a forward
Aug 13
Miguel Ojeda
, …
Alvin Sun
17
Aug 13
Re: [PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
On 8/13/26 17:32, Miguel Ojeda wrote: > On Thu, Aug 13, 2026 at 1:57 AM Gary Guo <gary@garyguo.
unread,
Re: [PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
On 8/13/26 17:32, Miguel Ojeda wrote: > On Thu, Aug 13, 2026 at 1:57 AM Gary Guo <gary@garyguo.
Aug 13
Thomas Maarseveen via B4 Relay
, …
Andrew Morton
3
Aug 12
[PATCH] lib/tests: add KUnit tests for errseq
On Wed, 12 Aug 2026 20:55:33 +0200 Thomas Maarseveen via B4 Relay <devnull+maarseveent.gmail.com@
unread,
[PATCH] lib/tests: add KUnit tests for errseq
On Wed, 12 Aug 2026 20:55:33 +0200 Thomas Maarseveen via B4 Relay <devnull+maarseveent.gmail.com@
Aug 12
mohammad....@hotmail.com
, …
David Gow
5
Aug 12
[PATCH] kunit: tool: fix _list_tests filtering wrong variable when list has TAP prefix
Le 04/08/2026 à 3:02 AM, Mohammad abukhader a écrit : > From: Mohammad Abu-Khader <mohammad.
unread,
[PATCH] kunit: tool: fix _list_tests filtering wrong variable when list has TAP prefix
Le 04/08/2026 à 3:02 AM, Mohammad abukhader a écrit : > From: Mohammad Abu-Khader <mohammad.
Aug 12
Mike Rapoport
, …
Nikunj A. Dadhania
35
Aug 12
[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
On 8/12/2026 5:08 PM, Pedro Falcato wrote: > > https://lore.kernel.org/linux-mm/
unread,
[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
On 8/12/2026 5:08 PM, Pedro Falcato wrote: > > https://lore.kernel.org/linux-mm/
Aug 12
Miguel Ojeda
2
Aug 11
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: > > rust: doctest:
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: > > rust: doctest:
Aug 11
Alvin Sun
Aug 11
[PATCH v10 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 v10 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::
Aug 11
Alvin Sun
Aug 11
[PATCH v10 05/10] rust: drm: set fops.owner from driver module pointer
Change `create_fops()` to accept an owner module pointer instead of hardcoding `null_mut()`, ensuring
unread,
[PATCH v10 05/10] rust: drm: set fops.owner from driver module pointer
Change `create_fops()` to accept an owner module pointer instead of hardcoding `null_mut()`, ensuring
Aug 11
Alvin Sun
Aug 11
[PATCH v10 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 v10 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
Aug 11
Alvin Sun
Aug 11
[PATCH v10 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 v10 08/10] rust_binder: use `LocalModule` for `THIS_MODULE`
Replace the `THIS_MODULE` static reference in the binder fops with `this_module::<LocalModule>(
Aug 11
amer.hwitat
Aug 9
Proposed N-Bit CPU *Nix Opensource Emulator and Real Ultra bit System (Low-Level/High-Level Design)
> Multidimensional Computing: From Philosophical Frameworks to N-Bit Architectures and Neural
unread,
Proposed N-Bit CPU *Nix Opensource Emulator and Real Ultra bit System (Low-Level/High-Level Design)
> Multidimensional Computing: From Philosophical Frameworks to N-Bit Architectures and Neural
Aug 9
Eric Biggers
,
David Gow
3
Aug 7
[PATCH] kunit: irq: Unregister on-stack timer and work from debugobjects
On Wed, Aug 05, 2026 at 10:38:04PM -0700, Eric Biggers wrote: > In kunit_run_irq_test(), call
unread,
[PATCH] kunit: irq: Unregister on-stack timer and work from debugobjects
On Wed, Aug 05, 2026 at 10:38:04PM -0700, Eric Biggers wrote: > In kunit_run_irq_test(), call
Aug 7
Miquel Raynal (Schneider Electric)
,
Frank Li
10
Aug 7
[PATCH v5 0/7] clk: Add support for clock nexus
On Fri, Aug 07, 2026 at 05:24:06PM +0200, Miquel Raynal (Schneider Electric) wrote: > Ideally,
unread,
[PATCH v5 0/7] clk: Add support for clock nexus
On Fri, Aug 07, 2026 at 05:24:06PM +0200, Miquel Raynal (Schneider Electric) wrote: > Ideally,
Aug 7
Miquel Raynal (Schneider Electric)
, …
Frank Li
42
Aug 7
[PATCH v2 0/7] clk: Add support for clock nexus
On 24/07/2026 at 14:35:39 -04, Frank Li <Fran...@oss.nxp.com> wrote: > On Fri, Jul 17, 2026
unread,
[PATCH v2 0/7] clk: Add support for clock nexus
On 24/07/2026 at 14:35:39 -04, Frank Li <Fran...@oss.nxp.com> wrote: > On Fri, Jul 17, 2026
Aug 7
Eric Biggers
, …
David Gow
4
Aug 5
[PATCH] kunit: irq: Continue increasing hrtimer interval for longer
On Mon, Aug 03, 2026 at 11:18:41AM -0700, Eric Biggers wrote: > Currently,
unread,
[PATCH] kunit: irq: Continue increasing hrtimer interval for longer
On Mon, Aug 03, 2026 at 11:18:41AM -0700, Eric Biggers wrote: > Currently,
Aug 5
Thomas Weißschuh
,
David Gow
8
Aug 5
[PATCH 0/4] microblaze: KUnit support
On 2026-08-05 21:59:16+0800, David Gow wrote: > Le 04/08/2026 à 13:32, Thomas Weißschuh a écrit :
unread,
[PATCH 0/4] microblaze: KUnit support
On 2026-08-05 21:59:16+0800, David Gow wrote: > Le 04/08/2026 à 13:32, Thomas Weißschuh a écrit :
Aug 5
Thomas Weißschuh
,
David Gow
2
Aug 5
[PATCH 2/4] microblaze: reset: Call POWER_OFF handlers
Le 04/08/2026 à 13:32, Thomas Weißschuh a écrit : > System power off might be implemented through
unread,
[PATCH 2/4] microblaze: reset: Call POWER_OFF handlers
Le 04/08/2026 à 13:32, Thomas Weißschuh a écrit : > System power off might be implemented through
Aug 5
Alvin Sun
,
Petr Pavlu
3
Aug 3
[PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
On 7/23/26 4:10 AM, Alvin Sun wrote: > All users have been migrated to `ModuleMetadata::
unread,
[PATCH v8 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
On 7/23/26 4:10 AM, Alvin Sun wrote: > All users have been migrated to `ModuleMetadata::
Aug 3
Alvin Sun
,
Petr Pavlu
3
Aug 3
[PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
On 7/23/26 4:10 AM, Alvin Sun wrote: > Since `const_refs_to_static` has been stable as of the MSRV
unread,
[PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
On 7/23/26 4:10 AM, Alvin Sun wrote: > Since `const_refs_to_static` has been stable as of the MSRV
Aug 3
Petr Pavlu
Aug 3
Re: [PATCH v9 01/10] rust: module: move module types into `module.rs`
On 7/23/26 4:10 AM, Alvin Sun wrote: > Move `Module`, `InPlaceModule`, `ModuleMetadata` and `
unread,
Re: [PATCH v9 01/10] rust: module: move module types into `module.rs`
On 7/23/26 4:10 AM, Alvin Sun wrote: > Move `Module`, `InPlaceModule`, `ModuleMetadata` and `
Aug 3
Alvin Sun
, …
Petr Pavlu
6
Aug 3
[PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs
On 7/23/26 4:10 AM, Alvin Sun wrote: > Module types now live in `rust/kernel/module.rs` alongside
unread,
[PATCH v8 10/10] rust: module: update MAINTAINERS to cover module.rs
On 7/23/26 4:10 AM, Alvin Sun wrote: > Module types now live in `rust/kernel/module.rs` alongside
Aug 3
Florian Fainelli
, …
Sasha Levin
17
Jul 31
[PATCH stable 6.12 3/9] um: Use os_set_pdeathsig helper in winch thread/process
On Thu, Jul 30, 2026 at 12:03:27PM -0700, Florian Fainelli wrote: > David Gow (1): > kunit:
unread,
[PATCH stable 6.12 3/9] um: Use os_set_pdeathsig helper in winch thread/process
On Thu, Jul 30, 2026 at 12:03:27PM -0700, Florian Fainelli wrote: > David Gow (1): > kunit:
Jul 31
SJ Park
5
Jul 30
[RFC PATCH 0/6] mm/damon: add kunit and selftests for probes and probe weights
Add kunit test to ensure damon_commit_probes() updates destination DAMON context with source probes
unread,
[RFC PATCH 0/6] mm/damon: add kunit and selftests for probes and probe weights
Add kunit test to ensure damon_commit_probes() updates destination DAMON context with source probes
Jul 30
SJ Park
Jul 29
[RFC PATCH 1/6] mm/damon/tests/core-kunit: test damon_commit_filter()
Add kunit test to ensure damon_commit_filter() updates destination filter as expected for valid
unread,
[RFC PATCH 1/6] mm/damon/tests/core-kunit: test damon_commit_filter()
Add kunit test to ensure damon_commit_filter() updates destination filter as expected for valid
Jul 29
SJ Park
15
Jul 29
[RFC PATCH 00/10] mm/damon: cleanup code, add test cases, and update guidances in docs
damon_max_nr_accesses(), which is a previous version of damon_nr_samples_per_aggr() before the
unread,
[RFC PATCH 00/10] mm/damon: cleanup code, add test cases, and update guidances in docs
damon_max_nr_accesses(), which is a previous version of damon_nr_samples_per_aggr() before the
Jul 29
Bradley Morgan
Jul 27
[RFC PATCH] KVM: arm64: Add KUnit tests for stage 2 walker memcache consumption
The stage 2 walker in hyp/pgtable.c takes every dependency through struct kvm_pgtable_mm_ops, so it
unread,
[RFC PATCH] KVM: arm64: Add KUnit tests for stage 2 walker memcache consumption
The stage 2 walker in hyp/pgtable.c takes every dependency through struct kvm_pgtable_mm_ops, so it
Jul 27
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
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