]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove rodata_test_data export, add pr_fmt
authorKees Cook <keescook@chromium.org>
Wed, 3 May 2017 21:53:32 +0000 (14:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 May 2017 22:52:09 +0000 (15:52 -0700)
commitbb94572eb40d9fa573e1f638fa5c5c853af3051b
treeb5508463daeaab5186ed3020da3bed867bcdfea4
parent88d88b0ceb0ead65fb5c48334719bd279d0d903b
mm: remove rodata_test_data export, add pr_fmt

Since commit 28fc45d11fd1 ("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 <keescook@chromium.org>
Cc: Jinbum Park <jinb.park7@gmail.com>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/rodata_test.h
mm/rodata_test.c