Re: [edk2] [PATCH v3 0/2] UDF partition driver fix

2017-09-20 Thread Paulo Alcantara
On September 20, 2017 4:25:10 PM GMT-03:00, Laszlo Ersek wrote: >On 09/20/17 20:16, Paulo Alcantara wrote: > >> Please, test building these changes in toolchains other than GCC and >> make sure they don't break the world :-) > >> Repo: https://github.com/pcacjr/edk2.git >>

Re: [edk2] [PATCH v3 0/2] UDF partition driver fix

2017-09-20 Thread Laszlo Ersek
On 09/20/17 20:16, Paulo Alcantara wrote: > Please, test building these changes in toolchains other than GCC and > make sure they don't break the world :-) > Repo: https://github.com/pcacjr/edk2.git > Branch: udf-partition-fix-v3 I build-tested your branch with OVMF (both IA32 and X64),

[edk2] [PATCH v3 0/2] UDF partition driver fix

2017-09-20 Thread Paulo Alcantara
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=707 Hi, This patchset fixes a bug in Partition driver that created UDF logical partitions by using entire block device space and thus polluting protocol database with broken handles. v1->v2: - Followed Laszlo's suggestions to submit a proper