Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp643530pxb; Wed, 18 Aug 2021 10:31:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxxE2XPQGDFcHI28ssq66HHYqyra1kxvLn8Dm4N6ERHU/NMF7paf3txiZ/gehPZDuZkhsxp X-Received: by 2002:a17:906:2817:: with SMTP id r23mr10708495ejc.285.1629307899889; Wed, 18 Aug 2021 10:31:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629307899; cv=none; d=google.com; s=arc-20160816; b=Y2rk9Pl5pWFXyED54tHFbnc8xt0mrfThYSf7uyj0c8ywFn/1dzJcsa+33eWTwjoBk6 gJ942s6VzyLN6oRWmQrCp9/ohuQ0LThpZ3NCZVuZ8DoxJplHYLD0d0cExY5lcuAW0ru7 I9A0HBhF2XDQdQxoooNCiz0rC/CYrEm1xSorrakX/YeIP4rj2kK9Pk++zjsRMVm31KY3 pZwgpB32NfKoPMDq4/qwD9sztNbMZvWDj3aBup0dlgyQYL/Z20HW9YIaltcZOF1MQOJV dADSRdRMlTUy82RmCzqAdf4dNBdfw+hiIqietlKfcMLtqvg2GSpGU/Jl4nw1T7qBKheP 1Gww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:organization :from:references:cc:to:subject:dkim-filter; bh=OOEFYSSguigaj27Z6LLo0VZjGsSQixqFq+2ZrP10PIM=; b=ltFIICf2LfXps8hY2NivJxXBxX7T+ZTV53vJHurTdEEETJuojDj9QQ48QHHj5mbzfQ pv7sqLuX3lDmIyqJTCSrApugebcIFXZvZdLq0Ex+nHqeBFQuD7qQNBF1Y9bRiWaY/2aY i/+zmBmyY7euYaxRpCay9F+s9bTwKJlXvlX4RsyW4h+zwPUrACd5TMCDYH5yhkpTnsx9 yFc+BsXCIC4U1T7/vcNqIDIVILmZrgOJ/s5Q9mWyMLPPryk90GWId0QdHuW2aI6UnCkw ObwabV3TtviJtEUjJieCwxumimR7MO0L7ms4kZbpEO3rsBeRpi6MYQPkoSDOFuDMF8U5 EZHQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lt22si569125ejb.119.2021.08.18.10.31.14; Wed, 18 Aug 2021 10:31:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231247AbhHRR3a (ORCPT + 99 others); Wed, 18 Aug 2021 13:29:30 -0400 Received: from mxout03.lancloud.ru ([45.84.86.113]:58840 "EHLO mxout03.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229528AbhHRR3a (ORCPT ); Wed, 18 Aug 2021 13:29:30 -0400 Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout03.lancloud.ru 1B4DC207445A Received: from LanCloud Received: from LanCloud Received: from LanCloud Subject: Re: linux-next: Fixes tag needs some work in the i2c tree To: Stephen Rothwell , Wolfram Sang CC: Linux Kernel Mailing List , "Linux Next Mailing List" References: <20210818074903.2da12b1f@canb.auug.org.au> From: Sergey Shtylyov Organization: Open Mobile Platform Message-ID: <42b3cebf-de30-5677-f98b-7a59543a3004@omp.ru> Date: Wed, 18 Aug 2021 20:28:50 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20210818074903.2da12b1f@canb.auug.org.au> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT01.lancloud.ru (fd00:f066::141) To LFEX1907.lancloud.ru (fd00:f066::207) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/18/21 12:49 AM, Stephen Rothwell wrote: [...] > In commit > > fcc750e0f4d8 ("i2c: s3c2410: fix IRQ check") > > Fixes tag > > Fixes: 2bbd681ba2b ("i2c-s3c2410: Change IRQ to be plain integer.") > > 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"). > - Subject does not match target commit subject > Just use > git log -1 --format='Fixes: %h ("%s")' > So: > > Fixes: 2bbd681ba2bf ("i2c: xlp9xx: Driver for Netlogic XLP9XX/5XX I2C controller") Sorry for this copypaste blunder. :-/ > Or maybe you meant: > > Fixes: e0d1ec97853f ("i2c-s3c2410: Change IRQ to be plain integer.") Yes, this one looks more correct. Wolfram, what should we do now? MBR, Sergei