mbox series

[bpf-next,0/3] BPF selftests fixes

Message ID 20221205131618.1524337-1-daan.j.demeyer@gmail.com (mailing list archive)
Headers show
Series BPF selftests fixes | expand

Message

Daan De Meyer Dec. 5, 2022, 1:16 p.m. UTC
This patch series fixes a few issues I've found while integrating the
bpf selftests into systemd's mkosi development environment.

Daan De Meyer (3):
  selftests/bpf: Install all required files to run selftests
  selftests/bpf: Use "is not set" instead of "=n"
  selftests/bpf: Use CONFIG_TEST_BPF=m instead of of CONFIG_TEST_BPF=y

 tools/testing/selftests/bpf/Makefile | 6 ++++--
 tools/testing/selftests/bpf/config   | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 7, 2022, 12:40 a.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Mon,  5 Dec 2022 14:16:15 +0100 you wrote:
> This patch series fixes a few issues I've found while integrating the
> bpf selftests into systemd's mkosi development environment.
> 
> Daan De Meyer (3):
>   selftests/bpf: Install all required files to run selftests
>   selftests/bpf: Use "is not set" instead of "=n"
>   selftests/bpf: Use CONFIG_TEST_BPF=m instead of of CONFIG_TEST_BPF=y
> 
> [...]

Here is the summary with links:
  - [bpf-next,1/3] selftests/bpf: Install all required files to run selftests
    https://git.kernel.org/bpf/bpf-next/c/d68ae4982cb7
  - [bpf-next,2/3] selftests/bpf: Use "is not set" instead of "=n"
    https://git.kernel.org/bpf/bpf-next/c/efe7fadbd59e
  - [bpf-next,3/3] selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=y
    https://git.kernel.org/bpf/bpf-next/c/d0c0b48c8727

You are awesome, thank you!