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=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0C17FC433E2 for ; Sun, 28 Mar 2021 22:57:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D96A961938 for ; Sun, 28 Mar 2021 22:57:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231424AbhC1W5W (ORCPT ); Sun, 28 Mar 2021 18:57:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:52076 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229950AbhC1W5A (ORCPT ); Sun, 28 Mar 2021 18:57:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CA0CA61929; Sun, 28 Mar 2021 22:56:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616972220; bh=icvWgiSe44sNl4O5dSKaqa4fne9+KXWkECYdq/Nhy6s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cdrqShjIIQlVc910r50mna70wAMu87wAxhUrmILLz2B8mrPclLmdCuTORftCZ8FLy axK7wQhYiQgMLR8JBjrIftO8QoiO27py9VyqHYlrOfejGx0Z3AG5D1xDD4Ibey/8aS LGvDpBvNtai+03zj+EpQ6W9fdRnHml1xGYjHuN2BSvE9kWDO9U4SAg5RWp/6/LT5VI Z0EhJbC++35oEh1NZPxkaGri2H1lHJUhtF5ZqApUUimtZbqD+hLW6x//iLBJf+IziB dUHryvooRkOPqT30i7S12gc6UqyVpapcUTgVdEw6HDf1yAHx/LbI0AmlV0ivW9dfIS ygx9j+1zqlEYw== Date: Mon, 29 Mar 2021 07:56:57 +0900 From: Masami Hiramatsu To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Linux Kernel Mailing List , Linux Next Mailing List , Masami Hiramatsu Subject: Re: linux-next: Fixes tag needs some work in the tip tree Message-Id: <20210329075657.26841b0a014f4a0af836be5b@kernel.org> In-Reply-To: <20210329083037.1ca35739@canb.auug.org.au> References: <20210329083037.1ca35739@canb.auug.org.au> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Mon, 29 Mar 2021 08:30:37 +1100 Stephen Rothwell wrote: > 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 single-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"). Sorry, it was my mistake. this is the correct tag. Fixes: 6256e668b7af ("x86/kprobes: Use int3 instead of debug trap for single-step") Thanks, > > -- > Cheers, > Stephen Rothwell -- Masami Hiramatsu