[rds-devel] [PATCH v4 net-next 2/3] rds: Enable RDS IPv6 support

David Miller davem at davemloft.net
Mon Jul 23 20:20:33 PDT 2018


From: Ka-Cheong Poon <ka-cheong.poon at oracle.com>
Date: Tue, 24 Jul 2018 11:18:24 +0800

> On 07/24/2018 02:15 AM, David Miller wrote:
>> From: Ka-Cheong Poon <ka-cheong.poon at oracle.com>
>> Date: Mon, 23 Jul 2018 07:16:11 -0700
>> 
>>> @@ -163,15 +165,29 @@ int rds_tcp_accept_one(struct socket *sock)
>>>     	inet = inet_sk(new_sock->sk);
>>>   +	my_addr = &new_sock->sk->sk_v6_rcv_saddr;
>>> +	peer_addr = &new_sock->sk->sk_v6_daddr,
>>>   	rdsdebug("accepted tcp %pI6c:%u -> %pI6c:%u\n",
>> Note that comma, instead of a semicolon, at the end of the peer_addr
>> assignment.
>> This doesn't even compile.
> 
> 
> Strange, the compiler did not complain.  Will check why's
> that.

Try allmodconfig



More information about the rds-devel mailing list