From: John Fastabend <john.fastabend@gmail.com>
To: bpf@vger.kernel.org, vincent.whitchurch@datadoghq.com
Cc: daniel@iogearbox.net, john.fastabend@gmail.com
Subject: [PATCH bpf 0/2] Fix reported sockmap splat
Date: Tue, 25 Jun 2024 13:16:30 -0700 [thread overview]
Message-ID: <20240625201632.49024-1-john.fastabend@gmail.com> (raw)
Fix regression introduced in sockmap for the case with strparser
and verdict and returning SK_PASS verdict on a skb. We did not
have a test for this case so we add it here as well.
Todo is to finalize porting all tests into normal CI coverage
to make it easier to audit and run tests. That will go through
bpf-next though.
John Fastabend (2):
bpf: sockmap, fix introduced strparser recursive lock
bpf: sockmap, add test for ingress through strparser
include/linux/skmsg.h | 9 +++++++--
net/core/skmsg.c | 5 ++++-
tools/testing/selftests/bpf/test_sockmap.c | 13 ++++++++++++-
3 files changed, 23 insertions(+), 4 deletions(-)
--
2.33.0
next reply other threads:[~2024-06-25 20:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 20:16 John Fastabend [this message]
2024-06-25 20:16 ` [PATCH bpf 1/2] bpf: sockmap, fix introduced strparser recursive lock John Fastabend
2024-06-29 15:34 ` Jakub Sitnicki
2024-07-03 1:12 ` John Fastabend
2024-06-25 20:16 ` [PATCH bpf 2/2] bpf: sockmap, add test for ingress through strparser John Fastabend
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=20240625201632.49024-1-john.fastabend@gmail.com \
--to=john.fastabend@gmail.com \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=vincent.whitchurch@datadoghq.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