From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756438Ab3J1Lul (ORCPT ); Mon, 28 Oct 2013 07:50:41 -0400 Received: from mail-ee0-f43.google.com ([74.125.83.43]:46165 "EHLO mail-ee0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756405Ab3J1Luj (ORCPT ); Mon, 28 Oct 2013 07:50:39 -0400 Date: Mon, 28 Oct 2013 12:50:36 +0100 From: Ingo Molnar To: Matt Fleming Cc: "H. Peter Anvin" , Thomas Gleixner , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] EFI changes Message-ID: <20131028115036.GA8309@gmail.com> References: <20131027214815.GH1982@console-pimps.org> <20131028111741.GA7830@gmail.com> <20131028114924.GL1982@console-pimps.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131028114924.GL1982@console-pimps.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Matt Fleming wrote: > On Mon, 28 Oct, at 12:17:41PM, Ingo Molnar wrote: > > > > * Matt Fleming wrote: > > > > > Guys, do you think we could get the EFI earlyprintk support into the > > > 'x86/efi' branch for the upcoming merge window? I know it's quite late > > > in the game but since it's a new feature it shouldn't introduce any kind > > > of regression and is a much needed feature. > > > > > > The following changes since commit c158c3bf59951bbb44bd7ccca9e6665dfd1617c5: > > > > > > boot, efi: Remove redundant memset() (2013-10-04 20:07:47 +0100) > > > > > > are available in the git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next > > > > > > for you to fetch changes up to 32c9e70fc3912c3b9c7d53ce016960ce99ff93d4: > > > > > > x86/efi: Add EFI framebuffer earlyprintk support (2013-10-27 21:18:48 +0000) > > > > This breaks on x86-64 allmodconfig with: > > > > arch/x86/built-in.o: In function `early_efi_setup': > > early_printk.c:(.init.text+0x27e9f): undefined reference to `get_default_font' > > Ooops! The following patch fixes it. Would you like me to squash this > with the top commit on 'efi-next', retag and resend the pull request? Yeah, that would be nice, I'd rather re-pull the tree, haven't put much testing into it yet. Thanks, Ingo