bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: Andrii Nakryiko <andriin@fb.com>,
	bpf@vger.kernel.org, netdev@vger.kernel.org, ast@fb.com
Cc: andrii.nakryiko@gmail.com, kernel-team@fb.com
Subject: Re: [PATCH bpf-next 0/4] CO-RE candidate matching fix and tracing test
Date: Fri, 13 Mar 2020 23:36:22 +0100	[thread overview]
Message-ID: <412ada94-03ff-4d52-2dbb-32259ca4a653@iogearbox.net> (raw)
In-Reply-To: <20200313172336.1879637-1-andriin@fb.com>

On 3/13/20 6:23 PM, Andrii Nakryiko wrote:
> This patch set fixes bug in CO-RE relocation candidate finding logic, which
> currently allows matching against forward declarations, functions, and other
> named types, even though it makes no sense to even attempt. As part of
> verifying the fix, add test using vmlinux.h with preserve_access_index
> attribute and utilizing struct pt_regs heavily to trace nanosleep syscall
> using 5 different types of tracing BPF programs.
> 
> This test also demonstrated problems using struct pt_regs in syscall
> tracepoints and required a new set of macro, which were added in patch #3 into
> bpf_tracing.h.
> 
> Patch #1 fixes annoying issue with selftest failure messages being out of
> sync.
> 
> v1->v2:
> - drop unused handle__probed() function (Martin).
> 
> Andrii Nakryiko (4):
>    selftests/bpf: ensure consistent test failure output
>    libbpf: ignore incompatible types with matching name during CO-RE
>      relocation
>    libbpf: provide CO-RE variants of PT_REGS macros
>    selftests/bpf: add vmlinux.h selftest exercising tracing of syscalls
> 
>   tools/lib/bpf/bpf_tracing.h                   | 103 ++++++++++++++++++
>   tools/lib/bpf/libbpf.c                        |   4 +
>   tools/testing/selftests/bpf/Makefile          |   7 +-
>   .../selftests/bpf/prog_tests/vmlinux.c        |  43 ++++++++
>   .../selftests/bpf/progs/test_vmlinux.c        |  84 ++++++++++++++
>   tools/testing/selftests/bpf/test_progs.c      |  10 +-
>   tools/testing/selftests/bpf/test_progs.h      |   8 +-
>   7 files changed, 249 insertions(+), 10 deletions(-)
>   create mode 100644 tools/testing/selftests/bpf/prog_tests/vmlinux.c
>   create mode 100644 tools/testing/selftests/bpf/progs/test_vmlinux.c

Applied, thanks!

  parent reply	other threads:[~2020-03-13 22:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13 17:23 [PATCH bpf-next 0/4] CO-RE candidate matching fix and tracing test Andrii Nakryiko
2020-03-13 17:23 ` [PATCH bpf-next 1/4] selftests/bpf: ensure consistent test failure output Andrii Nakryiko
2020-03-13 17:23 ` [PATCH bpf-next 2/4] libbpf: ignore incompatible types with matching name during CO-RE relocation Andrii Nakryiko
2020-03-13 17:23 ` [PATCH bpf-next 3/4] libbpf: provide CO-RE variants of PT_REGS macros Andrii Nakryiko
2020-03-13 17:23 ` [PATCH bpf-next 4/4] selftests/bpf: add vmlinux.h selftest exercising tracing of syscalls Andrii Nakryiko
2020-03-13 17:47 ` [PATCH bpf-next 0/4] CO-RE candidate matching fix and tracing test Martin KaFai Lau
2020-03-13 22:36 ` Daniel Borkmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-13  7:54 Andrii Nakryiko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=412ada94-03ff-4d52-2dbb-32259ca4a653@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=andrii.nakryiko@gmail.com \
    --cc=andriin@fb.com \
    --cc=ast@fb.com \
    --cc=bpf@vger.kernel.org \
    --cc=kernel-team@fb.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).