From: "Pedro Falcato" <pedro.falcato@gmail.com>
To: Savva Mitrofanov <savvamtr@gmail.com>
Cc: devel@edk2.groups.io, "Marvin Häuser" <mhaeuser@posteo.de>,
"Vitaly Cheptsov" <vit9696@protonmail.com>
Subject: Re: [edk2-platforms][PATCH v5 0/2] Ext4Pkg: Add Symbolic Links support
Date: Thu, 15 Sep 2022 22:00:35 +0100 [thread overview]
Message-ID: <CAKbZUD1n6ds-NR9yLSim38Wf+xZzZU1CrS=OijOC26SEtj7dzQ@mail.gmail.com> (raw)
In-Reply-To: <20220907140213.13286-1-savvamtr@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1602 bytes --]
Series-Reviewed-by: Pedro Falcato <pedro.falcato@gmail.com>
On Wed, Sep 7, 2022 at 3:02 PM Savva Mitrofanov <savvamtr@gmail.com> wrote:
> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3677
>
> Hi all,
>
> In the fifth version I corrected remarks from Pedro Falcato and Marvin
> Häuser.
> I moved symlink procedures into independent C file, corrected code style
> like
> debug messages macros and etc.
>
> This patchset adds symbolic links support with simple recursion protection
> based
> on symbolic link nest level limitation, also I included patch which adds
> BASE_CR
> to extract EXT4_FILE private structure to prevent possible code corruption
> caused
> by structure changes and rearrangements in future.
>
> REF:
> https://github.com/savvamitrofanov/edk2-platforms/tree/ext4pkg_symlink_support
>
> Cc: Marvin Häuser <mhaeuser@posteo.de>
> Cc: Pedro Falcato <pedro.falcato@gmail.com>
> Cc: Vitaly Cheptsov <vit9696@protonmail.com>
>
> Savva Mitrofanov (2):
> Ext4Pkg: Add symbolic links support
> Ext4Pkg: Add base containing record macro for EXT4_FILE
>
> Features/Ext4Pkg/Ext4Dxe/Ext4Dxe.inf | 1 +
> Features/Ext4Pkg/Ext4Dxe/Ext4Disk.h | 13 +-
> Features/Ext4Pkg/Ext4Dxe/Ext4Dxe.h | 74 +++++-
> Features/Ext4Pkg/Ext4Dxe/File.c | 179 +++++++++++---
> Features/Ext4Pkg/Ext4Dxe/Inode.c | 15 ++
> Features/Ext4Pkg/Ext4Dxe/Symlink.c | 261 ++++++++++++++++++++
> 6 files changed, 499 insertions(+), 44 deletions(-)
> create mode 100644 Features/Ext4Pkg/Ext4Dxe/Symlink.c
>
> --
> 2.37.3
>
>
--
Pedro Falcato
[-- Attachment #2: Type: text/html, Size: 2520 bytes --]
next prev parent reply other threads:[~2022-09-15 21:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-07 14:02 [edk2-platforms][PATCH v5 0/2] Ext4Pkg: Add Symbolic Links support Savva Mitrofanov
2022-09-07 14:02 ` [edk2-platforms][PATCH v5 1/2] Ext4Pkg: Add symbolic links support Savva Mitrofanov
2022-09-07 14:02 ` [edk2-platforms][PATCH v5 2/2] Ext4Pkg: Add base containing record macro for EXT4_FILE Savva Mitrofanov
2022-09-15 21:00 ` Pedro Falcato [this message]
2022-09-15 21:02 ` [edk2-platforms][PATCH v5 0/2] Ext4Pkg: Add Symbolic Links support Pedro Falcato
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='CAKbZUD1n6ds-NR9yLSim38Wf+xZzZU1CrS=OijOC26SEtj7dzQ@mail.gmail.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