On Thu, 29 Jun 2017 23:19:13 +0530 "Naveen N. Rao" <naveen.n....@linux.vnet.ibm.com> wrote:
> This is the third in the series of patches to build out an appropriate > kprobes blacklist for powerpc. Since posting the second series (*), > there have been related changes to the code and I have brought that > series forward to account for those changes. As such, all patches from > the second series are included in this patchset. > > This patchset now ensures that the newly added multiple kprobes test in > the ftrace testsuite passes on powerpc64. Tested on both Elfv1 and > Elfv2. > > Changes since v4: > - Patch 5 changed to move system_call_exit() symbol before the mtmsrd, > along with an explanation for its placement. > - Patch 7 reverted to previous version moving the new symbol before > the mtmsrd as well. > - All other patches remain unchanged from v4. These all look good to me now. Thanks, Nick