[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180420104126.GA20680@infradead.org>
Date: Fri, 20 Apr 2018 03:41:26 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Greentime Hu <green.hu@...il.com>
Cc: linux-kernel@...r.kernel.org, arnd@...db.de,
greentime@...estech.com, private@...ck-us.net
Subject: Re: [PATCH 6/9] nds32: Fix the symbols undefined issue by exporting
them.
> +++ 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.
Powered by blists - more mailing lists