]> git.neil.brown.name Git - history.git/commit
[PATCH] Expanded bad page handling
authorAndrew Morton <akpm@digeo.com>
Fri, 22 Nov 2002 03:31:03 +0000 (19:31 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Fri, 22 Nov 2002 03:31:03 +0000 (19:31 -0800)
commit67d9df19a06f1a1145a789a5bc6407c5cc715ae6
tree0353e2abab17a5c94beb23e6514d51a2925c26b8
parent75177faa655085f0e2f8241cd00d49588671b1af
[PATCH] Expanded bad page handling

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.
mm/page_alloc.c