Re: [PATCH 01/12] powerpc/module: Only try to generate the ftrace_caller() stub once

From: Balbir Singh
Date: Wed Feb 24 2016 - 23:43:00 EST




On 25/02/16 10:55, Balbir Singh wrote:
>
> On 25/02/16 01:28, Michael Ellerman wrote:
>> Currently we generate the module stub for ftrace_caller() at the bottom
>> of apply_relocate_add(). However apply_relocate_add() is potentially
>> called more than once per module, which means we will try to generate
>> the ftrace_caller() stub multiple times.
> This makes sense
> Reviewed-by: Balbir Singh <bsingharora@xxxxxxxxx>
For the entire series also

Tested-by: Balbir Singh <bsingharora@xxxxxxxxx>