diff options
author | Andy Lutomirski <luto@kernel.org> | 2015-07-24 01:37:48 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-28 19:23:02 +0300 |
commit | 69a71b6b418c0052614e8325ca4e91ca4a3d6eef (patch) | |
tree | e270091a056d3eb621e46a82b8e506709bf3302e /tools | |
parent | 64c98ba6ddb51372a541e4a290bb1c50257d33bb (diff) | |
download | linux-69a71b6b418c0052614e8325ca4e91ca4a3d6eef.tar.xz |
x86/entry/64: Don't use IST entry for #BP stack
commit d8ba61ba58c88d5207c1ba2f7d9a2280e7d03be9 upstream.
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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions