commit | f14bf6a350dfd6613dbf91be5b423bc7eab690da | [log] [tgz] |
---|---|---|
author | Shile Zhang <[email protected]> | Wed Dec 04 08:46:33 2019 +0800 |
committer | Ingo Molnar <[email protected]> | Fri Dec 13 10:47:58 2019 +0100 |
tree | ddf1419a4f3544217090b0d25c5000dc087e840a | |
parent | 57fa1899428538e314a7e0d52a5b617af082389a [diff] [blame] |
x86/unwind/orc: Remove boot-time ORC unwind tables sorting Now that the orc_unwind and orc_unwind_ip tables are sorted at build time, remove the boot time sorting pass. No change in functionality. [ mingo: Rewrote the changelog and code comments. ] Signed-off-by: Shile Zhang <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]> Cc: Josh Poimboeuf <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh index a81aa76..c287ad9 100755 --- a/scripts/link-vmlinux.sh +++ b/scripts/link-vmlinux.sh
@@ -306,7 +306,10 @@ if [ -n "${CONFIG_BUILDTIME_TABLE_SORT}" ]; then info SORTTAB vmlinux - sorttable vmlinux + if ! sorttable vmlinux; then + echo >&2 Failed to sort kernel tables + exit 1 + fi fi info SYSMAP System.map