From patchwork Wed Jun 19 01:56:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 252463 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id D91172C0339 for ; Wed, 19 Jun 2013 11:56:29 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934258Ab3FSB4O (ORCPT ); Tue, 18 Jun 2013 21:56:14 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:44218 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934220Ab3FSB4N (ORCPT ); Tue, 18 Jun 2013 21:56:13 -0400 Received: from ayumi.isobedori.kobe.vergenet.net (p5212-ipbfp1903kobeminato.hyogo.ocn.ne.jp [114.172.132.212]) by kirsty.vergenet.net (Postfix) with ESMTP id C1663266CEE; Wed, 19 Jun 2013 11:56:11 +1000 (EST) Received: by ayumi.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 1AE7BEDE7CD; Wed, 19 Jun 2013 10:56:09 +0900 (JST) From: Simon Horman To: Pablo Neira Ayuso Cc: lvs-devel@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Wensong Zhang , Julian Anastasov , Simon Horman Subject: [GIT PULL nf] IPVS fix for v3.10 Date: Wed, 19 Jun 2013 10:56:01 +0900 Message-Id: <1371606963-30548-1-git-send-email-horms@verge.net.au> X-Mailer: git-send-email 1.8.2.1 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hi Pablo, I realise this is rather late in the cycle, so please feel free to push back on this. We can add it to v3.11 and then -stable. This fix appears to resolve a long-standing problem that has existed since SCTP support was added to IPVS in v2.6.32. I believe it is relevant to -stable all the way back until then. The following changes since commit b396966c4688522863572927cb30aa874b3ec504: netfilter: xt_TCPMSS: Fix missing fragmentation handling (2013-06-12 11:06:19 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git tags/ipvs-fixes-for-v3.10 for you to fetch changes up to 06f3d7f973ec04290d86b7dd91b48d38d90433dc: ipvs: SCTP ports should be writable in ICMP packets (2013-06-19 09:53:52 +0900) ---------------------------------------------------------------- IPVS fix for v3.10 Correct long standing bug in treatment of SCTP when it it is embeded in ICMP from a client. ---------------------------------------------------------------- Julian Anastasov (1): ipvs: SCTP ports should be writable in ICMP packets net/netfilter/ipvs/ip_vs_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)