commit | 056b9d8a76924df02011f3941c4f53ace8d6c32a | [log] [tgz] |
---|---|---|
author | Kees Cook <[email protected]> | Wed May 03 14:53:32 2017 -0700 |
committer | Linus Torvalds <[email protected]> | Wed May 03 15:52:09 2017 -0700 |
tree | b5508463daeaab5186ed3020da3bed867bcdfea4 | |
parent | 9ab2594febb468964a4c00f8023ec22073ca8716 [diff] |
mm: remove rodata_test_data export, add pr_fmt Since commit 3ad38ceb2769 ("x86/mm: Remove CONFIG_DEBUG_NX_TEST"), nothing is using the exported rodata_test_data variable, so drop the export. This additionally updates the pr_fmt to avoid redundant strings and adjusts some whitespace. Link: http://lkml.kernel.org/r/20170307005313.GA85809@beast Signed-off-by: Kees Cook <[email protected]> Cc: Jinbum Park <[email protected]> Cc: Arjan van de Ven <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>