From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [GIT 0/1] IPVS Fixes for v4.11 Date: Fri, 28 Apr 2017 12:03:27 +0200 Message-ID: <20170428100326.GC13359@verge.net.au> References: <20170428095816.6588-1-horms@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: lvs-devel@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Wensong Zhang , Julian Anastasov To: Pablo Neira Ayuso Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]:48391 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1947375AbdD1KDd (ORCPT ); Fri, 28 Apr 2017 06:03:33 -0400 Content-Disposition: inline In-Reply-To: <20170428095816.6588-1-horms@verge.net.au> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Sorry, I messed this up. I will repost. On Fri, Apr 28, 2017 at 11:58:15AM +0200, Simon Horman wrote: > Hi Pablo, > > please consider this fix to IPVS for v4.11. > Or if it is too late for v4.11 please consider it for v4.12. > I would also like it considered for stable. > > * Explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled > to avoid oops caused by IPVS accesing IPv6 routing code in such > circumstances. > > The following changes since commit 1debdc8f9ebd07daf140e417b3841596911e0066: > > sh_eth: unmap DMA buffers when freeing rings (2017-04-18 22:04:32 -0400) > > are available in the git repository at: > > http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git ipvs-fixes-for-v4.11 > > for you to fetch changes up to 8f8688b0d483ff06236808ab5fc8bc83c5eaa8d9: > > ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled (2017-04-24 11:53:55 +0200) > > ---------------------------------------------------------------- > Paolo Abeni (1): > ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled > > net/netfilter/ipvs/ip_vs_ctl.c | 22 +++++++++++++++++----- > 1 file changed, 17 insertions(+), 5 deletions(-) > > -- > 2.12.2.816.g2cccc81164 >