Re: [PATCH] arc: kernel: export symbol for save_stack_trace() in stacktrace.c

2013-10-28 Thread Chen Gang
On 10/28/2013 10:06 PM, Vineet Gupta wrote: > On 10/28/2013 08:30 AM, Chen Gang wrote: >> Need export its symbol just like other architectures done, or can not >> pass compiling with allmodconfig, the related error: >> >> MODPOST 2994 modules >> ERROR: "save_stack_trace" [kernel/backtracetest

Re: [PATCH] arc: kernel: export symbol for save_stack_trace() in stacktrace.c

2013-10-28 Thread Vineet Gupta
On 10/28/2013 08:30 AM, Chen Gang wrote: > Need export its symbol just like other architectures done, or can not > pass compiling with allmodconfig, the related error: > > MODPOST 2994 modules > ERROR: "save_stack_trace" [kernel/backtracetest.ko] undefined! > ERROR: "save_stack_trace" > [

[PATCH] arc: kernel: export symbol for save_stack_trace() in stacktrace.c

2013-10-27 Thread Chen Gang
Need export its symbol just like other architectures done, or can not pass compiling with allmodconfig, the related error: MODPOST 2994 modules ERROR: "save_stack_trace" [kernel/backtracetest.ko] undefined! ERROR: "save_stack_trace" [drivers/md/persistent-data/dm-persistent-data.ko] undef