Revision d8ba61ba58c88d5207c1ba2f7d9a2280e7d03be9 authored by Andy Lutomirski on 23 July 2015, 22:37:48 UTC, committed by Thomas Gleixner on 23 March 2018, 20:10:36 UTC
There's nothing IST-worthy about #BP/int3.  We don't allow kprobes
in the small handful of places in the kernel that run at CPL0 with
an invalid stack, and 32-bit kernels have used normal interrupt
gates for #BP forever.

Furthermore, we don't allow kprobes in places that have usergs while
in kernel mode, so "paranoid" is also unnecessary.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
1 parent 06ace26
History

back to top