Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1743258

Re: [PATCH v4 23/27] x86_64: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*

From Boris Ostrovsky <boris.ostrovsky@oracle.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 23/27] x86_64: assembly, change all ENTRY+ENDPROC to SYM_FUNC_*
Date 2017-10-02 22:50 +0200
Message-ID <uwfP9-ur-111@gated-at.bofh.it> (permalink)
References <uw53j-5uV-3@gated-at.bofh.it> <uw53l-5uV-59@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 10/02/2017 05:12 AM, Jiri Slaby wrote:
> These are all functions which are invoked from elsewhere, so we annotate
> them as global using the new SYM_FUNC_START. And their ENDPROC's by
> SYM_FUNC_END.
>
> And make sure ENTRY/ENDPROC is not defined on X86_64, given these were
> the last users.
>
> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
> Cc: "H. Peter Anvin" <hpa@zytor.com>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: x86@kernel.org
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
> Cc: Len Brown <len.brown@intel.com>
> Cc: Pavel Machek <pavel@ucw.cz>
> Cc: Matt Fleming <matt@codeblueprint.co.uk>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
> Cc: Juergen Gross <jgross@suse.com>
> Cc: linux-crypto@vger.kernel.org
> Cc: linux-pm@vger.kernel.org
> Cc: linux-efi@vger.kernel.org
> Cc: xen-devel@lists.xenproject.org

For Xen bits:

Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v4 01/27] linkage: new macros for assembler symbols Jiri Slaby <jslaby@suse.cz> - 2017-10-02 11:20 +0200
  [PATCH v4 19/27] x86: assembly, make some functions local Jiri Slaby <jslaby@suse.cz> - 2017-10-02 11:20 +0200
    Re: [PATCH v4 19/27] x86: assembly, make some functions local Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2017-10-02 14:50 +0200
  [PATCH v4 10/27] x86: head, annotate data appropriatelly Jiri Slaby <jslaby@suse.cz> - 2017-10-02 11:20 +0200
  [PATCH v4 22/27] x86_64: assembly, change all ENTRY+END to SYM_CODE_* Jiri Slaby <jslaby@suse.cz> - 2017-10-02 11:20 +0200
    Re: [PATCH v4 22/27] x86_64: assembly, change all ENTRY+END to  SYM_CODE_* Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-10-02 22:50 +0200
  Re: [PATCH v4 23/27] x86_64: assembly, change all ENTRY+ENDPROC to SYM_FUNC_* "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-10-02 14:50 +0200
  Re: [PATCH v4 23/27] x86_64: assembly, change all ENTRY+ENDPROC to  SYM_FUNC_* Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-10-02 22:50 +0200

csiph-web