Re: [PATCH v3 6/6] rust: samples: add missing newline to pr_info! calls in rust_print_main
From: Miguel Ojeda
Date: Wed Mar 05 2025 - 18:55:47 EST
On Thu, Feb 6, 2025 at 10:08 PM Alban Kurti <kurti@xxxxxxxxxx> wrote:
>
> Fixes: f431c5c581fa ("samples: rust: print: Add sample code for Arc printing")
> Fixes: 47cb6bf7860c ("rust: use derive(CoercePointee) on rustc >= 1.84.0")
Thanks Alban for making the effort of splitting the patch into several
and finding the right commits to tag.
I will take the first 5 patches already, but I think this last one in
particular will need to be split, because one Fixes tag points to some
LTSs and the other is very recent, so it wouldn't be backported.
Cheers,
Miguel