Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932849AbcKOMC5 (ORCPT ); Tue, 15 Nov 2016 07:02:57 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35605 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932211AbcKOMCz (ORCPT ); Tue, 15 Nov 2016 07:02:55 -0500 From: David Herrmann To: linux-kernel@vger.kernel.org Cc: Matt Fleming , Ingo Molnar , x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Tom Gundersen , David Herrmann Subject: [PATCH 0/2] x86 Simplefb Fixes Date: Tue, 15 Nov 2016 13:01:56 +0100 Message-Id: <20161115120158.15388-1-dh.herrmann@gmail.com> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 655 Lines: 22 Hi Two fixes for the simplefb setup code in arch/x86/. One to support Matt's 64bit EFI fb-base-address, and one to fix a longer standing verification bug. Neither fix is critical. Additionally, most people still use efifb/vesafb instead of simplefb, so probably does not affect any normal distribution. However, SimpleDRM is close to being merged, so x86-sysfb might get into some distros. Thanks David David Herrmann (2): x86/sysfb: add support for 64bit EFI lfb_base x86/sysfb: fix lfb_size calculation arch/x86/kernel/sysfb_simplefb.c | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) -- 2.10.2