From: Yonghong Song <yhs@fb.com>
To: <bpf@vger.kernel.org>
Cc: Alexei Starovoitov <ast@fb.com>,
Daniel Borkmann <daniel@iogearbox.net>, <kernel-team@fb.com>
Subject: [PATCH bpf v2 0/2] bpf: enforce returning 0 for fentry/fexit programs
Date: Wed, 13 May 2020 22:32:05 -0700 [thread overview]
Message-ID: <20200514053205.1298315-1-yhs@fb.com> (raw)
Currently, tracing fentry/fexit program return value can be anything,
and these return values are actually ignored by trampoline codes.
Let us force return value to be 0 to avoid confusion and allow
possible future extension. Patch #1 is the kernel change and
Patch #2 fixed the selftest.
Changelog:
v1 -> v2:
- explicitly specify expected return value ranges for all
attach types of the tracing programs. Any unspecified attach
type will return an error. This will force any future
tracing attach_type to be explicit about its return value
range (Andrii).
Yonghong Song (2):
bpf: enforce returning 0 for fentry/fexit progs
selftests/bpf: enforce returning 0 for fentry/fexit programs
kernel/bpf/verifier.c | 18 ++++++++++++++++++
.../selftests/bpf/progs/test_overhead.c | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)
--
2.24.1
next reply other threads:[~2020-05-14 5:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-14 5:32 Yonghong Song [this message]
2020-05-14 5:32 ` [PATCH bpf v2 1/2] bpf: enforce returning 0 for fentry/fexit progs Yonghong Song
2020-05-14 6:14 ` Andrii Nakryiko
2020-05-14 14:58 ` Yonghong Song
2020-05-14 19:57 ` Alexei Starovoitov
2020-05-14 5:32 ` [PATCH bpf v2 2/2] selftests/bpf: enforce returning 0 for fentry/fexit programs Yonghong Song
2020-05-14 6:14 ` 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=20200514053205.1298315-1-yhs@fb.com \
--to=yhs@fb.com \
--cc=ast@fb.com \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=kernel-team@fb.com \
/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