• Andrew Morton's avatar
    [PATCH] Expanded bad page handling · 67d9df19
    Andrew Morton authored
    The page allocator has traditionally just gone BUG when it sees a page
    in a bad state.  This is usually due to hardware errors, sometimes
    software errors.
    
    I'm proposing that we not go BUG() any more, but print lots (and lots)
    of diagnostic info and try to continue.
    
    Might be a bit controversial.
    67d9df19
page_alloc.c 33.4 KB