From: patchwork-bot+netdevbpf@kernel•org
To: =?utf-8?b?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2VuIDx0b2tlQHJlZGhhdC5jb20+?=@ci•codeaurora.org
Cc: kuba@kernel•org, davem@davemloft•net, daniel@iogearbox•net,
ast@kernel•org, andriin@fb•com, kafai@fb•com,
songliubraving@fb•com, yhs@fb•com, john.fastabend@gmail•com,
kpsingh@chromium•org, hawk@kernel•org, mst@redhat•com,
romain.perier@gmail•com, apais@linux•microsoft.com,
grygorii.strashko@ti•com, simon.horman@netronome•com,
gustavoars@kernel•org, lorenzo@kernel•org,
weiyongjun1@huawei•com, jbenc@redhat•com,
oss-drivers@netronome•com, linux-omap@vger•kernel.org,
netdev@vger•kernel.org, bpf@vger•kernel.org
Subject: Re: [PATCH bpf v4 0/7] selftests/bpf: Restore test_offload.py to working order
Date: Wed, 09 Dec 2020 15:40:08 +0000 [thread overview]
Message-ID: <160752840844.5298.9932139292063598694.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <160752225643.110217.4104692937165406635.stgit@toke.dk>
Hello:
This series was applied to bpf/bpf.git (refs/heads/master):
On Wed, 09 Dec 2020 14:57:36 +0100 you wrote:
> This series restores the test_offload.py selftest to working order. It seems a
> number of subtle behavioural changes have crept into various subsystems which
> broke test_offload.py in a number of ways. Most of these are fairly benign
> changes where small adjustments to the test script seems to be the best fix, but
> one is an actual kernel bug that I've observed in the wild caused by a bad
> interaction between xdp_attachment_flags_ok() and the rework of XDP program
> handling in the core netdev code.
>
> [...]
Here is the summary with links:
- [bpf,v4,1/7] xdp: remove the xdp_attachment_flags_ok() callback
https://git.kernel.org/bpf/bpf/c/998f17296234
- [bpf,v4,2/7] selftests/bpf/test_offload.py: Remove check for program load flags match
https://git.kernel.org/bpf/bpf/c/0b5b6e747c86
- [bpf,v4,3/7] netdevsim: Add debugfs toggle to reject BPF programs in verifier
https://git.kernel.org/bpf/bpf/c/e4ff5aa46940
- [bpf,v4,4/7] selftests/bpf/test_offload.py: only check verifier log on verification fails
https://git.kernel.org/bpf/bpf/c/d8b5e76ae4e0
- [bpf,v4,5/7] selftests/bpf/test_offload.py: fix expected case of extack messages
https://git.kernel.org/bpf/bpf/c/852c2ee338f0
- [bpf,v4,6/7] selftests/bpf/test_offload.py: reset ethtool features after failed setting
https://git.kernel.org/bpf/bpf/c/766e62b7fcd2
- [bpf,v4,7/7] selftests/bpf/test_offload.py: filter bpftool internal map when counting maps
https://git.kernel.org/bpf/bpf/c/8158cad13435
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2020-12-09 15:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-09 13:57 [PATCH bpf v4 0/7] selftests/bpf: Restore test_offload.py to working order Toke Høiland-Jørgensen
2020-12-09 13:57 ` [PATCH bpf v4 1/7] xdp: remove the xdp_attachment_flags_ok() callback Toke Høiland-Jørgensen
2020-12-09 13:57 ` [PATCH bpf v4 2/7] selftests/bpf/test_offload.py: Remove check for program load flags match Toke Høiland-Jørgensen
2020-12-09 13:57 ` [PATCH bpf v4 3/7] netdevsim: Add debugfs toggle to reject BPF programs in verifier Toke Høiland-Jørgensen
2020-12-09 13:57 ` [PATCH bpf v4 4/7] selftests/bpf/test_offload.py: only check verifier log on verification fails Toke Høiland-Jørgensen
2020-12-09 13:57 ` [PATCH bpf v4 5/7] selftests/bpf/test_offload.py: fix expected case of extack messages Toke Høiland-Jørgensen
2020-12-09 13:57 ` [PATCH bpf v4 6/7] selftests/bpf/test_offload.py: reset ethtool features after failed setting Toke Høiland-Jørgensen
2020-12-09 13:57 ` [PATCH bpf v4 7/7] selftests/bpf/test_offload.py: filter bpftool internal map when counting maps Toke Høiland-Jørgensen
2020-12-09 15:40 ` patchwork-bot+netdevbpf [this message]
2020-12-09 15:40 ` [PATCH bpf v4 0/7] selftests/bpf: Restore test_offload.py to working order Daniel Borkmann
2020-12-09 16:35 ` Toke Høiland-Jørgensen
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=160752840844.5298.9932139292063598694.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc==?utf-8?b?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2VuIDx0b2tlQHJlZGhhdC5jb20+?=@ci$(echo .)codeaurora.org \
--cc=andriin@fb$(echo .)com \
--cc=apais@linux$(echo .)microsoft.com \
--cc=ast@kernel$(echo .)org \
--cc=bpf@vger$(echo .)kernel.org \
--cc=daniel@iogearbox$(echo .)net \
--cc=davem@davemloft$(echo .)net \
--cc=grygorii.strashko@ti$(echo .)com \
--cc=gustavoars@kernel$(echo .)org \
--cc=hawk@kernel$(echo .)org \
--cc=jbenc@redhat$(echo .)com \
--cc=john.fastabend@gmail$(echo .)com \
--cc=kafai@fb$(echo .)com \
--cc=kpsingh@chromium$(echo .)org \
--cc=kuba@kernel$(echo .)org \
--cc=linux-omap@vger$(echo .)kernel.org \
--cc=lorenzo@kernel$(echo .)org \
--cc=mst@redhat$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=oss-drivers@netronome$(echo .)com \
--cc=romain.perier@gmail$(echo .)com \
--cc=simon.horman@netronome$(echo .)com \
--cc=songliubraving@fb$(echo .)com \
--cc=weiyongjun1@huawei$(echo .)com \
--cc=yhs@fb$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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