diff options
author | Lai Jiangshan <laijs@linux.alibaba.com> | 2020-05-30 00:27:31 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-06-11 16:15:21 +0300 |
commit | f9fe0b89f05441c6e4034e024c2c75a0d93024c1 (patch) | |
tree | d14ad2e4e30c00b46a2c1c51aaa99e9d587c4bc4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 97417cb9ad4ed052d7a4c5c0d75db1ff1b0981fb (diff) | |
download | linux-f9fe0b89f05441c6e4034e024c2c75a0d93024c1.tar.xz |
x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rw
cpu_tss_rw is not directly referenced by hardware, but cpu_tss_rw is
accessed in CPU entry code, especially when #DB shifts its stacks.
If a data breakpoint would be set on cpu_tss_rw.x86_tss.ist[IST_INDEX_DB],
it would cause recursive #DB ending up in a double fault.
Add it to the list of protected items.
Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200526014221.2119-4-laijs@linux.alibaba.com
Link: https://lkml.kernel.org/r/20200529213320.897976479@infradead.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions