Re: [PATCH 6.6 000/474] 6.6.140-rc1 review
From: Wentao Guan
Date: Thu May 21 2026 - 07:45:21 EST
Build tested in our x86,arm64,loongarch config successfully without error.
Failed in riscv config,
you can revert af7b502c916a4950d697b67f5e39c19cfeb5da4b to build ok.
Tested-by: Wentao Guan <guanwentao@xxxxxxxxxxxxx>
BRs
Wentao Guan
Log:
arch/riscv/net/bpf_jit_comp64.c: In function ‘arch_prepare_bpf_trampoline’:
arch/riscv/net/bpf_jit_comp64.c:1064:9: error: implicit declaration of function ‘bpf_flush_icache’ [-Werror=implicit-function-declaration]
1064 | bpf_flush_icache(ctx.insns, ctx.insns + ctx.ninsns);
| ^~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors