diff options
author | Thomas Gleixner <[email protected]> | 2020-03-25 19:53:38 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-06-11 15:14:41 +0200 |
commit | d73a332936a6d33be3aa3fa4bee959efab09e431 (patch) | |
tree | f4889da78bf15d6213dc64e7e0a971e8f8fe7340 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 1c3e5d3f60e26415d4227aa1193cf9e2db4df834 (diff) |
x86/traps: Mark fixup_bad_iret() noinstr
This is called from deep entry ASM in a situation where instrumentation
will cause more harm than providing useful information.
Switch from memmove() to memcpy() because memmove() can't be called
from noinstr code.
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Alexandre Chartre <[email protected]>
Reviewed-by: Masami Hiramatsu <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions