Re: [PATCH v4 11/11] module: Make module_enable_ro() static again

From: Guenter Roeck
Date: Fri Jun 05 2020 - 09:24:55 EST


On Wed, Apr 29, 2020 at 10:24:53AM -0500, Josh Poimboeuf wrote:
> Now that module_enable_ro() has no more external users, make it static
> again.
>
> Suggested-by: Jessica Yu <jeyu@xxxxxxxxxx>
> Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
> Acked-by: Miroslav Benes <mbenes@xxxxxxx>

Apparently this patch made it into the upstream kernel on its own,
not caring about its dependencies. Results are impressive.

Build results:
total: 155 pass: 101 fail: 54
Qemu test results:
total: 431 pass: 197 fail: 234

That means bisects will be all but impossible until this is fixed.
Was that really necessary ?

Guenter