From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web11.9249.1598436366152769825 for ; Wed, 26 Aug 2020 03:06:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=RbRxQNag; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598436365; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=E9G83npI92ZRHoP8YwnhAGAuCqcPdE+EqM555Vyaqw8=; b=RbRxQNag34U31GqtbLXcRb2+VYHy+S8jDod4VMjka86Op761kYu9P8j9oYEHX85xZKCljp 5XRouwO9PRZ+dk3sc4lFmjHPRAl3Hr2euzw0dsT4Wzvfqb0h0J3+wCj6RI2zdm+1b0WPgc cub4yTnhgQ9jXOzLuLRZWzcoAgaAXjI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-315-LY9PcnVtMo2-fAubQgnF_g-1; Wed, 26 Aug 2020 06:05:55 -0400 X-MC-Unique: LY9PcnVtMo2-fAubQgnF_g-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 51931349CA; Wed, 26 Aug 2020 10:05:49 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-182.ams2.redhat.com [10.36.114.182]) by smtp.corp.redhat.com (Postfix) with ESMTP id A8A0B7C83D; Wed, 26 Aug 2020 10:05:47 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 2/2] CryptoPkg/OpensslLib: Commit the auto-generated assembly files for X64 To: Andrew Fish , edk2-devel-groups-io Cc: "Zurcher, Christopher J" , Mike Kinney , "Yao, Jiewen" , "Wang, Jian J" , "Lu, XiaoyuX" , Ard Biesheuvel References: <20200804002429.3897-1-christopher.j.zurcher@intel.com> <20200804002429.3897-3-christopher.j.zurcher@intel.com> <9913F783-4EB6-489C-85B6-7FA04B53A11A@apple.com> <15b6d33a-0e18-1ee8-e643-11ab5f51b708@redhat.com> <846A4FC1-A983-4D11-95EC-049D2AE3BA38@apple.com> From: "Laszlo Ersek" Message-ID: <7ff85526-bcfc-44fc-948d-198f952db956@redhat.com> Date: Wed, 26 Aug 2020 12:05:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <846A4FC1-A983-4D11-95EC-049D2AE3BA38@apple.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 08/25/20 02:55, Andrew Fish wrote: > > >> On Aug 19, 2020, at 11:06 AM, Laszlo Ersek wrote: >> >> On 08/19/20 17:37, Andrew Fish via groups.io wrote: >>> >>> >>>> On Aug 18, 2020, at 2:22 PM, Zurcher, Christopher J wrote: >>>> >>>> Per the added header comment in process_files.pl: >>>> >>>> # Due to the script wrapping required to process the OpenSSL >>>> # configuration data, each native architecture must be processed >>>> # individually by the maintainer (in addition to the standard version): >>>> # ./process_files.pl >>> >>> Side note: process_file.pl is missing a copyright statement. >> >> True :( >> >> Andrew, could you please report a BZ about it? >> > > https://bugzilla.tianocore.org/show_bug.cgi?id=2925 Thanks much! Laszlo