Bug 67191

Summary: [945gm bisected] blank screen at boot
Product: Power Management Reporter: Bob Raitz (pappy_mcfae)
Component: cpuidleAssignee: Rafael J. Wysocki (rjw)
Status: CLOSED PATCH_ALREADY_AVAILABLE    
Severity: normal CC: alan, daniel, dh.herrmann, ferion11, intel-gfx-bugs, lenb, mimworkmail, rjw, rjw
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.12.0-3.12.5 (inclusive) Subsystem:
Regression: Yes Bisected commit-id:
Attachments: .config of latest 3.12 kernel exhibiting the above-mentioned issue.
dmesg using drm.debug=0xe
dmesg using drm.debug=0xe with warm reboot.
ff11: my hardware lspci
ff11: my dmesg using drm debug
ff11: my dmesg using drm debug workaround VGA
3.12.x-governors.patch
3.13.x-3.14.x-governors.patch
kernel.config

Description Bob Raitz 2013-12-17 08:28:07 UTC
Created attachment 118781 [details]
.config of latest 3.12 kernel exhibiting the above-mentioned issue.

I am running Gentoo Linux on an Intel-based laptop. With any 3.12.x kernel installed, the boot process will begin normally, and then, when there would normally be a shift in text size as the intelfb was modeset with, "append="i915.modeset=1" using lilo as a boot loader, all I get is a blank screen. The backlight is lit. If I allow approximately two minutes for the boot cycle to end, then log in, then hit the up arrow to startx, X does start. If I then exit X, then I am returned to a CLI of the size I am used to under normal circumstances.

In all other kernel versions, the intelfb would then start and go to native screen size: (1200x800). I could then either work in CLI from that point, or X.

I have read the document* that is supplied in the kernel. Using nomodeset will allow me to boot to a distorted CLI, and I cannot then start X. 

This is not so much a bug report as it is a way to find out how to get my intelfb to operate as it has operated since KMS became mandatory. If there is something I can add to /etc/lilo.conf that will make it work, I'd really like to know what those magic words are so I can update to the latest kernel sources.

I have tried enabling the vesafb as is suggested, but once modesetting is turned on, the screen does its disappearing act. Once again, if I can log in and start X, things will be back to normal.

_______________________

*Intel 830M/845G/852GM/855GM/865G/915G/945G Framebuffer driver
================================================================

A. Introduction
	This is a framebuffer driver for various Intel 8xx/9xx compatible
graphics devices.  These would include:

	Intel 830M
	Intel 845G
	Intel 852GM
	Intel 855GM
	Intel 865G
	Intel 915G
	Intel 915GM
	Intel 945G
	Intel 945GM
	Intel 945GME
	Intel 965G
	Intel 965GM

B.  List of available options

   a. "video=intelfb"
	enables the intelfb driver

	Recommendation: required

   b. "mode=<xres>x<yres>[-<bpp>][@<refresh>]"
	select mode

	Recommendation: user preference
	(default = 1024x768-32@70)

   c. "vram=<value>"
	select amount of system RAM in MB to allocate for the video memory
	if not enough RAM was already allocated by the BIOS.

	Recommendation: 1 - 4 MB.
	(default = 4 MB)

   d. "voffset=<value>"
        select at what offset in MB of the logical memory to allocate the
	framebuffer memory.  The intent is to avoid the memory blocks
	used by standard graphics applications (XFree86). Depending on your
        usage, adjust the value up or down, (0 for maximum usage, 63/127 MB
        for the least amount).  Note, an arbitrary setting may conflict
        with XFree86.

	Recommendation: do not set
	(default = 48 MB)

   e. "accel"
	enable text acceleration.  This can be enabled/reenabled anytime
	by using 'fbset -accel true/false'.

	Recommendation: enable
	(default = set)

   f. "hwcursor"
	enable cursor acceleration.

	Recommendation: enable
	(default = set)

   g. "mtrr"
	enable MTRR.  This allows data transfers to the framebuffer memory
	to occur in bursts which can significantly increase performance.
	Not very helpful with the intel chips because of 'shared memory'.

	Recommendation: set
	(default = set)

   h. "fixed"
	disable mode switching.

	Recommendation: do not set
	(default = not set)

   The binary parameters can be unset with a "no" prefix, example "noaccel".
   The default parameter (not named) is the mode.

C. Kernel booting

Separate each option/option-pair by commas (,) and the option from its value
with an equals sign (=) as in the following:

video=intelfb:option1,option2=value2

Sample Usage
------------

In /etc/lilo.conf, add the line:

append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8"

This will initialize the framebuffer to 800x600 at 32bpp and 75Hz. The
framebuffer will use 8 MB of System RAM. hw acceleration of text and cursor
will be enabled.

Remarks
-------

If setting this parameter doesn't work (you stay in a 80x25 text-mode),
you might need to set the "vga=<mode>" parameter too - see vesafb.txt
in this directory.


D.  Module options

	The module parameters are essentially similar to the kernel
parameters. The main difference is that you need to include a Boolean value
(1 for TRUE, and 0 for FALSE) for those options which don't need a value.

Example, to enable MTRR, include "mtrr=1".

Sample Usage
------------

Using the same setup as described above, load the module like this:

	modprobe intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1

Or just add the following to a configuration file in /etc/modprobe.d/

	options intelfb mode=800x600-32@75 vram=8 accel=1 hwcursor=1

and just do a

	modprobe intelfb


E.  Acknowledgment:

	1.  Geert Uytterhoeven - his excellent howto and the virtual
                                 framebuffer driver code made this possible.

	2.  Jeff Hartmann for his agpgart code.

	3.  David Dawes for his original kernel 2.4 code.

	4.  The X developers.  Insights were provided just by reading the
	    XFree86 source code.

	5.  Antonino A. Daplas for his inspiring i810fb driver.

	6.  Andrew Morton for his kernel patches maintenance.

###########################
Sylvain
Comment 1 Bob Raitz 2013-12-17 08:32:54 UTC
There is a forum thread on this as well in the Gentoo forums. Another has claimed this issue remains with the 3.12.5 kernel. I haven't compiled that version yet myself, but I don't think the results will be radically different. I suppose I could just for giggles. Anyway, here's the Gentoo forum thread:

