Re: [PATCH] x86/kernel: remove unneeded dead-store initialization

From: Nick Desaulniers
Date: Wed Apr 07 2021 - 13:41:42 EST


On Wed, Apr 7, 2021 at 5:02 AM Borislav Petkov <bp@xxxxxxxxx> wrote:
>
> On Wed, Mar 31, 2021 at 04:00:24PM +0800, Yang Li wrote:
> > make clang-analyzer on x86_64 defconfig caught my attention with:
>
> I can't trigger this here using:
>
> make CC=clang-11 -j16 clang-analyzer
>
> I get all kinds of missing python scripts:

<snip>

> FileNotFoundError: [Errno 2] No such file or directory: 'clang-tidy'

You do have clang-tidy installed right? `which clang-tidy`?
--
Thanks,
~Nick Desaulniers