From: patchwork-bot+netdevbpf@kernel.org
To: Dmitry Safonov via B4 Relay <devnull+0x7f454c46.gmail.com@kernel.org>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, shuah@kernel.org, mnassiri@ciena.com,
netdev@vger.kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org, 0x7f454c46@gmail.com
Subject: Re: [PATCH net-next v4 0/8] net/selftests: TCP-AO selftests updates
Date: Tue, 27 Aug 2024 21:20:35 +0000 [thread overview]
Message-ID: <172479363525.765313.5940686495297400141.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240823-tcp-ao-selftests-upd-6-12-v4-0-05623636fe8c@gmail.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 23 Aug 2024 23:04:50 +0100 you wrote:
> First 3 patches are more-or-less cleanups/preparations.
>
> Patches 4/5 are fixes for netns file descriptors leaks/open.
>
> Patch 6 was sent to me/contributed off-list by Mohammad, who wants 32-bit
> kernels to run TCP-AO.
>
> [...]
Here is the summary with links:
- [net-next,v4,1/8] selftests/net: Clean-up double assignment
https://git.kernel.org/netdev/net-next/c/79504a47339c
- [net-next,v4,2/8] selftests/net: Provide test_snprintf() helper
https://git.kernel.org/netdev/net-next/c/7053e788ded5
- [net-next,v4,3/8] selftests/net: Be consistent in kconfig checks
https://git.kernel.org/netdev/net-next/c/bc2468f98221
- [net-next,v4,4/8] selftests/net: Open /proc/thread-self in open_netns()
https://git.kernel.org/netdev/net-next/c/8acb1806e8c2
- [net-next,v4,5/8] selftests/net: Don't forget to close nsfd after switch_save_ns()
https://git.kernel.org/netdev/net-next/c/a9e1693406f9
- [net-next,v4,6/8] selftests/tcp_ao: Fix printing format for uint64_t
https://git.kernel.org/netdev/net-next/c/1c69e1f43399
- [net-next,v4,7/8] selftests/net: Synchronize client/server before counters checks
https://git.kernel.org/netdev/net-next/c/044e03705125
- [net-next,v4,8/8] selftests/net: Add trace events matching to tcp_ao
https://git.kernel.org/netdev/net-next/c/586d87021f22
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-08-27 21:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-23 22:04 [PATCH net-next v4 0/8] net/selftests: TCP-AO selftests updates Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-23 22:04 ` [PATCH net-next v4 1/8] selftests/net: Clean-up double assignment Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-23 22:04 ` [PATCH net-next v4 2/8] selftests/net: Provide test_snprintf() helper Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-23 22:04 ` [PATCH net-next v4 3/8] selftests/net: Be consistent in kconfig checks Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-23 22:04 ` [PATCH net-next v4 4/8] selftests/net: Open /proc/thread-self in open_netns() Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-23 22:04 ` [PATCH net-next v4 5/8] selftests/net: Don't forget to close nsfd after switch_save_ns() Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-23 22:04 ` [PATCH net-next v4 6/8] selftests/tcp_ao: Fix printing format for uint64_t Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-23 22:04 ` [PATCH net-next v4 7/8] selftests/net: Synchronize client/server before counters checks Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-23 22:04 ` [PATCH net-next v4 8/8] selftests/net: Add trace events matching to tcp_ao Dmitry Safonov
2024-08-23 22:04 ` Dmitry Safonov via B4 Relay
2024-08-27 21:10 ` [PATCH net-next v4 0/8] net/selftests: TCP-AO selftests updates Jakub Kicinski
2024-08-27 22:10 ` Dmitry Safonov
2024-08-27 21:20 ` patchwork-bot+netdevbpf [this message]
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=172479363525.765313.5940686495297400141.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=0x7f454c46@gmail.com \
--cc=davem@davemloft.net \
--cc=devnull+0x7f454c46.gmail.com@kernel.org \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=mnassiri@ciena.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.