All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sumit Semwal <sumit.semwal@linaro.org>
To: Greg KH <greg@kroah.com>
Cc: stable@vger.kernel.org, Eugenia Emantayev <eugenia@mellanox.com>,
	Tariq Toukan <tariqt@mellanox.com>,
	"David S . Miller" <davem@davemloft.net>
Subject: Re: [PATCH for-4.4 03/16] net/mlx4_en: Fix bad WQE issue
Date: Wed, 12 Apr 2017 20:08:47 +0530	[thread overview]
Message-ID: <CAO_48GF1CLLzGe3ihPXvqZ88-y38HCwREXE-dVSXEPgO=9+_Rw@mail.gmail.com> (raw)
In-Reply-To: <20170412134504.GD24281@kroah.com>

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 <greg@kroah.com> wrote:
> On Mon, Apr 10, 2017 at 11:14:19PM +0530, Sumit Semwal wrote:
>> From: Eugenia Emantayev <eugenia@mellanox.com>
>>
>> [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 <eugenia@mellanox.com>
>> Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
>> Signed-off-by: David S. Miller <davem@davemloft.net>
>> Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
>>  [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.

  reply	other threads:[~2017-04-12 14:39 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-10 17:44 [PATCH for-4.4 00/16] Stable commits from Ubuntu Xenial 4.4-lts Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 01/16] net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT transitions Sumit Semwal
2017-04-12 13:41   ` Greg KH
2017-04-12 15:14     ` Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 02/16] net/mlx4_core: Fix racy CQ (Completion Queue) free Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 03/16] net/mlx4_en: Fix bad WQE issue Sumit Semwal
2017-04-12 13:45   ` Greg KH
2017-04-12 14:38     ` Sumit Semwal [this message]
2017-04-10 17:44 ` [PATCH for-4.4 04/16] SUNRPC: fix refcounting problems with auth_gss messages Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 05/16] ibmveth: set correct gso_size and gso_type Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 06/16] ibmveth: calculate gso_segs for large packets Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 07/16] Drivers: hv: get rid of redundant messagecount in create_gpadl_header() Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 08/16] Drivers: hv: don't leak memory in vmbus_establish_gpadl() Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 09/16] Drivers: hv: get rid of timeout in vmbus_open() Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 10/16] Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg() Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 11/16] Tools: hv: kvp: ensure kvp device fd is closed on exec Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 12/16] Drivers: hv: balloon: keep track of where ha_region starts Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 13/16] Drivers: hv: balloon: account for gaps in hot add regions Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 14/16] hv: don't reset hv_context.tsc_page on crash Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 15/16] blk-mq: Avoid memory reclaim when remapping queues Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 16/16] usb: hub: Wait for connection to be reestablished after port reset Sumit Semwal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAO_48GF1CLLzGe3ihPXvqZ88-y38HCwREXE-dVSXEPgO=9+_Rw@mail.gmail.com' \
    --to=sumit.semwal@linaro.org \
    --cc=davem@davemloft.net \
    --cc=eugenia@mellanox.com \
    --cc=greg@kroah.com \
    --cc=stable@vger.kernel.org \
    --cc=tariqt@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.