[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANn89iKY-s=9T_H2S9g2AWFG8YKG3DJj_WekXRRFHWqGqeKCLg@mail.gmail.com>
Date: Thu, 20 Jul 2023 13:04:18 +0200
From: Eric Dumazet <edumazet@...gle.com>
To: Paolo Abeni <pabeni@...hat.com>
Cc: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org,
eric.dumazet@...il.com, Chao Wu <wwchao@...gle.com>, Wei Wang <weiwan@...gle.com>,
Coco Li <lixiaoyan@...gle.com>, YiFei Zhu <zhuyifei@...gle.com>
Subject: Re: [PATCH net-next] ipv6: remove hard coded limitation on ipv6_pinfo
On Thu, Jul 20, 2023 at 11:44 AM Paolo Abeni <pabeni@...hat.com> wrote:
>
> 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 ;)
Oops, thanks, I will fix this in V2.
Powered by blists - more mailing lists