From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77207C282DD for ; Wed, 8 Jan 2020 13:06:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 520C5206F0 for ; Wed, 8 Jan 2020 13:06:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727260AbgAHNGC (ORCPT ); Wed, 8 Jan 2020 08:06:02 -0500 Received: from mga12.intel.com ([192.55.52.136]:28589 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726672AbgAHNGC (ORCPT ); Wed, 8 Jan 2020 08:06:02 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2020 05:06:01 -0800 X-IronPort-AV: E=Sophos;i="5.69,410,1571727600"; d="scan'208";a="254217489" Received: from ddalessa-mobl.amr.corp.intel.com (HELO [10.254.200.155]) ([10.254.200.155]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 08 Jan 2020 05:06:00 -0800 Subject: Re: linux-next: Fixes tag needs some work in the rdma tree To: Stephen Rothwell , Doug Ledford , Jason Gunthorpe Cc: Linux Next Mailing List , Linux Kernel Mailing List , "Michael J. Ruhl" , Kaike Wan References: <20200108073349.2b270de3@canb.auug.org.au> From: Dennis Dalessandro Message-ID: <67b5c37f-ff63-9ae5-fe80-0d2ac0821000@intel.com> Date: Wed, 8 Jan 2020 08:05:58 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <20200108073349.2b270de3@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 1/7/2020 3:33 PM, Stephen Rothwell wrote: > Hi all, > > In commit > > 44ec5aa3c615 ("IB/hfi1: List all receive contexts from debugfs") > > Fixes tag > > Fixes: bf808b5039c ("IB/hfi1: Add kernel receive context info to debugfs") > > has these problem(s): > > - SHA1 should be at least 12 digits long > Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 > or later) just making sure it is not set (or set to "auto"). > bf808b5039c should be: bf808b5039c6 A character got left off by mistake. Jason do you want to just fix this in your tree directly? Do we let it go and just make sure to catch it next time? Let me know if you want a new patch or something. -Denny