From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 4BA1720945B9D for ; Sun, 17 Sep 2017 21:49:36 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 17 Sep 2017 21:52:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,411,1500966000"; d="scan'208";a="901208392" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 17 Sep 2017 21:52:38 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 17 Sep 2017 21:52:38 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 17 Sep 2017 21:52:38 -0700 Received: from shsmsx151.ccr.corp.intel.com ([169.254.3.98]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.4]) with mapi id 14.03.0319.002; Mon, 18 Sep 2017 12:52:36 +0800 From: "Ni, Ruiyu" To: Paulo Alcantara , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Gao, Liming" , Laszlo Ersek , "Zeng, Star" , "Yao, Jiewen" Thread-Topic: [PATCH v2 0/3] UDF partition driver fix Thread-Index: AQHTL7bfHgkiKXOwVUW+37YpnF71QKK6FBHQ Date: Mon, 18 Sep 2017 04:52:36 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BA45A4E@SHSMSX151.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/3] UDF partition driver fix X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 04:49:36 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Paulo, Could you please paste a "map -r" output on a CDROM which contains Eltorito volume? I want to confirm that the result is expected. Thanks/Ray > -----Original Message----- > From: Paulo Alcantara [mailto:pcacjr@zytor.com] > Sent: Sunday, September 17, 2017 9:13 PM > To: edk2-devel@lists.01.org > Cc: Paulo Alcantara ; Kinney, Michael D > ; Gao, Liming ; Laszlo > Ersek ; Ni, Ruiyu ; Zeng, Star > ; Yao, Jiewen > Subject: [PATCH v2 0/3] UDF partition driver fix >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D707 >=20 > Hi, >=20 > This patchset fixes a bug in Partition driver that UDF partitions occupie= d the > entire disk space instead of using LVD space only. >=20 > BTW, I've only tested it under OVMF and built it with GCC only. That woul= d > be appreciable if someone could build with other toolchains and see if th= is > doesn't break. >=20 > I used a Windows 10 ISO image with UdfDxe disabled and enabled. The `map > -r` output seemed OK. No breakage when booting an OS off an ElTorito > partition from an UDF bridge disk. >=20 > v1->v2: > - Followed Laszlo's suggestions to submit a proper patchset. Thanks! > - As I'm still waiting for Ruiyu and Star to test this fix, I took > advantage of it and did some code cleanups :-) >=20 > Repo: https://github.com/pcacjr/edk2.git > Branch: udf-partition-fix-v2 >=20 > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Laszlo Ersek > Cc: Ruiyu Ni > Cc: Star Zeng > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.1 > Reported-by: Ruiyu Ni > Signed-off-by: Paulo Alcantara > --- >=20 > Paulo Alcantara (3): > MdePkg: Add UDF volume structure definitions > MdeModulePkg/PartitionDxe: Fix creation of UDF logical partition > MdeModulePkg/UdfDxe: Rework driver to support PartitionDxe changes >=20 > MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c | 323 > +++++++++++- > MdeModulePkg/Universal/Disk/UdfDxe/File.c | 13 +- > MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c | 515 > ++++++++------------ > MdeModulePkg/Universal/Disk/UdfDxe/Udf.c | 7 - > MdeModulePkg/Universal/Disk/UdfDxe/Udf.h | 88 +--- > MdePkg/Include/IndustryStandard/Udf.h | 63 +++ > 6 files changed, 566 insertions(+), 443 deletions(-) >=20 > -- > 2.11.0