Re: [PATCH] rust: jump_label: skip formatting generated file
From: Steven Rostedt
Date: Wed Nov 20 2024 - 13:33:55 EST
On Wed, 20 Nov 2024 19:09:13 +0100
Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote:
> On Wed, Nov 20, 2024 at 6:59 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
> >
> > Thus skip formatting it by prefixing its name with `generated_`.
> >
> > Fixes: 169484ab6677 ("rust: add arch_static_branch")
> > Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
>
> Steven: if you could please carry this one too before you send the PR,
> that would be nice. Apologies for not noticing up earlier, I noticed
> when doing some manual merge tests for the Rust subsystem PR.
>
> If you happen to rebase for the other sample/test that you asked
> Alice, then please feel free to just fix the original directly. Same
> for the other fix you already applied -- both are really just renames.
I don't do rebases unless absolutely necessary. I had to rerun my tests as
I added some code to another topic branch (and added the rust topic branch
to it). I can kill the tests, apply this and restart.
-- Steve