Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1356755
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables |
| Date | 2016-03-13 23:00 +0100 |
| Message-ID | <rcmdl-2U2-7@gated-at.bofh.it> (permalink) |
| References | <rbtgS-5hR-25@gated-at.bofh.it> <rbtqy-5pl-13@gated-at.bofh.it> <rchQm-gi-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
(Fixing Maarten's email address which I botched originally) On Sun, 13 Mar, at 05:09:35PM, Scott Ashcroft wrote: > On Fri, 2016-03-11 at 11:19 +0000, Matt Fleming wrote: > > Some machines have EFI regions in page zero (physical address > > 0x00000000) and historically that region has been added to the e820 > > map via trim_bios_range(), and ultimately mapped into the kernel page > > tables. It was not mapped via efi_map_regions() as one would expect. > > > > Alexis reports that with the new separate EFI page tables some boot > > services regions, such as page zero, are not mapped. This triggers an > > oops during the SetVirtualAddressMap() runtime call. > > > I'm still seeing a failure to boot even with this patch. > > http://www.qzxyz.com/IMG_20160313_164601.jpgSorry for the dodgy photo but the screen has almost a mirror finish. > > Attached is the dmesg from 4.4 with efi=debug memblock=debug Well, crap. Can you enable CONFIG_EFI_PGT_DUMP and send the dmesg because it would be good to know how things are mapped before this patch. I'd be surprised if the issue you're seeing is related to the one that Alexis reported. Having corrupt page table structures is a whole new bag of scary. Does $(grep pdpe1gb /proc/cpuinfo) show any output on your machine?
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[GIT PULL] EFI urgent fix for v4.6 queue Matt Fleming <matt@codeblueprint.co.uk> - 2016-03-11 12:20 +0100
[PATCH] x86/efi: Always map boot service regions into new EFI page tables Matt Fleming <matt@codeblueprint.co.uk> - 2016-03-11 12:30 +0100
[tip:x86/urgent] x86/efi: Fix boot crash by always mapping boot service regions into new EFI page tables tip-bot for Matt Fleming <tipbot@zytor.com> - 2016-03-12 20:00 +0100
Re: [tip:x86/urgent] x86/efi: Fix boot crash by always mapping boot service regions into new EFI page tables Matt Fleming <matt@codeblueprint.co.uk> - 2016-03-13 00:10 +0100
Re: [tip:x86/urgent] x86/efi: Fix boot crash by always mapping boot service regions into new EFI page tables Ingo Molnar <mingo@kernel.org> - 2016-03-13 19:00 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Matt Fleming <matt@codeblueprint.co.uk> - 2016-03-13 23:00 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Matt Fleming <matt@codeblueprint.co.uk> - 2016-03-14 00:10 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Scott Ashcroft <scott.ashcroft@talk21.com> - 2016-03-14 02:10 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Ingo Molnar <mingo@kernel.org> - 2016-03-14 11:40 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Matt Fleming <matt@codeblueprint.co.uk> - 2016-03-14 12:40 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Ingo Molnar <mingo@kernel.org> - 2016-03-14 13:10 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Matt Fleming <matt@codeblueprint.co.uk> - 2016-03-14 15:30 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Ingo Molnar <mingo@kernel.org> - 2016-03-14 17:50 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Matt Fleming <matt@codeblueprint.co.uk> - 2016-03-15 17:00 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Borislav Petkov <bp@alien8.de> - 2016-03-15 17:10 +0100
Re: [PATCH] x86/efi: Always map boot service regions into new EFI page tables Julia Lawall <julia.lawall@lip6.fr> - 2016-03-15 17:30 +0100
csiph-web