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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 A58A6C0650E for ; Mon, 1 Jul 2019 10:35:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7845E213F2 for ; Mon, 1 Jul 2019 10:35:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561977327; bh=V0LT2bsF6NCPapQiJPdfvX5x9+VQzHzTina2qNBBtvk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=BxtdIlzhg7Ggl5HYDknGSIsUeDxEOwFXY2iClHVkm/0soMbBrYYtOYXBcWWu7VK/W AaT0/yWqc0Z3BshI7OZ1CbI8TYkpn7fjlmb+/nM72JL9dHWbsMEbMdxGtp82uedsMK wuFkZYOb1S7jxBCnbv/ILBQqVZoyzZaQ64MnQ64E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728968AbfGAKf1 (ORCPT ); Mon, 1 Jul 2019 06:35:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:37428 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726076AbfGAKf0 (ORCPT ); Mon, 1 Jul 2019 06:35:26 -0400 Received: from localhost.localdomain (nat-pool-mxp-t.redhat.com [149.6.153.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E10802133D; Mon, 1 Jul 2019 10:35:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561977325; bh=V0LT2bsF6NCPapQiJPdfvX5x9+VQzHzTina2qNBBtvk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kd6kxeWbo7bWTGtE/KWVuLHMHhSlUX1ZoID+s7xevGIGmTLGmpPh1y3CL4y5e1CIK uTvttF4xQC6on2EaLsB+1l3nGY94aNUzGaduQo03BvcpvNShOojN4hne7g3FObr/+4 eM8y/Mfq+J3amwB4bKm/Lks09jwKmtOhShxICxEY= Date: Mon, 1 Jul 2019 12:35:20 +0200 From: Lorenzo Bianconi To: Stephen Rothwell Cc: Kalle Valo , Wireless , Linux Next Mailing List , Linux Kernel Mailing List , Felix Fietkau , Ryder Lee Subject: Re: linux-next: Fixes tag needs some work in the wireless-drivers-next tree Message-ID: <20190701103520.GB5110@localhost.localdomain> References: <20190701074437.6455d067@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="H1spWtNR+x+ondvy" Content-Disposition: inline In-Reply-To: <20190701074437.6455d067@canb.auug.org.au> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Hi all, >=20 > In commit >=20 > d923cf6bc38a ("mt76: mt7615: fix sparse warnings: warning: cast from re= stricted __le16") >=20 > Fixes tag >=20 > Fixes: 3ca0a6f6e9df ("mt7615: mcu: use standard signature for mt7615_mc= u_msg_send") >=20 > has these problem(s): >=20 > - Target SHA1 does not exist >=20 > Did you mean >=20 > Fixes: 516c3e380533 ("mt7615: mcu: use standard signature for mt7615_mcu_= msg_send") >=20 > In commit >=20 > eda96044de27 ("mt76: mt7615: fix sparse warnings: incorrect type in ass= ignment (different base types)") >=20 > Fixes tag >=20 > Fixes: 7339fbc0caa5 ("mt7615: mcu: do not use function pointers wheneve= r possible") >=20 > has these problem(s): >=20 > - Target SHA1 does not exist >=20 > Did you mean >=20 > Fixes: 1ca8089a55ee ("mt7615: mcu: do not use function pointers whenever = possible") >=20 > In commit >=20 > 1a09d9e0e5f0 ("mt76: mt7615: fix incorrect settings in mesh mode") >=20 > Fixes tag >=20 > Fixes: f072c7ba2150 ("mt76: mt7615: enable support for mesh") >=20 > has these problem(s): >=20 > - Target SHA1 does not exist >=20 > Did you mean >=20 > Fixes: f4ec7fdf7f83 ("mt76: mt7615: enable support for mesh") Hi Stephen, I used the hashes from my local git tree that are different from upstream o= nes, sorry for the inconvenience. I will pay more attention next time. Regards, Lorenzo >=20 > --=20 > Cheers, > Stephen Rothwell --H1spWtNR+x+ondvy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTquNwa3Txd3rGGn7Y6cBh0uS2trAUCXRnh5QAKCRA6cBh0uS2t rITmAQD9Ee/x3lqKcg1MbMdEffphH2TFisORObcLKQITWW451wD/VvouzaOGhBOW 8LsBL+OGGVwXQIinFxx0xNIA4LQVvwM= =H4R7 -----END PGP SIGNATURE----- --H1spWtNR+x+ondvy--