Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Mon, 20 Feb 2023 17:37:56 +0100 you wrote: > The condition src_reg != BPF_PSEUDO_CALL && imm == BPF_FUNC_tail_call > may be satisfied by a kfunc call. This would lead to unnecessarily > setting has_tail_call. Use src_reg == 0 instead. > > Signed-off-by: Ilya Leoshkevich <iii@xxxxxxxxxxxxx> > --- > kernel/bpf/verifier.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Here is the summary with links: - [bpf-next] bpf: Check for helper calls in check_subprogs() https://git.kernel.org/bpf/bpf-next/c/df2ccc180a2e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html