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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 17 Feb 2017 12:52:30 +0100 From: Juergen Gross <jgross@...e.com> To: Jiri Slaby <jslaby@...e.cz>, mingo@...hat.com Cc: tglx@...utronix.de, hpa@...or.com, x86@...nel.org, jpoimboe@...hat.com, linux-kernel@...r.kernel.org, Herbert Xu <herbert@...dor.apana.org.au>, "David S. Miller" <davem@...emloft.net>, Boris Ostrovsky <boris.ostrovsky@...cle.com>, linux-crypto@...r.kernel.org, xen-devel@...ts.xenproject.org Subject: Re: [PATCH 08/10] x86: assembly, annotate aliases On 17/02/17 11:47, Jiri Slaby wrote: > _key_expansion_128 is an alias to _key_expansion_256a, __memcpy to > memcpy, xen_syscall32_target to xen_sysenter_target, and so on. Annotate > them all using the new ENTRY_ALIAS and ENTRY_LOCAL_ALIAS. This will make > the tools generating the debuginfo happy. > > Signed-off-by: Jiri Slaby <jslaby@...e.cz> > Cc: Herbert Xu <herbert@...dor.apana.org.au> > Cc: "David S. Miller" <davem@...emloft.net> > Cc: Thomas Gleixner <tglx@...utronix.de> > Cc: Ingo Molnar <mingo@...hat.com> > Cc: "H. Peter Anvin" <hpa@...or.com> > Cc: <x86@...nel.org> > Cc: Boris Ostrovsky <boris.ostrovsky@...cle.com> > Cc: Juergen Gross <jgross@...e.com> > Cc: <linux-crypto@...r.kernel.org> > Cc: <xen-devel@...ts.xenproject.org> > --- > arch/x86/crypto/aesni-intel_asm.S | 5 ++--- > arch/x86/lib/memcpy_64.S | 4 ++-- > arch/x86/lib/memmove_64.S | 4 ++-- > arch/x86/lib/memset_64.S | 4 ++-- > arch/x86/xen/xen-asm_64.S | 4 ++-- > 5 files changed, 10 insertions(+), 11 deletions(-) Xen parts: Reviewed-by: Juergen Gross <jgross@...e.com> Juergen
Powered by blists - more mailing lists