aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable_64.h
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>2016-08-06 12:20:39 +0200
committerIngo Molnar <mingo@kernel.org>2016-08-11 10:58:12 +0200
commit62d16b5a3fca4d186e13215e0d7d2f6d36191796 (patch)
tree12f6bed43fc0be8df5c0c1f0fe114d2bf301d6df /arch/x86/include/asm/pgtable_64.h
parentx86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer manipulation (diff)
downloadlinux-dev-62d16b5a3fca4d186e13215e0d7d2f6d36191796.tar.xz
linux-dev-62d16b5a3fca4d186e13215e0d7d2f6d36191796.zip
x86/mm/kaslr: Fix -Wformat-security warning
debug_putstr() is used to output strings without using printf-like formatting but debug_putstr(v) is defined as early_printk(v) in arch/x86/lib/kaslr.c. This makes clang reports the following warning when building with -Wformat-security: arch/x86/lib/kaslr.c:57:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] debug_putstr(purpose); ^~~~~~~ Fix this by using "%s" in early_printk(). Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Acked-by: Kees Cook <keescook@chromium.org> Cc: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Gerst <brgerst@gmail.com> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20160806102039.27221-1-nicolas.iooss_linux@m4x.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
0 files changed, 0 insertions, 0 deletions