commit | 343782fc2d3a763eaa7d1e130f34ccd7b8ddf221 | [log] [tgz] |
---|---|---|
author | Ravi Kumar Siddojigari <rsiddoji@codeaurora.org> | Tue Jul 30 16:41:20 2019 +0530 |
committer | Jeff Vander Stoep <jeffv@google.com> | Wed Aug 28 14:28:08 2019 +0200 |
tree | f97da0e115f7858df3f6bf0a084a5fc36ae911b8 | |
parent | d0a29c99cae4f0717aa8120b2f8792d38ca187e3 [diff] |
init: set SetKptrRestrict before early-init As part of debugging long run issue we are enabling module info as part of debug build under the config key DEBUG_MODULE_LOAD_INFO , But doing so can lead to info leak as modules/dlkm are loaded in early-init and setting the kptr_restriction is done after early-init. So moving setting of kptr_restrict much before early-init. Bug: 138641073 Change-Id: Ic3c0ca57a94c8b20136a15331dd646bd8825b625