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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C899C433EF for ; Tue, 16 Nov 2021 19:27:22 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D4FE36140A for ; Tue, 16 Nov 2021 19:27:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D4FE36140A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AAC0D82FF2; Tue, 16 Nov 2021 20:27:15 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="m85vlQGz"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4150882EC6; Tue, 16 Nov 2021 20:26:18 +0100 (CET) Received: from mail-qt1-x82b.google.com (mail-qt1-x82b.google.com [IPv6:2607:f8b0:4864:20::82b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 43AD182F57 for ; Tue, 16 Nov 2021 20:26:08 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82b.google.com with SMTP id m25so199801qtq.13 for ; Tue, 16 Nov 2021 11:26:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=t1HP269izJIvvPu/EmuChfd1prWRbziZ0hzP9bysYVQ=; b=m85vlQGzfaslBCRSN2RPqPthLqLMJb2hCcTWtRJrpEnZppdDiydwUtNYqmmvqnDpBl er1LSZAFx3sbIqVrL0Q4A/goDP3nNXYxw4i3Qm92ktG+3YE0VYkdXEt5ZHDlrBtb/4ZB D+cxiHiYNn7+DoMDdVCIIpOUlBu23ryB0DUFc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=t1HP269izJIvvPu/EmuChfd1prWRbziZ0hzP9bysYVQ=; b=mWtJVU3M06vggQCOkroNjQj2UiVwdhLpJvsCRXDwpoBubnVMjD7P0zbxbhdfz03Jx1 hcB2rtotmuHdOy+SAb6vIvKL4W6++qSdpQGVjRVxBY5eY0yhAJGwfIMb5e4Brnhqa20Q wuJwkDyQyzzQo6n6y1yaKi2/AXkyM5K/5ZHy0CkTIxcjQmDhn76hEEYyIHxo2MTKuoBs NfwWijtIWFUyCm+Z4DOoayBOoIccJNbs6KMbVTTuTdti9F5UlbyPpv7SAVOxE+jx6isv 3g2sVIQ3WzqUexeKOMVIHDB83mPsDYihogzMtKKyvmptu5KvsyK15IFMzdH7ZtbvBW6t LvYw== X-Gm-Message-State: AOAM532j5hd/E4GgGudskWIufEHwKS91bPA+KIfIDCv5okRNPc0r234C 58+Guyfe52RjW/vig0LrQUN8Vg== X-Google-Smtp-Source: ABdhPJxwAzkz2KuwxHTdsfPryKyydJcTYpg667x78sxdTilHp0rJmCwy+atxHVb6ixXZH1Qnji0vbA== X-Received: by 2002:a05:622a:c8:: with SMTP id p8mr10239853qtw.52.1637090767198; Tue, 16 Nov 2021 11:26:07 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-c5ad-ec44-3eaa-133f.res6.spectrum.com. [2603:6081:7b01:cbda:c5ad:ec44:3eaa:133f]) by smtp.gmail.com with ESMTPSA id q20sm9189160qkl.53.2021.11.16.11.26.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Nov 2021 11:26:06 -0800 (PST) Date: Tue, 16 Nov 2021 14:26:04 -0500 From: Tom Rini To: =?iso-8859-1?Q?Pierre-Cl=E9ment?= Tosi Cc: u-boot@lists.denx.de, Matthias Weisser Subject: Re: [PATCH] arm: Fix bad memcpy.S str8w macro argument count Message-ID: <20211116192604.GN24579@bill-the-cat> References: <20211110140440.2116503-1-ptosi@google.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jYoy09rnwL9t4kcQ" Content-Disposition: inline In-Reply-To: <20211110140440.2116503-1-ptosi@google.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --jYoy09rnwL9t4kcQ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 10, 2021 at 03:04:40PM +0100, Pierre-Cl=E9ment Tosi wrote: > Remove the extra (empty) argument passed to str8w, causing the following > error: >=20 > :40:47: error: too many positional arguments > str8w r0, r3, r4, r5, r6, r7, r8, r9, ip, , abort=3D19f > ^ > u-boot/arch/arm/lib/memcpy.S:240:5: note: while in macro instantiation > 17: forward_copy_shift pull=3D16 push=3D16 > ^ >=20 > Note: no functional change intended. >=20 > Fixes: d8834a1323af ("arm: Use optimized memcpy and memset from linux") > Signed-off-by: Pierre-Cl=E9ment Tosi Applied to u-boot/master, thanks! --=20 Tom --jYoy09rnwL9t4kcQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGUBcwACgkQFHw5/5Y0 tywn7Av/Y4vYSmKBBo9eK8VSXJv3mVqq15o54gcQjPBpVarpkbgGi3hhNl5lSTNk xqiGZ58XHzx8S93u8ovk+KV+w7oHQ/mixWl9PwwKmN+sfZ7/JZgYyzao0dGDD4Km uEWTDNgJuZH+6R6ZGyymEvqB+atEEb3Ej9zTzHamLTxPFmA1DOrRCNInGtAW1Cgw sus084E0SBKJ7zJjrxzq29ekT/FstFNp2ia+mOyR+TGHj/6ACqk+zKFKI2xHGU+e ltiQFZ7Y/ORS0rvPjwCyknut0lgqbPWuqLjFb1ttDqeVmPtwrJfmzm4xhyHDD1Mw 3Ki8VhBLvA7w0UAsiqtaqlpO8t83OFAFFSezMG+Na13QMBxKCZvleYFF2L7EdW15 +CLrc7sqPpIu4OhjJLq33Z3zX9gHXHxFxatpWMTh4R98qDyJctyF3JQ1oUy9B9/6 5u6xn22QDqaBq0SVdXrBRkPomIITzylYOdtF2S2vIuE+PbxqrRprwSwErFtxGh9L D3ONbZEC =6h+J -----END PGP SIGNATURE----- --jYoy09rnwL9t4kcQ--