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 D0F3AC6FA82 for ; Tue, 20 Sep 2022 01:35:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229750AbiITBfy (ORCPT ); Mon, 19 Sep 2022 21:35:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229663AbiITBfx (ORCPT ); Mon, 19 Sep 2022 21:35:53 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8DF0491EE; Mon, 19 Sep 2022 18:35:52 -0700 (PDT) Received: from dggpeml500025.china.huawei.com (unknown [172.30.72.55]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MWkY92HvfzmVXJ; Tue, 20 Sep 2022 09:31:57 +0800 (CST) Received: from dggpeml500010.china.huawei.com (7.185.36.155) by dggpeml500025.china.huawei.com (7.185.36.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 20 Sep 2022 09:35:50 +0800 Received: from [10.67.111.232] (10.67.111.232) by dggpeml500010.china.huawei.com (7.185.36.155) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 20 Sep 2022 09:35:50 +0800 Message-ID: <2f4dce7e-af89-b5d7-f7fc-e919d37bb38f@huawei.com> Date: Tue, 20 Sep 2022 09:35:50 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: linux-next: Fixes tag needs some work in the mips tree To: Stephen Rothwell , Thomas Bogendoerfer CC: Linux Kernel Mailing List , "Linux Next Mailing List" References: <20220920041309.5edf2451@canb.auug.org.au> From: "linyujun (C)" In-Reply-To: <20220920041309.5edf2451@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.111.232] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpeml500010.china.huawei.com (7.185.36.155) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Thank you, this is indeed a clerical error, I will correct it and send a v2 patch as soon as possible. 在 2022/9/20 2:13, Stephen Rothwell 写道: > Hi all, > > In commit > > 1e6d11fe72e3 ("MIPS: SGI-IP30: Fix platform-device leak in bridge_platform_create()") > > Fixes tag > > Fixes: fd27234f24ae ("MIPS: add support for SGI Octane (IP30)") > > has these problem(s): > > - Subject does not match target commit subject > Just use > git log -1 --format='Fixes: %h ("%s")' > > So > > Fixes: fd27234f24ae ("MIPS: SGI-IP30: Free some unused memory") > > or > > Fixes: 7505576d1c1a ("MIPS: add support for SGI Octane (IP30)") >