From: Paolo Abeni <pabeni@redhat.com>
To: Eric Dumazet <edumazet@google.com>,
"David S . Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com,
Chao Wu <wwchao@google.com>, Wei Wang <weiwan@google.com>,
Coco Li <lixiaoyan@google.com>, YiFei Zhu <zhuyifei@google.com>
Subject: Re: [PATCH net-next] ipv6: remove hard coded limitation on ipv6_pinfo
Date: Thu, 20 Jul 2023 11:43:55 +0200 [thread overview]
Message-ID: <e839c959417f813444567556177c8d3a1ef83467.camel@redhat.com> (raw)
In-Reply-To: <20230718202437.1788505-1-edumazet@google.com>
On Tue, 2023-07-18 at 20:24 +0000, Eric Dumazet wrote:
> diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c
> index 3613489eb6e3b0871da09f06561cc251fe2e0b80..b4d5cc0196c3d73f98c484b01a61322926da2f14 100644
> --- a/net/mptcp/protocol.c
> +++ b/net/mptcp/protocol.c
> @@ -3988,6 +3988,7 @@ int __init mptcp_proto_v6_init(void)
> strcpy(mptcp_v6_prot.name, "MPTCPv6");
> mptcp_v6_prot.slab = NULL;
> mptcp_v6_prot.obj_size = sizeof(struct mptcp6_sock);
> + mptcp_v6_prot.ipv6_pinfo_offset = offsetof(struct mptcp6_sock, np),
Checkpatch spotted that here ';' is needed in place of ','. Yep, mptcp
is always a little special ;)
Cheers,
Paolo
next prev parent reply other threads:[~2023-07-20 9:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-18 20:24 [PATCH net-next] ipv6: remove hard coded limitation on ipv6_pinfo Eric Dumazet
2023-07-20 9:43 ` Paolo Abeni [this message]
2023-07-20 11:04 ` 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=e839c959417f813444567556177c8d3a1ef83467.camel@redhat.com \
--to=pabeni@redhat.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=kuba@kernel.org \
--cc=lixiaoyan@google.com \
--cc=netdev@vger.kernel.org \
--cc=weiwan@google.com \
--cc=wwchao@google.com \
--cc=zhuyifei@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).