]> git.baikalelectronics.ru Git - kernel.git/commit
x86/hw_breakpoint: Prevent data breakpoints on per_cpu cpu_tss_rw
authorLai Jiangshan <laijs@linux.alibaba.com>
Fri, 29 May 2020 21:27:31 +0000 (23:27 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:21 +0000 (15:15 +0200)
commit3ce46f4f0dd5911e153cc230d4a80c94f4838612
treed14ad2e4e30c00b46a2c1c51aaa99e9d587c4bc4
parent89a037f9d4627b86716ae09f82afedb04c1a73b2
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
arch/x86/kernel/hw_breakpoint.c