[RFC PATCH 0/4] Blacklist powerpc exception vectors from kprobes
Naveen N. Rao
naveen.n.rao at linux.vnet.ibm.com
Fri Nov 18 02:08:29 AEDT 2016
This is the beginning of work to come up with a more relevant kprobe
blacklist on powerpc. In this series, we primarily blacklist exception
vectors and kernel entry code.
Naveen N. Rao (4):
powerpc: asm: introduce new macros for assembly globals
powerpc: kprobe: add arch specific blacklist
powerpc: mm/slb: convert slb_low.S to use the new macros
powerpc: mm/slb: blacklist symbols from kprobe
arch/powerpc/include/asm/ppc_asm.h | 19 +++++++++++++++++--
arch/powerpc/kernel/entry_32.S | 2 ++
arch/powerpc/kernel/entry_64.S | 2 ++
arch/powerpc/kernel/kprobes.c | 10 ++++++++++
arch/powerpc/mm/slb_low.S | 30 +++++++++++++-----------------
5 files changed, 44 insertions(+), 19 deletions(-)
--
2.10.2
More information about the Linuxppc-dev
mailing list