From: "Savva Mitrofanov" <savvamtr@gmail.com>
To: devel@edk2.groups.io
Cc: "Marvin Häuser" <mhaeuser@posteo.de>,
"Pedro Falcato" <pedro.falcato@gmail.com>,
"Vitaly Cheptsov" <vit9696@protonmail.com>
Subject: [edk2-platforms][PATCH v4 0/2] Ext4Pkg: Add Symbolic Links support
Date: Thu, 28 Jul 2022 21:26:42 +0600 [thread overview]
Message-ID: <20220728152644.11435-1-savvamtr@gmail.com> (raw)
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3677
Hi all,
In the fourth version I corrected SymlinkSize selection logic in
Ext4ReadFastSymlink(), previously fast-symlink's EXT4_INODE_SIZE is not necessarily
validated when we checked it in Ext4SymlinkIsFastSymlink(), so we should truncate
if necessary. Also I corrected MSVC compiler warning by assigning ExtAttrBlocks to
UINT32 type.
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/Ext4Disk.h | 13 +-
Features/Ext4Pkg/Ext4Dxe/Ext4Dxe.h | 100 +++++-
Features/Ext4Pkg/Ext4Dxe/File.c | 369 ++++++++++++++++++--
Features/Ext4Pkg/Ext4Dxe/Inode.c | 53 +++
4 files changed, 492 insertions(+), 43 deletions(-)
--
2.37.1
next reply other threads:[~2022-07-28 15:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-28 15:26 Savva Mitrofanov [this message]
2022-07-28 15:26 ` [edk2-platforms][PATCH v4 1/2] Ext4Pkg: Add symbolic links support Savva Mitrofanov
2022-07-28 16:43 ` Marvin Häuser
2022-09-04 11:31 ` Savva Mitrofanov
2022-08-29 22:12 ` Pedro Falcato
2022-09-07 13:53 ` Savva Mitrofanov
2022-07-28 15:26 ` [edk2-platforms][PATCH v4 2/2] Ext4Pkg: Add base containing record macro for EXT4_FILE Savva Mitrofanov
2022-07-28 16:33 ` Marvin Häuser
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=20220728152644.11435-1-savvamtr@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