From: David S. Miller Date: Fri, 16 Sep 2022 13:34:01 +0000 (+0100) Subject: Merge branch 'net-unsync-addresses-from-ports' X-Git-Tag: v6.1-rc5~417^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34d2d3367de3b815cc7cd5670e18c557f95cfe1e;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'net-unsync-addresses-from-ports' From: Benjamin Poirier To: netdev@vger.kernel.org Cc: Jay Vosburgh , Veaceslav Falico , Andy Gospodarek , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jiri Pirko , Shuah Khan , Jonathan Toppins , linux-kselftest@vger.kernel.org Subject: [PATCH net v3 0/4] Unsync addresses from ports when stopping aggregated devices Date: Wed, 7 Sep 2022 16:56:38 +0900 [thread overview] Message-ID: <20220907075642.475236-1-bpoirier@nvidia.com> (raw) This series fixes similar problems in the bonding and team drivers. Because of missing dev_{uc,mc}_unsync() calls, addresses added to underlying devices may be leftover after the aggregated device is deleted. Add the missing calls and a few related tests. v2: * fix selftest installation, see patch 3 v3: * Split lacpdu_multicast changes to their own patch, #1 * In ndo_{add,del}_slave methods, only perform address list changes when the aggregated device is up (patches 2 & 3) * Add selftest function related to the above change (patch 4) ==================== Acked-by: Jay Vosburgh Signed-off-by: David S. Miller --- 34d2d3367de3b815cc7cd5670e18c557f95cfe1e