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@xxxxxxxxxx/ 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