Files
twx-linux/kernel
Rafael J. Wysocki 91f9aa522b Hibernation: do not try to mark invalid PFNs as nosave
On some systems some PFNs reported by the early initialization code as 'nosave'
may be invalid. =A0If we try to set the corresponding bits in the hibernation
bitmap, BUG_ON() in memory_bm_find_bit() will be triggered and the system
won't be able to boot (cf. https://bugzilla.novell.com/show_bug.cgi?id=296242).

Prevent this from happening by verifying if the 'nosave' PFNs are valid in
mark_nosave_pages().

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-08-22 16:23:26 -07:00
..
2007-05-11 05:38:25 -04:00
2007-08-15 09:25:08 -07:00
2007-05-23 20:14:11 -07:00
2007-08-09 14:27:36 -07:00
2007-08-09 14:27:34 -07:00
2007-05-09 07:26:28 +02:00
2007-05-09 12:30:56 -07:00
2007-05-21 09:18:19 -07:00
2007-05-11 05:38:25 -04:00
2007-06-28 11:38:18 -07:00
2007-05-11 08:29:35 -07:00
2007-05-09 08:57:56 +02:00
2007-08-09 14:27:41 -07:00