[PATCH] arm64: stacktrace: Move export for save_stack_trace_tsk()

Will Deacon will at kernel.org
Mon Jul 13 16:42:49 EDT 2020


On Fri, Jul 10, 2020 at 07:24:02PM +0100, Mark Brown wrote:
> Due to refactoring way back in bb53c820c5b0f1 ("arm64: stacktrace: avoid
> listing stacktrace functions in stacktrace") the EXPORT_SYMBOL_GPL() for
> save_stack_trace_tsk() is at the end of __save_stack_trace() rather than
> the function it exports. Move it to the expected location.
> 
> Signed-off-by: Mark Brown <broonie at kernel.org>
> ---
>  arch/arm64/kernel/stacktrace.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Will Deacon <will at kernel.org>

Will



More information about the linux-arm-kernel mailing list