Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1743225
| From | Boris Ostrovsky <boris.ostrovsky@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 22/27] x86_64: assembly, change all ENTRY+END to SYM_CODE_* |
| Date | 2017-10-02 22:50 +0200 |
| Message-ID | <uwfP4-ur-19@gated-at.bofh.it> (permalink) |
| References | <uw53j-5uV-3@gated-at.bofh.it> <uw53l-5uV-61@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/02/2017 05:12 AM, Jiri Slaby wrote: > Here, we change all code which is not marked as functions. In other > words, this code has been using END, not ENDPROC. So switch all of this > to appropriate new markings SYM_CODE_START and SYM_CODE_END. > > Signed-off-by: Jiri Slaby <jslaby@suse.cz> > Cc: Thomas Gleixner <tglx@linutronix.de> > Cc: Ingo Molnar <mingo@redhat.com> > Cc: "H. Peter Anvin" <hpa@zytor.com> > Cc: x86@kernel.org > Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com> > Cc: Juergen Gross <jgross@suse.com> > Cc: xen-devel@lists.xenproject.org For Xen bits: Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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