aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorKees Cook <[email protected]>2017-05-05 21:51:16 -0700
committerIngo Molnar <[email protected]>2017-05-07 10:59:05 +0200
commit60854a12d281e2fa25662fa32ac8022bbff17432 (patch)
tree6a641c085b2a1b4e04a61f1b787b572019c9c610 /tools/perf/scripts/python/export-to-postgresql.py
parent121843eb02a6e2fa30aefab64bfe183c97230c75 (diff)
x86/boot: Declare error() as noreturn
The compressed boot function error() is used to halt execution, but it wasn't marked with "noreturn". This fixes that in preparation for supporting kernel FORTIFY_SOURCE, which uses the noreturn annotation on panic, and calls error(). GCC would warn about a noreturn function calling a non-noreturn function: arch/x86/boot/compressed/misc.c: In function ‘fortify_panic’: arch/x86/boot/compressed/misc.c:416:1: warning: ‘noreturn’ function does return } ^ Signed-off-by: Kees Cook <[email protected]> Cc: Daniel Micay <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: H. Peter Anvin <[email protected]> Link: http://lkml.kernel.org/r/20170506045116.GA2879@beast Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions