Re: [PATCH 01/12] powerpc/module: Only try to generate the ftrace_caller() stub once
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-02-24 23:55:39
Also in:
lkml
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-02-24 23:55:39
Also in:
lkml
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@gmail.com>