Re: [PATCH 6/9] nds32: Fix the symbols undefined issue by exporting them.

From: Greentime Hu
Date: Fri Apr 20 2018 - 08:02:43 EST


2018-04-20 18:41 GMT+08:00 Christoph Hellwig <hch@xxxxxxxxxxxxx>:
>> +++ b/arch/nds32/kernel/stacktrace.c
>> @@ -9,6 +9,7 @@ void save_stack_trace(struct stack_trace *trace)
>> {
>> save_stack_trace_tsk(current, trace);
>> }
>> +EXPORT_SYMBOL(save_stack_trace);
>
> All other architectures use EXPORT_SYMBOL_GPL here.

Thank you.
I will update it and other architectures also export save_stack_trace_tsk.
I will export it too.