Re: [GIT PULL] locking changes for v5.18

From: Linus Torvalds
Date: Tue Mar 22 2022 - 18:59:12 EST


On Tue, Mar 22, 2022 at 3:20 PM Borislav Petkov <bp@xxxxxxxxx> wrote:
>
> Ah, you say build error because you have CONFIG_WERROR=y.

EVERYBODY should have CONFIG_WERROR=y on at least x86-64 and other
serious architectures, unless you have some completely random
experimental (and broken) compiler.

New compiler warnings are not acceptable.

Linus