From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/2] mlxsw: Couple of fixes Date: Thu, 04 Oct 2018 09:56:54 -0700 (PDT) Message-ID: <20181004.095654.479915005653032063.davem@davemloft.net> References: <20181004154728.8054-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jiri@mellanox.com, mlxsw@mellanox.com To: idosch@mellanox.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:51940 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727578AbeJDX7m (ORCPT ); Thu, 4 Oct 2018 19:59:42 -0400 In-Reply-To: <20181004154728.8054-1-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ido Schimmel Date: Thu, 4 Oct 2018 15:48:00 +0000 > First patch works around an hardware issue in Spectrum-2 where a field > indicating the event type is always set to the same value. Since there > are only two event types and they are reported using different queues, > we can use the queue number to derive the event type. > > Second patch prevents a router interface (RIF) leakage when a VLAN > device is deleted from on top a bridge device. Series applied, and patch #2 queued up for -stable. I was thinking about Fixes tags for the situation in patch #2 a bit, and it's probably best to list two Fixes tags. One for the original bug that wasn't fixed properly, and one for the incomplete fix. It's nice that you mentioned the incomplete fix in the commit message but a backporter might miss this chain of commits and dependencies it if it isn't in the Fixes: tags. Thanks.