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)
commit991fb61eec374576f5f886c6a53f6e0a5adbc8ee
treed3d32cc7a302812e3e4d63563452c2207cd44f91
parent33edfd997cf13957c2c88714dbc4b6a80c8475a9
Fix INIT_ON_FREE_DEFAULT_ON vs PAGE_POISONING issue #28

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.
README.md
kconfig-hardened-check.py