All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dennis Dalessandro <dennis.dalessandro@intel.com>
To: dledford@redhat.com
Cc: Mike Marciniszyn <mike.marciniszyn@intel.com>,
	Dean Luick <dean.luick@intel.com>,
	Jakub Pawlak <jakub.pawlak@intel.com>,
	Tadeusz Struk <tadeusz.struk@intel.com>,
	linux-rdma@vger.kernel.org, Stable <stable@vger.kernel.org>,
	Sebastian Sanchez <sebastian.sanchez@intel.com>,
	Jianxin Xiong <jianxin.xiong@intel.com>
Subject: [PATCH 0/6] IB/hfi1,rdmavt: Few more for 4.9 incl stable fix
Date: Mon, 10 Oct 2016 06:14:22 -0700	[thread overview]
Message-ID: <20161010131249.17586.23789.stgit@scvm10.sc.intel.com> (raw)

Doug,

Here are a couple more patches we have collected for 4.9. There is a stable fix
here that fixes a breakage in IPoIB introduced by a change in 4.8.

Patches apply on your k.o/for-4.9-hfi1 branch.

Can also be found in GitHub repo at:
https://github.com/ddalessa/kernel/tree/for-4.9

---

Dennis Dalessandro (1):
      IB/rdmavt: rdmavt can handle non aligned page maps

Jakub Pawlak (1):
      IB/hfi1: Fix integrity check flags default values

Mike Marciniszyn (3):
      IB/hfi1: Add unique txwait_lock for txreq events
      IB/hfi1: Inline sdma_txclean() for verbs pio
      IB/hfi1: Optimize lkey validation structures

Tadeusz Struk (1):
      IB/hfi1: Remove redundant sysfs irq affinity entry


 drivers/infiniband/hw/hfi1/affinity.c    |   72 ------------------------------
 drivers/infiniband/hw/hfi1/affinity.h    |    4 --
 drivers/infiniband/hw/hfi1/hfi.h         |   40 +++++++++++------
 drivers/infiniband/hw/hfi1/iowait.h      |    8 +++
 drivers/infiniband/hw/hfi1/pio.c         |   14 ++----
 drivers/infiniband/hw/hfi1/qp.c          |   11 +++--
 drivers/infiniband/hw/hfi1/sdma.c        |   37 +++++----------
 drivers/infiniband/hw/hfi1/sdma.h        |   12 ++++-
 drivers/infiniband/hw/hfi1/sysfs.c       |   25 ----------
 drivers/infiniband/hw/hfi1/verbs.c       |    4 ++
 drivers/infiniband/hw/hfi1/verbs.h       |   13 +++--
 drivers/infiniband/hw/hfi1/verbs_txreq.c |   13 +++--
 drivers/infiniband/sw/rdmavt/dma.c       |    3 -
 drivers/infiniband/sw/rdmavt/mr.c        |   10 ++--
 include/rdma/rdmavt_mr.h                 |   10 +++-
 15 files changed, 97 insertions(+), 179 deletions(-)

--
-Denny

             reply	other threads:[~2016-10-10 13:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-10 13:14 Dennis Dalessandro [this message]
     [not found] ` <20161010131249.17586.23789.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-10-10 13:14   ` [PATCH 1/6] IB/hfi1: Add unique txwait_lock for txreq events Dennis Dalessandro
2016-10-10 13:14   ` [PATCH 2/6] IB/hfi1: Inline sdma_txclean() for verbs pio Dennis Dalessandro
2016-10-10 13:14   ` [PATCH 3/6] IB/hfi1: Optimize lkey validation structures Dennis Dalessandro
2016-10-10 13:14   ` [PATCH 4/6] IB/rdmavt: rdmavt can handle non aligned page maps Dennis Dalessandro
2016-10-10 13:14     ` Dennis Dalessandro
2016-10-10 13:14   ` [PATCH 5/6] IB/hfi1: Remove redundant sysfs irq affinity entry Dennis Dalessandro
2016-10-10 13:14   ` [PATCH 6/6] IB/hfi1: Fix integrity check flags default values Dennis Dalessandro

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=20161010131249.17586.23789.stgit@scvm10.sc.intel.com \
    --to=dennis.dalessandro@intel.com \
    --cc=dean.luick@intel.com \
    --cc=dledford@redhat.com \
    --cc=jakub.pawlak@intel.com \
    --cc=jianxin.xiong@intel.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=mike.marciniszyn@intel.com \
    --cc=sebastian.sanchez@intel.com \
    --cc=stable@vger.kernel.org \
    --cc=tadeusz.struk@intel.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.