From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Aleksandrov Subject: Re: [PATCH net 0/3] bonding: a bunch of fixes for dev hwaddr sync in bond_enslave Date: Mon, 26 Mar 2018 17:16:12 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, Jiri Pirko , Jay Vosburgh , Veaceslav Falico , Andy Gospodarek To: Xin Long , network dev Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:37882 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752494AbeCZOQP (ORCPT ); Mon, 26 Mar 2018 10:16:15 -0400 Received: by mail-wm0-f65.google.com with SMTP id r131so8973293wmb.2 for ; Mon, 26 Mar 2018 07:16:15 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 25/03/18 20:16, Xin Long wrote: > This patchset is mainly to fix a crash when adding vlan as slave of > bond which is also the parent link in patch 2/3, and also fix some > err process problems in bond_enslave in patch 1/3 and 3/3. > > Xin Long (3): > bonding: fix the err path for dev hwaddr sync in bond_enslave > bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave > bonding: process the err returned by dev_set_allmulti properly in > bond_enslave > > drivers/net/bonding/bond_main.c | 73 +++++++++++++++++++++-------------------- > 1 file changed, 37 insertions(+), 36 deletions(-) > I have no objections to the patches but you've missed to add the bonding maintainers to the CC list (added now and removed the bouncing emails). Thanks, Nik