http://forums.gentoo.org/viewtopic-t-977360-highlight-console.html
Comment 2 Alan 2013-12-18 14:12:50 UTC
intelfb is basically historic only
Comment 3 Jani Nikula 2013-12-18 15:39:13 UTC
(In reply to Bob Raitz from comment #1)
> There is a forum thread on this as well in the Gentoo forums. Another has
> claimed this issue remains with the 3.12.5 kernel. I haven't compiled that
> version yet myself, but I don't think the results will be radically
> different. I suppose I could just for giggles. Anyway, here's the Gentoo
> forum thread:
> 
> http://forums.gentoo.org/viewtopic-t-977360-highlight-console.html

IIUC you had this working in 3.11 - care to bisect where this was broken?
Comment 4 Bob Raitz 2013-12-19 07:32:26 UTC
IIUC?
Comment 5 Bob Raitz 2013-12-19 07:35:31 UTC
(In reply to Alan from comment #2)
> intelfb is basically historic only

I'm not really sure what that has to do with my issue. All I want to know is how to update to the latest "stable" kernel sources, and be able to use my computer like I do with 3.11.10, or any of the other kernel versions that have worked properly up to this point in time.
Comment 6 Daniel Vetter 2013-12-19 08:16:40 UTC
The intelfb driver is abandonware. If you do the bisect we might be able to fix something (since we can put blame on whomever broke it) otherwise there's not much really that will happen.
Comment 7 Alan 2013-12-19 08:20:30 UTC
Most likely the simplefb bug in which case it ought to start working again once those fixes are in.

Really though I would switch to the i915 driver
Comment 8 Jani Nikula 2013-12-19 09:00:15 UTC
(In reply to Bob Raitz from comment #4)
> IIUC?

http://en.wiktionary.org/wiki/IIUC
Comment 9 David Herrmann 2013-12-19 10:40:16 UTC
The config has X86_SYSFB not set, so this is unlikely to be related to the simplefb/sysfb stuff.

TBH, I also don't understand the bug exactly. A kernel-log would help narrowing it down.

Hm, but looking at the gentoo-bugreport you have X86_SYSFB enabled. So can you either try applying this patch:
  http://thread.gmane.org/gmane.linux.kernel/1616367/focus=1616583
..or disable CONFIG_X86_SYSFB.
Comment 10 Bob Raitz 2013-12-19 22:44:11 UTC
I detect that I might not have been clear. Let me re-iterate:

1. This machine boots to a CLI. It does not boot directly to X.

2. What is or isn't abandonware is immaterial as far as I can tell. I am using the latest X video drivers available for intel. All I care about is that I can see my boot process, then be able to log in, then be able to start X, like I have been able to do from the time that KMS became mandatory; like I am able to boot with every kernel version up to 3.11.10.

3. X starts and runs normally if I wait for the boot process to finish, log in, then hit the up arrow key to bring up startx (blindly). At that point X starts and runs normally. Upon exiting X, the CLI, which did NOT exist before starting X suddenly exists upon exit from X.

4. The .config file that I sent was originally from a 3.11.0 .config that worked properly. Any deviation from that .config would be due to make oldconfig asking for certain things to be updated.

I will try the patch, but I am a bit gobsmacked that something of this nature would be allowed to be called stable, when it has yet to be functional, much less stable, on my machine and others, and we're already at 3.12.5. I don't expect perfection. I do expect minimal operation.
Comment 11 Bob Raitz 2013-12-19 23:53:40 UTC
Patch was worthless. 

In order to clear up any remaining misunderstandings, as to what is or isn't abandonware, I offer my /etc/lilo.conf file so that you might see that I have tried more than one thing to get this kernel to run the framebuffer. All attempts have been fruitless.

______________________________


  boot = /dev/sda
  message = /boot/boot_message.txt
  prompt
  lba32
  compact
  menu-title=" Pappy's Compaq Laptop "
  timeout = 300
  change-rules
  reset
# 
  image = /usr/src/linux-3.7.99-zen0/arch/x86/boot/bzImage
  root = /dev/sda2
  label = 3.7-zen
  append="i915.modeset=1 acpi_enforce_resources=lax"
  read-only
#
#
  image = /usr/src/linux-3.11.10/arch/x86/boot/bzImage
  root = /dev/sda2
  label = 3.11.10
  append="i915.modeset=1 acpi_enforce_resources=lax"
  read-only
#

  image = /usr/src/linux-3.12.2/arch/x86/boot/bzImage

  root = /dev/sda2
  label = 3.12.2
#  append="i915.modeset=1 acpi_enforce_resources=lax"
  append="video=intelfb"
#vga=791
#append="video=intelfb acpi_enforce_resources=lax"
  read-only

#
# Windows boot section
  other = /dev/sda1
  label = Windows_XP
  table = /dev/sda
#
#
# End lilo.conf

_________________________________________
Comment 12 Jani Nikula 2013-12-20 12:02:18 UTC
This isn't even about intelfb as far as I can tell. You don't have it enabled in your config, and instead you have the i915 enabled. Which is good.

Please provide the dmesg from early boot to the problem, with drm.debug=0xe module parameter set.

If you want to speed up the process, please git bisect from 3.11 to 3.12 to find out what broke your setup.
Comment 13 Bob Raitz 2013-12-21 11:36:19 UTC
Okay. This first dmesg is from 3.11.10. I'll reboot, and then send the 3.12.2 dmesg.

______________________________________

[    0.000000] Linux version 3.11.10 (root@pappy-lap) (gcc version 4.7.3 (Gentoo 4.7.3 p1.2, pie-0.5.5) ) #1 PREEMPT Thu Dec 12 01:57:53 PST 2013
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f67ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007f680000-0x000000007f6fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007f700000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Hewlett-Packard Presario C500 (RQ334UA#ABA)       /30C6, BIOS F.24 04/25/2007
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7f680 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07F700000 mask FFFF00000 uncachable
[    0.000000]   2 base 07F800000 mask FFF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
[    0.000000]  [mem 0x37000000-0x373fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
[    0.000000]  [mem 0x30000000-0x36ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x0181c000, 0x0181cfff] PGTABLE
[    0.000000] ACPI: RSDP 000f6510 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 7f68cbda 0004C (v01 HPQOEM SLIC-MPC 06040000  LTP 00000000)
[    0.000000] ACPI: FACP 7f693c86 00074 (v01 HP     NISSAN   06040000 LOHR 0000005A)
[    0.000000] ACPI: DSDT 7f68d506 06780 (v01 HP     NISSAN   06040000 INTL 20060608)
[    0.000000] ACPI: FACS 7f694fc0 00040
[    0.000000] ACPI: APIC 7f693cfa 00068 (v01 HP     NISSAN   06040000 LOHR 0000005A)
[    0.000000] ACPI: HPET 7f693d62 00038 (v01 HP     NISSAN   06040000 LOHR 0000005A)
[    0.000000] ACPI: MCFG 7f693d9a 0003C (v01 HP     NISSAN   06040000 LOHR 0000005A)
[    0.000000] ACPI: BOOT 7f693fd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SLIC 7f693e08 00176 (v01 HPQOEM SLIC-MPC 06040000 LOHR 00000000)
[    0.000000] ACPI: APIC 7f693f7e 0005A (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: SSDT 7f68d2f8 0020A (v01 SataRe SataAhci 00001000 INTL 20060217)
[    0.000000] ACPI: SSDT 7f68d11c 001DC (v01  PmRef  Cpu0Cst 00003001 INTL 20060217)
[    0.000000] ACPI: SSDT 7f68cc26 004F6 (v01  PmRef    CpuPm 00003000 INTL 20060217)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1150MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x0181d000, 0x0181dfff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7f67ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x7f67ffff]
[    0.000000] On node 0 totalpages: 521758
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2302 pages used for memmap
[    0.000000]   HighMem zone: 294530 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] nr_irqs_gsi: 40
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 519982
[    0.000000] Kernel command line: BOOT_IMAGE=3.11.10 ro root=802 i915.modeset=1 acpi_enforce_resources=lax
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0007f680)
[    0.000000] Memory: 2061396K/2087032K available (5309K kernel code, 312K rwdata, 1864K rodata, 336K init, 440K bss, 25636K reserved, 1178120K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xfffa2000 - 0xfffff000   ( 372 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc1752000 - 0xc17a6000   ( 336 kB)
      .data : 0xc152f7b6 - 0xc1751200   (2182 kB)
      .text : 0xc1000000 - 0xc152f7b6   (5309 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1861.959 MHz processor
[    0.001002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3723.91 BogoMIPS (lpj=1861959)
[    0.001142] pid_max: default: 32768 minimum: 301
[    0.001254] Mount-cache hash table entries: 512
[    0.001541] Disabled fast string operations
[    0.001618] mce: CPU supports 6 MCE banks
[    0.001694] CPU0: Thermal monitoring handled by SMI
[    0.001711] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8
tlb_flushall_shift: 6
[    0.002004] CPU: Intel(R) Celeron(R) M CPU        440  @ 1.86GHz (fam: 06, model: 0e, stepping: 0c)
[    0.002204] ACPI: Core revision 20130517
[    0.005023] ACPI: All ACPI Tables successfully acquired
[    0.007073] Performance Events: Core events, core PMU driver.
[    0.007170] ... version:                1
[    0.007237] ... bit width:              40
[    0.007304] ... generic registers:      2
[    0.007371] ... value mask:             000000ffffffffff
[    0.007441] ... max period:             000000007fffffff
[    0.007511] ... fixed-purpose events:   0
[    0.007576] ... event mask:             0000000000000003
[    0.007821] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.008361] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.019000] devtmpfs: initialized
[    0.019000] NET: Registered protocol family 16
[    0.019000] kworker/u2:0 (17) used greatest stack depth: 7536 bytes left
[    0.019014] kworker/u2:0 (21) used greatest stack depth: 7232 bytes left
[    0.019313] ACPI: bus type PCI registered
[    0.019472] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.019602] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.019677] PCI: Using MMCONFIG for extended config space
[    0.019747] PCI: Using configuration type 1 for base access
[    0.020180] kworker/u2:0 (36) used greatest stack depth: 7088 bytes left
[    0.027298] bio: create slab <bio-0> at 0
[    0.027510] ACPI: Added _OSI(Module Device)
[    0.027580] ACPI: Added _OSI(Processor Device)
[    0.027648] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.027718] ACPI: Added _OSI(Processor Aggregator Device)
[    0.028605] ACPI: EC: Look up EC in DSDT
[    0.030478] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.031312] ACPI: Interpreter enabled
[    0.031384] ACPI: (supports S0 S5)
[    0.031450] ACPI: Using IOAPIC for interrupt routing
[    0.031579] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.109156] ACPI: EC: GPE storm detected(10 GPEs), transactions will use polling mode
[    0.128318] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.128398] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.128524] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.129216] acpi PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.129220] acpi PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.129223] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.129226] acpi PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[    0.129229] acpi PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.129232] acpi PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.129235] acpi PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[    0.129239] acpi PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
[    0.129242] PCI: root bus 00: using default resources
[    0.129294] PCI host bridge to bus 0000:00
[    0.129366] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.129438] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.129511] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.129596] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
[    0.129723] pci 0000:00:02.0: [8086:27a2] type 00 class 0x030000
[    0.129737] pci 0000:00:02.0: reg 0x10: [mem 0xd0200000-0xd027ffff]
[    0.129744] pci 0000:00:02.0: reg 0x14: [io  0x1800-0x1807]
[    0.129752] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[    0.129759] pci 0000:00:02.0: reg 0x1c: [mem 0xd0300000-0xd033ffff]
[    0.129868] pci 0000:00:02.1: [8086:27a6] type 00 class 0x038000
[    0.129879] pci 0000:00:02.1: reg 0x10: [mem 0xd0280000-0xd02fffff]
[    0.130052] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.130076] pci 0000:00:1b.0: reg 0x10: [mem 0xd0340000-0xd0343fff 64bit]
[    0.130179] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.130282] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.130391] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.130493] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
[    0.130601] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.130703] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.130759] pci 0000:00:1d.0: reg 0x20: [io  0x1820-0x183f]
[    0.130865] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.130922] pci 0000:00:1d.1: reg 0x20: [io  0x1840-0x185f]
[    0.131052] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.131108] pci 0000:00:1d.2: reg 0x20: [io  0x1860-0x187f]
[    0.131232] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.131256] pci 0000:00:1d.7: reg 0x10: [mem 0xd0544000-0xd05443ff]
[    0.131362] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.131454] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.131615] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
[    0.131729] pci 0000:00:1f.0: address space collision: [io  0x1000-0x107f] conflicts with ACPI CPU throttle [??? 0x00001010-0x00001015 flags 0x80000000]
[    0.131872] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.132090] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    0.132108] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.132121] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.132133] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.132145] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.132158] pci 0000:00:1f.1: reg 0x20: [io  0x1810-0x181f]
[    0.132273] pci 0000:00:1f.2: [8086:27c5] type 00 class 0x010601
[    0.132297] pci 0000:00:1f.2: reg 0x10: [io  0x18b0-0x18b7]
[    0.132310] pci 0000:00:1f.2: reg 0x14: [io  0x18a4-0x18a7]
[    0.132322] pci 0000:00:1f.2: reg 0x18: [io  0x18a8-0x18af]
[    0.132335] pci 0000:00:1f.2: reg 0x1c: [io  0x18a0-0x18a3]
[    0.132347] pci 0000:00:1f.2: reg 0x20: [io  0x1890-0x189f]
[    0.132360] pci 0000:00:1f.2: reg 0x24: [mem 0xd0544400-0xd05447ff]
[    0.132417] pci 0000:00:1f.2: PME# supported from D3hot
[    0.132506] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.132579] pci 0000:00:1f.3: reg 0x20: [io  0x18c0-0x18df]
[    0.132785] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.132860] pci 0000:00:1c.0:   bridge window [io  0x0000-0x0fff]
[    0.132866] pci 0000:00:1c.0:   bridge window [mem 0x00000000-0x000fffff]
[    0.133052] pci 0000:06:00.0: [14e4:4311] type 00 class 0x028000
[    0.133120] pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xd0003fff]
[    0.133605] pci 0000:06:00.0: supports D1 D2
[    0.133713] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.133867] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.133940] pci 0000:00:1c.2:   bridge window [io  0x0000-0x0fff]
[    0.133946] pci 0000:00:1c.2:   bridge window [mem 0x00000000-0x000fffff]
[    0.134058] pci 0000:08:08.0: [10ec:8139] type 00 class 0x020000
[    0.134083] pci 0000:08:08.0: reg 0x10: [io  0x2000-0x20ff]
[    0.134097] pci 0000:08:08.0: reg 0x14: [mem 0xd0100000-0xd01000ff]
[    0.134199] pci 0000:08:08.0: supports D1 D2
[    0.134202] pci 0000:08:08.0: PME# supported from D1 D2 D3hot D3cold
[    0.134310] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
[    0.134389] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.134395] pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.134404] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.134407] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.134429] pci_bus 0000:00: on NUMA node 0
[    0.134601] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.134902] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 *4 5 6 7 11 12 14 15)
[    0.135152] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[    0.135395] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.135693] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.137070] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.137380] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[    0.137621] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[    0.166230] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.166327] ACPI: \_SB_.PCI0: notify handler is installed
[    0.166358] Found 1 acpi root devices
[    0.166396] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
[    0.166620] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.166749] vgaarb: loaded
[    0.166813] vgaarb: bridge control possible 0000:00:02.0
[    0.167063] SCSI subsystem initialized
[    0.167238] libata version 3.00 loaded.
[    0.167244] ACPI: bus type USB registered
[    0.167379] usbcore: registered new interface driver usbfs
[    0.167482] usbcore: registered new interface driver hub
[    0.167591] usbcore: registered new device driver usb
[    0.167842] Advanced Linux Sound Architecture Driver Initialized.
[    0.167917] PCI: Using ACPI for IRQ routing
[    0.178923] PCI: pci_cache_line_size set to 64 bytes
[    0.178942] pci 0000:06:00.0: no compatible bridge window for [mem 0xd0000000-0xd0003fff]
[    0.179046] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[    0.179050] e820: reserve RAM buffer [mem 0x7f680000-0x7fffffff]
[    0.179331] cfg80211: Calling CRDA to update world regulatory domain
[    0.179676] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.179756] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.179862] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.182020] Switched to clocksource hpet
[    0.182154] pnp: PnP ACPI init
[    0.182224] ACPI: bus type PNP registered
[    0.182445] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.182520] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.182595] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.182670] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.182743] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.182817] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.182892] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.182966] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.183041] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.211026] pnp 00:01: [dma 4]
[    0.211068] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.211119] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.211251] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.211329] system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.211398] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.211480] system 00:05: [io  0x0800-0x080f] has been reserved
[    0.211554] system 00:05: [io  0x1000-0x107f] could not be reserved
[    0.211627] system 00:05: [io  0x1180-0x11bf] has been reserved
[    0.211700] system 00:05: [io  0x1640-0x164f] has been reserved
[    0.211773] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.211831] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.211889] pnp 00:07: Plug and Play ACPI device, IDs SYN011f SYN0100 SYN0002 PNP0f13 (active)
[    0.211945] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.211967] pnp: PnP ACPI: found 9 devices
[    0.212046] ACPI: bus type PNP unregistered
[    0.249931] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.249938] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.249942] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.249959] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.249963] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
[    0.249967] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x001fffff] to [bus 06] add_size 200000
[    0.249987] pci 0000:00:1f.0: BAR 7: [io  0x1000-0x107f] has bogus alignment
[    0.250076] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.250079] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.250083] pci 0000:00:1c.2: res[8]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 200000
[    0.250086] pci 0000:00:1c.2: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.250089] pci 0000:00:1c.0: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.250093] pci 0000:00:1c.2: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.250102] pci 0000:00:1c.0: BAR 8: assigned [mem 0x80000000-0x801fffff]
[    0.250178] pci 0000:00:1c.0: BAR 9: assigned [mem 0x80200000-0x803fffff 64bit pref]
[    0.250303] pci 0000:00:1c.2: BAR 8: assigned [mem 0x80400000-0x806fffff]
[    0.250379] pci 0000:00:1c.2: BAR 9: assigned [mem 0x80700000-0x808fffff 64bit pref]
[    0.250505] pci 0000:00:1c.0: BAR 7: assigned [io  0x3000-0x3fff]
[    0.250579] pci 0000:00:1c.2: BAR 7: assigned [io  0x4000-0x4fff]
[    0.250653] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.250727] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.250804] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x801fffff]
[    0.250881] pci 0000:00:1c.0:   bridge window [mem 0x80200000-0x803fffff 64bit pref]
[    0.251020] pci 0000:06:00.0: BAR 0: assigned [mem 0x80400000-0x80403fff]
[    0.251099] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.251170] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.251247] pci 0000:00:1c.2:   bridge window [mem 0x80400000-0x806fffff]
[    0.251323] pci 0000:00:1c.2:   bridge window [mem 0x80700000-0x808fffff 64bit pref]
[    0.251453] pci 0000:00:1e.0: PCI bridge to [bus 08]
[    0.251523] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.251599] pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.251685] pci 0000:00:1c.0: enabling device (0100 -> 0103)
[    0.251940] pci 0000:00:1c.2: enabling device (0100 -> 0103)
[    0.252143] pci 0000:00:1e.0: setting latency timer to 64
[    0.252149] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.252152] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.252156] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.252159] pci_bus 0000:01: resource 1 [mem 0x80000000-0x801fffff]
[    0.252162] pci_bus 0000:01: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
[    0.252165] pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
[    0.252168] pci_bus 0000:06: resource 1 [mem 0x80400000-0x806fffff]
[    0.252171] pci_bus 0000:06: resource 2 [mem 0x80700000-0x808fffff 64bit pref]
[    0.252174] pci_bus 0000:08: resource 0 [io  0x2000-0x2fff]
[    0.252177] pci_bus 0000:08: resource 1 [mem 0xd0100000-0xd01fffff]
[    0.252180] pci_bus 0000:08: resource 4 [io  0x0000-0xffff]
[    0.252182] pci_bus 0000:08: resource 5 [mem 0x00000000-0xffffffff]
[    0.252223] NET: Registered protocol family 2
[    0.252441] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.252562] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.252662] TCP: Hash tables configured (established 8192 bind 8192)
[    0.252764] TCP: reno registered
[    0.252831] UDP hash table entries: 512 (order: 1, 8192 bytes)
[    0.252909] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[    0.253038] NET: Registered protocol family 1
[    0.253184] RPC: Registered named UNIX socket transport module.
[    0.253256] RPC: Registered udp transport module.
[    0.253324] RPC: Registered tcp transport module.
[    0.253393] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.253475] pci 0000:00:02.0: Boot video device
[    0.256012] pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[    0.256226] PCI: CLS 64 bytes, default 64
[    0.256338] Simple Boot Flag at 0x36 set to 0x1
[    0.256696] microcode: CPU0 sig=0x6ec, pf=0x20, revision=0x54
[    0.256808] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.257477] audit: initializing netlink socket (disabled)
[    0.257559] type=2000 audit(1387590703.256:1): initialized
[    0.258000] bounce pool size: 64 pages
[    0.258089] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.262238] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.262606] msgmni has been set to 1725
[    0.263866] NET: Registered protocol family 38
[    0.264131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.264256] io scheduler noop registered
[    0.264437] io scheduler cfq registered (default)
[    0.265089] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    0.265160] crc32: self tests passed, processed 225944 bytes in 266584 nsec
[    0.265507] crc32c: CRC_LE_BITS = 64
[    0.265573] crc32c: self tests passed, processed 225944 bytes in 133746 nsec
[    0.265710] xz_dec_test: module loaded
[    0.265776] xz_dec_test: Create a device node with 'mknod xz_dec_test c 252 0' and write .xz files to it.
[    0.266095] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.266217] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[    0.280042] ACPI: AC Adapter [ACAD] (on-line)
[    0.280257] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.280404] ACPI: Lid Switch [LID]
[    0.280534] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.280663] ACPI: Power Button [PWRB]
[    0.280798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.280923] ACPI: Power Button [PWRF]
[    0.281080] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input3
[    0.281206] ACPI: Sleep Button [SLPF]
[    0.281280] ACPI Error: Could not enable SleepButton event (20130517/evxfevnt-211)
[    0.281422] ACPI Warning: Could not enable fixed event - SleepButton (3) (20130517/evxface-488)
[    0.284086] button: probe of LNXSLPBN:00 failed with error -22
[    0.330061] acpi device:05: registered as cooling_device0
[    0.330165] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    0.330302] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
[    0.330570] tsc: Marking TSC unstable due to TSC halts in idle
[    0.330653] ACPI: acpi_idle registered with cpuidle
[    0.366045] thermal LNXTHERM:00: registered as thermal_zone0
[    0.366118] ACPI: Thermal Zone [TZ01] (25 C)
[    0.366311] thermal LNXTHERM:01: registered as thermal_zone1
[    0.366383] ACPI: Thermal Zone [TZ02] (27 C)
[    0.366817] intel_rng: FWH not detected
[    0.366886] Linux agpgart interface v0.103
[    0.366975] agpgart-intel 0000:00:00.0: Intel 945GM Chipset
[    0.367106] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[    0.367453] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.367711] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    0.367841] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    0.367966] Hangcheck: Using getrawmonotonic().
[    0.368115] [drm] Initialized drm 1.1.0 20060810
[    0.368660] [drm] Memory usable by graphics device = 256M
[    0.368738] i915 0000:00:02.0: setting latency timer to 64
[    0.369426] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    0.369509] [drm] Driver supports precise vblank timestamp query.
[    0.369664] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.395548] [drm] initialized overlay support
[    0.554708] fbcon: inteldrmfb (fb0) is primary device
[    1.229330] Console: switching to colour frame buffer device 160x50
[    1.233648] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.233697] i915 0000:00:02.0: registered panic notifier
[    1.233745] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.234746] loop: module loaded
[    1.235036] ahci 0000:00:1f.2: version 3.0
[    1.235239] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    1.235327] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[    1.235397] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part 
[    1.235454] ahci 0000:00:1f.2: setting latency timer to 64
[    1.236096] scsi0 : ahci
[    1.236234] scsi1 : ahci
[    1.236353] scsi2 : ahci
[    1.236468] scsi3 : ahci
[    1.236571] ata1: SATA max UDMA/133 abar m1024@0xd0544400 port 0xd0544500 irq 42
[    1.236629] ata2: DUMMY
[    1.236651] ata3: DUMMY
[    1.236673] ata4: DUMMY
[    1.236856] ata_piix 0000:00:1f.1: version 2.13
[    1.237115] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.237531] scsi4 : ata_piix
[    1.237648] scsi5 : ata_piix
[    1.237745] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[    1.237800] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[    1.238082] ata6: port disabled--ignoring
[    1.238301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.239926] ehci-pci: EHCI PCI platform driver
[    1.241718] ehci-pci 0000:00:1d.7: setting latency timer to 64
[    1.241730] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.243336] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.244966] ehci-pci 0000:00:1d.7: debug port 1
[    1.250472] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.250489] ehci-pci 0000:00:1d.7: irq 23, io mem 0xd0544000
[    1.258021] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.259758] hub 1-0:1.0: USB hub found
[    1.261330] hub 1-0:1.0: 6 ports detected
[    1.262996] uhci_hcd: USB Universal Host Controller Interface driver
[    1.264723] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.264728] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.266241] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.267758] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[    1.269370] hub 2-0:1.0: USB hub found
[    1.270832] hub 2-0:1.0: 2 ports detected
[    1.272453] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.272457] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.273947] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.275442] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[    1.277051] hub 3-0:1.0: USB hub found
[    1.278504] hub 3-0:1.0: 2 ports detected
[    1.280091] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.280096] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.281529] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.283000] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[    1.284580] hub 4-0:1.0: USB hub found
[    1.286044] hub 4-0:1.0: 2 ports detected
[    1.287620] usbcore: registered new interface driver usb-storage
[    1.289195] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.309544] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.311055] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.312675] mousedev: PS/2 mouse device common for all mice
[    1.314468] rtc_cmos 00:08: RTC can wake from S4
[    1.316084] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    1.317529] rtc_cmos 00:08: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.318997] i2c /dev entries driver
[    1.320867] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[    1.322670] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com
[    1.324276] cpuidle: using governor ladder
[    1.325852] cpuidle: using governor menu
[    1.327402] hidraw: raw HID events driver (C) Jiri Kosina
[    1.329342] usbcore: registered new interface driver usbhid
[    1.330903] usbhid: USB HID core driver
[    1.332865] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    1.335443] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.340200] hda_codec: CX20549 (Venice): BIOS auto-probing.
[    1.344646] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    1.346449] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    1.353750] Netfilter messages via NETLINK v0.30.
[    1.355465] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.357297] ctnetlink v0.93: registering with nfnetlink.
[    1.359135] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.361359] TCP: cubic registered
[    1.363063] NET: Registered protocol family 17
[    1.364978] Using IPI Shortcut mode
[    1.367766] rtc_cmos 00:08: setting system clock to 2013-12-21 01:51:44 UTC (1387590704)
[    1.369593] ALSA device list:
[    1.372331]   #0: HDA Intel at 0xd0340000 irq 43
[    1.408416] ata5.00: ATAPI: TSSTcorp DVD+/-RW TS-L632H, D400, max UDMA/33
[    1.432289] ata5.00: configured for UDMA/33
[    1.541061] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.543678] ata1.00: ATA-8: ST9250410AS, 0006HPM1, max UDMA/100
[    1.545447] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.548252] ata1.00: configured for UDMA/100
[    1.561140] scsi 0:0:0:0: Direct-Access     ATA      ST9250410AS      0006 PQ: 0 ANSI: 5
[    1.563171] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.565047] sd 0:0:0:0: [sda] Write Protect is off
[    1.566884] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.566905] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.569123] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.574358] scsi 4:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-L632H D400 PQ: 0 ANSI: 5
[    1.582583] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.584498] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.586544] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    1.586741] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    1.616850]  sda: sda1 sda2 sda3
[    1.619087] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.300248] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000/0x0, board id: 3655, fw id: 152129
[    2.368092] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[    2.405710] REISERFS (device sda2): found reiserfs format "3.6" with standard journal
[    2.407774] REISERFS (device sda2): using ordered data mode
[    2.409818] reiserfs: using flush barriers
[    2.415016] REISERFS (device sda2): journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[    2.419730] REISERFS (device sda2): checking transaction log (sda2)
[    2.479507] REISERFS (device sda2): Using r5 hash to sort names
[    2.481670] VFS: Mounted root (reiserfs filesystem) readonly on device 8:2.
[    2.484076] Freeing unused kernel memory: 336K (c1752000 - c17a6000)
[    3.757690] setfont (883) used greatest stack depth: 5872 bytes left
[    3.907475] init-early.sh (882) used greatest stack depth: 5680 bytes left
[    5.415797] systemd-udevd[1010]: starting version 208
[    6.238073] ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
[    6.238087] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
[    6.238096] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
[    6.238105] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
[    6.238114] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
[    6.261097] ssb: Sonics Silicon Backplane found on PCI device 0000:06:00.0
[    6.497782] 8139too: 8139too Fast Ethernet driver 0.9.28
[    6.497824] 8139too 0000:08:08.0: enabling device (0105 -> 0107)
[    6.499051] 8139too 0000:08:08.0 eth0: RealTek RTL8139 at 0xf8274000, 00:16:d4:bd:2b:64, IRQ 16
[    7.739895] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[    7.754032] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[    7.761205] Broadcom 43xx driver loaded [ Features: PN ]
[    7.829224] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.849829] reiserfs: enabling write barrier flush mode
[   10.115516] Adding 2048280k swap on /dev/sda3.  Priority:-1 extents:1 across:2048280k 
[   10.384314] fuse init (API version 7.22)
[   10.385277] modprobe (1435) used greatest stack depth: 5568 bytes left
[   11.047297] find (1486) used greatest stack depth: 5496 bytes left
Comment 14 Bob Raitz 2013-12-21 11:43:15 UTC
dmesg for 3.12.2

