Re: [PATCH v2 0/2] Fix __earlycon_table stride... again

2018-03-23 Thread Daniel Kurtz
On Fri, Mar 23, 2018 at 7:34 AM Greg Kroah-Hartman < gre...@linuxfoundation.org> wrote: > On Tue, Mar 20, 2018 at 11:57:10AM -0600, Daniel Kurtz wrote: > > The __earlycon_table lives in a special "__earlycon_table" section. The > > contents of this table are added using some macros that deposit i

Re: [PATCH v2 0/2] Fix __earlycon_table stride... again

2018-03-23 Thread Greg Kroah-Hartman
On Tue, Mar 20, 2018 at 11:57:10AM -0600, Daniel Kurtz wrote: > The __earlycon_table lives in a special "__earlycon_table" section. The > contents of this table are added using some macros that deposit individual > struct earlycon_id entries into this section. The linker then defines a > symbol

[PATCH v2 0/2] Fix __earlycon_table stride... again

2018-03-20 Thread Daniel Kurtz
The __earlycon_table lives in a special "__earlycon_table" section. The contents of this table are added using some macros that deposit individual struct earlycon_id entries into this section. The linker then defines a symbol __earlycon_table that is supposed to contain the addresss of the first