diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-02-25 09:01:09 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-02-25 09:01:09 +0100 |
commit | 319e305ca469d9484678d2916590005b08cc3b4b (patch) | |
tree | ffee522a28589e4ba78b616bcde76dac4cc3c667 /arch/x86/kernel/kprobes | |
parent | c0853867a10f9215132dccdb84c720a5f856f4d2 (diff) | |
parent | b2f9d678e28ca71ce650eac82f26dd287b47e89a (diff) | |
download | blackbird-op-linux-319e305ca469d9484678d2916590005b08cc3b4b.tar.gz blackbird-op-linux-319e305ca469d9484678d2916590005b08cc3b4b.zip |
Merge branch 'ras/core' into core/objtool, to pick up the new exception table format
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/kprobes')
-rw-r--r-- | arch/x86/kernel/kprobes/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/kprobes/core.c b/arch/x86/kernel/kprobes/core.c index 5b187dfbfc8b..48acaac35bd2 100644 --- a/arch/x86/kernel/kprobes/core.c +++ b/arch/x86/kernel/kprobes/core.c @@ -987,7 +987,7 @@ int kprobe_fault_handler(struct pt_regs *regs, int trapnr) * In case the user-specified fault handler returned * zero, try to fix up. */ - if (fixup_exception(regs)) + if (fixup_exception(regs, trapnr)) return 1; /* |