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

Reply via email to