Re: [PATCH v2] rust: add PidNamespace

From: Miguel Ojeda
Date: Tue Oct 01 2024 - 11:45:56 EST


On Tue, Oct 1, 2024 at 4:17 PM Christian Brauner <brauner@xxxxxxxxxx> wrote:
>
> Ok. Why does it pass the build then? Seems like it should just fail the build.

It is part of `make rustfmt` / `make rustfmtcheck`.

I would be happy to make it part of the normal build if people agree
-- though it could be annoying in some cases, e.g. iterating small
changes while developing.

If we do that, it would be nice if -next does it too, but I think
Stephen is already building Rust for x86_64 allmodconfig (Cc'd).

Cheers,
Miguel