Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753430AbdI0P53 (ORCPT ); Wed, 27 Sep 2017 11:57:29 -0400 Received: from ale.deltatee.com ([207.54.116.67]:59892 "EHLO ale.deltatee.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752672AbdI0P51 (ORCPT ); Wed, 27 Sep 2017 11:57:27 -0400 To: Greg Kroah-Hartman Cc: Ben Hutchings , Shyam Sundar S K , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Allen Hubbe , Jon Mason References: <20170828080517.599193891@linuxfoundation.org> <20170828080519.919720553@linuxfoundation.org> <1506443547.1860.52.camel@codethink.co.uk> <02803065-0051-5450-ae31-42391fb3bb5c@deltatee.com> <20170927084022.GC20317@kroah.com> From: Logan Gunthorpe Message-ID: Date: Wed, 27 Sep 2017 09:57:22 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170927084022.GC20317@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 172.16.1.162 X-SA-Exim-Rcpt-To: jdmason@kudzu.us, Allen.Hubbe@dell.com, stable@vger.kernel.org, linux-kernel@vger.kernel.org, ssundark@amd.com, ben.hutchings@codethink.co.uk, gregkh@linuxfoundation.org X-SA-Exim-Mail-From: logang@deltatee.com Subject: Re: [PATCH 4.4 50/53] ntb_transport: fix qp count bug X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on ale.deltatee.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 654 Lines: 20 On 27/09/17 02:40 AM, Greg Kroah-Hartman wrote: > On Tue, Sep 26, 2017 at 11:35:04AM -0600, Logan Gunthorpe wrote: >> >> >> On 26/09/17 10:32 AM, Ben Hutchings wrote: >>> In 4.4-stable, it doesn't, so this patch doesn't fix anything. It looks >>> like 4.4 would need a backport of: >> >> Yup, look like the Fixes tag should have been b17faba0 instead of cb827ee. >> In which case it doesn't apply to 4.4. > > Ah, should this be reverted then from 4.4? It probably doesn't matter. The patch changes mw_count to nt->mw_count, but in 4.4 these values are exactly the same. So the patch shouldn't hurt anything but it also didn't fix anything. Logan