From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752832AbcFNOYn (ORCPT ); Tue, 14 Jun 2016 10:24:43 -0400 Received: from host-92-27-6-192.static.as13285.net ([92.27.6.192]:44298 "EHLO nabal.armitage.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752128AbcFNOYj (ORCPT ); Tue, 14 Jun 2016 10:24:39 -0400 X-Greylist: delayed 45634 seconds by postgrey-1.27 at vger.kernel.org; Tue, 14 Jun 2016 10:24:38 EDT From: Quentin Armitage To: Wensong Zhang , Simon Horman , Julian Anastasov , Pablo Neira Ayuso , Patrick McHardy , Jozsef Kadlecsik , "David S. Miller" , netdev@vger.kernel.org, lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, linux-kernel@vger.kernel.org Cc: Quentin Armitage Subject: [PATCH v2 0/5] ipvs: fix backup sync daemon with IPv6, and minor updates Date: Tue, 14 Jun 2016 15:24:17 +0100 Message-Id: <1465914262-30112-1-git-send-email-quentin@armitage.org.uk> X-Mailer: git-send-email 1.7.7.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series of patches arise from discovering that: ipvsadm --start-daemon backup --mcast-group IPv6_address ... would always fail. The first patch resolves the problem. The second and third patches are optimizations that were noticed while investigating the original problem. The fourth patch adds a lock which appears to have been omitted, and the final patch adds the recently added sync daemon multicast parameters to the log messages that are written when the sync daemons start. v2 fixes a compile error in a debug message identified by kbuild test robot. Now compiles with CONFIG_IP_VS_DEBUG enabled. Patch 2/5 is modified to correct the problem, and patch 3/5 is modifed to apply with the modified patch 2/5. Quentin Armitage (5): ipvs: Enable setting IPv6 multicast address for ipvs sync daemon backup ipvs: Stop calling __dev_get_by_name() repeatedly when starting sync daemon ipvs: Don't check result < 0 after setting result = 0 ipvs: Lock socket before setting SK_CAN_REUSE ipvs: log additional sync daemon parameters net/netfilter/ipvs/ip_vs_sync.c | 104 +++++++++++++++++++------------------- 1 files changed, 52 insertions(+), 52 deletions(-) -- 1.7.7.6