Re: [PATCH v2 0/3] powerpc: build out kprobes blacklist
From: Naveen N. Rao <hidden>
Date: 2017-05-04 05:00:32
On 2017/04/27 02:06PM, Naveen N. Rao wrote:
v2 changes: - Patches 3 and 4 from the previous series have been merged. - Updated to no longer blacklist functions involved with stolen time accounting. v1: https://www.mail-archive.com/linuxppc-dev@lists.ozlabs.org/msg117514.html -- 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 once I expand my tests. I have converted many labels into private -- these are labels that I felt are not necessary to read stack traces. If any of those are important to have, please let me know.
Hi Anton, Can you please take a look at this series and let me know if you any concerns, especially around some of the labels that I have made private? Thanks, Naveen