From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>,
linuxppc-dev@ozlabs.org, thuth@redhat.com,
segher@kernel.crashing.org
Cc: dvaleev@suse.com
Subject: Re: [PATCH SLOF v4 0/4] GPT fixes and LVM support with FAT
Date: Sat, 4 Jul 2015 11:55:21 +1000 [thread overview]
Message-ID: <55973D09.1070406@ozlabs.ru> (raw)
In-Reply-To: <1435836938-22889-1-git-send-email-nikunj@linux.vnet.ibm.com>
On 07/02/2015 09:35 PM, Nikunj A Dadhania wrote:
> Following patchset implements some improvements and cleanup for the
> GPT booting code:
>
> patch 1: Simplify the gpt detection code with lesser scopes and add
> comments.
>
> patch 2: Introduce 8byte LE helpers: x@-le and x!-le
>
> patch 3: As we need to detect FAT partition, implement a helper that
> can be used both from GPT code and "fat-bootblock?"
>
> patch 4: Implement GPT FAT for LVM suport and make GPT detection code
> robust
Thanks, pushed to github.
>
> Changelog v3:
> * Dropped patch for renaming "block" variable
> * Fix bug in seek-pos updation code
>
> Changelog V2:
> * Optimize gpt detection code
> * Fixed stack comments
> * Rename verify-gpt-partition, as it was doing more than that. Added
> comments.
>
> Nikunj A Dadhania (4):
> disk-label: simplify gpt-prep-partition? routine
> introduce 8-byte LE helpers
> disk-label: introduce helper to check fat filesystem
> disk-label: add support for booting from GPT FAT partition
>
> slof/fs/little-endian.fs | 6 ++
> slof/fs/packages/disk-label.fs | 162 +++++++++++++++++++++++++++--------------
> 2 files changed, 112 insertions(+), 56 deletions(-)
>
--
Alexey
prev parent reply other threads:[~2015-07-04 1:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-02 11:35 [PATCH SLOF v4 0/4] GPT fixes and LVM support with FAT Nikunj A Dadhania
2015-07-02 11:35 ` [PATCH SLOF v4 1/4] disk-label: simplify gpt-prep-partition? routine Nikunj A Dadhania
2015-07-04 1:42 ` Alexey Kardashevskiy
2015-07-04 11:57 ` Nikunj A Dadhania
2015-07-02 11:35 ` [PATCH SLOF v4 2/4] introduce 8-byte LE helpers Nikunj A Dadhania
2015-07-02 11:35 ` [PATCH SLOF v4 3/4] disk-label: introduce helper to check fat filesystem Nikunj A Dadhania
2015-07-02 11:35 ` [PATCH SLOF v4 4/4] disk-label: add support for booting from GPT FAT partition Nikunj A Dadhania
2015-07-04 1:55 ` Alexey Kardashevskiy [this message]
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-all 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=55973D09.1070406@ozlabs.ru \
--to=aik@ozlabs.ru \
--cc=dvaleev@suse.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=nikunj@linux.vnet.ibm.com \
--cc=segher@kernel.crashing.org \
--cc=thuth@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.