Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291420
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL 0/4] EFI changes for v4.5 |
| Date | 2015-12-14 19:30 +0100 |
| Message-ID | <qFG2K-1kV-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Folks,
Here's a couple of cleanups and a bug fix for the ACPI BGRT driver
triggered by the recent isolated EFI page table changes currently
sitting in tip.
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next
for you to fetch changes up to 50a0cb565246f20d59cdb161778531e4b19d35ac:
x86/efi-bgrt: Fix kernel panic when mapping BGRT data (2015-12-14 15:24:24 +0000)
----------------------------------------------------------------
* We don't need to carry our own formatting code in the esrt driver
because the kobject API can do that for us - Rasmus Villemoes
* Update the arm64 file paths in Documentation/efi-stub.txt to match
the current tree - Alan Ott
* Consistently preface all print statements with "efi" arch/x86 so
that it's more obvious to users reporting problems which statements
in the kernel log are relevant for EFI - Matt Fleming
* Fix a boot crash in the ACPI BGRT driver and delete
efi_lookup_mapped_addr() since it's useless now that the EFI
mappings *only* exist in the 'efi_pgd' page table. Instead we
always early_memremap() the BGRT memory - Sai Praneeth Prakhya
----------------------------------------------------------------
Alan Ott (1):
doc: efi-stub.txt: Fix arm64 paths
Matt Fleming (1):
x86/efi: Preface all print statements with efi* tag
Rasmus Villemoes (1):
efi/esrt: Don't preformat name
Sai Praneeth (1):
x86/efi-bgrt: Fix kernel panic when mapping BGRT data
Documentation/efi-stub.txt | 4 ++--
arch/x86/platform/efi/efi-bgrt.c | 42 ++++++++++++++++------------------------
arch/x86/platform/efi/efi_64.c | 2 ++
arch/x86/platform/efi/quirks.c | 4 +++-
drivers/firmware/efi/efi.c | 32 ------------------------------
drivers/firmware/efi/esrt.c | 5 +----
6 files changed, 25 insertions(+), 64 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL 0/4] EFI changes for v4.5 Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-14 19:30 +0100
[PATCH 4/4] x86/efi-bgrt: Fix kernel panic when mapping BGRT data Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-14 19:30 +0100
[PATCH 3/4] x86/efi: Preface all print statements with efi* tag Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-14 19:30 +0100
[PATCH 2/4] doc: efi-stub.txt: Fix arm64 paths Matt Fleming <matt@codeblueprint.co.uk> - 2015-12-14 19:30 +0100
Re: [PATCH 2/4] doc: efi-stub.txt: Fix arm64 paths Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2015-12-15 08:40 +0100
csiph-web