]> git.baikalelectronics.ru Git - kernel.git/commit
kprobes: Introduce weak variant of kprobe_exceptions_notify()
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Tue, 7 Feb 2017 19:54:14 +0000 (01:24 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 10 Feb 2017 03:42:49 +0000 (14:42 +1100)
commitbc9c0f086b84f29648f03f4fcf555d0269481a4b
tree09a4650df470622b431d22c20457e2f6d0247b22
parent8bdee26827ae584d649efa25f77bb67b27c3a5ca
kprobes: Introduce weak variant of kprobe_exceptions_notify()

kprobe_exceptions_notify() is not used on some of the architectures such
as arm[64] and powerpc anymore. Introduce a weak variant for such
architectures.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
kernel/kprobes.c