Re: [PATCH v7 0/3] rust-helpers: add workqueue helpers

From: Miguel Ojeda

Date: Mon May 25 2026 - 13:54:48 EST


On Thu, May 21, 2026 at 10:54 AM Aakash Bollineni via B4 Relay
<devnull+aakash.bollineni.multicorewareinc.com@xxxxxxxxxx> wrote:
>
> Changes in v7:
> - Fixed KUnit and rustfmtcheck errors reported by the 0-DAY CI Kernel Test Robot by correctly restoring the `arc_count` function and removing orphaned `#[cfg]` attributes.
> - Added an explicit `depends on KUNIT` to `CONFIG_SAMPLE_RUST_WORKQUEUE` in `samples/rust/Kconfig` to prevent randconfig build failures when the sample is enabled but KUnit is disabled.
> - Fixed an E0277 trait bounds compilation error for `TestDelayedWorkItem` by utilizing the `impl_has_delayed_work!` macro instead of a manual unsafe implementation.
> - Link to v6: https://lore.kernel.org/r/20260408-workqueue-v5-sent-v6-0-0dc184c5343d@xxxxxxxxxxxxxxxxxxxx
>
> rust: workqueue: add safe cancellation and status methods

I think something went wrong here: the title seems to be placed here
after the v7 changelog.

The actual title also somehow has a dash in the prefix
("rust-helpers:") which is quite strange too.

Cheers,
Miguel