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

From: Balbir Singh
Date: Wed Feb 24 2016 - 18:55:43 EST




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>