From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web09.7323.1575318194705084654 for ; Mon, 02 Dec 2019 12:23:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=FguVKLy9; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575318193; 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=r0tGsvtS5L2yfQJWTmIXv3CqU2yORVTy8EcLuv85hLs=; b=FguVKLy9eSgQy4v+vRUYCVuPPPcL0B/QZaw2DMtSCk5rEwtUL/FBCmZe+o73OtLslyJ7SA dXld5EK64LY/olscymy4tdRAdbIhA/H/c0k7LYZ3TZ1r9I/f4U56zjN4NJ7eSrmGowbz4k +oHGcMl81OqtpCksy+gV3j7GH26RFlE= 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-107-15ISXTw3OlOFuEgJUBPRqA-1; Mon, 02 Dec 2019 15:23:10 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B54C8107ACC7; Mon, 2 Dec 2019 20:23:08 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-207.ams2.redhat.com [10.36.116.207]) by smtp.corp.redhat.com (Postfix) with ESMTP id E59655D9E5; Mon, 2 Dec 2019 20:23:06 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/3] local header listing fixes for INF files, for edk2-stable201911 To: devel@edk2.groups.io Cc: Hao A Wu , Jian J Wang , Leif Lindholm , Liming Gao , Michael Kubacki , Shenglei Zhang , Xiaoyu Lu References: <20191121093833.13840-1-lersek@redhat.com> From: "Laszlo Ersek" Message-ID: Date: Mon, 2 Dec 2019 21:23:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20191121093833.13840-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-MC-Unique: 15ISXTw3OlOFuEgJUBPRqA-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 11/21/19 10:38, Laszlo Ersek via Groups.Io wrote: > Repo: https://github.com/lersek/edk2.git > Branch: local_hdrs > Personal CI build: https://github.com/tianocore/edk2/pull/188 > > I'm proposing this small set of fixes for edk2-stable201911. > > If the consensus is that they should be delayed until after > edk2-stable201911, I'm OK with that too. > > Cc: Hao A Wu > Cc: Jian J Wang > Cc: Leif Lindholm > Cc: Liming Gao > Cc: Michael Kubacki > Cc: Shenglei Zhang > Cc: Xiaoyu Lu > > Thanks > Laszlo > > Laszlo Ersek (3): > MdeModulePkg/VariableSmmRuntimeDxe.inf: list local header "Variable.h" > CryptoPkg/OpensslLib: improve INF file consistency > CryptoPkg/OpensslLib.inf: list OpenSSL local header "ms/uplink.h" > > CryptoPkg/Library/OpensslLib/OpensslLib.inf | 6 +++--- > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf | 1 + > 2 files changed, 4 insertions(+), 3 deletions(-) > Pushed as commit range bd85bf54c268..4d613feee57e via . Thanks Laszlo