Re: [PATCH 4.19 00/74] 4.19.221-rc1 review

From: Linus Torvalds
Date: Mon Dec 13 2021 - 14:06:08 EST


On Mon, Dec 13, 2021 at 10:59 AM Sudip Mukherjee
<sudipm.mukherjee@xxxxxxxxx> wrote:
>
> >
> > Just an initial report. mips allmodconfig is failing with the following error.
>
> Ignore this please. I am not seeing the error on a clean build. Need
> to check what went wrong with my build script.

The gcc plugin builds often fail if there's been a gcc version update,
and you need to blow the old plugins away.

We do not have the full dependencies for system tools, and that might
happen with other incompatible system updates too.

But practically speaking, the gcc plugins are the only thing in the
kernel build that regularly cause problems.

Linus