Re: [PATCH] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support

From: Mukesh Kumar Chaurasiya

Date: Wed Aug 19 2026 - 06:44:32 EST


On Wed, Aug 19, 2026 at 12:02:01PM +0200, Miguel Ojeda wrote:
> On Wed, Aug 19, 2026 at 10:48 AM Mukesh Kumar Chaurasiya (IBM)
> <mkchauras@xxxxxxxxx> wrote:
> >
> > This brings powerpc into line with x86, arm64, s390, and riscv, all of
> > which already define ARCH_WARN_ASM and ARCH_WARN_REACHABLE.
> >
> > Suggested-by: FUJITA Tomonori <tomo@xxxxxxxxxxxx>
>
> Should this be Reported-by?
>
The change itself is suggested by Tomonori so i was not sure.

Yeah there should be

Reported-by: Link Mauve <linkmauve@xxxxxxxxxxxx>
Closes: https://lore.kernel.org/all/anG67Q6Y59kDqh-c@desktop
Fixes: 73b741adb264 ("rust: Add PowerPC support")
> In addition, probably we want a Link to the original report, and a Fixes tag.
>
> Ideally, please include the error message in the commit message -- it
> helps to triaging and also to search it later on etc.
>
Sure i'll add the error to the commit message and send out a new
revision.


> Thanks!
>
> Cheers,
> Miguel

Thanks for the quick review.

Regards,
Mukesh