From patchwork Wed Sep 26 17:55:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dennis Dalessandro X-Patchwork-Id: 10616477 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 9DAA3175A for ; Wed, 26 Sep 2018 17:55:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8DA9D2B5F0 for ; Wed, 26 Sep 2018 17:55:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 81BFA2B5F2; Wed, 26 Sep 2018 17:55:44 +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 118862B5F0 for ; Wed, 26 Sep 2018 17:55:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728236AbeI0AJr (ORCPT ); Wed, 26 Sep 2018 20:09:47 -0400 Received: from mga02.intel.com ([134.134.136.20]:27121 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727285AbeI0AJr (ORCPT ); Wed, 26 Sep 2018 20:09:47 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2018 10:55:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,307,1534834800"; d="scan'208";a="76139924" Received: from scymds02.sc.intel.com ([10.82.195.37]) by orsmga007.jf.intel.com with ESMTP; 26 Sep 2018 10:55:41 -0700 Received: from scvm10.sc.intel.com (scvm10.sc.intel.com [10.82.195.27]) by scymds02.sc.intel.com with ESMTP id w8QHtejC031991; Wed, 26 Sep 2018 10:55:40 -0700 Received: from scvm10.sc.intel.com (localhost [127.0.0.1]) by scvm10.sc.intel.com with ESMTP id w8QHteTw029641; Wed, 26 Sep 2018 10:55:40 -0700 Subject: [PATCH v2 for-next 0/3] IB/hfi1: Some additional bug fixes From: Dennis Dalessandro To: jgg@ziepe.ca, dledford@redhat.com Cc: linux-rdma@vger.kernel.org, "Michael J. Ruhl" , Mike Marciniszyn , Alex Estrin , Kaike Wan Date: Wed, 26 Sep 2018 10:55:40 -0700 Message-ID: <20180926174907.13119.35978.stgit@scvm10.sc.intel.com> User-Agent: StGit/0.17.1-18-g2e886-dirty MIME-Version: 1.0 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 Doug and Jason, Here we have a couple more bug fixes. These are less serious than others submitted and not good candidates for the rc so sending these for -next. The first patch is one that I originally sent for-rc but didn't make the bar since it's just a theoretical fix. Have removed the stable keyword and am resubmitting it for the next merge window with the test of these. Changes since v1: Add patch that I forgot to attach the first time --- Alex Estrin (1): IB/hfi1: Add mtu check for operational data VLs Dennis Dalessandro (1): IB/hfi1: Ensure ucast_dlid access doesnt exceed bounds Kaike Wan (1): IB/hfi1: Use VL15 for SM packets drivers/infiniband/hw/hfi1/chip.c | 26 +++++++++++++++++++--- drivers/infiniband/hw/hfi1/qp.c | 14 ++++++++++-- drivers/infiniband/ulp/opa_vnic/opa_vnic_encap.c | 3 ++- 3 files changed, 36 insertions(+), 7 deletions(-) -- -Denny