Re: [PATCH 0/4] powerpc: build out kprobes blacklist

2017-04-27 Thread Naveen N. Rao
On 2017/04/27 11:24AM, Masami Hiramatsu wrote: > Hello Naveen, > > On Tue, 25 Apr 2017 22:04:05 +0530 > "Naveen N. Rao" wrote: > > > This is the second in the series of patches to build out an appropriate > > kprobes blacklist. This series blacklists

Re: [PATCH 0/4] powerpc: build out kprobes blacklist

2017-04-26 Thread Masami Hiramatsu
Hello Naveen, On Tue, 25 Apr 2017 22:04:05 +0530 "Naveen N. Rao" wrote: > This is the second in the series of patches to build out an appropriate > kprobes blacklist. This series blacklists system_call() and functions > involved when handling the trap itself.

[PATCH 0/4] powerpc: build out kprobes blacklist

2017-04-25 Thread Naveen N. Rao
This is the second in the series of patches to build out an appropriate kprobes blacklist. This series blacklists system_call() and functions involved when handling the trap itself. Not everything is covered, but this is the first set of functions that I have tested with. More patches to follow