From: patchwork-bot+netdevbpf@kernel.org
To: Mina Almasry <almasrymina@google.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-kselftest@vger.kernel.org, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
horms@kernel.org, hawk@kernel.org, ilias.apalodimas@linaro.org,
ncardwell@google.com, kuniyu@amazon.com, dsahern@kernel.org,
andrew+netdev@lunn.ch, shuah@kernel.org, sdf@fomichev.me,
ap420073@gmail.com, praan@google.com, shivajikant@google.com
Subject: Re: [PATCH net-next v2 0/8] Devmem TCP minor cleanups and ksft improvements
Date: Wed, 28 May 2025 02:30:51 +0000 [thread overview]
Message-ID: <174839945148.1866481.123828149281878670.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250523230524.1107879-1-almasrymina@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 23 May 2025 23:05:16 +0000 you wrote:
> v2: https://lore.kernel.org/netdev/20250519023517.4062941-1-almasrymina@google.com/
>
> Changelog:
> - Collect acks and tested-bys (Thanks!)
> - Drop the patch that removed ksft_disruptive. That seems to not have
> any relation to behavior when test fails.
> - Address comments.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/8] net: devmem: move list_add to net_devmem_bind_dmabuf.
https://git.kernel.org/netdev/net-next/c/88e47c93b3a2
- [net-next,v2,2/8] page_pool: fix ugly page_pool formatting
https://git.kernel.org/netdev/net-next/c/170ebc60b79a
- [net-next,v2,3/8] net: devmem: preserve sockc_err
https://git.kernel.org/netdev/net-next/c/85cea17d15c9
- [net-next,v2,4/8] net: devmem: ksft: add ipv4 support
https://git.kernel.org/netdev/net-next/c/12d31142e63a
- [net-next,v2,5/8] net: devmem: ksft: add exit_wait to make rx test pass
https://git.kernel.org/netdev/net-next/c/57605ae8e1b6
- [net-next,v2,6/8] net: devmem: ksft: add 5 tuple FS support
https://git.kernel.org/netdev/net-next/c/243d47a5e1e4
- [net-next,v2,7/8] net: devmem: ksft: upgrade rx test to send 1K data
https://git.kernel.org/netdev/net-next/c/baa18bc5353f
- [net-next,v2,8/8] net: devmem: ncdevmem: remove unused variable
https://git.kernel.org/netdev/net-next/c/affffcbb8726
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:[~2025-05-28 2:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-23 23:05 [PATCH net-next v2 0/8] Devmem TCP minor cleanups and ksft improvements Mina Almasry
2025-05-23 23:05 ` [PATCH net-next v2 1/8] net: devmem: move list_add to net_devmem_bind_dmabuf Mina Almasry
2025-05-27 15:34 ` Stanislav Fomichev
2025-05-23 23:05 ` [PATCH net-next v2 2/8] page_pool: fix ugly page_pool formatting Mina Almasry
2025-05-27 15:34 ` Stanislav Fomichev
2025-05-23 23:05 ` [PATCH net-next v2 3/8] net: devmem: preserve sockc_err Mina Almasry
2025-05-27 15:34 ` Stanislav Fomichev
2025-05-23 23:05 ` [PATCH net-next v2 4/8] net: devmem: ksft: add ipv4 support Mina Almasry
2025-05-27 15:33 ` Stanislav Fomichev
2025-05-23 23:05 ` [PATCH net-next v2 5/8] net: devmem: ksft: add exit_wait to make rx test pass Mina Almasry
2025-05-23 23:05 ` [PATCH net-next v2 6/8] net: devmem: ksft: add 5 tuple FS support Mina Almasry
2025-05-27 15:33 ` Stanislav Fomichev
2025-05-23 23:05 ` [PATCH net-next v2 7/8] net: devmem: ksft: upgrade rx test to send 1K data Mina Almasry
2025-05-23 23:05 ` [PATCH net-next v2 8/8] net: devmem: ncdevmem: remove unused variable Mina Almasry
2025-05-28 2:30 ` 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=174839945148.1866481.123828149281878670.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=almasrymina@google.com \
--cc=andrew+netdev@lunn.ch \
--cc=ap420073@gmail.com \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=horms@kernel.org \
--cc=ilias.apalodimas@linaro.org \
--cc=kuba@kernel.org \
--cc=kuniyu@amazon.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=praan@google.com \
--cc=sdf@fomichev.me \
--cc=shivajikant@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox