From: Hugh Dickins Date: Tue, 22 Nov 2005 05:32:20 +0000 (-0800) Subject: [PATCH] unpaged: PG_reserved bad_page X-Git-Tag: v2.6.15-rc3~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689bcebfda16d7bace742740bfb3137fff30b529;p=pandora-kernel.git [PATCH] unpaged: PG_reserved bad_page It used to be the case that PG_reserved pages were silently never freed, but in 2.6.15-rc1 they may be freed with a "Bad page state" message. We should work through such cases as they appear, fixing the code; but for now it's safer to issue the message without freeing the page, leaving PG_reserved set. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed