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.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, 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 4AA22C2B9F4 for ; Thu, 17 Jun 2021 06:22:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1B19561351 for ; Thu, 17 Jun 2021 06:22:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229901AbhFQGYf (ORCPT ); Thu, 17 Jun 2021 02:24:35 -0400 Received: from gateway21.websitewelcome.com ([192.185.45.89]:24777 "EHLO gateway21.websitewelcome.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229515AbhFQGYe (ORCPT ); Thu, 17 Jun 2021 02:24:34 -0400 Received: from cm11.websitewelcome.com (cm11.websitewelcome.com [100.42.49.5]) by gateway21.websitewelcome.com (Postfix) with ESMTP id 506D9400C8E69 for ; Thu, 17 Jun 2021 01:22:25 -0500 (CDT) Received: from gator4166.hostgator.com ([108.167.133.22]) by cmsmtp with SMTP id tlQ1lFFpMK61itlQ1lqaIp; Thu, 17 Jun 2021 01:22:25 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=embeddedor.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=YpYo8R+ALsdZs0nfFrr56oJTZtzTTuJTWlJI4l2f+fY=; b=MJVdustfzukyOFLzCb7YbxxZyD bAtQajHqTwDYsCOjPh7rrFw6SPgv7bUyW1LcyYcOO4VkBQoh/WYJO4+1uJ63mj4Tl0KYkfV2H59ny l7LJtlV724s1Svwhx5zet7jU7ntVQINXkFAkG4wDTOxjNspJa3iEWQ7kPSHAW21EVVhVer6ePIXGm 0k08ZfyWiuw20L0UM5Zk4TJZ2RVG+BdPO3pCUHh+Gq8glxaWCPRCzhq4fUCpN6g8AJ7aFI9+Ck1D7 0J+cObOkeP6O9mlrx4lb0YCo5HWz9/ekbjZfWnrNOaRcat0q+K0ZOSu9TheAqnLpkZidiaguKjY8T qPZINfMA==; Received: from 187-162-31-110.static.axtel.net ([187.162.31.110]:35874 helo=[192.168.15.8]) by gator4166.hostgator.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1ltlQ0-001i9J-1P; Thu, 17 Jun 2021 01:22:24 -0500 Subject: Re: linux-next: Fixes tag needs some work in the kspp-gustavo tree To: Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List References: <20210617081112.25e57b9b@canb.auug.org.au> From: "Gustavo A. R. Silva" Message-ID: Date: Thu, 17 Jun 2021 01:23:53 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210617081112.25e57b9b@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator4166.hostgator.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - embeddedor.com X-BWhitelist: no X-Source-IP: 187.162.31.110 X-Source-L: No X-Exim-ID: 1ltlQ0-001i9J-1P X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 187-162-31-110.static.axtel.net ([192.168.15.8]) [187.162.31.110]:35874 X-Source-Auth: gustavo@embeddedor.com X-Email-Count: 2 X-Source-Cap: Z3V6aWRpbmU7Z3V6aWRpbmU7Z2F0b3I0MTY2Lmhvc3RnYXRvci5jb20= X-Local-Domain: yes Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On 6/16/21 17:11, Stephen Rothwell wrote: > Hi all, > > In commit > > d5f3d2f175ce ("media: venus: hfi_cmds: Fix packet size calculation") > > Fixes tag > > Fixes: 701e10b3fd9f ("media: venus: hfi_cmds.h: Replace one-element array with flexible-array member") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: 380f3bbd9562 ("media: venus: hfi_cmds.h: Replace zero-length array with flexible-array member") > I'll fix it up. Thanks for the report! -- Gustavo