From: wangyanqing <udknight@gmail.com>
To: Matt Domsch <Matt_Domsch@dell.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
"warns@pre-sense.de" <warns@pre-sense.de>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"tj@kernel.org" <tj@kernel.org>,
"jaxboe@fusionio.com" <jaxboe@fusionio.com>,
pjones@redhat.com, mjg59@redhat.com
Subject: Re: [PATCH] fs:partitions:efi.c: correct misuse force_gpt
Date: Tue, 22 Nov 2011 13:33:43 +0800 [thread overview]
Message-ID: <20111122053343.GA32343@udknight.homenetwork> (raw)
In-Reply-To: <20111122043325.GA4979@emperor.us.dell.com>
On Mon, Nov 21, 2011 at 10:33:25PM -0600, Matt Domsch wrote:
> Again, here there is some debate, what the Alternate GPT header and
> table are good for.
>
> I put the comment in to remind myself a decade later...
>
> /**
> * find_valid_gpt() - Search disk for valid GPT headers and PTEs
> * @state
> * @gpt is a GPT header ptr, filled on return.
> * @ptes is a PTEs ptr, filled on return.
> * Description: Returns 1 if valid, 0 on error.
> * If valid, returns pointers to newly allocated GPT header and PTEs.
> * Validity depends on PMBR being valid (or being overridden by the
> * 'gpt' kernel command line option) and finding either the Primary
> * GPT header and PTEs valid, or the Alternate GPT header and PTEs
> * valid. If the Primary GPT header is not valid, the Alternate GPT header
> * is not checked unless the 'gpt' kernel command line option is passed.
> * This protects against devices which misreport their size, and forces
> * the user to decide to use the Alternate GPT.
> */
>
> Why is this?
>
> There were a class of hard disks (IIRC, first generation iPods at
> least), that would report their size off by one (one sector larger
> than they actually were), and attempting to read from that one-past
> sector would cause the whole device to go catatonic, which would then
> hang the boot process.
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=281905 and what
> should be in the historical kernel tree.
>
> Your patch undoes the patch that prevented the boot from hanging in
> such situations.
>
> Because we can't know which disks might misbehave this way, and
> because it is a catastrophic failure when it happens, we wanted to
> force the user to do something which might cause the failure to occur,
> hence it's protected behind the force_gpt flag.
Sorry I miss the comment, and you are right!
>
> Seconarily, the primary purpose of the AGPT in my mind is so that
> userspace tools like parted can look at all the available information
> and make a decision as to whether the AGPT info is valid and should be
> used, if the PGPT is corrupt, and then can fix up either or both
> headers as necessary. Inside the kernel, there's very little I want
> to trust the AGPT for if I can avoid it, and nothing can fix either
> header if determined to be corrupt.
Thanks for the detail explanation! Matt
prev parent reply other threads:[~2011-11-22 5:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-22 0:44 wangyanqing
2011-11-22 0:56 ` Andrew Morton
[not found] ` <20111122043325.GA4979@emperor.us.dell.com>
2011-11-22 5:33 ` wangyanqing [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=20111122053343.GA32343@udknight.homenetwork \
--to=udknight@gmail.com \
--cc=Matt_Domsch@dell.com \
--cc=akpm@linux-foundation.org \
--cc=jaxboe@fusionio.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg59@redhat.com \
--cc=pjones@redhat.com \
--cc=tj@kernel.org \
--cc=warns@pre-sense.de \
/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
all inboxes | Powered by JetHome®