Re: [PATCH 00/23] kbuild: support building external modules in a separate build directory

From: Nicolas Schier
Date: Fri Oct 04 2024 - 16:27:04 EST


On Tue, Sep 17, 2024 at 11:16:28PM +0900, Masahiro Yamada wrote:
>
> There has been a long-standing request to support building external
> modules in a separate build directory.
>
> The first half is cleanups of documents and Makefiles.
>
> The last part adds KBUILD_EXTMOD_OUTPUT (MO=).
> This is too big changes, and too late for the current MW.
> (I did not test kselftest at all.)
> I hope people test this and may uncover some issues.

thanks again for the whole series. I really appreciated to go through
this patch set and am sorry for that it took so long. I have tested
only with some in-tree kmods and with kmods' testsuite modules (but only
on amd64) and could not find any major issue, only the minor things
reported. I also did not test the kselftest or similar.

Kind regards,
Nicolas