____________________________________________________

[    0.000000] Linux version 3.12.2 (root@pappy-lap) (gcc version 4.7.3 (Gentoo 4.7.3 p1.2, pie-0.5.5) ) #1 PREEMPT Thu Dec 19 15:33:40 PST 2013
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f67ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007f680000-0x000000007f6fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007f700000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed14000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Hewlett-Packard Presario C500 (RQ334UA#ABA)       /30C6, BIOS F.24 04/25/2007
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7f680 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07F700000 mask FFFF00000 uncachable
[    0.000000]   2 base 07F800000 mask FFF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
[    0.000000]  [mem 0x37000000-0x373fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
[    0.000000]  [mem 0x30000000-0x36ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
[    0.000000]  [mem 0x37400000-0x377fdfff] page 4k
[    0.000000] BRK [0x0183c000, 0x0183cfff] PGTABLE
[    0.000000] ACPI: RSDP 000f6510 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 7f68cbda 0004C (v01 HPQOEM SLIC-MPC 06040000  LTP 00000000)
[    0.000000] ACPI: FACP 7f693c86 00074 (v01 HP     NISSAN   06040000 LOHR 0000005A)
[    0.000000] ACPI: DSDT 7f68d506 06780 (v01 HP     NISSAN   06040000 INTL 20060608)
[    0.000000] ACPI: FACS 7f694fc0 00040
[    0.000000] ACPI: APIC 7f693cfa 00068 (v01 HP     NISSAN   06040000 LOHR 0000005A)
[    0.000000] ACPI: HPET 7f693d62 00038 (v01 HP     NISSAN   06040000 LOHR 0000005A)
[    0.000000] ACPI: MCFG 7f693d9a 0003C (v01 HP     NISSAN   06040000 LOHR 0000005A)
[    0.000000] ACPI: BOOT 7f693fd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SLIC 7f693e08 00176 (v01 HPQOEM SLIC-MPC 06040000 LOHR 00000000)
[    0.000000] ACPI: APIC 7f693f7e 0005A (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] ACPI: SSDT 7f68d2f8 0020A (v01 SataRe SataAhci 00001000 INTL 20060217)
[    0.000000] ACPI: SSDT 7f68d11c 001DC (v01  PmRef  Cpu0Cst 00003001 INTL 20060217)
[    0.000000] ACPI: SSDT 7f68cc26 004F6 (v01  PmRef    CpuPm 00003000 INTL 20060217)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1150MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] BRK [0x0183d000, 0x0183dfff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x377fdfff]
[    0.000000]   HighMem  [mem 0x377fe000-0x7f67ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x7f67ffff]
[    0.000000] On node 0 totalpages: 521758
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2302 pages used for memmap
[    0.000000]   HighMem zone: 294530 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] nr_irqs_gsi: 40
[    0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 519982
[    0.000000] Kernel command line: BOOT_IMAGE=3.12.2 ro root=802 i915.modeset=1
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0007f680)
[    0.000000] Memory: 2061268K/2087032K available (5395K kernel code, 311K rwdata, 1900K rodata, 344K init, 440K bss, 25764K reserved, 1178120K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xfffa2000 - 0xfffff000   ( 372 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc1770000 - 0xc17c6000   ( 344 kB)
      .data : 0xc1544fb6 - 0xc176fd00   (2219 kB)
      .text : 0xc1000000 - 0xc1544fb6   (5395 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=f6008000 soft=f600a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1861.979 MHz processor
[    0.001002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3723.95 BogoMIPS (lpj=1861979)
[    0.001147] pid_max: default: 32768 minimum: 301
[    0.001258] Mount-cache hash table entries: 512
[    0.002066] Disabled fast string operations
[    0.002141] mce: CPU supports 6 MCE banks
[    0.002219] CPU0: Thermal monitoring handled by SMI
[    0.002234] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8
tlb_flushall_shift: 6
[    0.002423] CPU: Intel(R) Celeron(R) M CPU        440  @ 1.86GHz (fam: 06, model: 0e, stepping: 0c)
[    0.002624] ACPI: Core revision 20130725
[    0.005422] ACPI: All ACPI Tables successfully acquired
[    0.006080] Performance Events: Core events, core PMU driver.
[    0.006177] ... version:                1
[    0.006245] ... bit width:              40
[    0.007004] ... generic registers:      2
[    0.007070] ... value mask:             000000ffffffffff
[    0.007140] ... max period:             000000007fffffff
[    0.007209] ... fixed-purpose events:   0
[    0.007276] ... event mask:             0000000000000003
[    0.007523] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.019000] devtmpfs: initialized
[    0.019000] NET: Registered protocol family 16
[    0.019000] kworker/u2:0 (17) used greatest stack depth: 7532 bytes left
[    0.019000] kworker/u2:0 (21) used greatest stack depth: 7268 bytes left
[    0.019151] cpuidle: using governor ladder
[    0.019284] ACPI: bus type PCI registered
[    0.019444] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.019573] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.019646] PCI: Using MMCONFIG for extended config space
[    0.019717] PCI: Using configuration type 1 for base access
[    0.020149] kworker/u2:0 (36) used greatest stack depth: 7116 bytes left
[    0.027525] bio: create slab <bio-0> at 0
[    0.027737] ACPI: Added _OSI(Module Device)
[    0.027805] ACPI: Added _OSI(Processor Device)
[    0.027873] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.027942] ACPI: Added _OSI(Processor Aggregator Device)
[    0.028862] ACPI: EC: Look up EC in DSDT
[    0.030806] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.031515] ACPI: Interpreter enabled
[    0.031587] ACPI: (supports S0 S5)
[    0.031654] ACPI: Using IOAPIC for interrupt routing
[    0.031782] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.111169] ACPI: EC: GPE storm detected(10 GPEs), transactions will use polling mode
[    0.125342] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.125422] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.125547] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.126258] acpi PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.126262] acpi PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.126265] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.126268] acpi PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[    0.126271] acpi PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.126274] acpi PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.126277] acpi PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff] (ignored)
[    0.126281] acpi PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
[    0.126284] PCI: root bus 00: using default resources
[    0.126342] PCI host bridge to bus 0000:00
[    0.126412] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.126484] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.126557] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.126642] pci 0000:00:00.0: [8086:27a0] type 00 class 0x060000
[    0.126765] pci 0000:00:02.0: [8086:27a2] type 00 class 0x030000
[    0.126780] pci 0000:00:02.0: reg 0x10: [mem 0xd0200000-0xd027ffff]
[    0.126787] pci 0000:00:02.0: reg 0x14: [io  0x1800-0x1807]
[    0.126794] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[    0.126801] pci 0000:00:02.0: reg 0x1c: [mem 0xd0300000-0xd033ffff]
[    0.126912] pci 0000:00:02.1: [8086:27a6] type 00 class 0x038000
[    0.126923] pci 0000:00:02.1: reg 0x10: [mem 0xd0280000-0xd02fffff]
[    0.127105] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.127129] pci 0000:00:1b.0: reg 0x10: [mem 0xd0340000-0xd0343fff 64bit]
[    0.127233] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.127330] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.127431] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.127533] pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
[    0.127634] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.127740] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.127797] pci 0000:00:1d.0: reg 0x20: [io  0x1820-0x183f]
[    0.127908] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.127963] pci 0000:00:1d.1: reg 0x20: [io  0x1840-0x185f]
[    0.128097] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.128154] pci 0000:00:1d.2: reg 0x20: [io  0x1860-0x187f]
[    0.128279] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.128305] pci 0000:00:1d.7: reg 0x10: [mem 0xd0544000-0xd05443ff]
[    0.128410] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.128503] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.128667] pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
[    0.128781] pci 0000:00:1f.0: address space collision: [io  0x1000-0x107f] conflicts with ACPI CPU throttle [??? 0x00001010-0x00001015 flags 0x80000000]
[    0.128925] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.129147] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    0.129165] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.129177] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.129190] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.129202] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.129214] pci 0000:00:1f.1: reg 0x20: [io  0x1810-0x181f]
[    0.129333] pci 0000:00:1f.2: [8086:27c5] type 00 class 0x010601
[    0.129357] pci 0000:00:1f.2: reg 0x10: [io  0x18b0-0x18b7]
[    0.129370] pci 0000:00:1f.2: reg 0x14: [io  0x18a4-0x18a7]
[    0.129383] pci 0000:00:1f.2: reg 0x18: [io  0x18a8-0x18af]
[    0.129395] pci 0000:00:1f.2: reg 0x1c: [io  0x18a0-0x18a3]
[    0.129407] pci 0000:00:1f.2: reg 0x20: [io  0x1890-0x189f]
[    0.129420] pci 0000:00:1f.2: reg 0x24: [mem 0xd0544400-0xd05447ff]
[    0.129478] pci 0000:00:1f.2: PME# supported from D3hot
[    0.129571] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.129644] pci 0000:00:1f.3: reg 0x20: [io  0x18c0-0x18df]
[    0.129853] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.129928] pci 0000:00:1c.0:   bridge window [io  0x0000-0x0fff]
[    0.129934] pci 0000:00:1c.0:   bridge window [mem 0x00000000-0x000fffff]
[    0.130127] pci 0000:06:00.0: [14e4:4311] type 00 class 0x028000
[    0.130195] pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xd0003fff]
[    0.130673] pci 0000:06:00.0: supports D1 D2
[    0.130787] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.130942] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.131015] pci 0000:00:1c.2:   bridge window [io  0x0000-0x0fff]
[    0.131021] pci 0000:00:1c.2:   bridge window [mem 0x00000000-0x000fffff]
[    0.131122] pci 0000:08:08.0: [10ec:8139] type 00 class 0x020000
[    0.131149] pci 0000:08:08.0: reg 0x10: [io  0x2000-0x20ff]
[    0.131164] pci 0000:08:08.0: reg 0x14: [mem 0xd0100000-0xd01000ff]
[    0.131263] pci 0000:08:08.0: supports D1 D2
[    0.131266] pci 0000:08:08.0: PME# supported from D1 D2 D3hot D3cold
[    0.131369] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
[    0.131448] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.131454] pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.131462] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.131465] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.131491] pci_bus 0000:00: on NUMA node 0
[    0.131668] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.131970] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 *4 5 6 7 11 12 14 15)
[    0.132244] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[    0.132493] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.132791] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.133130] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.133442] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[    0.133683] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[    0.160236] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.160333] ACPI: \_SB_.PCI0: notify handler is installed
[    0.160365] Found 1 acpi root devices
[    0.160402] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
[    0.160633] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.160762] vgaarb: loaded
[    0.160825] vgaarb: bridge control possible 0000:00:02.0
[    0.161083] SCSI subsystem initialized
[    0.161253] libata version 3.00 loaded.
[    0.161260] ACPI: bus type USB registered
[    0.161397] usbcore: registered new interface driver usbfs
[    0.161499] usbcore: registered new interface driver hub
[    0.161606] usbcore: registered new device driver usb
[    0.161861] Advanced Linux Sound Architecture Driver Initialized.
[    0.161934] PCI: Using ACPI for IRQ routing
[    0.172880] PCI: pci_cache_line_size set to 64 bytes
[    0.172898] pci 0000:06:00.0: no compatible bridge window for [mem 0xd0000000-0xd0003fff]
[    0.173046] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[    0.173049] e820: reserve RAM buffer [mem 0x7f680000-0x7fffffff]
[    0.173328] cfg80211: Calling CRDA to update world regulatory domain
[    0.173654] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.173734] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.173839] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.175019] Switched to clocksource hpet
[    0.175155] pnp: PnP ACPI init
[    0.175227] ACPI: bus type PNP registered
[    0.175453] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.175530] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.175605] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.175680] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.175754] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.175828] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.175902] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.175977] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.176074] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.204026] pnp 00:01: [dma 4]
[    0.204070] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.204121] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.204255] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.204330] system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.204404] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.204482] system 00:05: [io  0x0800-0x080f] has been reserved
[    0.204557] system 00:05: [io  0x1000-0x107f] could not be reserved
[    0.204631] system 00:05: [io  0x1180-0x11bf] has been reserved
[    0.204704] system 00:05: [io  0x1640-0x164f] has been reserved
[    0.204777] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.204838] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.204895] pnp 00:07: Plug and Play ACPI device, IDs SYN011f SYN0100 SYN0002 PNP0f13 (active)
[    0.204955] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.204978] pnp: PnP ACPI: found 9 devices
[    0.205059] ACPI: bus type PNP unregistered
[    0.243029] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.243038] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.243042] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.243059] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.243063] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
[    0.243067] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x001fffff] to [bus 06] add_size 200000
[    0.243084] pci 0000:00:1f.0: BAR 7: [io  0x1000-0x107f] has bogus alignment
[    0.243165] pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.243168] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.243172] pci 0000:00:1c.2: res[8]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 200000
[    0.243175] pci 0000:00:1c.2: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.243179] pci 0000:00:1c.0: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.243182] pci 0000:00:1c.2: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.243190] pci 0000:00:1c.0: BAR 8: assigned [mem 0x80000000-0x801fffff]
[    0.243266] pci 0000:00:1c.0: BAR 9: assigned [mem 0x80200000-0x803fffff 64bit pref]
[    0.243392] pci 0000:00:1c.2: BAR 8: assigned [mem 0x80400000-0x806fffff]
[    0.243468] pci 0000:00:1c.2: BAR 9: assigned [mem 0x80700000-0x808fffff 64bit pref]
[    0.243593] pci 0000:00:1c.0: BAR 7: assigned [io  0x3000-0x3fff]
[    0.243668] pci 0000:00:1c.2: BAR 7: assigned [io  0x4000-0x4fff]
[    0.243742] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.243816] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.243892] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x801fffff]
[    0.243969] pci 0000:00:1c.0:   bridge window [mem 0x80200000-0x803fffff 64bit pref]
[    0.244109] pci 0000:06:00.0: BAR 0: assigned [mem 0x80400000-0x80403fff]
[    0.244187] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.244258] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.244336] pci 0000:00:1c.2:   bridge window [mem 0x80400000-0x806fffff]
[    0.244414] pci 0000:00:1c.2:   bridge window [mem 0x80700000-0x808fffff 64bit pref]
[    0.244543] pci 0000:00:1e.0: PCI bridge to [bus 08]
[    0.244614] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.244691] pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.244774] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.244777] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.244780] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.244783] pci_bus 0000:01: resource 1 [mem 0x80000000-0x801fffff]
[    0.244786] pci_bus 0000:01: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
[    0.244789] pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
[    0.244792] pci_bus 0000:06: resource 1 [mem 0x80400000-0x806fffff]
[    0.244795] pci_bus 0000:06: resource 2 [mem 0x80700000-0x808fffff 64bit pref]
[    0.244798] pci_bus 0000:08: resource 0 [io  0x2000-0x2fff]
[    0.244801] pci_bus 0000:08: resource 1 [mem 0xd0100000-0xd01fffff]
[    0.244804] pci_bus 0000:08: resource 4 [io  0x0000-0xffff]
[    0.244807] pci_bus 0000:08: resource 5 [mem 0x00000000-0xffffffff]
[    0.244851] NET: Registered protocol family 2
[    0.245082] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.245205] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.245302] TCP: Hash tables configured (established 8192 bind 8192)
[    0.245410] TCP: reno registered
[    0.245478] UDP hash table entries: 512 (order: 1, 8192 bytes)
[    0.245556] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[    0.245674] NET: Registered protocol family 1
[    0.245823] RPC: Registered named UNIX socket transport module.
[    0.245895] RPC: Registered udp transport module.
[    0.245963] RPC: Registered tcp transport module.
[    0.246044] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.246126] pci 0000:00:02.0: Boot video device
[    0.249012] pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[    0.249227] PCI: CLS 64 bytes, default 64
[    0.249323] Simple Boot Flag at 0x36 set to 0x1
[    0.249693] microcode: CPU0 sig=0x6ec, pf=0x20, revision=0x54
[    0.249810] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.250527] audit: initializing netlink socket (disabled)
[    0.250612] type=2000 audit(1387597173.249:1): initialized
[    0.251067] bounce pool size: 64 pages
[    0.251137] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.255352] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.255723] msgmni has been set to 1724
[    0.257058] NET: Registered protocol family 38
[    0.257269] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.257395] io scheduler noop registered
[    0.257584] io scheduler cfq registered (default)
[    0.258252] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    0.258322] crc32: self tests passed, processed 225944 bytes in 266794 nsec
[    0.258668] crc32c: CRC_LE_BITS = 64
[    0.258734] crc32c: self tests passed, processed 225944 bytes in 133677 nsec
[    0.258867] xz_dec_test: module loaded
[    0.258933] xz_dec_test: Create a device node with 'mknod xz_dec_test c 252 0' and write .xz files to it.
[    0.259228] pcieport 0000:00:1c.0: enabling device (0100 -> 0103)
[    0.259505] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.259616] pcieport 0000:00:1c.2: enabling device (0100 -> 0103)
[    0.259829] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[    0.269043] ACPI: AC Adapter [ACAD] (on-line)
[    0.269269] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.269411] ACPI: Lid Switch [LID]
[    0.269537] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.269664] ACPI: Power Button [PWRB]
[    0.269798] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.269923] ACPI: Power Button [PWRF]
[    0.270076] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input3
[    0.270203] ACPI: Sleep Button [SLPF]
[    0.270277] ACPI Error: Could not enable SleepButton event (20130725/evxfevnt-211)
[    0.270418] ACPI Warning: Could not enable fixed event - SleepButton (3) (20130725/evxface-488)
[    0.273070] button: probe of LNXSLPBN:00 failed with error -22
[    0.328056] acpi device:05: registered as cooling_device0
[    0.328161] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    0.328296] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
[    0.328567] tsc: Marking TSC unstable due to TSC halts in idle
[    0.328649] ACPI: acpi_idle registered with cpuidle
[    0.366079] thermal LNXTHERM:00: registered as thermal_zone0
[    0.366153] ACPI: Thermal Zone [TZ01] (53 C)
[    0.366344] thermal LNXTHERM:01: registered as thermal_zone1
[    0.366416] ACPI: Thermal Zone [TZ02] (27 C)
[    0.366854] intel_rng: FWH not detected
[    0.366922] Linux agpgart interface v0.103
[    0.367026] agpgart-intel 0000:00:00.0: Intel 945GM Chipset
[    0.367138] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[    0.367485] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.367748] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    0.367881] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    0.368029] Hangcheck: Using getrawmonotonic().
[    0.368146] [drm] Initialized drm 1.1.0 20060810
[    0.369116] [drm] Memory usable by graphics device = 256M
[    0.369205] i915 0000:00:02.0: setting latency timer to 64
[    0.369509] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    0.369583] [drm] Driver supports precise vblank timestamp query.
[    0.369735] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.395432] [drm] initialized overlay support
[    0.550659] fbcon: inteldrmfb (fb0) is primary device
[    1.259351] Console: switching to colour frame buffer device 160x50
[    1.263674] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.263722] i915 0000:00:02.0: registered panic notifier
[    1.263773] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.264776] loop: module loaded
[    1.265079] ahci 0000:00:1f.2: version 3.0
[    1.265286] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    1.265377] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[    1.265446] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part 
[    1.265502] ahci 0000:00:1f.2: setting latency timer to 64
[    1.266139] scsi0 : ahci
[    1.266283] scsi1 : ahci
[    1.266401] scsi2 : ahci
[    1.266518] scsi3 : ahci
[    1.266625] ata1: SATA max UDMA/133 abar m1024@0xd0544400 port 0xd0544500 irq 42
[    1.266684] ata2: DUMMY
[    1.266705] ata3: DUMMY
[    1.266727] ata4: DUMMY
[    1.266916] ata_piix 0000:00:1f.1: version 2.13
[    1.267176] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.267593] scsi4 : ata_piix
[    1.267716] scsi5 : ata_piix
[    1.267819] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[    1.267873] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[    1.268165] ata6: port disabled--ignoring
[    1.268388] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.270039] ehci-pci: EHCI PCI platform driver
[    1.271846] ehci-pci 0000:00:1d.7: setting latency timer to 64
[    1.271859] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.273484] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.275118] ehci-pci 0000:00:1d.7: debug port 1
[    1.280611] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.280626] ehci-pci 0000:00:1d.7: irq 23, io mem 0xd0544000
[    1.288047] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.289828] hub 1-0:1.0: USB hub found
[    1.291403] hub 1-0:1.0: 6 ports detected
[    1.293080] uhci_hcd: USB Universal Host Controller Interface driver
[    1.294814] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.294818] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.296335] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.297850] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[    1.299474] hub 2-0:1.0: USB hub found
[    1.300957] hub 2-0:1.0: 2 ports detected
[    1.302583] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.302588] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.304076] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.305574] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[    1.307188] hub 3-0:1.0: USB hub found
[    1.308652] hub 3-0:1.0: 2 ports detected
[    1.310241] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.310245] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.311705] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.313178] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[    1.314782] hub 4-0:1.0: USB hub found
[    1.316274] hub 4-0:1.0: 2 ports detected
[    1.317857] usbcore: registered new interface driver usb-storage
[    1.319428] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.340283] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.341799] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.343421] mousedev: PS/2 mouse device common for all mice
[    1.345241] rtc_cmos 00:08: RTC can wake from S4
[    1.346830] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    1.348282] rtc_cmos 00:08: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.349733] i2c /dev entries driver
[    1.351652] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[    1.353474] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[    1.355111] hidraw: raw HID events driver (C) Jiri Kosina
[    1.357099] usbcore: registered new interface driver usbhid
[    1.358632] usbhid: USB HID core driver
[    1.360574] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    1.363239] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.367684] hda_codec: CX20549 (Venice): BIOS auto-probing.
[    1.377361] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    1.379174] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    1.381547] Netfilter messages via NETLINK v0.30.
[    1.383289] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    1.385686] ctnetlink v0.93: registering with nfnetlink.
[    1.387544] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.389290] TCP: cubic registered
[    1.391798] NET: Registered protocol family 17
[    1.393735] Using IPI Shortcut mode
[    1.396544] rtc_cmos 00:08: setting system clock to 2013-12-21 03:39:34 UTC (1387597174)
[    1.398398] ALSA device list:
[    1.401058]   #0: HDA Intel at 0xd0340000 irq 43
[    1.439118] ata5.00: ATAPI: TSSTcorp DVD+/-RW TS-L632H, D400, max UDMA/33
[    1.463273] ata5.00: configured for UDMA/33
[    1.571043] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.574636] ata1.00: ATA-8: ST9250410AS, 0006HPM1, max UDMA/100
[    1.576441] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.580453] ata1.00: configured for UDMA/100
[    1.593119] scsi 0:0:0:0: Direct-Access     ATA      ST9250410AS      0006 PQ: 0 ANSI: 5
[    1.595052] usb 1-6: new high-speed USB device number 2 using ehci-pci
[    1.597096] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.599026] sd 0:0:0:0: [sda] Write Protect is off
[    1.600894] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.600915] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.603160] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.608876] scsi 4:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-L632H D400 PQ: 0 ANSI: 5
[    1.618551] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.620513] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.622587] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    1.622783] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    1.629424]  sda: sda1 sda2 sda3
[    1.631704] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.712300] usb-storage 1-6:1.0: USB Mass Storage device detected
[    1.714279] scsi6 : usb-storage 1-6:1.0
[    2.325924] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000/0x0, board id: 3655, fw id: 152129
[    2.393572] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
[    2.426544] REISERFS (device sda2): found reiserfs format "3.6" with standard journal
[    2.428660] REISERFS (device sda2): using ordered data mode
[    2.430767] reiserfs: using flush barriers
[    2.436016] REISERFS (device sda2): journal params: device sda2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[    2.440788] REISERFS (device sda2): checking transaction log (sda2)
[    2.462783] REISERFS (device sda2): replayed 1 transactions in 0 seconds
[    2.525072] REISERFS (device sda2): Using r5 hash to sort names
[    2.527280] VFS: Mounted root (reiserfs filesystem) readonly on device 8:2.
[    2.529643] Freeing unused kernel memory: 344K (c1770000 - c17c6000)
[    2.718545] scsi 6:0:0:0: Direct-Access     Alcatel  one touch 870    6229 PQ: 0 ANSI: 0 CCS
[    2.721160] scsi 6:0:0:1: Direct-Access     Alcatel  one touch 870    6229 PQ: 0 ANSI: 0 CCS
[    2.841978] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    2.844803] sd 6:0:0:1: Attached scsi generic sg3 type 0
[    2.849043] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    2.853058] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[    3.203314] hotplug (906) used greatest stack depth: 6572 bytes left
[    3.205943] hotplug (901) used greatest stack depth: 6140 bytes left
[    3.208478] hotplug (899) used greatest stack depth: 5748 bytes left
[    5.287850] systemd-udevd[1046]: starting version 208
[    6.030072] ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
[    6.030089] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
[    6.030098] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
[    6.030108] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
[    6.030116] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
[    6.054099] ssb: Sonics Silicon Backplane found on PCI device 0000:06:00.0
[    6.178273] 8139too: 8139too Fast Ethernet driver 0.9.28
[    6.178319] pci 0000:00:1e.0: setting latency timer to 64
[    6.178327] 8139too 0000:08:08.0: enabling device (0105 -> 0107)
[    6.179017] 8139too 0000:08:08.0 eth0: RealTek RTL8139 at 0xf82dc000, 00:16:d4:bd:2b:64, IRQ 16
[    7.499923] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[    7.514087] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[    7.521480] Broadcom 43xx driver loaded [ Features: PN ]
[    7.579631] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.111549] reiserfs: enabling write barrier flush mode
[    9.385361] Adding 2048280k swap on /dev/sda3.  Priority:-1 extents:1 across:2048280k 
[    9.674647] fuse init (API version 7.22)
[   10.407566] find (1570) used greatest stack depth: 5556 bytes left
Comment 15 Bob Raitz 2013-12-21 11:44:07 UTC
The bisecting will probably be in a day or so. Job comes first.
Comment 16 Daniel Vetter 2014-01-10 08:31:15 UTC
Please don't attach big stuff as comments, but instead as files. It makes a bugzilla report much harder to read ...
Comment 17 Daniel Vetter 2014-01-10 08:33:00 UTC
Also your dmesg wasn't with drm.debug=0xe, please attach a new one from latest kernels (mostly we just need it to know what kind of hw you have).
Comment 18 Bob Raitz 2014-01-10 09:52:02 UTC
Firstly, this appears to only be an issue with x86. I have an amd64 with an intel chipset that works fine with that version. 

