← Back to team overview

kernel-packages team mailing list archive

[Bug 1302719] [NEW] Allocation 2GB of EfiRuntimeServiceData breaks kernel boot

 

Public bug reported:

Allocation of 2GB (in EFI application) as EfiRuntimeServiceData ubuntu 14.04 beta 2 (but have been noticed in previous versions too) makes the kernel hang. No early printks could be seen.
Most suspicious call chain is:

efi_enter_virtual_mode() -> efi_map_region() -> __map_region() ->
kernel_map_pages_in_pgd() -> __change_page_attr_set_clr () ->
__change_page_attr() -> __cpa_process_fault().

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1302719

Title:
  Allocation 2GB of EfiRuntimeServiceData breaks kernel boot

Status in “linux” package in Ubuntu:
  New

Bug description:
  Allocation of 2GB (in EFI application) as EfiRuntimeServiceData ubuntu 14.04 beta 2 (but have been noticed in previous versions too) makes the kernel hang. No early printks could be seen.
  Most suspicious call chain is:

  efi_enter_virtual_mode() -> efi_map_region() -> __map_region() ->
  kernel_map_pages_in_pgd() -> __change_page_attr_set_clr () ->
  __change_page_attr() -> __cpa_process_fault().

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302719/+subscriptions


Follow ups

References