From patchwork Fri Oct 19 00:11:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Ledford X-Patchwork-Id: 10648437 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D0B8B1057 for ; Fri, 19 Oct 2018 00:11:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BDD1628BBA for ; Fri, 19 Oct 2018 00:11:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ACA3528BCF; Fri, 19 Oct 2018 00:11:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 51A5728BBA for ; Fri, 19 Oct 2018 00:11:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725934AbeJSIOq (ORCPT ); Fri, 19 Oct 2018 04:14:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45400 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725910AbeJSIOp (ORCPT ); Fri, 19 Oct 2018 04:14:45 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DA97C4E8BC; Fri, 19 Oct 2018 00:11:17 +0000 (UTC) Received: from haswell-e.nc.xsintricity.com (ovpn-112-29.rdu2.redhat.com [10.10.112.29]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 018F47908B; Fri, 19 Oct 2018 00:11:16 +0000 (UTC) Message-ID: <35f237ac213659022197ffefac1b9642e6445a1a.camel@redhat.com> Subject: [PULL REQUEST] Please pull rdma.git From: Doug Ledford To: "Greg Kroah-Hartman (gregkh@linuxfoundation.org)" Cc: "Gunthorpe, Jason" , linux-rdma Date: Thu, 18 Oct 2018 20:11:15 -0400 Organization: Red Hat, Inc. Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Fri, 19 Oct 2018 00:11:17 +0000 (UTC) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 ---------------------------------------------------------------- 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(+)