]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: ensure that our die notifier gets executed amongst the first
authorKris Van Hees <kris.van.hees@oracle.com>
Fri, 16 Dec 2016 18:04:52 +0000 (13:04 -0500)
committerKris Van Hees <kris.van.hees@oracle.com>
Fri, 23 Dec 2016 22:34:07 +0000 (17:34 -0500)
commit8caffd5c0dc315de48e4ced5e896f3d29a8bbaa4
treec253a62a4a2d65f5fe47f3d352bf4c5c47f304b6
parent046275304f55b8ba93d1a10ee4a08c0b1984a92c
dtrace: ensure that our die notifier gets executed amongst the first

The die notifier is crucial for implementing safe memory access in
DTrace.  To avoid other handlers potentially causing interference, we
set the priority of our handler at the highest level.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Acked-by: David Mc Lean <david.mclean@oracle.com>
kernel/dtrace/dtrace_os.c