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:	Thu, 4 Feb 2016 18:06:43 +0000
From:	Al Viro <viro@...IV.linux.org.uk>
To:	linux-arch@...r.kernel.org
Cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 02/13] EXPORT_SYMBOL() for asm

On Wed, Feb 03, 2016 at 09:20:34PM +0000, Al Viro wrote:
> +.macro __EXPORT_SYMBOL name,val,sec
> +#ifdef CONFIG_MODULES
> +	.globl __ksymtab_\name

Should be .globl KSYM(__ksymtab_\name), to match the actual label in
> +KSYM(__ksymtab_\name):

Fix folded and pushed...

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