All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Dennis Dalessandro
	<dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Mike Marciniszyn
	<mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Jan Sokolowski
	<jan.sokolowski-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Jakub Byczkowski
	<jakub.byczkowski-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Ira Weiny <ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Alex Estrin <alex.estrin-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	"Michael J. Ruhl"
	<michael.j.ruhl-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Harish Chegondi
	<harish.chegondi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Sebastian Sanchez
	<sebastian.sanchez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Kamenee Arumugam
	<kamenee.arumugam-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH for-rc 0/7] IB/hfi1: Fixes for RC
Date: Wed, 27 Sep 2017 11:15:54 -0400	[thread overview]
Message-ID: <1506525354.33755.0.camel@redhat.com> (raw)
In-Reply-To: <20170926130434.31476.81826.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>

On Tue, 2017-09-26 at 06:05 -0700, Dennis Dalessandro wrote:
> Here are our first batch of patches for 4.14 RC cycle. These all fix
> bugs and
> most are pretty straight forward.
> 
> However, of note is a revert by Alex for an IPoIB patch. This has
> been marked
> stable as well. 
> 
> Patches can can also be found in my GitHub repo at:
> https://github.com/ddalessa/kernel/tree/for-4.14
> 
> ---
> 
> Alex Estrin (1):
>       Revert "IB/ipoib: Update broadcast object if PKey value was
> changed in index 0"
> 
> Harish Chegondi (1):
>       IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver
> load
> 
> Jan Sokolowski (1):
>       IB/hfi1: Check eeprom config partition validity
> 
> Kamenee Arumugam (1):
>       IB/hfi1: Return correct value in general interrupt handler
> 
> Michael J. Ruhl (1):
>       IB/hfi1: On error, fix use after free during user context setup
> 
> Sebastian Sanchez (2):
>       IB/hfi1: Turn off AOC TX after offline substates
>       IB/hfi1: Only reset QSFP after link up and turn off AOC TX
> 
> 
>  drivers/infiniband/hw/hfi1/chip.c       |  101
> ++++++++++++++++++++++++-------
>  drivers/infiniband/hw/hfi1/chip.h       |    3 +
>  drivers/infiniband/hw/hfi1/eprom.c      |   20 +++++-
>  drivers/infiniband/hw/hfi1/file_ops.c   |   41 +++++++------
>  drivers/infiniband/hw/hfi1/pcie.c       |   50 ++++++---------
>  drivers/infiniband/hw/hfi1/platform.c   |    4 +
>  drivers/infiniband/ulp/ipoib/ipoib_ib.c |   13 ----
>  7 files changed, 141 insertions(+), 91 deletions(-)

Series applied to -rc, thanks.

-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
    GPG KeyID: B826A3330E572FDD
    Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Doug Ledford <dledford@redhat.com>
To: Dennis Dalessandro <dennis.dalessandro@intel.com>
Cc: Mike Marciniszyn <mike.marciniszyn@intel.com>,
	Jan Sokolowski <jan.sokolowski@intel.com>,
	Jakub Byczkowski <jakub.byczkowski@intel.com>,
	linux-rdma@vger.kernel.org, Ira Weiny <ira.weiny@intel.com>,
	Alex Estrin <alex.estrin@intel.com>,
	stable@vger.kernel.org,
	"Michael J. Ruhl" <michael.j.ruhl@intel.com>,
	Harish Chegondi <harish.chegondi@intel.com>,
	Sebastian Sanchez <sebastian.sanchez@intel.com>,
	Kamenee Arumugam <kamenee.arumugam@intel.com>
Subject: Re: [PATCH for-rc 0/7] IB/hfi1: Fixes for RC
Date: Wed, 27 Sep 2017 11:15:54 -0400	[thread overview]
Message-ID: <1506525354.33755.0.camel@redhat.com> (raw)
In-Reply-To: <20170926130434.31476.81826.stgit@scvm10.sc.intel.com>

