Fix INIT_ON_FREE_DEFAULT_ON vs PAGE_POISONING issue #28
authorAlexander Popov <alex.popov@linux.com>
Tue, 14 Jan 2020 10:28:25 +0000 (13:28 +0300)
committerAlexander Popov <alex.popov@linux.com>
Tue, 14 Jan 2020 10:28:25 +0000 (13:28 +0300)
PAGE_POISONING is a debugging feature.
It provides less erasing than INIT_ON_FREE_DEFAULT_ON.
Join these checks with OR giving preference to INIT_ON_FREE_DEFAULT_ON.

Thanks to @madaidan for the details.

Also drop my previous recommendations about CONFIG_PAGE_POISONING_NO_SANITY
and CONFIG_PAGE_POISONING_ZERO.


No differences found