From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com ([74.125.82.51]:37165 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752622AbcEENOZ (ORCPT ); Thu, 5 May 2016 09:14:25 -0400 Received: by mail-wm0-f51.google.com with SMTP id a17so27218394wme.0 for ; Thu, 05 May 2016 06:14:24 -0700 (PDT) From: Matt Fleming To: Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" Cc: Matt Fleming , Ard Biesheuvel , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, David Herrmann , Peter Jones , stable@vger.kernel.org, Tomi Valkeinen , Wang YanQing Subject: [GIT PULL v2] EFI urgent fix Date: Thu, 5 May 2016 14:14:20 +0100 Message-Id: <1462454061-21561-1-git-send-email-matt@codeblueprint.co.uk> Sender: stable-owner@vger.kernel.org List-ID: Folks, please pull the following with from Wang which includes a rewritten changelog as compared with the previous pull request. The following changes since commit 04974df8049fc4240d22759a91e035082ccd18b4: Linux 4.6-rc6 (2016-05-01 15:52:31 -0700) 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 8491332837eed61cd5d47613b33cba90b809f36a: x86/sysfb_efi: Fix valid BAR address range check (2016-05-05 13:14:04 +0100) ---------------------------------------------------------------- * Fix sysfb_efi to detect BARs starting at 0x0, which otherwise makes video=efifb not work on some the ThinkPad E550 - Wang YanQing ---------------------------------------------------------------- Wang YanQing (1): x86/sysfb_efi: Fix valid BAR address range check arch/x86/kernel/sysfb_efi.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-)