From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756990AbcIPF5y (ORCPT ); Fri, 16 Sep 2016 01:57:54 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:35172 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751062AbcIPF5q (ORCPT ); Fri, 16 Sep 2016 01:57:46 -0400 Date: Fri, 16 Sep 2016 01:57:42 -0400 (EDT) Message-Id: <20160916.015742.1897517375694948164.davem@davemloft.net> To: dhowells@redhat.com Cc: netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 0/4] rxrpc: Support IPv6 From: David Miller In-Reply-To: <147380649153.30728.6717292274642860064.stgit@warthog.procyon.org.uk> References: <147380649153.30728.6717292274642860064.stgit@warthog.procyon.org.uk> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 15 Sep 2016 22:57:45 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: David Howells Date: Tue, 13 Sep 2016 23:41:31 +0100 > > Here is a set of patches that add IPv6 support. They need to be applied on > top of the just-posted miscellaneous fix patches. They are: > > (1) Make autobinding of an unconnected socket work when sendmsg() is > called to initiate a client call. > > (2) Don't specify the protocol when creating the client socket, but rather > take the default instead. > > (3) Use rxrpc_extract_addr_from_skb() in a couple of places that were > doing the same thing manually. This allows the IPv6 address > extraction to be done in fewer places. > > (4) Add IPv6 support. With this, calls can be made to IPv6 servers from > userspace AF_RXRPC programs; AFS, however, can't use IPv6 yet as the > RPC calls need to be upgradeable. ... > Tagged thusly: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-rewrite-20160913-2 Looks good, pulled, thanks.