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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 B8E55C433E0 for ; Sun, 28 Mar 2021 21:31:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 949FA61948 for ; Sun, 28 Mar 2021 21:31:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231612AbhC1Va6 (ORCPT ); Sun, 28 Mar 2021 17:30:58 -0400 Received: from ozlabs.org ([203.11.71.1]:34199 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231609AbhC1Vav (ORCPT ); Sun, 28 Mar 2021 17:30:51 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4F7plz1vKsz9sWj; Mon, 29 Mar 2021 08:30:39 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1616967042; bh=u2+9i8EbFTjVFljB7+fmbO2oGTgl8cgjIch7yTbc7a0=; h=Date:From:To:Cc:Subject:From; b=lJv0LfkC1g0m25k4f1qFAJtkxgmSlgq6qf/5jx8HC9EjEhHnyIAT5sMDey/+prLWk raezviG6VAkYURjPW4ZReYYeoUptRZZHE3UAPdrFlgVj+6RBeWIMAinDcpttD75VYv RriPNgeom4siudLunB32yifyOS3fAWvwWnuqfO5UZY8nCEUUQIqQPETv5fSqenpjwv jX2M9kFmT1UnXrcrfUkj9prXxUeAoaUpZzLu4Qi7pBNIxmh98K0GSIOn0OhHUyXYRn JNRHQjCYKH30R+pRjfo2+Lk4vZ+8XvJ6cER8ioojx5F0xjaRITJZgdnkZ3D3S4ausA k7s0lNsuPrNYQ== Date: Mon, 29 Mar 2021 08:30:37 +1100 From: Stephen Rothwell To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: Linux Kernel Mailing List , Linux Next Mailing List , Masami Hiramatsu Subject: linux-next: Fixes tag needs some work in the tip tree Message-ID: <20210329083037.1ca35739@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/tK1EQ5vZX1DtnaqIMYUuhfj"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/tK1EQ5vZX1DtnaqIMYUuhfj Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, In commit 2f706e0e5e26 ("x86/kprobes: Fix to identify indirect jmp and others using= range case") Fixes tag Fixes: 6256e668b7 ("x86/kprobes: Use int3 instead of debug trap for singl= e-step") has these problem(s): - SHA1 should be at least 12 digits long I don't think this is worth rebasing to fix, but it can be avoided in 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"). --=20 Cheers, Stephen Rothwell --Sig_/tK1EQ5vZX1DtnaqIMYUuhfj Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmBg9X0ACgkQAVBC80lX 0GwqcQf/axO2PFJ2NsNJK5wpZbfE1g3hnxGL5Y7WKNSV3XfnKiYYj/1WTUH8CQBl Qto8kSJeN/nsMz3UYrfKReuXFAOSGLwEkaEkEQO/npF759sBYYZEcILGQHuJzwli /sCy8cBwP47r0NUM7TK903U2qG5e6uT0GWjwFTLhb0l2mqm4YdMugo8VmmC8YaPG m7QAeKnRZVQC0+8jyEUe2LJtAAzBeCoJyLopQvmtMrx/Uv1wioaQmqitZ65S94VF aKoOobGwsyQHAbFC853k/Sx3Qi2eblynBBuBAzJROzJ0RFCHUuvE/Y3u+U7G5itU pGbHfGoZiKdXgALfA3ErDeiNRjGtDg== =Clwo -----END PGP SIGNATURE----- --Sig_/tK1EQ5vZX1DtnaqIMYUuhfj--