On Tue, 2017-09-26 at 06:05 -0700, Dennis Dalessandro wrote:
> Here are our first batch of patches for 4.14 RC cycle. These all fix
> bugs and
> most are pretty straight forward.
> 
> However, of note is a revert by Alex for an IPoIB patch. This has
> been marked
> stable as well. 
> 
> Patches can can also be found in my GitHub repo at:
> https://github.com/ddalessa/kernel/tree/for-4.14
> 
> ---
> 
> Alex Estrin (1):
>       Revert "IB/ipoib: Update broadcast object if PKey value was
> changed in index 0"
> 
> Harish Chegondi (1):
>       IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver
> load
> 
> Jan Sokolowski (1):
>       IB/hfi1: Check eeprom config partition validity
> 
> Kamenee Arumugam (1):
>       IB/hfi1: Return correct value in general interrupt handler
> 
> Michael J. Ruhl (1):
>       IB/hfi1: On error, fix use after free during user context setup
> 
> Sebastian Sanchez (2):
>       IB/hfi1: Turn off AOC TX after offline substates
>       IB/hfi1: Only reset QSFP after link up and turn off AOC TX
> 
> 
>  drivers/infiniband/hw/hfi1/chip.c       |  101
> ++++++++++++++++++++++++-------
>  drivers/infiniband/hw/hfi1/chip.h       |    3 +
>  drivers/infiniband/hw/hfi1/eprom.c      |   20 +++++-
>  drivers/infiniband/hw/hfi1/file_ops.c   |   41 +++++++------
>  drivers/infiniband/hw/hfi1/pcie.c       |   50 ++++++---------
>  drivers/infiniband/hw/hfi1/platform.c   |    4 +
>  drivers/infiniband/ulp/ipoib/ipoib_ib.c |   13 ----
>  7 files changed, 141 insertions(+), 91 deletions(-)

Series applied to -rc, thanks.

-- 
Doug Ledford <dledford@redhat.com>
    GPG KeyID: B826A3330E572FDD
    Key fingerprint = AE6B 1BDA 122B 23B4 265B  1274 B826 A333 0E57 2FDD

  parent reply	other threads:[~2017-09-27 15:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-26 13:05 [PATCH for-rc 0/7] IB/hfi1: Fixes for RC Dennis Dalessandro
2017-09-26 13:05 ` Dennis Dalessandro
     [not found] ` <20170926130434.31476.81826.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-09-26 13:05   ` [PATCH for-rc 1/7] IB/hfi1: Turn off AOC TX after offline substates Dennis Dalessandro
2017-09-26 13:06   ` [PATCH for-rc 2/7] IB/hfi1: Only reset QSFP after link up and turn off AOC TX Dennis Dalessandro
2017-09-26 13:06   ` [PATCH for-rc 3/7] IB/hfi1: Check eeprom config partition validity Dennis Dalessandro
2017-09-26 13:06   ` [PATCH for-rc 4/7] IB/hfi1: Return correct value in general interrupt handler Dennis Dalessandro
2017-09-26 13:06   ` [PATCH for-rc 6/7] IB/hfi1: On error, fix use after free during user context setup Dennis Dalessandro
2017-09-26 13:06   ` [PATCH for-rc 7/7] IB/hfi1: Unsuccessful PCIe caps tuning should not fail driver load Dennis Dalessandro
2017-09-27 15:15   ` Doug Ledford [this message]
2017-09-27 15:15     ` [PATCH for-rc 0/7] IB/hfi1: Fixes for RC Doug Ledford
2017-09-26 13:06 ` [PATCH for-rc 5/7] Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0" Dennis Dalessandro
     [not found]   ` <20170926130620.31476.82301.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-09-26 16:27     ` Leon Romanovsky

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=1506525354.33755.0.camel@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=alex.estrin-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=harish.chegondi-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=ira.weiny-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=jakub.byczkowski-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=jan.sokolowski-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=kamenee.arumugam-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=michael.j.ruhl-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=sebastian.sanchez-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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.