<div dir="ltr"><div dir="ltr"><br></div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 15 Feb 2022 at 11:27, Michael Ellerman <<a href="mailto:mpe@ellerman.id.au">mpe@ellerman.id.au</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Wedson Almeida Filho <<a href="mailto:wedsonaf@google.com" target="_blank">wedsonaf@google.com</a>> writes:<br>
> Hi Michael,<br>
><br>
> On Wed, 2 Feb 2022 at 05:53, Wedson Almeida Filho <<a href="mailto:wedsonaf@google.com" target="_blank">wedsonaf@google.com</a>> wrote:<br>
>><br>
>> Without this patch, module init sections are disabled by patching their<br>
>> names in arch-specific code when they're loaded (which prevents code in<br>
>> layout_sections from finding init sections). This patch uses the new<br>
>> arch-specific module_init_section instead.<br>
>><br>
>> This allows modules that have .init_array sections to have the<br>
>> initialisers properly called (on load, before init). Without this patch,<br>
>> the initialisers are not called because .init_array is renamed to<br>
>> _init_array, and thus isn't found by code in find_module_sections().<br>
>><br>
>> Signed-off-by: Wedson Almeida Filho <<a href="mailto:wedsonaf@google.com" target="_blank">wedsonaf@google.com</a>><br>
>> ---<br>
>>  arch/powerpc/kernel/module_64.c | 11 ++++++-----<br>
>>  1 file changed, 6 insertions(+), 5 deletions(-)<br>
...<br>
><br>
> Would any additional clarification from my part be helpful here?<br>
<br>
Just more patience ;)<br>
<br>
> I got an email saying it was under review (and checks passed) but<br>
> nothing appears to have happened since.<br>
<br>
I actually put it in next late last week, but the emails got delayed due<br>
to various gremlins.<br></blockquote><div><br></div><div>Yes, I see it, thank you!</div><div><br></div><div>Cheers </div><div> </div></div></div>