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,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
gustavold@gmail.com, asantostc@gmail.com, kernel-team@meta.com
Subject: Re: [PATCH net-next 0/9] netpoll: finish untangling netconsole from netpoll
Date: Thu, 30 Jul 2026 10:20:18 +0000 [thread overview]
Message-ID: <178540681839.3485979.3015916874436032065.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260724-netconsole_move_more_final-v1-0-a5f7691db81c@debian.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Fri, 24 Jul 2026 08:04:08 -0700 you wrote:
> This is the final series moving the netconsole-specific functions out of
> netpoll and into netconsole.
>
> There is nothing else left except struct netpoll ->name and ->dev_mac
> fields, which are netconsole-specific fields, but they are still in
> netpoll structure (no other netpoll user uses these two fields).
>
> [...]
Here is the summary with links:
- [net-next,1/9] netpoll: export carrier_timeout via netpoll_get_carrier_timeout()
https://git.kernel.org/netdev/net-next/c/d93608b0a20e
- [net-next,2/9] netpoll: export the netpoll_setup() helpers for netconsole
https://git.kernel.org/netdev/net-next/c/bb996303efae
- [net-next,3/9] netconsole: take over netpoll_setup() from netpoll
https://git.kernel.org/netdev/net-next/c/672ecd3bb145
- [net-next,4/9] netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()
https://git.kernel.org/netdev/net-next/c/6a55e81d4159
- [net-next,5/9] netconsole: move netpoll_take_ipv4() as netcons_take_ipv4()
https://git.kernel.org/netdev/net-next/c/3aa9ff037ba3
- [net-next,6/9] netconsole: move netpoll_take_ipv6() as netcons_take_ipv6()
https://git.kernel.org/netdev/net-next/c/80fcfc3538f3
- [net-next,7/9] netconsole: move egress_dev() as netcons_egress_dev()
https://git.kernel.org/netdev/net-next/c/cf6de67ba41c
- [net-next,8/9] netconsole: move local_ip/remote_ip/ipv6 to netconsole_target
https://git.kernel.org/netdev/net-next/c/a1116396476f
- [net-next,9/9] netconsole: move netpoll_wait_carrier() as netcons_wait_carrier()
https://git.kernel.org/netdev/net-next/c/dc50a5c9cdea
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-07-30 10:20 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-24 15:04 [PATCH net-next 0/9] netpoll: finish untangling netconsole from netpoll Breno Leitao
2026-07-24 15:04 ` [PATCH net-next 1/9] netpoll: export carrier_timeout via netpoll_get_carrier_timeout() Breno Leitao
2026-07-27 23:24 ` Gustavo Luiz Duarte
2026-07-24 15:04 ` [PATCH net-next 2/9] netpoll: export the netpoll_setup() helpers for netconsole Breno Leitao
2026-07-27 23:25 ` Gustavo Luiz Duarte
2026-07-24 15:04 ` [PATCH net-next 3/9] netconsole: take over netpoll_setup() from netpoll Breno Leitao
2026-07-27 23:38 ` Gustavo Luiz Duarte
2026-07-24 15:04 ` [PATCH net-next 4/9] netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset() Breno Leitao
2026-07-27 23:49 ` Gustavo Luiz Duarte
2026-07-29 10:23 ` Breno Leitao
2026-07-29 14:05 ` Gustavo Luiz Duarte
2026-07-24 15:04 ` [PATCH net-next 5/9] netconsole: move netpoll_take_ipv4() as netcons_take_ipv4() Breno Leitao
2026-07-29 14:06 ` Gustavo Luiz Duarte
2026-07-24 15:04 ` [PATCH net-next 6/9] netconsole: move netpoll_take_ipv6() as netcons_take_ipv6() Breno Leitao
2026-07-29 14:07 ` Gustavo Luiz Duarte
2026-07-24 15:04 ` [PATCH net-next 7/9] netconsole: move egress_dev() as netcons_egress_dev() Breno Leitao
2026-07-29 14:07 ` Gustavo Luiz Duarte
2026-07-24 15:04 ` [PATCH net-next 8/9] netconsole: move local_ip/remote_ip/ipv6 to netconsole_target Breno Leitao
2026-07-29 14:08 ` Gustavo Luiz Duarte
2026-07-24 15:04 ` [PATCH net-next 9/9] netconsole: move netpoll_wait_carrier() as netcons_wait_carrier() Breno Leitao
2026-07-29 14:09 ` Gustavo Luiz Duarte
2026-07-30 10: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=178540681839.3485979.3015916874436032065.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=asantostc@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gustavold@gmail.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=netdev@vger.kernel.org \
--cc=pabeni@redhat.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