[edk2-devel] [PATCH 0/3] Ext4Pkg: Fix bugs triggered by MdePkg and ShellPkg.

Pedro Falcato posted 3 patches 2 years, 8 months ago
Failed in applying to current master (apply log)
Features/Ext4Pkg/Ext4Dxe/Directory.c  | 253 ++++++++++++++++++++++----
Features/Ext4Pkg/Ext4Dxe/Ext4Disk.h   |   3 +
Features/Ext4Pkg/Ext4Dxe/Ext4Dxe.h    |  71 +++++++-
Features/Ext4Pkg/Ext4Dxe/File.c       |  47 +++--
Features/Ext4Pkg/Ext4Dxe/Inode.c      |   2 +-
Features/Ext4Pkg/Ext4Dxe/Partition.c  |   7 +
Features/Ext4Pkg/Ext4Dxe/Superblock.c |  24 ++-
7 files changed, 345 insertions(+), 62 deletions(-)
[edk2-devel] [PATCH 0/3] Ext4Pkg: Fix bugs triggered by MdePkg and ShellPkg.
Posted by Pedro Falcato 2 years, 8 months ago
This patch-series addresses bugs found when testing the filesystem with
more complex usage of the file protocol, particularly through the shell
itself.

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>


Pedro Falcato (3):
  Ext4Pkg: Fix incorrect usage of Ext4InitExtentsMap.
  Ext4Pkg: Hide "." and ".." entries from Read() callers.
  Ext4Pkg: Add a directory entry tree.

 Features/Ext4Pkg/Ext4Dxe/Directory.c  | 253 ++++++++++++++++++++++----
 Features/Ext4Pkg/Ext4Dxe/Ext4Disk.h   |   3 +
 Features/Ext4Pkg/Ext4Dxe/Ext4Dxe.h    |  71 +++++++-
 Features/Ext4Pkg/Ext4Dxe/File.c       |  47 +++--
 Features/Ext4Pkg/Ext4Dxe/Inode.c      |   2 +-
 Features/Ext4Pkg/Ext4Dxe/Partition.c  |   7 +
 Features/Ext4Pkg/Ext4Dxe/Superblock.c |  24 ++-
 7 files changed, 345 insertions(+), 62 deletions(-)

-- 
2.33.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79591): https://edk2.groups.io/g/devel/message/79591
Mute This Topic: https://groups.io/mt/85007620/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH 0/3] Ext4Pkg: Fix bugs triggered by MdePkg and ShellPkg.
Posted by Michael D Kinney 2 years, 8 months ago
Hi Pedro,

1) SuperBlock.c: The following #include was added, but should not be required:

    #include "Uefi/UefiBaseType.h"

2) Inode.c - Ext4Read() - Has DEBUG() macro before local variable declarations.


Best regards,

Mike

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Pedro Falcato
> Sent: Thursday, August 19, 2021 2:29 PM
> To: devel@edk2.groups.io
> Cc: Pedro Falcato <pedro.falcato@gmail.com>; Leif Lindholm <leif@nuviainc.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Bret Barkelew <Bret.Barkelew@microsoft.com>
> Subject: [edk2-devel] [PATCH 0/3] Ext4Pkg: Fix bugs triggered by MdePkg and ShellPkg.
> 
> This patch-series addresses bugs found when testing the filesystem with
> more complex usage of the file protocol, particularly through the shell
> itself.
> 
> Cc: Leif Lindholm <leif@nuviainc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> 
> 
> Pedro Falcato (3):
>   Ext4Pkg: Fix incorrect usage of Ext4InitExtentsMap.
>   Ext4Pkg: Hide "." and ".." entries from Read() callers.
>   Ext4Pkg: Add a directory entry tree.
> 
>  Features/Ext4Pkg/Ext4Dxe/Directory.c  | 253 ++++++++++++++++++++++----
>  Features/Ext4Pkg/Ext4Dxe/Ext4Disk.h   |   3 +
>  Features/Ext4Pkg/Ext4Dxe/Ext4Dxe.h    |  71 +++++++-
>  Features/Ext4Pkg/Ext4Dxe/File.c       |  47 +++--
>  Features/Ext4Pkg/Ext4Dxe/Inode.c      |   2 +-
>  Features/Ext4Pkg/Ext4Dxe/Partition.c  |   7 +
>  Features/Ext4Pkg/Ext4Dxe/Superblock.c |  24 ++-
>  7 files changed, 345 insertions(+), 62 deletions(-)
> 
> --
> 2.33.0
> 
> 
> 
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79595): https://edk2.groups.io/g/devel/message/79595
Mute This Topic: https://groups.io/mt/85007620/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-