mm: page_alloc: Check if Poison pattern is set properly
While poisoning a page, there may be some code holding
reference to that page and trying to overwrite poison
pattern just before a page is set RO. This corruption
can be later caught while allocating the same page.
So, ensure that no race happened while poisoning the
page.
Change-Id: If81b3ede064ba9e3753bd327399cab78ac89c6ca
Signed-off-by:
Chintan Pandya <cpandya@codeaurora.org>
Loading
Please sign in to comment