mbox series

[bpf-next,v2,0/2] Fix number of arguments in test

Message ID 20240507122220.207820-1-cupertino.miranda@oracle.com (mailing list archive)
Headers show
Series Fix number of arguments in test | expand

Message

Cupertino Miranda May 7, 2024, 12:22 p.m. UTC
Hi everyone,

This is a new version based on comments.

Regards,
Cupertino

Changes from v1:
 - Comment with gcc-bpf replaced by bpf_gcc.
 - Used pragma GCC optimize to disable GCC optimization in test.


Cc: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Cc: Andrii Nakryiko <andrii.nakryiko@gmail.com>
Cc: Eduard Zingerman <eddyz87@gmail.com>
Cc: Yonghong Song <yonghong.song@linux.dev>
Cc: David Faust <david.faust@oracle.com>
Cc: Jose Marchesi <jose.marchesi@oracle.com>
Cc: Elena Zannoni <elena.zannoni@oracle.com>

Cupertino Miranda (2):
  selftests/bpf: Add CFLAGS per source file and runner
  selftests/bpf: Change functions definitions to support GCC

 tools/testing/selftests/bpf/Makefile          | 17 ++++++------
 .../selftests/bpf/progs/test_xdp_noinline.c   | 27 ++++++++++++++-----
 2 files changed, 30 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 7, 2024, 9:50 p.m. UTC | #1
Hello:

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

On Tue,  7 May 2024 13:22:18 +0100 you wrote:
> Hi everyone,
> 
> This is a new version based on comments.
> 
> Regards,
> Cupertino
> 
> [...]

Here is the summary with links:
  - [bpf-next,v2,1/2] selftests/bpf: Add CFLAGS per source file and runner
    https://git.kernel.org/bpf/bpf-next/c/207cf6e649ee
  - [bpf-next,v2,2/2] selftests/bpf: Change functions definitions to support GCC
    https://git.kernel.org/bpf/bpf-next/c/b2e086cb28aa

You are awesome, thank you!