Hi,

> > A two processor SMP machine has been crashing recently, sometimes it
> > manages to Oops before hand.  Below is the klogd output with assembly
> > from gdb.  The do_generic_file_read+347 Oops occurred once, the dput+77
> > Oops has occurred five times;  all five are below.
> > 
> > Does anyone recognise if these are fixed in later 2.2's?
> 
> I'm trying to find an answer to this myself.  I have the 2.2.12 and
> 2.2.17 source trees.  `diff -u linux-2.2.12/fs/dcache.c
> linux-2.2.17/fs/dcache.c' gives 320 lines of output.  Where can I find
> why those lines changed, i.e. where are the patches that affected this
> area of code?

Plodding through the release notes for 2.2.12 to 2.2.17 I find 2.2.14
contains

    Dcache Scaling 
        The dcache hash is scaled by memory size.
    Dcache corruption 
        A specific very rare case of dcache corruption has been fixed. 

I'd like to find more detail of the rare corruption so I can see if it
matches what we're experiencing, is it more likely with an SMP machine,
etc.  Is there an archive of patches that go into a particular version
anywhere?


Ralph.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to