]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: enable paranoid mode and IST shift for xen_int3
authorKris Van Hees <kris.van.hees@oracle.com>
Fri, 24 Feb 2017 23:40:40 +0000 (18:40 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Wed, 8 Mar 2017 20:21:18 +0000 (15:21 -0500)
commitd3b3e8fb5f8983b3cafc460c3804b1366e6d0f68
treeb59665a5793b167b5de41e2d7e50bc38e50a4ca3
parent15a3aac15ccf680381e1ae85ad8d2fe89fb87b1b
dtrace: enable paranoid mode and IST shift for xen_int3

The Xen PVM path into an INT3 trap was not using paranoid=1 mode nor was
it using an IST shift as is done for HW INT3 traps.  This interferes with
the instruction emulation code check based on the handler return value.

Orabug: 25580519
Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/kernel/entry_64.S