public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
To: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: "matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org"
	<matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	"linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
	<leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	"msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org"
	<msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	"roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
	<roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Catalin Marinas <Catalin.Marinas-5wv7dgnIgG8@public.gmane.org>
Subject: Re: [PATCH] arm64/efi: efistub: jump to 'stext' directly, not through the header
Date: Tue, 15 Jul 2014 13:44:32 +0100	[thread overview]
Message-ID: <20140715124432.GA26465@leverpostej> (raw)
In-Reply-To: <CAKv+Gu_1vYA+akR4_fAeTd+p22kt-EfcJHu+9sVBBToUnSO8_Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Tue, Jul 15, 2014 at 12:49:07PM +0100, Ard Biesheuvel wrote:
> On 15 July 2014 13:31, Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> wrote:
> >> >> diff --git a/arch/arm64/kernel/efi-entry.S b/arch/arm64/kernel/efi-entry.S
> >> >> index 619b1dd7bcde..6ef541731d9e 100644
> >> >> --- a/arch/arm64/kernel/efi-entry.S
> >> >> +++ b/arch/arm64/kernel/efi-entry.S
> >> >> @@ -61,7 +61,7 @@ ENTRY(efi_stub_entry)
> >> >>        */
> >> >>       mov     x20, x0         // DTB address
> >> >>       ldr     x0, [sp, #16]   // relocated _text address
> >> >> -     mov     x21, x0
> >> >> +     add     x21, x0, #:lo12:stext_offset
> >> >
> >> > I think we can drop the :lo12: here, which will allow us to have a
> >> > warning if stext_offset is unexpectedly large (I believe this will
> >> > currently silently mask bits were that to happen?).
> >> >
> >>
> >> There is no alternative lo12 relocation that errors out when the value
> >> does not fit, so it would have to use a literal instead.
> >
> > Ah, that's a shame. What happens when the value doesn't fit if the
> > linker / assembler don't error out?
> >
> 
> Obviously, it will jump into the wrong place if stext ever gets pushed
> beyond a 4k boundary, which is not that likely (current value is
> 0x160, we may want to up it to 0x200 at some point if we need to
> increase the PE/COFF section alignment, which some versions of the
> (poor) PE/COFF documentation say should be 0x200 at the minimum)
> 
> However, doing ldr x21, =stext_offset works fine as well
> 
> > That sounds like a toolchain bug if they're silently doing the wrong
> > thing.
> >
> 
> Meh, don't think so, really. You get what you pay for, and :lo12: just
> isn't supposed to care. (It's mainly used with adrp to get a +/- 4gb
> PC relative reach)

We appear to have a misunderstanding.

I was suggesting we use:

	add	x21, x0, #stext_offset

... and I thought you meant that wouldn't produce an error if the
immediate was out of range. I understand that :lo12: cuts the top bits
off, and for its intended use that makes sense.

>From testing I see see that gas isn't happy to accept an undefined
symbol as an immediate without :lo12:, and I can see why that makes
sense. My suggestion was bad, sorry.

Thanks,
Mark.

      parent reply	other threads:[~2014-07-15 12:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-15  9:10 [PATCH] arm64/efi: efistub: jump to 'stext' directly, not through the header Ard Biesheuvel
     [not found] ` <1405415402-3427-1-git-send-email-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-07-15  9:57   ` Mark Rutland
2014-07-15 10:22     ` Ard Biesheuvel
     [not found]       ` <CAKv+Gu_PUJVXbDqp5Y3jdVouWhSqPVzaOi_6bpFM6BaLVrwvTQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-15 11:31         ` Mark Rutland
2014-07-15 11:49           ` Ard Biesheuvel
     [not found]             ` <CAKv+Gu_1vYA+akR4_fAeTd+p22kt-EfcJHu+9sVBBToUnSO8_Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-07-15 12:44               ` Mark Rutland [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=20140715124432.GA26465@leverpostej \
    --to=mark.rutland-5wv7dgnigg8@public.gmane.org \
    --cc=Catalin.Marinas-5wv7dgnIgG8@public.gmane.org \
    --cc=ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    /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