From: Hao Wu <hao.a.wu@intel.com>
To: edk2-devel@lists.01.org
Cc: Hao Wu <hao.a.wu@intel.com>, Paulo Alcantara <pcacjr@zytor.com>,
Ruiyu Ni <ruiyu.ni@intel.com>, Star Zeng <star.zeng@intel.com>,
Eric Dong <eric.dong@intel.com>
Subject: [PATCH v2 0/2] Refine UDF related codes
Date: Thu, 16 Nov 2017 15:47:40 +0800 [thread overview]
Message-ID: <20171116074742.15024-1-hao.a.wu@intel.com> (raw)
V2 changes:
For patch
MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDF:
PartitionInstallUdfChildHandles() should return EFI_SUCCESS when either El
Torito feature or UDF support is detected on CD/DVD media.
Previous version of the series only return EFI_SUCCESS when the UDF
support is detected, which may bring issue when only El Torito feature is
supported by a CD/DVD medium. For such case, child handle will be created
but the PartitionDxe driver will close the diskio & device path protocols
on the parent handle.
V1 history:
The series will do the following refinements:
a. Merge the discovery of the El Torito feature on CD/DVD media into the
detect of UDF;
b. Avoid possible loss track of the allocated buffer pointer in UdfDxe.
Cc: Paulo Alcantara <pcacjr@zytor.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Hao Wu (2):
MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDF
MdeModulePkg/UdfDxe: Avoid possible loss track of allocated buffer
MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c | 7 +++--
MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c | 27 ++++++++++++++++++--
MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 12 +++++----
3 files changed, 35 insertions(+), 11 deletions(-)
--
2.12.0.windows.1
next reply other threads:[~2017-11-16 7:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-16 7:47 Hao Wu [this message]
2017-11-16 7:47 ` [PATCH v2 1/2] MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDF Hao Wu
2017-11-16 22:25 ` Paulo Alcantara
2017-11-16 7:47 ` [PATCH v2 2/2] MdeModulePkg/UdfDxe: Avoid possible loss track of allocated buffer Hao Wu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171116074742.15024-1-hao.a.wu@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox