From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH net 0/2] net: dsa: bcm_sf2: Couple of fixes Date: Thu, 11 Oct 2018 15:02:54 -0700 Message-ID: <05eb558e-b20c-fab0-e111-f73948069e5a@gmail.com> References: <20181009234858.23920-1-f.fainelli@gmail.com> <20181010.225335.776879235761704804.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com To: David Miller Return-path: Received: from mail-qt1-f194.google.com ([209.85.160.194]:46003 "EHLO mail-qt1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725763AbeJLFcS (ORCPT ); Fri, 12 Oct 2018 01:32:18 -0400 Received: by mail-qt1-f194.google.com with SMTP id e10-v6so11761659qtq.12 for ; Thu, 11 Oct 2018 15:03:04 -0700 (PDT) In-Reply-To: <20181010.225335.776879235761704804.davem@davemloft.net> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/10/2018 10:53 PM, David Miller wrote: > From: Florian Fainelli > Date: Tue, 9 Oct 2018 16:48:56 -0700 > >> Here are two fixes for the bcm_sf2 driver that were found during >> testing unbind and analysing another issue during system >> suspend/resume. > > Series applied and queued up for -stable, thanks. Did you push that series yet? git pull remote: Counting objects: 171, done. remote: Compressing objects: 100% (71/71), done. remote: Total 171 (delta 144), reused 118 (delta 100) Receiving objects: 100% (171/171), 32.80 KiB | 16.40 MiB/s, done. Resolving deltas: 100% (144/144), completed with 61 local objects. >>From https://git.kernel.org/pub/scm/linux/kernel/git/davem/net 52b5d6f5dcf0..052858663db3 master -> davem-net/master git rebase net/master sf2-fixes First, rewinding head to replay your work on top of it... Applying: net: dsa: bcm_sf2: Fix unbind ordering Applying: net: dsa: bcm_sf2: Call setup during switch resume -- Florian