From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.25739.1574352436302298853 for ; Thu, 21 Nov 2019 08:07:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=XTjtJO4t; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574352435; 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=zzNvhTwgFhMSu8lqxx+GB5fBKRz7ZDEGv4ECQcsMf3Q=; b=XTjtJO4tHn2p4gN7CyCBMDy5eKTJVus1IFi8ULsiIwJPNZXN8bjZI/Q2K5nH3ORCPZ4rk2 ncVE75NgSLm4Wvtl43OKvXZohfz/FOvXK4oObTr2xIxxEfitHXOqMGaewtnAwj/INrL796 HrZfdm8Ui9J/vNwEOzkW/nB5FtAzl8g= 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-377-ZhyrePiWP9KPBxfw80TiiQ-1; Thu, 21 Nov 2019 11:07:11 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 25A6C107ACC4; Thu, 21 Nov 2019 16:07:10 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-197.ams2.redhat.com [10.36.116.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6711D60142; Thu, 21 Nov 2019 16:07:08 +0000 (UTC) Subject: Re: [PATCH 0/3] local header listing fixes for INF files, for edk2-stable201911 To: Leif Lindholm Cc: edk2-devel-groups-io , Hao A Wu , Jian J Wang , Liming Gao , Michael Kubacki , Shenglei Zhang , Xiaoyu Lu References: <20191121093833.13840-1-lersek@redhat.com> <20191121100053.GK7323@bivouac.eciton.net> From: "Laszlo Ersek" Message-ID: Date: Thu, 21 Nov 2019 17:07:07 +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: <20191121100053.GK7323@bivouac.eciton.net> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-MC-Unique: ZhyrePiWP9KPBxfw80TiiQ-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable On 11/21/19 11:00, Leif Lindholm wrote: > On Thu, Nov 21, 2019 at 10:38:30AM +0100, Laszlo Ersek 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. >=20 > For the series: > Reviewed-by: Leif Lindholm Thanks! >=20 > But unless this addresses an actual build failure in some setup (and I > don't see how it could), please defer until after stable tag. Right, this only triggers warnings from "build", which are meant to be informative. No build is actually broken, to my knowledge. So I'll postpone pushing the series. (I still need pkg maintainer feedback anyway.) Thanks! Laszlo >=20 > Best Regards, >=20 > Leif >=20 >> 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(-) >> >> --=20 >> 2.19.1.3.g30247aa5d201 >> >=20