From: patchwork-bot+netdevbpf@kernel.org
To: Breno Leitao <leitao@debian.org>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, horms@kernel.org, andrew+netdev@lunn.ch,
bigeasy@linutronix.de, clrkwllms@kernel.org, rostedt@goodmis.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-rt-devel@lists.linux.dev, kernel-team@meta.com
Subject: Re: [PATCH net-next v2 0/9] netpoll: move out netconsole-specific functions
Date: Thu, 14 May 2026 01:50:18 +0000 [thread overview]
Message-ID: <177872341822.3917291.11068768935425222711.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260512-netconsole_split-v2-0-1191d14ad66d@debian.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 12 May 2026 03:46:33 -0700 you wrote:
> netpoll and netconsole were created together and their code has
> been intermixed in net/core/netpoll.c for decades. The result is
> that netpoll exposes two send-side interfaces:
>
> * a generic "give me an sk_buff" path used by every stacked-device
> driver (bonding, team, vlan, bridge, macvlan, dsa),
>
> [...]
Here is the summary with links:
- [net-next,v2,1/9] netpoll: expose UDP packet builder helpers for netconsole
https://git.kernel.org/netdev/net-next/c/06baf87e219f
- [net-next,v2,2/9] netconsole: move netpoll_send_udp() from netpoll
https://git.kernel.org/netdev/net-next/c/d3345a61e4ae
- [net-next,v2,3/9] netconsole: move push_ipv6() from netpoll
https://git.kernel.org/netdev/net-next/c/c411baa463e8
- [net-next,v2,4/9] netconsole: move push_ipv4() from netpoll
https://git.kernel.org/netdev/net-next/c/5664c3908b70
- [net-next,v2,5/9] netconsole: move push_eth() from netpoll
https://git.kernel.org/netdev/net-next/c/6a44c82a48c7
- [net-next,v2,6/9] netconsole: move push_udp() from netpoll
https://git.kernel.org/netdev/net-next/c/df82899714b1
- [net-next,v2,7/9] netconsole: move netpoll_udp_checksum() from netpoll
https://git.kernel.org/netdev/net-next/c/597bfa943131
- [net-next,v2,8/9] netpoll: rename and export netpoll_zap_completion_queue()
https://git.kernel.org/netdev/net-next/c/7bb1daff3612
- [net-next,v2,9/9] netconsole: move find_skb() from netpoll
https://git.kernel.org/netdev/net-next/c/f35422ed3664
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:[~2026-05-14 1:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 10:46 [PATCH net-next v2 0/9] netpoll: move out netconsole-specific functions Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 1/9] netpoll: expose UDP packet builder helpers for netconsole Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 2/9] netconsole: move netpoll_send_udp() from netpoll Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 3/9] netconsole: move push_ipv6() " Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 4/9] netconsole: move push_ipv4() " Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 5/9] netconsole: move push_eth() " Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 6/9] netconsole: move push_udp() " Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 7/9] netconsole: move netpoll_udp_checksum() " Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 8/9] netpoll: rename and export netpoll_zap_completion_queue() Breno Leitao
2026-05-12 10:46 ` [PATCH net-next v2 9/9] netconsole: move find_skb() from netpoll Breno Leitao
2026-05-14 1:50 ` 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=177872341822.3917291.11068768935425222711.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=bigeasy@linutronix.de \
--cc=clrkwllms@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kernel-team@meta.com \
--cc=kuba@kernel.org \
--cc=leitao@debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-devel@lists.linux.dev \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rostedt@goodmis.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