From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp04.in.ibm.com ([122.248.162.4]:37792 "EHLO e28smtp04.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751014AbaDHIWu (ORCPT ); Tue, 8 Apr 2014 04:22:50 -0400 Received: from /spool/local by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 8 Apr 2014 13:52:48 +0530 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id D3B563940058 for ; Tue, 8 Apr 2014 13:52:46 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s388MqEe1048942 for ; Tue, 8 Apr 2014 13:52:52 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s388Miq8016510 for ; Tue, 8 Apr 2014 13:52:46 +0530 Date: Tue, 8 Apr 2014 16:22:40 +0800 From: Guo Chao To: Or Gerlitz Cc: Wei Yang , Bjorn Helgaas , Yinghai Lu , Benjamin Herrenschmidt , Gavin Shan , Jack Morgenstein , Amir Vadai , Eugenia Emantayev , talal@mellanox.com, "linux-pci@vger.kernel.org" Subject: Re: [PATCH v7] PCI: Try best to allocate pref mmio 64bit above 4g Message-ID: <20140408082240.GB3198@yanx> References: <1394222924-28886-1-git-send-email-yinghai@kernel.org> <20140408025738.GA3198@yanx> <5343A2D8.20803@mellanox.com> <20140408074135.GA12126@richard> <5343AB8B.5070409@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <5343AB8B.5070409@mellanox.com> Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Apr 08, 2014 at 10:55:55AM +0300, Or Gerlitz wrote: > On 08/04/2014 10:41, Wei Yang wrote: > >>>So just to make sure we're on the same page -- fixing the bug is > >>>carried out through netdev, e.g this 3.14-rc8 > >>>upstream commit 97a5221 "net/mlx4_core: pass > >>>pci_device_id.driver_data to __mlx4_init_one during reset" > >>>and now this one more fix which is under discussion > >>>http://marc.info/?l=linux-pci&m=139675010015646&w=2, right? > >No, this onehttp://marc.info/?l=linux-pci&m=139675010015646&w=2 is another > >bug in mlx4 driver, missing a proper pci_dev_data in mlx4_init_one. > > > >The bug discussing in this thread is the driver "forget" to release the > >"owner" during kexec. So this device couldn't be usded after kexec. > > > Can you guys please open a kernel.org bugzilla ticket, or better... > work on a patch? > It's already fixed in upstream. commit 367d56f7b4d5ce61e883c64f81786c7a3ae88eea Author: Gavin Shan Date: Tue Mar 4 15:35:20 2014 +0800 net/mlx4: Support shutdown() interface Thanks, Guo Chao