Re: [PATCH 13/14] bugs/sh: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), to extend WARN_ON/BUG_ON output
From: Ingo Molnar
Date: Thu Mar 27 2025 - 17:15:10 EST
* Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> On Thu, 27 Mar 2025 at 03:30, Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> >
> > Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx>
> > Cc: Rich Felker <dalias@xxxxxxxx>
> > Cc: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
> > Cc: linux-sh@xxxxxxxxxxxxxxx
> > Cc: <linux-arch@xxxxxxxxxxxxxxx>
>
> You say that, but I don't see that in the actual email, which only
> went to lkml...
Indeed, usually I rely on the tip-bot picking up Cc: lines, but here it
would be useful to have earlier Cc:s and my script had, for some stupid
reason:
--suppress-cc=all
... which certainly suppressed the Cc: lines :-/
Will take a careful look at a --dry-run output next time around and
make sure the --signed-off-by-cc auto-cc logic picks up all the Cc:
lines in the individual commits.
> So the sh maintainers (and riscv and s390 etc: same issue with those
> emails) probably never saw this.
Yeah, will iterate it once more just to make sure.
Thanks,
Ingo