[linux] 01/01: [x86] video: Disable X86_SYSFB, FB_SIMPLE (Closes: #822575)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Nov 16 21:36:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch jessie
in repository linux.

commit d63902d0ba1e8dc4820fd3c8fc391084e0dc599a
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Nov 16 21:35:16 2016 +0000

    [x86] video: Disable X86_SYSFB, FB_SIMPLE (Closes: #822575)
    
    (cherry picked from commit 85deb5386acc320cb5441816bdd4034090ace7f8)
---
 debian/changelog                    | 3 +++
 debian/config/kernelarch-x86/config | 6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 47d6b0c..7aa68d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ linux (3.16.36-2) UNRELEASED; urgency=medium
   * [x86] KVM: VMX: Fix host initiated access to guest MSR_TSC_AUX
     (Closes: #838660)
 
+  [ Ben Hutchings ]
+  * [x86] video: Disable X86_SYSFB, FB_SIMPLE (Closes: #822575)
+
  -- Aurelien Jarno <aurel32 at debian.org>  Tue, 09 Aug 2016 22:05:53 +0200
 
 linux (3.16.36-1+deb8u2) jessie-security; urgency=high
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index c7ad1ca..57dbce3 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -63,7 +63,8 @@ CONFIG_HOTPLUG_CPU=y
 CONFIG_PCI=y
 # CONFIG_PCI_CNB20LE_QUIRK is not set
 # CONFIG_RAPIDIO is not set
-CONFIG_X86_SYSFB=y
+#. Doesn't support handover; see #822575
+# CONFIG_X86_SYSFB is not set
 CONFIG_IA32_EMULATION=y
 CONFIG_IA32_AOUT=y
 CONFIG_IOSF_MBI=m
@@ -1701,7 +1702,8 @@ CONFIG_FB_VOODOO1=m
 CONFIG_FB_TRIDENT=m
 CONFIG_FB_VIRTUAL=m
 CONFIG_FB_HYPERV=m
-CONFIG_FB_SIMPLE=y
+#. Doesn't support handover; see #822575
+# CONFIG_FB_SIMPLE is not set
 
 ##
 ## file: drivers/video/fbdev/geode/Kconfig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list