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=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 6A442C5B57D for ; Tue, 2 Jul 2019 04:26:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A8162173E for ; Tue, 2 Jul 2019 04:26:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="Yti+xKcv"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="Yti+xKcv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725891AbfGBE0Y (ORCPT ); Tue, 2 Jul 2019 00:26:24 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:46812 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725780AbfGBE0Y (ORCPT ); Tue, 2 Jul 2019 00:26:24 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id A0DDE607CA; Tue, 2 Jul 2019 04:26:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1562041583; bh=YSdh6V8PtLxekYrCt+JmLsR1cBK83DOlcHyKX8k+NOA=; h=From:To:Cc:References:In-Reply-To:Subject:Date:From; b=Yti+xKcvmnEYuCCx/AZwzCe2FewT/t2cBTIIVqBlRdwckhPwq0bEDwKITAHYClnRI 0jRoAfUP/VD8sMZ+uqS/8WwSptDO+u67ZdP0KwmcBDmwBz4apZtkUu1siLG8R97Zl3 kqJczN1VHJL9S6kQkqfyH3FYa2Va8aEXGBR11SKk= Received: from dundi (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dundi@codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 3AF3E604D4; Tue, 2 Jul 2019 04:26:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1562041583; bh=YSdh6V8PtLxekYrCt+JmLsR1cBK83DOlcHyKX8k+NOA=; h=From:To:Cc:References:In-Reply-To:Subject:Date:From; b=Yti+xKcvmnEYuCCx/AZwzCe2FewT/t2cBTIIVqBlRdwckhPwq0bEDwKITAHYClnRI 0jRoAfUP/VD8sMZ+uqS/8WwSptDO+u67ZdP0KwmcBDmwBz4apZtkUu1siLG8R97Zl3 kqJczN1VHJL9S6kQkqfyH3FYa2Va8aEXGBR11SKk= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 3AF3E604D4 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=dundi@codeaurora.org From: To: "'Stephen Rothwell'" , "'Kalle Valo'" , "'Wireless'" Cc: "'Linux Next Mailing List'" , "'Linux Kernel Mailing List'" References: <20190702073306.3bd439ab@canb.auug.org.au> In-Reply-To: <20190702073306.3bd439ab@canb.auug.org.au> Subject: RE: linux-next: Fixes tag needs some work in the wireless-drivers-next tree Date: Tue, 2 Jul 2019 09:56:18 +0530 Message-ID: <000a01d5308e$4dcb0e20$e9612a60$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQI9opsM3NZaPdwZufNLc2Z1a/FxMaXl1lxw Content-Language: en-us Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, You are correct, Its Fixes: ba94c753ccb4 ("ath10k: add QMI message handshake for wcn3990 client") My bad, I added last 12 digits instead of first 12 digits of SHA1. Regards, Dundi -----Original Message----- From: Stephen Rothwell Sent: Tuesday, July 2, 2019 3:03 AM To: Kalle Valo ; Wireless Cc: Linux Next Mailing List ; Linux Kernel Mailing List ; Dundi Raviteja Subject: linux-next: Fixes tag needs some work in the wireless-drivers-next tree Hi all, In commit c709df58832c ("ath10k: Fix memory leak in qmi") Fixes tag Fixes: fda6fee0001e ("ath10k: add QMI message handshake for wcn3990 client") has these problem(s): - Target SHA1 does not exist Did you mean Fixes: ba94c753ccb4 ("ath10k: add QMI message handshake for wcn3990 client") -- Cheers, Stephen Rothwell