From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760666AbcINHgn (ORCPT ); Wed, 14 Sep 2016 03:36:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59638 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754132AbcINHgm (ORCPT ); Wed, 14 Sep 2016 03:36:42 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <147380649153.30728.6717292274642860064.stgit@warthog.procyon.org.uk> References: <147380649153.30728.6717292274642860064.stgit@warthog.procyon.org.uk> To: netdev@vger.kernel.org Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 0/4] rxrpc: Support IPv6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25886.1473838599.1@warthog.procyon.org.uk> Date: Wed, 14 Sep 2016 08:36:39 +0100 Message-ID: <25888.1473838599@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 14 Sep 2016 07:36:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > 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: This subset needs to be made to depend on CONFIG_IPV6. David