Re: [PATCH v8 0/8] ftrace with regs + live patching for ppc64 LE (ABI v2)

2016-02-11 Thread Torsten Duwe
On Thu, Feb 11, 2016 at 05:18:23PM +1100, Balbir Singh wrote: > > Quick question - I presume these apply on top of 4.5.0-rc2? Yes. Torsten ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org

[PATCH v8 0/8] ftrace with regs + live patching for ppc64 LE (ABI v2)

2016-02-10 Thread Torsten Duwe
Changes since V7: * drop "notrace" attribute for MMU-aiding functions and their callees. * merge "-mprofile-kernel"-stripping patches into one. Changes since v6: * include Petr's patch, on popular demand ;) * move #ifdefs out of functions for readability; introduce static helper

Re: [PATCH v8 0/8] ftrace with regs + live patching for ppc64 LE (ABI v2)

2016-02-10 Thread Balbir Singh
On Wed, 2016-02-10 at 18:29 +0100, Torsten Duwe wrote: > Changes since V7: >   * drop "notrace" attribute for MMU-aiding functions > and their callees. >   * merge "-mprofile-kernel"-stripping patches into one. > > Changes since v6: >   * include Petr's patch, on popular demand ;) >   * move