From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2021768948743506606==" MIME-Version: 1.0 From: patchwork-bot+netdevbpf@kernel.org To: kbuild-all@lists.01.org Subject: Re: [PATCH bpf] bpf, arm64: Fix bpf trampoline instruction endianness Date: Wed, 10 Aug 2022 15:00:14 +0000 Message-ID: < <166014361423.11049.14659962620709690422.git-patchwork-notify@kernel.org>> In-Reply-To: <20220808040735.1232002-1-xukuohai@huawei.com> List-Id: --===============2021768948743506606== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hello: This patch was applied to bpf/bpf.git (master) by Daniel Borkmann : On Mon, 8 Aug 2022 00:07:35 -0400 you wrote: > The sparse tool complains as follows: > = > arch/arm64/net/bpf_jit_comp.c:1684:16: > warning: incorrect type in assignment (different base types) > arch/arm64/net/bpf_jit_comp.c:1684:16: > expected unsigned int [usertype] *branch > arch/arm64/net/bpf_jit_comp.c:1684:16: > got restricted __le32 [usertype] * > arch/arm64/net/bpf_jit_comp.c:1700:52: > error: subtraction of different types can't work (different base > types) > arch/arm64/net/bpf_jit_comp.c:1734:29: > warning: incorrect type in assignment (different base types) > arch/arm64/net/bpf_jit_comp.c:1734:29: > expected unsigned int [usertype] * > arch/arm64/net/bpf_jit_comp.c:1734:29: > got restricted __le32 [usertype] * > arch/arm64/net/bpf_jit_comp.c:1918:52: > error: subtraction of different types can't work (different base > types) > = > [...] Here is the summary with links: - [bpf] bpf, arm64: Fix bpf trampoline instruction endianness https://git.kernel.org/bpf/bpf/c/aada47665546 You are awesome, thank you! -- = Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html --===============2021768948743506606==--