]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: install the die notifier hook whenever DTrace is enabled
authorKris Van Hees <kris.van.hees@oracle.com>
Wed, 11 Jan 2012 06:18:41 +0000 (01:18 -0500)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:40:23 +0000 (22:40 +0100)
commit146130c4dc9c061ca088e7e15825879b97792425
tree40a38cadc8249c1146e2b52d177a6ebc6cf34a56
parent8b4431ffa91210cdae833ec7517aef2fca06e32e
dtrace: install the die notifier hook whenever DTrace is enabled

Page fault and general protection fault handling depends on it, and that
is needed for safe memory access support in DTrace.

Work around an apparent bug in Xen where an invalid opcode fault is delivered
as a general protection failure instead.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
include/linux/dtrace_os.h
kernel/dtrace/dtrace_os.c