Re: [PATCH RFC] gcc-plugins: Handle GCC version mismatch for OOT modules

From: Linus Torvalds
Date: Thu Mar 04 2021 - 14:14:28 EST


On Thu, Mar 4, 2021 at 7:36 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> All the kernel-space objects are rebuilt
> when the compiler is upgraded.

I very much NAK'ed that one. Why did that go in?

Or maybe I NAK'ed another version of it (I think the one I NAK'ed was
from Josh), and didn't realize that there were multiple ones.

> Linus complaint about GCC plugins not being rebuilt.

Yes, and that was a separate complaint and not at all tied to the other objects.

Gcc plugins aren't kernel object files at all. They are very much like
dynamically loadable libraries to gcc itself.

Linus