mbox series

[PULL,REQUEST] Please pull rdma.git

Message ID 35f237ac213659022197ffefac1b9642e6445a1a.camel@redhat.com (mailing list archive)
State Superseded
Headers show
Series [PULL,REQUEST] Please pull rdma.git | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-gkh

Message

Doug Ledford Oct. 19, 2018, 12:11 a.m. UTC
Hi Greg,

A couple totally out of the blue security patches popped up this week. 
Fixes are very small.  Tag message and commit messages cover things, but
short story is two spectre v1 patches.

Here's the git request pull boilerplate:

The following changes since commit dd9a403495704fc80fb9f399003013ef2be2ee23:

  IB/mlx5: Unmap DMA addr from HCA before IOMMU (2018-10-10 14:52:43 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-gkh

for you to fetch changes up to a3671a4f973ee9d9621d60166cc3b037c397d604:

  RDMA/ucma: Fix Spectre v1 vulnerability (2018-10-16 12:47:40 -0400)

----------------------------------------------------------------
Really final for-rc pull request for 4.19

Ok, so last week I thought we had sent our final pull request for 4.19.
Well, wouldn't ya know someone went and found a couple Spectre v1 fixes
were needed :-/.  So, a couple *very* small specter patches for this
(hopefully) final -rc week.

Signed-off-by: Doug Ledford <dledford@redhat.com>

----------------------------------------------------------------
Gustavo A. R. Silva (2):
      IB/ucm: Fix Spectre v1 vulnerability
      RDMA/ucma: Fix Spectre v1 vulnerability

 drivers/infiniband/core/ucm.c  | 3 +++
 drivers/infiniband/core/ucma.c | 3 +++
 2 files changed, 6 insertions(+)

Comments

Greg Kroah-Hartman Oct. 19, 2018, 7:14 a.m. UTC | #1
On Thu, Oct 18, 2018 at 08:11:15PM -0400, Doug Ledford wrote:
> Hi Greg,
> 
> A couple totally out of the blue security patches popped up this week. 
> Fixes are very small.  Tag message and commit messages cover things, but
> short story is two spectre v1 patches.
> 
> Here's the git request pull boilerplate:
> 
> The following changes since commit dd9a403495704fc80fb9f399003013ef2be2ee23:
> 
>   IB/mlx5: Unmap DMA addr from HCA before IOMMU (2018-10-10 14:52:43 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-gkh

Now merged, thanks.

greg k-h