Re: [PATCH 14/15] bugs/sh: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), to extend WARN_ON/BUG_ON output
Ingo Molnar <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.kernel.cross-arch |
|---|---|
| Message-ID | <[email protected]> |
* John Paul Adrian Glaubitz <[email protected]> wrote: > On Thu, 2025-05-15 at 15:33 +0200, Ingo Molnar wrote: > > > It's too long and the prefix "bugs/sh:" is very confusing. I usually just > > > use "sh:" to mark anything that affects arch/sh. > > > > Fair enough, I've changed the title to and pushed out the new tree: > > > > sh: Concatenate 'cond_str' with '__FILE__' in __WARN_FLAGS(), to extend WARN_ON/BUG_ON output > > Thanks! Minor nitpick: I think that comma is wrong and should be removed > (I'm not a native speaker though ;-)). Yeah, so both with and without a comma this sentence is proper English grammar, but a comma before the 'to' adverb slightly emphasizes the second part of the sentence, which was my intent with this phrasing. > > > Can I pick this patch for my sh-linux tree? > > > > So since it depends on the previous patches, in isolation this would > > break the build. > > > > Can I add your Reviewed-by or Acked-by? > > Yes, sure. > > Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Thanks! Ingo