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:08:19 +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, "Rafael J. Wysocki" <rjw@...ysocki.net>, Pavel Machek <pavel@....cz>, linux-pm@...r.kernel.org, Boris Ostrovsky <boris.ostrovsky@...cle.com>, xen-devel@...ts.xenproject.org Subject: Re: [PATCH 02/10] x86: assembly, use ENDPROC for functions On 17/02/17 11:47, Jiri Slaby wrote: > Somewhere END was used to end a function, elsewhere, nothing was used. > So unify it and mark them all by ENDPROC. > > Signed-off-by: Jiri Slaby <jslaby@...e.cz> > Cc: Thomas Gleixner <tglx@...utronix.de> > Cc: Ingo Molnar <mingo@...hat.com> > Cc: "H. Peter Anvin" <hpa@...or.com> > Cc: <x86@...nel.org> > Cc: "Rafael J. Wysocki" <rjw@...ysocki.net> > Cc: Pavel Machek <pavel@....cz> > Cc: <linux-pm@...r.kernel.org> > Cc: Boris Ostrovsky <boris.ostrovsky@...cle.com> > Cc: Juergen Gross <jgross@...e.com> > Cc: <xen-devel@...ts.xenproject.org> > --- > arch/x86/entry/entry_64.S | 40 ++++++++++++++++++------------------ > arch/x86/entry/entry_64_compat.S | 4 ++-- > arch/x86/kernel/mcount_64.S | 10 +++++---- > arch/x86/power/hibernate_asm_64.S | 2 ++ > arch/x86/realmode/rm/reboot.S | 1 + > arch/x86/realmode/rm/trampoline_64.S | 4 ++++ > arch/x86/realmode/rm/wakeup_asm.S | 1 + > arch/x86/xen/xen-asm_64.S | 2 ++ > arch/x86/xen/xen-head.S | 2 +- > arch/x86/xen/xen-pvh.S | 2 +- > 10 files changed, 40 insertions(+), 28 deletions(-) Xen parts: Reviewed-by: Juergen Gross <jgross@...e.com> Juergen
Powered by blists - more mailing lists