lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e839c959417f813444567556177c8d3a1ef83467.camel@redhat.com>
Date: Thu, 20 Jul 2023 11:43:55 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: Eric Dumazet <edumazet@...gle.com>, "David S . Miller"
 <davem@...emloft.net>,  Jakub Kicinski <kuba@...nel.org>
Cc: 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 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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