From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754270AbaFYGEw (ORCPT ); Wed, 25 Jun 2014 02:04:52 -0400 Received: from eu1sys200aog103.obsmtp.com ([207.126.144.115]:39152 "EHLO eu1sys200aog103.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752899AbaFYGEv (ORCPT ); Wed, 25 Jun 2014 02:04:51 -0400 Message-ID: <53AA65F2.8060405@mellanox.com> Date: Wed, 25 Jun 2014 09:02:26 +0300 From: Or Gerlitz User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Greg Kroah-Hartman , Wei Yang , "David S. Miller" CC: , , Bjorn Helgaas , Amir Vadai , Jack Morgenstein , Or Gerlitz Subject: Re: [PATCH 3.10 26/52] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() References: <20140624154713.428945460@linuxfoundation.org> <20140624154715.067497332@linuxfoundation.org> In-Reply-To: <20140624154715.067497332@linuxfoundation.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.222.66.109] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/06/2014 18:50, Greg Kroah-Hartman wrote: > 3.10-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Wei Yang > > [ Upstream commit befdf8978accecac2e0739e6b5075afc62db37fe ] Hi Wei, Dave, In the same manner you acted for 3.14.y -- for this commit to go into 3.10.y it must be accompanied by commit da1de8dfff09d33d4a5345762c21b487028e25f5 "net/mlx4_core: Keep only one driver entry release mlx4_priv" which fixes a bug introduced by the former, agree? Or.