Re: [PATCH] ACPI build fix for 2.6.12-rc5

From: Linus Torvalds
Date: Fri May 27 2005 - 10:27:29 EST




On Fri, 27 May 2005, Len Brown wrote:
>
> Linus,
> Please apply this CONFIG_ACPI=n build fix to 2.6.12-rc5

Done.

Just a quick note about the Subject line, though (and this is not
actually particular to Len at all, it's the second email on this that I
send out just today ;)..

Since my automated tools will take the Subject line as the changelog
entry, and in fact it gets special treatment and ends up being in
shortlogs and in the gitweb summary pages etc, I like it when the Subject
line is "clean" in the sense that it makes sense in that context.

In particular, it's good for _me_ to know that a patch is against a
certain release (and not a "-mm" tree for example), so I certainly don't
mind seeing the the patch is for "2.6.12-rc5". But once it is in the tree,
that versioning information is pointless, and sometimes even wrong (ie
maybe I ended up actually applying the patch only after I released the
next kernel, and now that very public comment just looks strange).

So unless the version is literally important for the patch itself (ie, it
might _be_ about the version numbers in the Makefile, and you send in a
patch that changes the all-important NAME field of a particular release),
I actually much prefer to see these "meta-comments" inside the [] in the
Subject line, which automatically gets pruned off by the scripts.

IOW, something like this:

[PATCH -rc5] ACPI build fix

works well (usually the major release is obvious, which is why I shorted
it to just that part, but it's all up to you at that point: it will be
peeled off and just replaced with [PATCH] by the scripts).

So in general, you can have small messages for the patch recipient in
there, but don't go overboard. If it's longer than twenty characters, it
will usually mean that the _actual_ subject line may not show fully in my
mail index, of course..

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/