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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42CA7C433F5 for ; Mon, 4 Apr 2022 22:51:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232493AbiDDWxD (ORCPT ); Mon, 4 Apr 2022 18:53:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232764AbiDDWwu (ORCPT ); Mon, 4 Apr 2022 18:52:50 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 12A5D633A8; Mon, 4 Apr 2022 15:09:17 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A0E3BD6E; Mon, 4 Apr 2022 15:09:16 -0700 (PDT) Received: from bogus (unknown [10.57.43.163]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AE86C3F73B; Mon, 4 Apr 2022 15:09:15 -0700 (PDT) Date: Mon, 4 Apr 2022 23:09:12 +0100 From: Sudeep Holla To: Stephen Rothwell Cc: Cristian Marussi , Sudeep Holla , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the scmi tree Message-ID: <20220404220912.ckqftbsg4tzj3jcz@bogus> References: <20220405080248.1cc96ea1@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220405080248.1cc96ea1@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Tue, Apr 05, 2022 at 08:02:48AM +1000, Stephen Rothwell wrote: > Hi all, > > In commit > > 1b855727f915 ("firmware: arm_scmi: Fix sorting of retrieved clock rates") > > Fixes tag > > Fixes: dccec73de91 ("firmware: arm_scmi: Keep the discrete clock rates sorted") > > has these problem(s): > > - SHA1 should be at least 12 digits long > This can be fixed for the future 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"). > Thanks for finding this, it is now fixed. -- Regards, Sudeep