Re: Oopses in scheduler on Linux-2.4.17-xfs

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Tue Jan 15 2002 - 20:28:03 EST


> I recently get oopses on 2.4.14-xfs and 2.4.17-xfs.
> box is SMP with old Pentium Pro
> There were some changes with erratas of the Pro ans something
> with "cacheline alignment" and a fence.

Unrelated - in fact you have bugs before and after. The fixes in question
were two sets

1. In certain bizarre situations the ppro violates store ordering. It
        needs lock based spin_unlock to avoid that. Ditto locks to ensure
        stores don't bypass stuff on pci_map interfaces. (This btw is the
        same errata as the FENCE stuff in libglide is all about)

2. Certain address ranges must never be cached on the ppro due to an
        errata. We broke that in two ways - if there was RAM there, and
        if we mapped a card there and set MTRR's to write combine it.

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



This archive was generated by hypermail 2b29 : Tue Jan 15 2002 - 21:00:55 EST