From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x22e.google.com (mail-oi1-x22e.google.com [IPv6:2607:f8b0:4864:20::22e]) by sourceware.org (Postfix) with ESMTPS id 5901F3856279 for ; Tue, 28 Jun 2022 17:39:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5901F3856279 Received: by mail-oi1-x22e.google.com with SMTP id y77so18191979oia.3 for ; Tue, 28 Jun 2022 10:39:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=clu2CR4duXJZSgLucZIQEU+qESrRtj82vBcz1DtMlsk=; b=YcXM+6PsYuhtG3d4K8s1GgerHdr0YMN6EuURFOOOHEqKBqtpdniW/erCz+0CPYgZXC H/f3U4gzAYoCg4bpbL7puHo4r4QXDtkhcqVkI0ijrD8xmolDa754sZdnnaUsn3sH5jie AoLQbaztnyHzi7SQ2fEe95WH3j5dEHpxIZvlcOgxPdeFoe/U9EZr3b22hTOBpm80sLAM 2tGf8pYAl4qe6WU58WiZAEmRcbr1JfPXP4OCSqRH2zAeoDIwihClukb+2tl0dZRXEor+ ElU95Ck/bzusVKbrUtatgHiaz1Agkrwar/L7IRA9nzG1rrEfopF0nep9F75I5n6TAc2+ 58zA== X-Gm-Message-State: AJIora8k+5xqC14V9I+uSTatTujqoTLxiPo56TwAli8ncOubEzyL+Sl1 pQc92wI26xHL93cZJy2D+HVeqae4ulBBAm8i X-Google-Smtp-Source: AGRyM1sf8qvceZFS09Hiwh6UeL7B/ioLXfTpSHRBHSlm546+3Tg09X3op8va/GmZEE8TGFwMaN9W7w== X-Received: by 2002:a05:6808:e88:b0:334:f85f:e638 with SMTP id k8-20020a0568080e8800b00334f85fe638mr508448oil.11.1656437952698; Tue, 28 Jun 2022 10:39:12 -0700 (PDT) Received: from smtpclient.apple ([2804:431:c7ca:6d95:25db:29b6:be9b:9202]) by smtp.gmail.com with ESMTPSA id q31-20020a056830441f00b0060c03836d04sm8098450otv.77.2022.06.28.10.39.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jun 2022 10:39:12 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.100.31\)) Subject: Re: [PATCH v6 04/10] aarch64: Add optimized chacha20 From: Adhemerval Zanella In-Reply-To: <87k091f102.fsf@oldenburg.str.redhat.com> Date: Tue, 28 Jun 2022 14:39:09 -0300 Cc: Adhemerval Zanella via Libc-alpha Content-Transfer-Encoding: quoted-printable Message-Id: References: <20220518191424.3630729-1-adhemerval.zanella@linaro.org> <20220518191424.3630729-5-adhemerval.zanella@linaro.org> <87k091f102.fsf@oldenburg.str.redhat.com> To: Florian Weimer X-Mailer: Apple Mail (2.3696.100.31) X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2022 17:39:15 -0000 > On 28 Jun 2022, at 09:03, Florian Weimer wrote: >=20 > * Adhemerval Zanella via Libc-alpha: >=20 >> diff --git a/LICENSES b/LICENSES >> index 530893b1dc..7288d281dc 100644 >> --- a/LICENSES >> +++ b/LICENSES >> @@ -389,3 +389,23 @@ Copyright 2001 by Stephen L. Moshier = >> You should have received a copy of the GNU Lesser General Public >> License along with this library; if not, see >> . */ >> +=0C >> +sysdeps/aarch64/chacha20.S imports code from libgcrypt, with the >> +following notices: >> + >> +Copyright (C) 2017-2019 Jussi Kivilinna >=20 > This copyright statement does not appear in the newly added .S file > (which has a different name as well). Please check what is going on > here. I am not sure what need to be done here, should I add the Copyright line to Jussi Kivilinna on the glibc file as well?=