From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH] arm64: use non-global mappings for UEFI runtime regions
Date: Tue, 17 Nov 2015 17:05:59 +0000 [thread overview]
Message-ID: <20151117170558.GG30101@arm.com> (raw)
In-Reply-To: <CAKv+Gu8Z=Jb-x1ZL7YSYpLWsEBqh7z0EQ0myg2Gz5asAuHdNbg@mail.gmail.com>
On Tue, Nov 17, 2015 at 06:00:36PM +0100, Ard Biesheuvel wrote:
> On 17 November 2015 at 17:48, Mark Rutland <mark.rutland@arm.com> wrote:
> > On Tue, Nov 17, 2015 at 04:34:46PM +0000, Will Deacon wrote:
> >> On Tue, Nov 17, 2015 at 03:25:58PM +0000, Mark Rutland wrote:
> >> > Will, are you aware of anything that could bite us here?
> >>
> >> Can we guarantee that efi_virtmap_{load,unload} are called with interrupts
> >> enabled?
> >
> > Unfortuantely, it looks like we can guarantee interrupts are _disabled_.
> >
> > Every function in drivers/firmware/efi/runtime-wrappers.c which uses
> > efi_call_virt (and hence efi_virtmap_{load,unload}) wraps the call in a
> > spin_lock_irq{save,restore} pair. Those appear to be the only uses of
> > efi_call_virt.
> >
>
> There is actually no need from the UEFI pov to invoke the UEFI runtime
> services with interrupts disabled, this is simply an implementation
> detail of the kernel support, and I think it is primarily for x86 (but
> I have to dig up the old thread for the details)
So you have a double-edged sword here:
- switch_mm must be called with interrupts enabled prior to -rc1,
otherwise we play a song-and-dance with TIF_SWITCH_MM.
- If you have interrupts enabled, you can receive a rollover IPI from
another core, which means you switch to current->active_mm.
Will
next prev parent reply other threads:[~2015-11-17 17:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-17 8:53 [RFC PATCH] arm64: use non-global mappings for UEFI runtime regions Ard Biesheuvel
2015-11-17 15:25 ` Mark Rutland
2015-11-17 16:34 ` Will Deacon
2015-11-17 16:48 ` Mark Rutland
2015-11-17 17:00 ` Ard Biesheuvel
2015-11-17 17:05 ` Ard Biesheuvel
2015-11-17 17:05 ` Will Deacon [this message]
2015-11-17 17:17 ` Mark Rutland
2015-11-18 6:42 ` Ard Biesheuvel
2015-11-18 12:01 ` Mark Rutland
2015-11-17 17:01 ` Ard Biesheuvel
2015-11-17 17:07 ` Will Deacon
2015-11-17 17:08 ` Will Deacon
2015-11-17 17:11 ` Ard Biesheuvel
2015-11-17 17:21 ` Will Deacon
2015-11-18 9:43 ` Catalin Marinas
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=20151117170558.GG30101@arm.com \
--to=will.deacon@arm.com \
--cc=linux-arm-kernel@lists.infradead.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 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.