Here's my hardware, the easy way.

pappy-lap ~ # lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA Controller [AHCI mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
06:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
08:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Comment 19 Jani Nikula 2014-01-10 14:53:16 UTC
(In reply to Bob Raitz from comment #18)
> Firstly, this appears to only be an issue with x86. I have an amd64 with an
> intel chipset that works fine with that version. 
> 
> Here's my hardware, the easy way.

Please attach the dmesg with drm.debug=0xe. It will dig up more info.
Comment 20 Bob Raitz 2014-01-11 09:40:18 UTC
Explain how to do it, and I will.
Comment 21 Jani Nikula 2014-01-13 08:54:11 UTC
(In reply to Bob Raitz from comment #20)
> Explain how to do it, and I will.

Probably the easiest and least intrusive would be to add 'drm.debug=0xe' to your kernel command line when booting. If you're using grub, you can hit 'e' to edit the commands before actually booting the kernel. Find the linux boot line, add that parameter, without the single quotes, to the end. This way, the setting won't be persistent; if you need it again, you have to repeat this at each boot.

Once booted, run dmesg and make sure the line with "Kernel command line" includes the parameter, and attach the output. Thanks.
Comment 22 Bob Raitz 2014-01-13 09:37:28 UTC
Created attachment 121781 [details]
dmesg using drm.debug=0xe

The dmesg as requested.

Note that the console worked normally when using this.
Comment 23 Bob Raitz 2014-01-13 10:13:03 UTC
Created attachment 121791 [details]
dmesg using drm.debug=0xe with warm reboot.

As an added bit of information, I did a warm reboot (three-finger salute), I noted that the frame buffer didn't reinitialize. Doing a full reboot will allow the frame buffer to work properly. Doing a diff on the results is interesting.
Comment 24 Bob Raitz 2014-01-28 10:41:18 UTC
So, has any of this been helpful to any degree? I'm just wondering.
Comment 25 Bob Raitz 2014-03-17 17:02:27 UTC
As an FYI, another user in a Gentoo thread devoted to this issue came up with the most likely culprit: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=a09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2

Considering the amount of changes in that code, and the fact that the issues I and others are having are directly related to this, I find it silly that I would have to bisect the code when this glaring batch of mess is clearly a good source of where the issues lie.

Now, the question is, are you going to fix it now that there is a commit on which to hang all the numerous issues with i915? I sure hope so, as the death of XP will render this machine completely obsolete if you can't fix this glaring issue.
Comment 26 Jani Nikula 2014-03-17 17:29:18 UTC
(In reply to Bob Raitz from comment #25)
> As an FYI, another user in a Gentoo thread devoted to this issue came up

Reference please.

> with the most likely culprit:
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/
> ?id=a09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2

Yes, the drm merge for 3.12, i.e. everything that changed in gpu/drm land for 3.12 is there. Hardly something you could pinpoint as a culprit.

> Considering the amount of changes in that code, and the fact that the issues
> I and others are having are directly related to this, I find it silly that I
> would have to bisect the code when this glaring batch of mess is clearly a
> good source of where the issues lie.
> 
> Now, the question is, are you going to fix it now that there is a commit on
> which to hang all the numerous issues with i915? I sure hope so, as the
> death of XP will render this machine completely obsolete if you can't fix
> this glaring issue.

Please try v3.14-rc7 or drm-intel-nightly branch from [1].

[1] http://cgit.freedesktop.org/drm-intel
Comment 27 Bob Raitz 2014-03-17 23:20:34 UTC
On a scale from 0 to 1, 3.14-rc7 was a solid 0, exhibiting all of the things I stated originally in the bug. Do you have a lilo incantation that will make that work properly? If so, please tell me.

append="i915.modeset=1" does not work. Is there one that does?
Comment 28 ff11 2014-03-18 01:47:58 UTC
Created attachment 129851 [details]
ff11: my hardware lspci

This is my hardware using lspci -vvx
Comment 29 ff11 2014-03-18 01:53:11 UTC
Created attachment 129861 [details]
ff11: my dmesg using drm debug

This is my dmesg using drm.debug=0xe with this bug
Comment 30 ff11 2014-03-18 01:56:42 UTC
Created attachment 129871 [details]
ff11: my dmesg using drm debug workaround VGA

This is my dmesg using drm.debug=0xe with one workaround for this bug: plugin some monitor on VGA input
Comment 31 ff11 2014-03-18 02:18:19 UTC
Because plugin some monitor on VGA input workaround this bug for me, I'm using the kernel parameter "video=VGA-1:e".

* This bug happen to me since the 3.12 to 3.13.6 for what I have tested.

* When I boot without VGA input or force VGA enable, it's just some black screen. But is not the brightness, I have used setpci direct on the hardware for set it to max on boot script, and the result is just high brightness black screen.

* When I boot with VGA input or force VGA enable (kernel parameter "video=VGA-1:e") the LVDS work again (not black screen anymore).

* When I boot without VGA input or force VGA enable, it's just some black screen. But if I plugin some VGA monitor, the screen go back to the normal at this moment (not need to reboot)

I posted some logs. The discussion on gentoo forum is in:
https://forums.gentoo.org/viewtopic-t-977360.html

If you need more information, just ask.
Comment 32 Jani Nikula 2014-03-18 08:12:03 UTC
Please git bisect.
Comment 34 Jani Nikula 2014-03-18 09:12:51 UTC
Yes, please bisect into the merge. That merge consists of 698 commits, of which 321 touch drivers/gpu/drm/i915, with a total diff stat of 440 files changed, 50821 insertions(+), 18085 deletions(-).

$ git bisect good a09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2^
$ git bisect bad a09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2
Comment 35 ff11 2014-03-18 09:24:29 UTC
(In reply to Jani Nikula from comment #34)
> Yes, please bisect into the merge. That merge consists of 698 commits, of
> which 321 touch drivers/gpu/drm/i915, with a total diff stat of 440 files
> changed, 50821 insertions(+), 18085 deletions(-).
> 
> $ git bisect good a09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2^
> $ git bisect bad a09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2

Ok! But I will need of time to do it. And I don't have at the moment (I came with the workaround because this). If someone else on gentoo forum, want to do it, then I will report back the result.
Comment 37 ff11 2014-03-19 22:48:45 UTC
(In reply to Bob Raitz from comment #36)
> Just an observation, but wouldn't it have worked better to NOT throw out the
> baby with the bathwater? 
> 
> Now, because someone thought they were going to do something wonderfully
> worthwhile, and unprecedentedly unique, myself and others like me are held
> hostage to our machinery by ham-handed individuals who fail to recognize the
> most important thing in technology: "if it ain't broke, don't fix it!"
> 
> So, now that you've broken it, how long will we have to wait until you fix
> it? A week? A month? Three new kernel families down the road when you
> realize what utter crap your new code is?

Probably 1 month or 2 (maybe 3), if nobody speed it up.

For me, this bug came from attend a new demand hardware, without much preoccupation or test with the old ones. At least for me, it's all around this:
https://dvdhrm.wordpress.com/2013/09/01/splitting-drm-and-kms-device-nodes/
Comment 39 Daniel Vetter 2014-03-26 22:08:18 UTC
Bob, helping out with the bisect will move this forward. Google will point you at some good howtos (kernel bisect + your distro's name is a good start). Ranting and staying put on an old version won't do anything at all.
Comment 41 Aliaksei Urbanski 2014-04-19 11:22:39 UTC
Created attachment 132991 [details]
3.12.x-governors.patch

This patch fix issue for kernels 3.12.x
Comment 42 Aliaksei Urbanski 2014-04-19 11:23:39 UTC
Created attachment 133001 [details]
3.13.x-3.14.x-governors.patch

Fix issue for kernel 3.13 and later.
Comment 43 Aliaksei Urbanski 2014-04-19 11:30:45 UTC
Bug was come with commit 137b944e100278d696826cf25c83014ac17473fe

First patch revert this commit:
git diff 137b944 ad81f05 > 3.12.x-governors.patch

Second patch revert this commit and commit f60e230f6be5672241e48434a6c2a417d9674d42:
git diff 137b944 ad81f05 > 3.13.x-3.14.x-governors.patch
git diff f60e230 d7c7f10 >> 3.13.x-3.14.x-governors.patch
Comment 44 Aliaksei Urbanski 2014-04-19 19:58:40 UTC
For Gentoo users:
https://bugs.gentoo.org/show_bug.cgi?id=508082
Comment 45 ff11 2014-04-20 01:05:04 UTC
(In reply to Aliaksei Urbanski from comment #43)
> Bug was come with commit 137b944e100278d696826cf25c83014ac17473fe
> 
> First patch revert this commit:
> git diff 137b944 ad81f05 > 3.12.x-governors.patch
> 
> Second patch revert this commit and commit
> f60e230f6be5672241e48434a6c2a417d9674d42:
> git diff 137b944 ad81f05 > 3.13.x-3.14.x-governors.patch
> git diff f60e230 d7c7f10 >> 3.13.x-3.14.x-governors.patch

I tested the patch (on 3.14.0) and work very well! 7 reboot times without force VGA and no blank screen. Thanks
Comment 46 Jani Nikula 2014-04-22 09:46:29 UTC
(In reply to Aliaksei Urbanski from comment #43)
> Bug was come with commit 137b944e100278d696826cf25c83014ac17473fe

So this is the bisected bad commit?

commit 137b944e100278d696826cf25c83014ac17473fe
Author: Daniel Lezcano <daniel.lezcano@linaro.org>
Date:   Wed Jun 12 15:08:48 2013 +0200

    cpuidle: Make it clear that governors cannot be modules

> Second patch revert this commit and commit
> f60e230f6be5672241e48434a6c2a417d9674d42:

commit f60e230f6be5672241e48434a6c2a417d9674d42
Author: Viresh Kumar <viresh.kumar@linaro.org>
Date:   Thu Oct 3 21:26:55 2013 +0530

    cpuidle: remove cpuidle_unregister_governor()


Strange. What's your kernel config? CC Rafael.
Comment 47 Aliaksei Urbanski 2014-04-22 18:48:27 UTC
Created attachment 133291 [details]
kernel.config

(In reply to Jani Nikula from comment #46)
> (In reply to Aliaksei Urbanski from comment #43)
> > Bug was come with commit 137b944e100278d696826cf25c83014ac17473fe
> 
> So this is the bisected bad commit?
> 
> commit 137b944e100278d696826cf25c83014ac17473fe
> Author: Daniel Lezcano <daniel.lezcano@linaro.org>
> Date:   Wed Jun 12 15:08:48 2013 +0200
> 
>     cpuidle: Make it clear that governors cannot be modules

Yes it is.
 
> > Second patch revert this commit and commit
> > f60e230f6be5672241e48434a6c2a417d9674d42:
> 
> commit f60e230f6be5672241e48434a6c2a417d9674d42
> Author: Viresh Kumar <viresh.kumar@linaro.org>
> Date:   Thu Oct 3 21:26:55 2013 +0530
> 
>     cpuidle: remove cpuidle_unregister_governor()
> 
> 
> Strange. What's your kernel config? CC Rafael.

In attachment config from patched kernel.
# zcat /proc/config.gz > kernel.config
# uname -a
Linux mim 3.14.1-gentoo #1 Sat Apr 19 12:50:48 FET 2014 i686 Intel(R) Celeron(R) M CPU 430 @ 1.73GHz GenuineIntel GNU/Linux
Comment 48 ff11 2014-04-23 19:27:05 UTC
(In reply to Jani Nikula from comment #46)
> (In reply to Aliaksei Urbanski from comment #43)
> > Bug was come with commit 137b944e100278d696826cf25c83014ac17473fe
> 
> So this is the bisected bad commit?
> 
> commit 137b944e100278d696826cf25c83014ac17473fe
> Author: Daniel Lezcano <daniel.lezcano@linaro.org>
> Date:   Wed Jun 12 15:08:48 2013 +0200
> 
>     cpuidle: Make it clear that governors cannot be modules
> 
> > Second patch revert this commit and commit
> > f60e230f6be5672241e48434a6c2a417d9674d42:
> 
> commit f60e230f6be5672241e48434a6c2a417d9674d42
> Author: Viresh Kumar <viresh.kumar@linaro.org>
> Date:   Thu Oct 3 21:26:55 2013 +0530
> 
>     cpuidle: remove cpuidle_unregister_governor()
> 
> 
> Strange. What's your kernel config? CC Rafael.

Using the bad commit hash and the google to search for more information... then let's refresh your memory:

* Sat Sep 7 11:28:21 CEST 2013: Start
http://lists.freedesktop.org/archives/intel-gfx/2013-September/032720.html

* Sat Sep 14 22:29:10 CEST 2013: End
http://lists.freedesktop.org/archives/intel-gfx/2013-September/033096.html

The complete thread with your participation, Jani Nikula:
http://lists.freedesktop.org/archives/intel-gfx/2013-September/thread.html#32720

You guys just don't solve the bug at that time.
Comment 49 Bob Raitz 2014-04-24 01:48:53 UTC
Just to let you know: Version 3.14.1 doesn't work. Version 3.15-rc2 does.
Comment 50 ff11 2014-04-24 02:02:18 UTC
(In reply to Bob Raitz from comment #49)
> Just to let you know: Version 3.14.1 doesn't work. Version 3.15-rc2 does.

For me it's all workaround, all over the place. This bug sometimes is hide for some code, and sometimes it's show up with some like the "cpuidle: Make it clear that governors cannot be modules". I don't think it's over, until someone figure out what the real cause of this bug. Or it will came back on the future, to haunt us again.
Comment 51 Bob Raitz 2014-04-24 06:54:19 UTC
Since I've already got three instances of red, I'll just say that as long as the 3.15 stays unmolested in the video driver/drm/whatever_makes_it_work section, and I can move on kernel wise, and not have to deal with this again until I buy myself that new machine I want, then I don't much care if it was done with bubble gum and bailing wire. If things stay good in the 3.15, then the bug is fixed as far as I am concerned. I'll leave it up to the devs to do the required "i" dotting and "t" crossing.
Comment 52 Jani Nikula 2014-04-24 08:34:06 UTC
(In reply to ff11 from comment #48)
> Using the bad commit hash and the google to search for more information...
> then let's refresh your memory:

Thanks for the refresh and pointers. I seem to have received 43k and sent 1k emails since then, I can't quite remember them all.
Comment 53 Jani Nikula 2014-04-24 08:36:21 UTC
Reassing to Rafael, do you have any idea why

commit 137b944e100278d696826cf25c83014ac17473fe
Author: Daniel Lezcano <daniel.lezcano@linaro.org>
Date:   Wed Jun 12 15:08:48 2013 +0200

    cpuidle: Make it clear that governors cannot be modules

regresses?
Comment 54 Bob Raitz 2014-04-29 07:14:25 UTC
Update: Version 3.14.2 doesn't work. Version 3.15-rc3 does.
Comment 55 Rafael J. Wysocki 2014-04-30 21:21:03 UTC
OK, so it looks like we have a fix in 3.15-rc3, right?
Comment 56 Bob Raitz 2014-04-30 23:34:36 UTC
More like the fix came along at 3.15-rc2. I have not checked whether 3.15-rc1 works, but it would be easy to find out.
Comment 57 Bob Raitz 2014-04-30 23:56:38 UTC
That rather quick reboot into a working CLI tells me that the problem appears fixed with 3.15-rc1. I hope it will stay that way.
Comment 58 Bob Raitz 2014-05-07 08:10:36 UTC
3.15-rc4=good. 3.14.3=bad.
Comment 59 Rafael J. Wysocki 2014-05-07 18:14:36 UTC
OK, finger crossed.

I would like to know which commit fixed it, but marking as resolved.
Comment 60 Bob Raitz 2014-05-07 19:02:43 UTC
I have no clue. Just don't undo what y'all did, and perhaps this machine might have a bit more life in it, noisy fan notwithstanding.