lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