From 91c15a951091a64a5f048ff93292057e3b590b6f Mon Sep 17 00:00:00 2001 From: Michael Holzheu Date: Mon, 8 Apr 2013 16:09:31 +0200 Subject: [PATCH] s390/hibernate: Save and restore absolute zero pages Since commit 5f954c34 ([S390] hibernation: fix lowcore handling) the absolute zero lowcore is lost during suspend/resume. For example, this leads to the problem that the re-IPL device for kdump is no longer set after resume. With this patch during suspend a buffer is allocated in the new PM notifier "suspend_pm_cb" and then the absolute zero lowcore is saved to that buffer. The resume code then copies back this buffer to absolute zero and afterwards the PM notifier releases the memory. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-format-patch failed