From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
linux-efi@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>,
Borislav Petkov <bp@alien8.de>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] EFI changes for v5.1
Date: Tue, 5 Mar 2019 13:20:38 +0100 [thread overview]
Message-ID: <20190305122038.GA2472@gmail.com> (raw)
Linus,
Please pull the latest efi-core-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git efi-core-for-linus
# HEAD: 5c418dc789a3898717ebf2caa5716ba91a7150b2 efi: Fix build error due to enum collision between efi.h and ima.h
The main EFI changes in this cycle were:
- Move BGRT table handling to earlier in the boot so we don't overwrite it
- Use 32-bit alignment for efi_guid_t
- Allow the SetVirtualAddressMap() call to be omitted
- Implement earlycon=efifb based on existing earlyprintk code
- Various minor fixes and code cleanups from Sai, Ard and me
Thanks,
Ingo
------------------>
Anders Roxell (1):
efi: Fix build error due to enum collision between efi.h and ima.h
Ard Biesheuvel (6):
efi/memattr: Don't bail on zero VA if it equals the region's PA
efi: Use 32-bit alignment for efi_guid_t
efi: Replace GPL license boilerplate with SPDX headers
efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
x86: Make ARCH_USE_MEMREMAP_PROT a generic Kconfig symbol
efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementation
Ingo Molnar (1):
efi/fdt: Apply more cleanups
Sai Praneeth Prakhya (1):
x86/efi: Mark can_free_region() as an __init function
Documentation/admin-guide/kernel-parameters.txt | 8 +-
arch/Kconfig | 3 +
arch/x86/Kconfig | 5 +-
arch/x86/Kconfig.debug | 10 -
arch/x86/include/asm/efi.h | 1 -
arch/x86/kernel/early_printk.c | 4 -
arch/x86/mm/ioremap.c | 4 +-
arch/x86/platform/efi/Makefile | 1 -
arch/x86/platform/efi/early_printk.c | 240 ------------------------
arch/x86/platform/efi/quirks.c | 6 +-
drivers/firmware/efi/Kconfig | 6 +
drivers/firmware/efi/Makefile | 1 +
drivers/firmware/efi/apple-properties.c | 13 +-
drivers/firmware/efi/arm-init.c | 6 +-
drivers/firmware/efi/arm-runtime.c | 6 +-
drivers/firmware/efi/capsule-loader.c | 4 +-
drivers/firmware/efi/capsule.c | 4 +-
drivers/firmware/efi/cper-arm.c | 14 +-
drivers/firmware/efi/cper.c | 14 +-
drivers/firmware/efi/dev-path-parser.c | 9 +-
drivers/firmware/efi/earlycon.c | 206 ++++++++++++++++++++
drivers/firmware/efi/efi-bgrt.c | 5 +-
drivers/firmware/efi/efi-pstore.c | 2 +
drivers/firmware/efi/efibc.c | 10 +-
drivers/firmware/efi/efivars.c | 58 +-----
drivers/firmware/efi/esrt.c | 1 +
drivers/firmware/efi/fake_mem.c | 16 +-
drivers/firmware/efi/libstub/Makefile | 4 +-
drivers/firmware/efi/libstub/arm-stub.c | 5 +
drivers/firmware/efi/libstub/arm32-stub.c | 6 +-
drivers/firmware/efi/libstub/arm64-stub.c | 6 +-
drivers/firmware/efi/libstub/efi-stub-helper.c | 15 +-
drivers/firmware/efi/libstub/efistub.h | 12 ++
drivers/firmware/efi/libstub/fdt.c | 115 ++++++------
drivers/firmware/efi/libstub/gop.c | 4 +-
drivers/firmware/efi/libstub/random.c | 6 +-
drivers/firmware/efi/libstub/secureboot.c | 4 +-
drivers/firmware/efi/libstub/tpm.c | 4 +-
drivers/firmware/efi/memattr.c | 7 +-
drivers/firmware/efi/runtime-map.c | 3 +-
drivers/firmware/efi/runtime-wrappers.c | 48 ++---
drivers/firmware/efi/test/efi_test.c | 1 +
drivers/firmware/efi/test/efi_test.h | 2 +-
drivers/firmware/efi/tpm.c | 5 +-
drivers/firmware/efi/vars.c | 15 +-
include/linux/efi.h | 41 ++--
46 files changed, 393 insertions(+), 567 deletions(-)
delete mode 100644 arch/x86/platform/efi/early_printk.c
create mode 100644 drivers/firmware/efi/earlycon.c
next reply other threads:[~2019-03-05 12:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-05 12:20 Ingo Molnar [this message]
2019-03-05 12:23 ` [GIT PULL] EFI changes for v5.1 Ard Biesheuvel
2019-03-05 12:37 ` Ingo Molnar
2019-03-06 18:30 ` pr-tracker-bot
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=20190305122038.GA2472@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=ard.biesheuvel@linaro.org \
--cc=bp@alien8.de \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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