x86/hw_breakpoint: Add within_area() to check data breakpoints
authorLai Jiangshan <laijs@linux.alibaba.com>
Fri, 29 May 2020 21:27:29 +0000 (23:27 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:20 +0000 (15:15 +0200)
commitd390e6de89d30402bd06056c40cea72328aec9b1
tree1d0fa0ab07ae9095223732d9b4ac7698336f7d5e
parent998c2034c6a36bd48284e8c8f945a6c6ffc0e3f0
x86/hw_breakpoint: Add within_area() to check data breakpoints

Add a within_area() helper to checking whether the data breakpoints overlap
with cpu_entry_area.

It will be used to completely prevent data breakpoints on GDT, IDT, or TSS.

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-2-laijs@linux.alibaba.com
Link: https://lkml.kernel.org/r/20200529213320.784524504@infradead.org
arch/x86/kernel/hw_breakpoint.c