From patchwork Fri Apr 26 01:53:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 239621 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 252132C04C2 for ; Fri, 26 Apr 2013 11:53:46 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759477Ab3DZBxY (ORCPT ); Thu, 25 Apr 2013 21:53:24 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:58177 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757882Ab3DZBxX (ORCPT ); Thu, 25 Apr 2013 21:53:23 -0400 Received: from ayumi.akashicho.tokyo.vergenet.net (p5212-ipbfp1903kobeminato.hyogo.ocn.ne.jp [114.172.132.212]) by kirsty.vergenet.net (Postfix) with ESMTP id 849B925BF45; Fri, 26 Apr 2013 11:53:21 +1000 (EST) Received: by ayumi.akashicho.tokyo.vergenet.net (Postfix, from userid 7100) id 21AAEEDE7CB; Fri, 26 Apr 2013 10:53:20 +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 , Hans Schillstrom , Simon Horman Subject: [GIT PULL ipvs] ipvs fixes for v3.9 #2 Date: Fri, 26 Apr 2013 10:53:09 +0900 Message-Id: <1366941190-12135-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 guess that it is too late in the cycle to get this fix into v3.9. If so could you please consider it for v3.10. I would also like the patch considered for stable. It seems to be applicable to all kernel releases since the sip persistence engine was added by my in v2.6.37. In particular I have checked that it applies cleanly to: 3.8.8 stable 3.4.41 longterm 3.2.43 longterm 3.0.74 longterm The following changes since commit 60d509fa6a9c4653a86ad830e4c4b30360b23f0e: Linux 3.9-rc8 (2013-04-21 14:38:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git tags/ipvs-fixes2-for-v3.9 for you to fetch changes up to 75cbc7c25c3efdc325d71baa1cc0ce06940e0e65: ipvs: ip_vs_sip_fill_param() BUG: bad check of return value (2013-04-26 09:59:16 +0900) ---------------------------------------------------------------- Fix for crash-bug in SIP persistence engine by Hans Schillstrom This bug appears to have been present since the sip persistence engine was added by me in v2.6.37. ---------------------------------------------------------------- Hans Schillstrom (1): ipvs: ip_vs_sip_fill_param() BUG: bad check of return value net/netfilter/ipvs/ip_vs_pe_sip.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html