[Intel-gfx] [PATCH] HAX: kernel/swsusp: Show invalid swap signature

Chris Wilson chris at chris-wilson.co.uk
Tue Oct 17 12:36:16 UTC 2017


---
 kernel/power/swap.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kernel/power/swap.c b/kernel/power/swap.c
index d7cdc426ee38..2dbe45f22f7b 100644
--- a/kernel/power/swap.c
+++ b/kernel/power/swap.c
@@ -319,7 +319,8 @@ static int mark_swapfiles(struct swap_map_handle *handle, unsigned int flags)
 		error = hib_submit_io(REQ_OP_WRITE, REQ_SYNC,
 				      swsusp_resume_block, swsusp_header, NULL);
 	} else {
-		printk(KERN_ERR "PM: Swap header not found!\n");
+		printk(KERN_ERR "PM: Swap header not found! Found %10s instead.\n",
+		       swsusp_header->sig);
 		error = -ENODEV;
 	}
 	return error;
-- 
2.15.0.rc1



More information about the Intel-gfx mailing list