Re: [PATCH v2] x86: mtrr: don't modify RdDram/WrDram bits of fixedMTRRs

From: Ingo Molnar
Date: Fri Mar 13 2009 - 05:19:38 EST



* Thomas Renninger <trenn@xxxxxxx> wrote:

> On Friday 13 March 2009 02:58:56 Ingo Molnar wrote:
> >
> > * Andreas Herrmann <andreas.herrmann3@xxxxxxx> wrote:
> >
> > > Impact: bug fix + BIOS workaround
> >
> > > Change to previous version:
> > > I slightly modified the log message (e.g. addition of FW_WARN).
> > >
> > > Please consider to apply this patch for .29.
> >
> > i've applied it to tip:x86/mtrr, thanks Andreas.
> >
> > I've add a -stable backport tag - so if it's problem-free it
> > should show up in .29.1.
>
> What does -stable backport tag mean?

It means such lines added to commit logs:

Cc: <stable@xxxxxxxxxx>

Greg has scripting in place to pick up such commits
automatically into -stable.

AFAIK Andrew Morton was the first maintainer who started using
these tags consistently, at around 2006.

> Is this something tip:x86 or Ingo Molnar specific?

We do it consistently for all fixes we identify as -stable
backport candidates that go via -tip but the practice existed
upstream long before we started doing it.

Even with such tags it's still a lot of non-trivial work to keep
-stable going:

- there are those fixes which are identified as fixes only
after they have been committed (without tags)

- there are those fixes that have not been tagged at all

- often patches will not apply or break if applied out of
sequence.

But adding <stable@xxxxxxxxxx> certainly helps.

> I saw quite some "easy" fixes not being added/submitted to
> stable in other subsystems and doing double work going through
> them, pick them out and submit them to stable is an
> unnecessary waste of time and some fixes will slip through.

Pointing out specific examples where the backport was realized
when the fix was committed but the tag was not added or outright
lost, and talking to those those maintainers might help. Often
it's a matter of "Oh, cool, did not know that!" realization.

Interestingly, the second-ever such tag i found in Git history
was for a fix ... from you:

commit 59d399d357a7705568f424c6e861ee8657f7f655
Author: Thomas Renninger <trenn@xxxxxxx>
Date: Tue Nov 8 05:27:00 2005 -0500

[ACPI] Fix Null pointer deref in video/lcd/brightness

http://bugzilla.kernel.org/show_bug.cgi?id=5571

Signed-off-by: Thomas Renninger <trenn@xxxxxxx>
Signed-off-by: Nishanth Aravamudan <nacc@xxxxxxxxxx>
Signed-off-by: Yu Luming <luming.yu@xxxxxxxxx>
Cc: <stable@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
Signed-off-by: Len Brown <len.brown@xxxxxxxxx>

:-)

Ingo
--
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/