Re: [RESEND][PATCH] bug: Exclude non-BUG/WARN exceptions from report_bug()

From: Linus Torvalds
Date: Fri Mar 02 2018 - 16:23:35 EST


On Fri, Mar 2, 2018 at 12:22 PM, Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> My question would be, will the existing automated systems that parse
> the "PATCH" subject deal with a non-whitespaced suffix like this?

Hmm. Maybe just space them out. That's what networking already does,
ie you'll see things like

[PATCH net-next v3 0/5] patch description here

[PATCH net] some-patch-description

in subject lines. Maybe we can just encourage that format in general.

And yes, I agree, for when the targets are obvious, this clearly isn't
needed. And often they are.

So this would still likely be the exception rather than the rule, but
it would be a lot more obvious than hiding a one-liner commentary deep
in the middle of the email.

Linus