From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751677AbbJLOOE (ORCPT ); Mon, 12 Oct 2015 10:14:04 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:38857 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751507AbbJLOOA (ORCPT ); Mon, 12 Oct 2015 10:14:00 -0400 From: Matt Fleming To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Cc: Matt Fleming , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, =?UTF-8?q?K=C5=91v=C3=A1g=C3=B3=2C=20Zolt=C3=A1n?= , Matthew Garrett , Subject: [GIT PULL] EFI urgent fix Date: Mon, 12 Oct 2015 15:13:55 +0100 Message-Id: <1444659236-24837-1-git-send-email-matt@codeblueprint.co.uk> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Matt Fleming Please pull the following fix from Zoltán which addresses a bug that resulted in the the secondary GOP display being garbled when booting using the EFI boot stub. The following changes since commit 825fcfce81921c9cc4ef801d844793815721e458: MAINTAINERS: Change Matt Fleming's email address (2015-10-11 09:54:29 +0200) 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 dc1ea95fd23c36dd6be284334a0c8327d11d8c52: x86/efi: Fix multiple GOP device support (2015-10-11 11:40:54 +0100) ---------------------------------------------------------------- * Fix booting using the EFI boot stub on platforms with multiple Graphics Output Protocol devices because currently the secondary display will be garbled on such systems - Zoltán Kővágó ---------------------------------------------------------------- Kővágó, Zoltán (1): x86/efi: Fix multiple GOP device support arch/x86/boot/compressed/eboot.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)