From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-it0-f47.google.com ([209.85.214.47]:52495 "EHLO mail-it0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751619AbdIOTiL (ORCPT ); Fri, 15 Sep 2017 15:38:11 -0400 MIME-Version: 1.0 In-Reply-To: References: <04c9b578-693c-1dc6-9f0f-904580231b21@kernel.dk> <1505232673.5400.243.camel@intel.com> <1505234187.5400.249.camel@coelho.fi> <4bcbcbc1-7c79-09f0-5071-bc2f53bf6574@kernel.dk> <1505246657.1974.11.camel@sipsolutions.net> <8de8d1e2-1673-e1ff-d0ac-6d3bb03e9e99@kernel.dk> <93bfbc9b-8829-66fa-f4d6-6d47124e460c@kernel.dk> From: Linus Torvalds Date: Fri, 15 Sep 2017 12:38:09 -0700 Message-ID: (sfid-20170915_213814_720610_B2F71590) Subject: Re: iwlwifi firmware load broken in current -git To: Jens Axboe Cc: Srinath Mannam , Bjorn Helgaas , Johannes Berg , Luca Coelho , "Grumbach, Emmanuel" , linuxwifi , "linux-wireless@vger.kernel.org" , "linux-pci@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Sep 15, 2017 at 12:32 PM, Jens Axboe wrote: >> >> In any case, your patch introduces a regression on systems. Please get >> it reverted now, and then you can come up with a new approach to fix the >> double enable of the upstream bridge. > > Who's sending in the revert? I can certainly do it if no one else does, > but it needs to be done. > > I'm not seeing any patches coming out of Srinath to fix up the > situation, so we should revert the broken patch until a better solution > exists. Hmm. I don't have the history here (apparently it never made lkml, for example), so I don't even know which commit you're talking about. >>From some of the context it looks like commit 40f11adc7cd9 ("PCI: Avoid race while enabling upstream bridges"), is that correct? Linus