2021-11-29 06:41:29

by Lukas Bulwahn

[permalink] [raw]
Subject: Reference to non-existing symbol WAR_R10000 in arch/mips/net/bpf_jit_comp.h

Dear Johan,

In arch/mips/net/bpf_jit_comp.h and introduced with commit commit
72570224bb8f ("mips, bpf: Add JIT workarounds for CPU errata"), there
is an ifdef that refers to a non-existing symbol WAR_R10000. Did you
intend to refer to WAR_R10000_LLSC instead?

This issue was identified with the script ./scripts/checkkconfigsymbols.py.

Best regards,

Lukas


2021-11-30 13:57:46

by Johan Almbladh

[permalink] [raw]
Subject: Re: Reference to non-existing symbol WAR_R10000 in arch/mips/net/bpf_jit_comp.h

Hi Lukas,

On Mon, Nov 29, 2021 at 7:39 AM Lukas Bulwahn <[email protected]> wrote:
>
> Dear Johan,
>
> In arch/mips/net/bpf_jit_comp.h and introduced with commit commit
> 72570224bb8f ("mips, bpf: Add JIT workarounds for CPU errata"), there
> is an ifdef that refers to a non-existing symbol WAR_R10000. Did you
> intend to refer to WAR_R10000_LLSC instead?

You are right, that is a typo. I will prepare a patch with a fix.

Thanks for catching!
Johan

>
> This issue was identified with the script ./scripts/checkkconfigsymbols.py.
>
> Best regards,
>> Lukas