Re: [PATCH v3] module: replace module_layout with module_memory

From: Guenter Roeck
Date: Sun Jan 29 2023 - 10:35:23 EST


On Sat, Jan 28, 2023 at 06:30:46PM -0800, Luis Chamberlain wrote:
> On Fri, Jan 27, 2023 at 12:40:11PM -0800, Guenter Roeck wrote:
> > That is the only failure reported by my test system.
>
> I thought your rig does some form of boot / runtime tests too?
>

Here are the detailed results:

Build results:
total: 155 pass: 154 fail: 1
Failed builds:
powerpc:ppc32_allmodconfig
Qemu test results:
total: 504 pass: 504 fail: 0

It does run boot tests, but it doesn't test module functionality
(it doesn't try to load modules).

Guenter