Received: by 10.223.164.202 with SMTP id h10csp648337wrb; Thu, 9 Nov 2017 00:49:59 -0800 (PST) X-Google-Smtp-Source: ABhQp+TyMIgSpJyo3NT3P2exDXdrGdZq+2D3Ks7GYVBFfBem7T59Nqe996uBtNF9GVrHZSRtZCUh X-Received: by 10.99.143.29 with SMTP id n29mr3227326pgd.121.1510217399502; Thu, 09 Nov 2017 00:49:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510217399; cv=none; d=google.com; s=arc-20160816; b=TnFj+ovFqamnhNoKZ2Rr9m4sio6C3iA7jNoglqF7M8zJO1sJabxMk9DtP9g2ucYBjE Dmr/oAGUuwu1k5z4UfSGurhsOzvhj6Xz5l3ddP/oo0H328BO4OyDa29LaQflUQ6zlkm+ 8gceJ6/z5XOiLYSFwJ6i+OoiowUrN81XNcZBeo7CRFeqPtjpI+URibo7BGmFL5iA4Js5 /yKd1zznm6odKv89cBNzcByeThRhBpECUPNJA0xifOE+sD+rBb8yZkba4Tf2vFGylIoO waFE7mptZ84MSTiZTzss14rAVp8VL1JPa50D4LbD6xQMkoQpxtvlK2PMbv34VxNkIAap b+EA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=VgsAAz8cSpUt5WqNsgzIGIr90guEudX+5svKO30zzpE=; b=dr2O9i/szlIJDYA43FQs80Jj5jtd60VXFAGf61Hw+KXSUi6XsFEv/ZKX0juToSuiBy JTNr3c47Raj2qOldiRXqpvpWp+43RzpTUefdtBFV1kGa8bqdGDcZ/5qXy7bxBJrNxF3Y id268TJb5WfbNaTOBCdd61cGSSZXkuUwBovqgx0vSnkODzgvKGlEImQJXX+Ki8b6WeJP 4jIvQJnpwfEkA5ICt3wMcbYfx26Fwq4uio+hRPuGXGyl/diYXYbFLYJ5e8wVNIvrbVKf Sd6BxirljVf59GctTohKAwQU6JJKjngiJHVvP2we5Z55jIIm31v2S2VsanXzaSZiURtS egyA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 39si5735773ple.489.2017.11.09.00.49.47; Thu, 09 Nov 2017 00:49:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753526AbdKIItM (ORCPT + 82 others); Thu, 9 Nov 2017 03:49:12 -0500 Received: from aibo.runbox.com ([91.220.196.211]:39030 "EHLO aibo.runbox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753436AbdKIItL (ORCPT ); Thu, 9 Nov 2017 03:49:11 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eCiWD-0005WH-Um; Thu, 09 Nov 2017 09:49:02 +0100 Received: from 93.89.113.32.ip.vitnett.no ([93.89.113.32] helo=[10.5.202.90]) by mailfront12.runbox.com with esmtpsa (uid:646232 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1eCiVs-00016r-Li; Thu, 09 Nov 2017 09:48:40 +0100 Subject: Re: [PATCH net-next 2/6] net: dsa: return after mdb prepare phase To: Vivien Didelot , netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Florian Fainelli , Andrew Lunn References: <20171108171917.5965-1-vivien.didelot@savoirfairelinux.com> <20171108171917.5965-3-vivien.didelot@savoirfairelinux.com> From: Egil Hjelmeland Message-ID: Date: Thu, 9 Nov 2017 09:48:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171108171917.5965-3-vivien.didelot@savoirfairelinux.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08. nov. 2017 18:19, Vivien Didelot wrote: > The current code does not return after successfully preparing the MDB > addition on every ports member of a multicast group. Fix this. > > Fixes: a1a6b7ea7f2d ("net: dsa: add cross-chip multicast support") > Reported-by: Egil Hjelmeland > Signed-off-by: Vivien Didelot > --- > net/dsa/switch.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/net/dsa/switch.c b/net/dsa/switch.c > index 04e8ad2c3d5d..0041aba5c339 100644 > --- a/net/dsa/switch.c > +++ b/net/dsa/switch.c > @@ -133,6 +133,8 @@ static int dsa_switch_mdb_add(struct dsa_switch *ds, > if (err) > return err; > } > + > + return 0; > } > > for_each_set_bit(port, group, ds->num_ports) > Hi Vivien! Will this cause a merge-conflict with the "net" patch you sent, when "net" is merged to "net-next"? Perhaps more polite to hold on to this (and following patches) until "net" patch has trickled through the system? Regards Egil From 1583519495942076856@xxx Wed Nov 08 17:24:32 +0000 2017 X-GM-THRID: 1583519495942076856 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread