OSDN Git Service

x86/traps: Split int3 handler up
authorPeter Zijlstra <peterz@infradead.org>
Thu, 5 Mar 2020 15:09:52 +0000 (16:09 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:14:55 +0000 (15:14 +0200)
commit21e28290b31708b72763641604e239eb369c230d
treea571ca62c5817e884b8b249513b22572824b2a59
parent8edd7e37aed8b9df938a63f0b0259c70569ce3d2
x86/traps: Split int3 handler up

For code simplicity split up the int3 handler into a kernel and user part
which makes the code flow simpler to understand.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Link: https://lkml.kernel.org/r/20200505135314.045220765@linutronix.de
arch/x86/kernel/traps.c