From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com ([74.125.82.48]:38597 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752286AbdDLOjK (ORCPT ); Wed, 12 Apr 2017 10:39:10 -0400 Received: by mail-wm0-f48.google.com with SMTP id t189so25906005wmt.1 for ; Wed, 12 Apr 2017 07:39:09 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170412134504.GD24281@kroah.com> References: <1491846272-14882-1-git-send-email-sumit.semwal@linaro.org> <1491846272-14882-4-git-send-email-sumit.semwal@linaro.org> <20170412134504.GD24281@kroah.com> From: Sumit Semwal Date: Wed, 12 Apr 2017 20:08:47 +0530 Message-ID: Subject: Re: [PATCH for-4.4 03/16] net/mlx4_en: Fix bad WQE issue To: Greg KH Cc: stable@vger.kernel.org, Eugenia Emantayev , Tariq Toukan , "David S . Miller" Content-Type: text/plain; charset=UTF-8 Sender: stable-owner@vger.kernel.org List-ID: Hi Greg, Apologies on the copy-paste error wrt the commit ID: I'll double check on the whole series. On 12 April 2017 at 19:15, Greg KH wrote: > On Mon, Apr 10, 2017 at 11:14:19PM +0530, Sumit Semwal wrote: >> From: Eugenia Emantayev >> >> [Upstream commit 6496bbf0ec481966ef9ffe5b6660d8d1b55c60cc] >> >> Single send WQE in RX buffer should be stamped with software >> ownership in order to prevent the flow of QP in error in FW >> once UPDATE_QP is called. >> >> Fixes: 9f519f68cfff ('mlx4_en: Not using Shared Receive Queues') >> Signed-off-by: Eugenia Emantayev >> Signed-off-by: Tariq Toukan >> Signed-off-by: David S. Miller >> Signed-off-by: Sumit Semwal >> [sumits: cherry-picked for 4.4.y] > > I can't take a patch for 4.4 that is not also in 4.9, sorry. Please fix > up this series, and send me what is needed for 4.10, 4.9, and 4.4, and > re-check the git commit ids, I don't want to have to do it all for > you... I didn't realise that having patches in 4.9 was a prerequisite to adding patches to 4.4; will check applicability for 4.9/4.10 as well. Of course, I don't want _you_ to do this kind of checks for patches submitted to stable. Will be careful next time. > > thanks, > > greg k-h Best, Sumit.