From: Mateusz Polchlopek <mateusz.polchlopek@intel.com>
To: Eric Dumazet <edumazet@google.com>,
"David S . Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Cc: <netdev@vger.kernel.org>, Willem de Bruijn <willemb@google.com>,
"Simon Horman" <horms@kernel.org>, <eric.dumazet@gmail.com>
Subject: Re: [PATCH net-next 0/4] net: add EXPORT_IPV6_MOD()
Date: Mon, 10 Feb 2025 10:25:40 +0100 [thread overview]
Message-ID: <448eaa31-97f5-43cb-837f-b55e3b80ec53@intel.com> (raw)
In-Reply-To: <20250210082805.465241-1-edumazet@google.com>
On 2/10/2025 9:28 AM, Eric Dumazet wrote:
> In this series I am adding EXPORT_IPV6_MOD and EXPORT_IPV6_MOD_GPL()
> so that we can replace some EXPORT_SYMBOL() when IPV6 is
> not modular.
>
> This is making all the selected symbols internal to core
> linux networking.
>
> Eric Dumazet (4):
> net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL()
> inetpeer: use EXPORT_IPV6_MOD[_GPL]()
> tcp: use EXPORT_IPV6_MOD[_GPL]()
> udp: use EXPORT_IPV6_MOD[_GPL]()
>
> include/net/ip.h | 8 ++++++
> net/core/secure_seq.c | 4 +--
> net/ipv4/inetpeer.c | 8 +++---
> net/ipv4/syncookies.c | 8 +++---
> net/ipv4/tcp.c | 48 ++++++++++++++++-----------------
> net/ipv4/tcp_fastopen.c | 2 +-
> net/ipv4/tcp_input.c | 14 +++++-----
> net/ipv4/tcp_ipv4.c | 47 ++++++++++++++++-----------------
> net/ipv4/tcp_minisocks.c | 11 ++++----
> net/ipv4/tcp_output.c | 12 ++++-----
> net/ipv4/tcp_timer.c | 4 +--
> net/ipv4/udp.c | 57 ++++++++++++++++++++--------------------
> 12 files changed, 114 insertions(+), 109 deletions(-)
>
The overall looks fine for me, the question from patch3 was a small
nitpick but not important.
For the series please add my RB tag.
Reviewed-by: Mateusz Polchlopek <mateusz.polchlopek@intel.com>
next prev parent reply other threads:[~2025-02-10 9:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-10 8:28 [PATCH net-next 0/4] net: add EXPORT_IPV6_MOD() Eric Dumazet
2025-02-10 8:28 ` [PATCH net-next 1/4] net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() Eric Dumazet
2025-02-10 8:28 ` [PATCH net-next 2/4] inetpeer: use EXPORT_IPV6_MOD[_GPL]() Eric Dumazet
2025-02-10 8:28 ` [PATCH net-next 3/4] tcp: " Eric Dumazet
2025-02-10 8:41 ` Mateusz Polchlopek
2025-02-10 9:08 ` Eric Dumazet
2025-02-10 9:23 ` Mateusz Polchlopek
2025-02-10 9:30 ` Sabrina Dubroca
2025-02-10 9:44 ` Eric Dumazet
2025-02-10 9:56 ` Eric Dumazet
2025-02-10 11:35 ` Sabrina Dubroca
2025-02-10 12:26 ` Eric Dumazet
2025-02-10 12:21 ` kernel test robot
2025-02-10 8:28 ` [PATCH net-next 4/4] udp: " Eric Dumazet
2025-02-11 2:56 ` Willem de Bruijn
2025-02-11 8:08 ` Eric Dumazet
2025-02-10 9:25 ` Mateusz Polchlopek [this message]
2025-02-10 18:33 ` [PATCH net-next 0/4] net: add EXPORT_IPV6_MOD() Willem de Bruijn
2025-02-10 18:46 ` Eric Dumazet
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=448eaa31-97f5-43cb-837f-b55e3b80ec53@intel.com \
--to=mateusz.polchlopek@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=willemb@google.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 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.