Skip to content
Snippets Groups Projects
Commit 18451f9f authored by Alexander Potapenko's avatar Alexander Potapenko Committed by Rafael J. Wysocki
Browse files

PM: hibernate: fix crashes with init_on_free=1


Upon resuming from hibernation, free pages may contain stale data from
the kernel that initiated the resume. This breaks the invariant
inflicted by init_on_free=1 that freed pages must be zeroed.

To deal with this problem, make clear_free_pages() also clear the free
pages when init_on_free is enabled.

Fixes: 6471384a ("mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options")
Reported-by: default avatarJohannes Stezenbach <js@sig21.net>
Signed-off-by: default avatarAlexander Potapenko <glider@google.com>
Cc: 5.3+ <stable@vger.kernel.org> # 5.3+
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent b3a987b0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment