From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=66.187.233.73; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B5AA9210F30C6 for ; Fri, 17 Aug 2018 07:35:38 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CFECA40131A6; Fri, 17 Aug 2018 14:35:37 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-113.rdu2.redhat.com [10.10.120.113]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6A31C1745B; Fri, 17 Aug 2018 14:35:36 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Eric Dong , Jiaxin Wu , Liming Gao , Michael D Kinney , Ruiyu Ni , Siyuan Fu , Songpeng Li Date: Fri, 17 Aug 2018 16:35:30 +0200 Message-Id: <20180817143534.28393-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Fri, 17 Aug 2018 14:35:37 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Fri, 17 Aug 2018 14:35:37 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'lersek@redhat.com' RCPT:'' Subject: [PATCH 0/4] {Mde, IntelFramework, Network, UefiCpu}Pkg: roundup for BZs 1074, 1090, 1092 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 14:35:39 -0000 Repo: https://github.com/lersek/edk2.git Branch: bz_1074_1090_1092_roundup This series addresses three independent BZs. Patches #1 and #2 belong to BZ#1074; patch #3 to BZ#1090; patch #4 to BZ#1092. The patches are small, and it's easier for me to send out a round-up series than three separate postings. The testing I've done is listed on the patches in git notes (they won't be part of the commit log). I'd like to highlight here that on patch #3, I'm asking Songpeng for additional testing. Cc: Eric Dong Cc: Jiaxin Wu Cc: Liming Gao Cc: Michael D Kinney Cc: Ruiyu Ni Cc: Siyuan Fu Cc: Songpeng Li Thanks, Laszlo Laszlo Ersek (4): MdePkg/UefiLib: don't special-case EFI_FILE_MODE_CREATE in OpenMode IntelFrameworkPkg/FrameworkUefiLib: don't special-case EFI_FILE_MODE_CREATE NetworkPkg/TlsAuthConfigDxe: fix TlsCaCertificate attributes retrieval UefiCpuPkg/PiSmmCpuDxeSmm: clear exec file mode bits on "PiSmmCpuDxeSmm.c" IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c | 40 +++----------------- MdePkg/Include/Library/UefiLib.h | 19 ++-------- MdePkg/Library/UefiLib/UefiLib.c | 40 +++----------------- NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.c | 27 ++++++++++++- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c | 0 5 files changed, 41 insertions(+), 85 deletions(-) mode change 100755 => 100644 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c -- 2.14.1.3.gb7cf6e02401b