Re: [PATCH v2 1/2] module: allow arch overrides for .init section names

2020-05-14 Thread Vincent Whitchurch
On Mon, May 11, 2020 at 05:45:00PM +0200, Jessica Yu wrote: > +++ Vincent Whitchurch [11/05/20 13:48 +0200]: > >ARM stores unwind information for .init.text in sections named > >.ARM.extab.init.text and .ARM.exidx.init.text. Since those aren't > >currently recognized as init sections, they're allo

Re: [PATCH v2 1/2] module: allow arch overrides for .init section names

2020-05-11 Thread Jessica Yu
+++ Vincent Whitchurch [11/05/20 13:48 +0200]: ARM stores unwind information for .init.text in sections named .ARM.extab.init.text and .ARM.exidx.init.text. Since those aren't currently recognized as init sections, they're allocated along with the core section, and relocation fails if the core a

[PATCH v2 1/2] module: allow arch overrides for .init section names

2020-05-11 Thread Vincent Whitchurch
ARM stores unwind information for .init.text in sections named .ARM.extab.init.text and .ARM.exidx.init.text. Since those aren't currently recognized as init sections, they're allocated along with the core section, and relocation fails if the core and the init section are allocated from different