Christophe Leroy wrote:
Le 27/06/2019 à 13:23, Naveen N. Rao a écrit :
Since ftrace_replace_code() is a __weak function and can be overridden,
we need to expose the flags that can be set. So, move the flags enum to
the header file.
Reviewed-by: Steven Rostedt (VMware) <rost...@goodmis.org>
Signed-off-by: Naveen N. Rao <naveen.n....@linux.vnet.ibm.com>
This series does apply anymore.
We have a link to it in https://github.com/linuxppc/issues/issues/386
I'll flag it "change requested"
There are a couple of changes being worked on as a prerequisite for this
series. See:
http://lkml.kernel.org/r/cover.1645096227.git.naveen.n....@linux.vnet.ibm.com
- Naveen