* Matt Fleming <matt@xxxxxxxxxxxxxxxxx> wrote: > Folks, please pull the following patch from Dave that fixes some bugs in > the EFI earlyprintk code when using ",keep". > > The following changes since commit 47514c996fac5e6f13ef3a4c5e23f1c5cffabb7b: > > efi: Pass correct file handle to efi_file_{read,close} (2014-04-10 21:20:03 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-urgent > > for you to fetch changes up to 5f35eb0e29ca26da82febe49d7698dbeb8882ea0: > > x86/efi: earlyprintk=efi,keep fix (2014-05-03 06:39:06 +0100) > > ---------------------------------------------------------------- > * Fix earlyprintk=efi,keep support by switching to an ioremap() mapping > of the framebuffer when early_ioremap() is no longer available and > dropping __init from functions that may be invoked after > free_initmem() - Dave Young > > ---------------------------------------------------------------- > Dave Young (1): > x86/efi: earlyprintk=efi,keep fix > > arch/x86/platform/efi/early_printk.c | 83 +++++++++++++++++++++++++++--------- > 1 file changed, 64 insertions(+), 19 deletions(-) Pulled into tip:x86/urgent, thanks a lot Matt! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html