From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id F1E75941E34 for ; Sat, 24 Feb 2024 21:52:00 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=g6Za01YCJsBpCkVepP5CkVkgX73GWNNYndiAiBxvuPE=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:Reply-To:References:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1708811519; v=1; b=EBPvh/CJ00MD3rMYRW/HLvrDWvrO759wJjOgnWQuuIyL+S5Gqj7sxACwiFDryPtJkTzV5+0v 0UKWfLqh7e4LGsPmVwDk4weM78CRD41WwAP+z3bx/U84Hq5mC/Xi5w5ualmqcmWOgIHVZuj1E4b lkQo3Xg+sKwzAbFC8AxGPgfU= X-Received: by 127.0.0.2 with SMTP id HO8zYY7687511xt4Io2gro0H; Sat, 24 Feb 2024 13:51:59 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.28308.1708811518706460831 for ; Sat, 24 Feb 2024 13:51:58 -0800 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-459-TITTg86UOuGzGtLjEYO0BQ-1; Sat, 24 Feb 2024 16:51:54 -0500 X-MC-Unique: TITTg86UOuGzGtLjEYO0BQ-1 X-Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4372B83B825; Sat, 24 Feb 2024 21:51:54 +0000 (UTC) X-Received: from [10.39.192.11] (unknown [10.39.192.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5859D40C94A7; Sat, 24 Feb 2024 21:51:53 +0000 (UTC) Message-ID: Date: Sat, 24 Feb 2024 22:51:52 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [edk2-InfSpecification PATCH 0/2] README: INF_VERSION >= 1.30: declare ProcessLibraryCon...() for SEC modules From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Bob Feng , Liming Gao , Michael D Kinney , Rebecca Cran , Yuwei Chen Reply-To: devel@edk2.groups.io,lersek@redhat.com References: <5e147cee-9fed-a1c8-7358-1162fdaf8f12@redhat.com> <20240224212856.43019-1-lersek@redhat.com> In-Reply-To: <20240224212856.43019-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: aU7v2KQB1dF1Jw3xIKKXzvkux7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Flag: yes X-Spam-Level: ********* X-GND-Spam-Score: 139 X-GND-Status: SPAM Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="EBPvh/CJ"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On 2/24/24 22:28, Laszlo Ersek wrote: > The first patch is a minor cleanup, the new feature is documented in the > second patch. >=20 > Rendered version: >=20 > https://lersek.github.io/edk2-InfSpecification/ProcessLibraryConstructo= rList-SEC-991/ > https://github.com/lersek/edk2-InfSpecification/actions/workflows/gitbo= ok-action.yml Branch on github, if someone wants to fetch it: https://github.com/lersek/edk2-InfSpecification/tree/ProcessLibraryConstruc= torList-SEC-991 Laszlo >=20 > Cc: Bob Feng > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Rebecca Cran > Cc: Yuwei Chen >=20 > Thanks > Laszlo >=20 > Laszlo Ersek (2): > README.md: fix revision history whitespace > README: INF_VERSION >=3D 1.30: declare ProcessLibraryCon...() for SEC > modules >=20 > README.md | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 >=20 > base-commit: a31e3c842beed72661b6ccf9dbb34df8d0c1afa6 >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115919): https://edk2.groups.io/g/devel/message/115919 Mute This Topic: https://groups.io/mt/104554095/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-