Re: [RFC PATCH 00/11] Rust null block driver

From: Miguel Ojeda
Date: Tue Jun 06 2023 - 10:47:43 EST


On Tue, Jun 6, 2023 at 3:40 PM Andreas Hindborg (Samsung)
<nmi@xxxxxxxxxxxx> wrote:
>
> Samsung will provide resources to support this CI effort. Through this effort
> I will aim to minimize any inconvenience for maintainers.

This is great.

> We also have Rust support in Intel 0-day CI, although only compile tests for
> now.

In addition, we also have initial Rust support in KernelCI (including
`linux-next` [1], `rust-next` and the old `rust` branch), which could
be expanded upon, especially with more resources (Cc'ing Guillaume).

Moreover, our plan is to replicate the simple CI we originally had for
the `rust` branch (which included QEMU boot tests under a matrix of
several archs/configs/compilers) to our `rust-next`, `rust-fixes` and
`rust-dev` branches, in order to complement the other CIs and to get
some early smoke testing (especially for `rust-dev`).

[1] https://github.com/kernelci/kernelci-core/blob/65b0900438e0ed20e7efe0ada681ab212dc8c774/config/core/build-configs.yaml#L1152-L1197

Cheers,
Miguel