From: Ard Biesheuvel <ardb@kernel.org>
To: linux-efi@vger.kernel.org
Cc: mingo@kernel.org, x86@kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: [PATCH 0/3] EFI fixes for -next
Date: Sat, 18 Jan 2020 17:57:02 +0100 [thread overview]
Message-ID: <20200118165705.16544-1-ardb@kernel.org> (raw)
A couple of fixes for more unusual configurations that weren't caught in
my testing before. One for KASAN, one for the LLVM linker and one for the
old EFI memory map when running on mixed mode systems.
These apply onto the Git pull request [0[ that I sent out at the beginning
of the week.
[0] https://lore.kernel.org/linux-efi/20200113172245.27925-1-ardb@kernel.org/
Ard Biesheuvel (3):
efi/x86: avoid KASAN false positives when accessing the 1:1 mapping
x86/boot/compressed: relax sed symbol type regex for LLVM ld.lld
efi/x86: disallow efi=old_map in mixed mode
arch/x86/boot/Makefile | 2 +-
arch/x86/platform/efi/efi_64.c | 11 ++++++-----
arch/x86/platform/uv/bios_uv.c | 2 +-
3 files changed, 8 insertions(+), 7 deletions(-)
--
2.17.1
next reply other threads:[~2020-01-18 16:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-18 16:57 Ard Biesheuvel [this message]
2020-01-18 16:57 ` [PATCH 1/3] efi/x86: avoid KASAN false positives when accessing the 1:1 mapping Ard Biesheuvel
2020-01-18 16:57 ` [PATCH 2/3] x86/boot/compressed: relax sed symbol type regex for LLVM ld.lld Ard Biesheuvel
2020-01-21 22:24 ` Nick Desaulniers
2020-01-18 16:57 ` [PATCH 3/3] efi/x86: disallow efi=old_map in mixed mode Ard Biesheuvel
[not found] ` <20200120094856.GA102981@gmail.com>
2020-01-20 10:01 ` [PATCH 0/3] EFI fixes for -next Ard Biesheuvel
2020-01-20 10:10 ` Ard Biesheuvel
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=20200118165705.16544-1-ardb@kernel.org \
--to=ardb@kernel.org \
--cc=linux-efi@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=x86@kernel.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.