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=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 E123BC4741F for ; Mon, 2 Nov 2020 00:02:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D2BF22267 for ; Mon, 2 Nov 2020 00:02:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604275348; bh=B+OLeEZbQW8DgaIiqOYdUgBv79tL9QHjFkcFrnxIV04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=W/BuXAUAkh3zP3MfJ4Gji51chBIo85EZ9alKHWLEQvR6z+8S7IsILJLSkSqd7hV1D urC9CA1mToDZcwjPfyBnRBQNEaab7eDcYJAG+RbTUFL0+BK6r55Mj3D87baKZX6AKx zdRVKYI439GbkJ2UrXjJGSP2bVSU68cQtDWYSna8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727567AbgKBAC2 (ORCPT ); Sun, 1 Nov 2020 19:02:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:59738 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727450AbgKBAC1 (ORCPT ); Sun, 1 Nov 2020 19:02:27 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 774A622265; Mon, 2 Nov 2020 00:02:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604275347; bh=B+OLeEZbQW8DgaIiqOYdUgBv79tL9QHjFkcFrnxIV04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G1Q2fUXxdUUzcvhNDqKP0YRDEHXdSFHBOjLHNgFxTeoDmckNL+cZ+nE3a6Yj6nw0M 21aoNZLyr+2CkljVF3hFkmLN3uOpaMtrRRlU940V2R9EhpfSN/qQSh0iD8g2Z3zNCQ Yd+TwmxP5CEwCZh48pKb2keGdME5Mxtssa5SOp+U= Date: Mon, 2 Nov 2020 08:02:22 +0800 From: Shawn Guo To: Stephen Rothwell Cc: Oleksij Rempel , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Fixes tag needs some work in the imx-mxs tree Message-ID: <20201102000221.GR31601@dragon> References: <20201102082413.0087d34b@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201102082413.0087d34b@canb.auug.org.au> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 02, 2020 at 08:24:13AM +1100, Stephen Rothwell wrote: > Hi all, > > In commit > > d969e9c05f83 ("ARM: dts: imx6q-prti6q: fix PHY address") > > Fixes tag > > Fixes: 0d446a50559 ("ARM: dts: add Protonic PRTI6Q board") > > has these problem(s): Thanks, Stephen. Fixed. > > - 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"). Oleksij, Please check your git setup as suggested. Shawn