Re: [GIT PULL] Modules updates for v5.12

From: Linus Torvalds
Date: Tue Feb 23 2021 - 13:43:25 EST


On Tue, Feb 23, 2021 at 10:26 AM Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Tue, Feb 23, 2021 at 7:42 AM Jessica Yu <jeyu@xxxxxxxxxx> wrote:
> >
> > Please pull below to receive modules updates for the v5.12 merge window.
>
> Pulled.

Actually, I take that back.

I think there is something horribly wrong in my tree, and my build
process is now about 30% slower. It went from 5+ minutes to 8+
minutes. The main suspect would be some lack of parallelism.

I can't see anything in the module pull that could possibly cause
this, but it seems to have coincided with that pull.

I'm investigating, but the output stopped for a long time at

CHK include/generated/autoksyms.h

Ring a bell? Did something change in here?

Linus