linux/arch
Rasmus Villemoes 2022cceb4e x86/traps: Use format string with panic() call
Building with -Wformat-nonliteral gives:

  arch/x86/kernel/traps.c:334:2: warning: format not a string literal and no format arguments [-Wformat-nonliteral]
    panic(message);

handle_stack_overflow() can only be called from two places (kernel/traps.c
and via inline asm in mm/fault.c), in both cases with a string not
containing format specifiers, so we might as well silence this warning
using "%s" as a format string.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Borislav Petkov <bp@alien8.de>
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/20181026222004.14193-1-linux@rasmusvillemoes.dk
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2018-10-29 07:19:26 +01:00
..
alpha alpha: switch to NO_BOOTMEM 2018-10-26 16:25:20 -07:00
arc Devicetree updates for 4.20: 2018-10-26 12:09:58 -07:00
arm Merge branch 'akpm' (patches from Andrew) 2018-10-26 19:33:41 -07:00
arm64 Merge branch 'akpm' (patches from Andrew) 2018-10-26 19:33:41 -07:00
c6x Devicetree updates for 4.20: 2018-10-26 12:09:58 -07:00
h8300 Devicetree updates for 4.20: 2018-10-26 12:09:58 -07:00
hexagon hexagon: switch to NO_BOOTMEM 2018-10-26 16:25:20 -07:00
ia64 mm: make memmap_init a proper function 2018-10-26 16:26:35 -07:00
m68k powerpc updates for 4.20 2018-10-26 14:36:21 -07:00
microblaze Devicetree updates for 4.20: 2018-10-26 12:09:58 -07:00
mips Merge branch 'akpm' (patches from Andrew) 2018-10-26 19:33:41 -07:00
nds32 Devicetree updates for 4.20: 2018-10-26 12:09:58 -07:00
nios2 Merge branch 'akpm' (patches from Andrew) 2018-10-26 19:33:41 -07:00
openrisc Devicetree updates for 4.20: 2018-10-26 12:09:58 -07:00
parisc hugetlb: introduce generic version of huge_ptep_get 2018-10-26 16:26:34 -07:00
powerpc Merge branch 'akpm' (patches from Andrew) 2018-10-26 19:33:41 -07:00
riscv RISC-V Patches for the 4.20 Merge Window, Part 1 2018-10-25 18:01:29 -07:00
s390 sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD 2018-10-26 16:26:32 -07:00
sh Merge branch 'akpm' (patches from Andrew) 2018-10-26 19:33:41 -07:00
sparc Merge branch 'akpm' (patches from Andrew) 2018-10-26 19:33:41 -07:00
um um: switch to NO_BOOTMEM 2018-10-26 16:25:20 -07:00
unicore32 unicore32: switch to NO_BOOTMEM 2018-10-26 16:25:20 -07:00
x86 x86/traps: Use format string with panic() call 2018-10-29 07:19:26 +01:00
xtensa Merge branch 'akpm' (patches from Andrew) 2018-10-26 19:33:41 -07:00
.gitignore
Kconfig jump_label: Implement generic support for relative references 2018-09-27 17:56:47 +02:00