[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <160209360336.7046.15696471491976584744.git-patchwork-notify@kernel.org>
Date: Wed, 07 Oct 2020 18:00:03 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Yonghong Song <yhs@...com>
Cc: bpf@...r.kernel.org, netdev@...r.kernel.org, ast@...nel.org,
daniel@...earbox.net, kernel-team@...com, songliubraving@...com
Subject: Re: [PATCH bpf-next] bpf: fix build failure for kernel/trace/bpf_trace.c
with CONFIG_NET=n
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Tue, 6 Oct 2020 23:29:33 -0700 you wrote:
> When CONFIG_NET is not defined, I hit the following build error:
> kernel/trace/bpf_trace.o:(.rodata+0x110): undefined reference to `bpf_prog_test_run_raw_tp'
>
> Commit 1b4d60ec162f ("bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint")
> added test_run support for raw_tracepoint in /kernel/trace/bpf_trace.c.
> But the test_run function bpf_prog_test_run_raw_tp is defined in
> net/bpf/test_run.c, only available with CONFIG_NET=y.
>
> [...]
Here is the summary with links:
- [bpf-next] bpf: fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n
https://git.kernel.org/bpf/bpf-next/c/ebfb4d40ed9d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists