From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: Re: [PATCH] PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO Date: Mon, 12 Sep 2016 13:32:38 +0200 Message-ID: <20160912113238.GA30927@amd> References: <1473410612-6207-1-git-send-email-anisse@astier.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1473410612-6207-1-git-send-email-anisse@astier.eu> Sender: owner-linux-mm@kvack.org To: Anisse Astier Cc: linux-mm@kvack.org, linux-pm@vger.kernel.org, "Kirill A . Shutemov" , Laura Abbott , Mel Gorman , "Rafael J . Wysocki" , Alan Cox , Andi Kleen , Andrew Morton , Brad Spengler , Dave Hansen , David Rientjes , Jianyu Zhan , Kees Cook , Len Brown , Linus Torvalds , Mathias Krause , Michal Hocko , PaX Team , Peter Zijlstra , Vlastimil Babka , Yves-Alexis Perez , linux-kernel@vger.kernel.org List-Id: linux-pm@vger.kernel.org On Fri 2016-09-09 10:43:32, Anisse Astier wrote: > PAGE_POISONING_ZERO disables zeroing new pages on alloc, they are > poisoned (zeroed) as they become available. > In the hibernate use case, free pages will appear in the system without > being cleared, left there by the loading kernel. > > This patch will make sure free pages are cleared on resume when > PAGE_POISONING_ZERO is enabled. We free the pages just after resume > because we can't do it later: going through any device resume code might > allocate some memory and invalidate the free pages bitmap. > > Thus we don't need to disable hibernation when PAGE_POISONING_ZERO is > enabled. > > Signed-off-by: Anisse Astier > Cc: Kirill A. Shutemov > Cc: Laura Abbott > Cc: Mel Gorman > Cc: Rafael J. Wysocki Looks reasonable to me. Acked-by: Pavel Machek Actually.... this takes basically zero time come. Do we want to do it unconditionally? (Yes, it is free memory, but for sake of debugging, I guess zeros are preffered to random content that changed during hibernation.) (But that does not change the Ack.) Best regards, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org