commit | 90653a84052cfbbc1f46427f851dad14083e36df | [log] [tgz] |
---|---|---|
author | Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> | Thu Jun 29 23:19:20 2017 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Jul 03 23:12:02 2017 +1000 |
tree | b0fb0dc0ce158690b2738510de98489aa27eb031 | |
parent | 15770a13bebc7fae2fbc06bc4cc708a3f724c586 [diff] |
powerpc/64s: Blacklist rtas entry/exit from kprobes We can't take traps with relocation off, so blacklist enter_rtas() and rtas_return_loc(). However, instead of blacklisting all of enter_rtas(), introduce a new symbol __enter_rtas from where on we can't take a trap and blacklist that. Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>