[git pull] drm for rc1

Anca Emanuel anca.emanuel at gmail.com
Thu Jan 13 11:53:55 PST 2011


On Thu, Jan 13, 2011 at 7:55 PM, James Simmons <jsimmons at infradead.org> wrote:
>
>> > > With your patch, I can boot the system. But nouveau is not loaded.
>> > > dmesg attached.
>> > >
>> >
>> > Forget to mention: the revert makes first steps of boot look the same
>> > (change the resolution of the text)
>> > but with your patch, I see a big ugly ununtu logo, (I think that is
>> > because nouveau is not loaded)
>
> Okay, can you do one more experiment for me. Since you already reverted
> the patch to get it booting I like to ask you to add
>
> drm_fb_helper_fill_fix(info, fb_helper->fb);
>
> back into the drm_fb_helper_set_par function in drm_fb_helper.c. You have
> something like this:
>
>        mutex_lock(&dev->mode_config.mutex);
>        for (i = 0; i < fb_helper->crtc_count; i++) {
>                crtc = fb_helper->crtc_info[i].mode_set.crtc;
>                ret = crtc->funcs->set_config(&fb_helper->crtc_info[i].mode_set);
>                if (ret) {
>                        mutex_unlock(&dev->mode_config.mutex);
>                        return ret;
>                }
>                drm_fb_helper_fill_fix(info, fb_helper->fb);
>        }
>        mutex_unlock(&dev->mode_config.mutex);
>
> Tell me if your system is still usable after that. Thanks for testing for
> me.
>

after

git revert dfe63bb0ad9810db13aab0058caba97866e0a681

and


diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index 5c4f9b9..2aad663 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -816,6 +816,7 @@ int drm_fb_helper_set_par(struct fb_info *info)
                        mutex_unlock(&dev->mode_config.mutex);
                        return ret;
                }
+               drm_fb_helper_fill_fix(info, fb_helper->fb->pitch, fb_helper->fb
        }
        mutex_unlock(&dev->mode_config.mutex);

I get an working system. ( the boot screen is not ok )
Tested suspend/resume. Dmesg attached.
-------------- next part --------------
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.37-test+ (root at ubuntu) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #2 SMP Thu Jan 13 20:59:09 EET 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e3000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007ffb0000 (usable)
[    0.000000]  BIOS-e820: 000000007ffb0000 - 000000007ffbe000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007ffbe000 - 000000007fff0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] DMI present.
[    0.000000] DMI: MS-7360/MS-7360, BIOS V1.10 11/11/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x7ffb0 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-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [c00ff780] ff780
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] initial memory mapped : 0 - 00c00000
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
[    0.000000] RAMDISK: 37589000 - 37ff0000
[    0.000000] Allocated new RAMDISK: 36b22000 - 375886da
[    0.000000] Move RAMDISK from 0000000037589000 - 0000000037fef6d9 to 36b22000 - 375886d9
[    0.000000] ACPI: RSDP 000f9bb0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 7ffb0000 00040 (v01 111108 RSDT0906 20081111 MSFT 00000097)
[    0.000000] ACPI: FACP 7ffb0200 00084 (v01 111108 FACP0906 20081111 MSFT 00000097)
[    0.000000] ACPI: DSDT 7ffb0440 05595 (v01  0AAAA 0AAAA000 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 7ffbe000 00040
[    0.000000] ACPI: APIC 7ffb0390 0006C (v01 111108 APIC0906 20081111 MSFT 00000097)
[    0.000000] ACPI: MCFG 7ffb0400 0003C (v01 111108 OEMMCFG  20081111 MSFT 00000097)
[    0.000000] ACPI: OEMB 7ffbe040 00071 (v01 111108 OEMB0906 20081111 MSFT 00000097)
[    0.000000] ACPI: HPET 7ffb59e0 00038 (v01 111108 OEMHPET  20081111 MSFT 00000097)
[    0.000000] ACPI: GSCI 7ffbe0c0 02024 (v01 111108 GMCHSCI  20081111 MSFT 00000097)
[    0.000000] ACPI: SSDT 7ffc0570 00A7C (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1159MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0007ffb0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007ffb0
[    0.000000] On node 0 totalpages: 524095
[    0.000000] free_area_init_node: node 0, pgdat c0803cc0, node_mem_map f5b22200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2320 pages used for memmap
[    0.000000]   HighMem zone: 294562 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0xffffffff base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e3000
[    0.000000] PM: Registered nosave memory: 00000000000e3000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f5400000 s28608 r0 d20544 u1048576
[    0.000000] pcpu-alloc: s28608 r0 d20544 u1048576 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 519999
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-test+ root=UUID=d4578a46-8171-4c14-886f-0444e0b81032 ro quiet splash
[    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] allocated 10483840 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (000377fe:0007ffb0)
[    0.000000] Memory: 2049172k/2096832k available (4951k kernel code, 47208k reserved, 2336k data, 700k init, 1187528k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc081e000 - 0xc08cd000   ( 700 kB)
[    0.000000]       .data : 0xc05d5df6 - 0xc081df08   (2336 kB)
[    0.000000]       .text : 0xc0100000 - 0xc05d5df6   (4951 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] NR_IRQS:2304 nr_irqs:712 16
[    0.000000] CPU 0 irqstacks, hard=f4408000 soft=f440a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2603.831 MHz processor.
[    0.004003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5207.66 BogoMIPS (lpj=10415324)
[    0.004007] pid_max: default: 32768 minimum: 301
[    0.004025] Security Framework initialized
[    0.004037] AppArmor: AppArmor initialized
[    0.004078] Mount-cache hash table entries: 512
[    0.004181] Initializing cgroup subsys ns
[    0.004184] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.004187] Initializing cgroup subsys cpuacct
[    0.004191] Initializing cgroup subsys memory
[    0.004198] Initializing cgroup subsys devices
[    0.004200] Initializing cgroup subsys freezer
[    0.004201] Initializing cgroup subsys net_cls
[    0.004225] CPU: Physical Processor ID: 0
[    0.004227] CPU: Processor Core ID: 0
[    0.004229] mce: CPU supports 6 MCE banks
[    0.004235] CPU0: Thermal monitoring enabled (TM2)
[    0.004238] using mwait in idle threads.
[    0.008461] ACPI: Core revision 20101013
[    0.014205] ftrace: allocating 20826 entries in 41 pages
[    0.016045] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.016341] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057630] CPU0: Intel(R) Pentium(R) Dual  CPU  E2180  @ 2.00GHz stepping 0d
[    0.060003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.060003] PEBS disabled due to CPU errata.
[    0.060003] ... version:                2
[    0.060003] ... bit width:              40
[    0.060003] ... generic registers:      2
[    0.060003] ... value mask:             000000ffffffffff
[    0.060003] ... max period:             000000007fffffff
[    0.060003] ... fixed-purpose events:   3
[    0.060003] ... event mask:             0000000700000003
[    0.060003] CPU 1 irqstacks, hard=f44b2000 soft=f44b4000
[    0.060003] Booting Node   0, Processors  #1
[    0.008000] Initializing CPU#1
[    0.148020] Brought up 2 CPUs
[    0.148023] Total of 2 processors activated (10414.59 BogoMIPS).
[    0.148339] devtmpfs: initialized
[    0.148892] regulator: core version 0.5
[    0.148929] regulator: dummy: 
[    0.148946] Time: 21:44:06  Date: 01/13/11
[    0.148980] NET: Registered protocol family 16
[    0.149076] EISA bus registered
[    0.149083] ACPI: bus type pci registered
[    0.149149] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.149151] PCI: not using MMCONFIG
[    0.149284] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[    0.149286] PCI: Using configuration type 1 for base access
[    0.150027] bio: create slab <bio-0> at 0
[    0.152030] ACPI: EC: Detected MSI hardware, enabling workarounds.
[    0.152033] ACPI: EC: Look up EC in DSDT
[    0.153377] ACPI: Executed 1 blocks of module-level executable AML code
[    0.157241] ACPI: SSDT 7ffc00f0 00235 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
[    0.157532] ACPI: Dynamic OEM Table Load:
[    0.157535] ACPI: SSDT   (null) 00235 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
[    0.157908] ACPI: SSDT 7ffc0330 00235 (v01 DpgPmm  P002Ist 00000012 INTL 20051117)
[    0.158199] ACPI: Dynamic OEM Table Load:
[    0.158202] ACPI: SSDT   (null) 00235 (v01 DpgPmm  P002Ist 00000012 INTL 20051117)
[    0.158472] ACPI: Interpreter enabled
[    0.158481] ACPI: (supports S0 S3 S4 S5)
[    0.158498] ACPI: Using IOAPIC for interrupt routing
[    0.158525] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.159846] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.159848] PCI: Using MMCONFIG for extended config space
[    0.160481] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
[    0.161093] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
[    0.161216] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101013/scan-723)
[    0.165727] ACPI: No dock devices found.
[    0.165731] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.165959] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.166182] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.166185] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.166187] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.166189] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.166192] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xdfffffff]
[    0.166194] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff]
[    0.166205] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
[    0.166243] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
[    0.166274] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.166277] pci 0000:00:01.0: PME# disabled
[    0.166313] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[    0.166354] pci 0000:00:1a.0: reg 20: [io  0xbc00-0xbc1f]
[    0.166394] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[    0.166434] pci 0000:00:1a.1: reg 20: [io  0xb880-0xb89f]
[    0.166484] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[    0.166504] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
[    0.166573] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.166577] pci 0000:00:1a.7: PME# disabled
[    0.166598] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[    0.166613] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
[    0.166663] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.166667] pci 0000:00:1b.0: PME# disabled
[    0.166684] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[    0.166736] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.166739] pci 0000:00:1c.0: PME# disabled
[    0.166761] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
[    0.166812] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.166815] pci 0000:00:1c.4: PME# disabled
[    0.166834] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
[    0.166885] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.166889] pci 0000:00:1c.5: PME# disabled
[    0.166910] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[    0.166950] pci 0000:00:1d.0: reg 20: [io  0xb800-0xb81f]
[    0.166991] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[    0.167031] pci 0000:00:1d.1: reg 20: [io  0xb480-0xb49f]
[    0.167072] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[    0.167112] pci 0000:00:1d.2: reg 20: [io  0xb400-0xb41f]
[    0.167152] pci 0000:00:1d.3: [8086:2939] type 0 class 0x000c03
[    0.167192] pci 0000:00:1d.3: reg 20: [io  0xb080-0xb09f]
[    0.167240] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[    0.167260] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
[    0.167329] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.167333] pci 0000:00:1d.7: PME# disabled
[    0.167352] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.167405] pci 0000:00:1f.0: [8086:2918] type 0 class 0x000601
[    0.167477] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    0.167481] pci 0000:00:1f.0: quirk: [io  0x0480-0x04bf] claimed by ICH6 GPIO
[    0.167484] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
[    0.167520] pci 0000:00:1f.2: [8086:2921] type 0 class 0x000101
[    0.167534] pci 0000:00:1f.2: reg 10: [io  0xb000-0xb007]
[    0.167542] pci 0000:00:1f.2: reg 14: [io  0xac00-0xac03]
[    0.167549] pci 0000:00:1f.2: reg 18: [io  0xa880-0xa887]
[    0.167557] pci 0000:00:1f.2: reg 1c: [io  0xa800-0xa803]
[    0.167565] pci 0000:00:1f.2: reg 20: [io  0xa480-0xa48f]
[    0.167572] pci 0000:00:1f.2: reg 24: [io  0xa400-0xa40f]
[    0.167606] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[    0.167620] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
[    0.167640] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    0.167669] pci 0000:00:1f.5: [8086:2926] type 0 class 0x000101
[    0.167684] pci 0000:00:1f.5: reg 10: [io  0xa000-0xa007]
[    0.167691] pci 0000:00:1f.5: reg 14: [io  0x9c00-0x9c03]
[    0.167699] pci 0000:00:1f.5: reg 18: [io  0x9880-0x9887]
[    0.167706] pci 0000:00:1f.5: reg 1c: [io  0x9800-0x9803]
[    0.167714] pci 0000:00:1f.5: reg 20: [io  0x9480-0x948f]
[    0.167721] pci 0000:00:1f.5: reg 24: [io  0x9400-0x940f]
[    0.167785] pci 0000:01:00.0: [10de:0611] type 0 class 0x000300
[    0.167795] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
[    0.167806] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.167816] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
[    0.167824] pci 0000:01:00.0: reg 24: [io  0xcc00-0xcc7f]
[    0.167831] pci 0000:01:00.0: reg 30: [mem 0xfe9e0000-0xfe9fffff pref]
[    0.167872] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.167875] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.167878] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe9fffff]
[    0.167882] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.167919] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.167923] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.167927] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.167932] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.167985] pci 0000:03:00.0: [11ab:6121] type 0 class 0x000101
[    0.168001] pci 0000:03:00.0: reg 10: [io  0xdc00-0xdc07]
[    0.168019] pci 0000:03:00.0: reg 14: [io  0xd880-0xd883]
[    0.168030] pci 0000:03:00.0: reg 18: [io  0xd800-0xd807]
[    0.168042] pci 0000:03:00.0: reg 1c: [io  0xd480-0xd483]
[    0.168053] pci 0000:03:00.0: reg 20: [io  0xd400-0xd40f]
[    0.168065] pci 0000:03:00.0: reg 24: [mem 0xfeaffc00-0xfeafffff]
[    0.168107] pci 0000:03:00.0: supports D1
[    0.168109] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[    0.168113] pci 0000:03:00.0: PME# disabled
[    0.168130] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.168139] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.168143] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.168146] pci 0000:00:1c.4:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.168152] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.168210] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
[    0.168228] pci 0000:04:00.0: reg 10: [io  0xe800-0xe8ff]
[    0.168258] pci 0000:04:00.0: reg 18: [mem 0xfebff000-0xfebfffff 64bit]
[    0.168293] pci 0000:04:00.0: reg 30: [mem 0xfebc0000-0xfebdffff pref]
[    0.168338] pci 0000:04:00.0: supports D1 D2
[    0.168339] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.168344] pci 0000:04:00.0: PME# disabled
[    0.168366] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.168377] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    0.168381] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.168385] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.168390] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.168448] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.168451] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.168455] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.168461] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.168463] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.168465] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.168467] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.168472] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.168474] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff] (subtractive decode)
[    0.168476] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
[    0.168495] pci_bus 0000:00: on NUMA node 0
[    0.168498] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.168646] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.168755] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    0.168804] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    0.168850] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.177638] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    0.177691] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    0.177741] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12 *14 15)
[    0.177792] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
[    0.177842] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    0.177894] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 14 *15)
[    0.177944] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
[    0.177997] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 *7 10 11 12 14 15)
[    0.178024] HEST: Table is not found!
[    0.178093] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.178097] vgaarb: loaded
[    0.178219] SCSI subsystem initialized
[    0.178231] libata version 3.00 loaded.
[    0.178231] usbcore: registered new interface driver usbfs
[    0.178231] usbcore: registered new interface driver hub
[    0.178231] usbcore: registered new device driver usb
[    0.178231] wmi: Mapper loaded
[    0.178231] PCI: Using ACPI for IRQ routing
[    0.178231] PCI: pci_cache_line_size set to 64 bytes
[    0.178231] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
[    0.178231] reserve RAM buffer: 000000007ffb0000 - 000000007fffffff 
[    0.178231] NetLabel: Initializing
[    0.178231] NetLabel:  domain hash size = 128
[    0.178231] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.178231] NetLabel:  unlabeled traffic allowed by default
[    0.178231] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.178231] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.178231] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.184027] Switching to clocksource hpet
[    0.190599] AppArmor: AppArmor Filesystem Enabled
[    0.190613] pnp: PnP ACPI init
[    0.190635] ACPI: bus type pnp registered
[    0.190776] pnp 00:00: [bus 00-ff]
[    0.190778] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.190781] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.190783] pnp 00:00: [io  0x0d00-0xffff window]
[    0.190785] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.190787] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.190789] pnp 00:00: [mem 0x80000000-0xdfffffff window]
[    0.190791] pnp 00:00: [mem 0xf0000000-0xffffffff window]
[    0.190856] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.190865] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.190914] pnp 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.190946] pnp 00:02: [dma 4]
[    0.190948] pnp 00:02: [io  0x0000-0x000f]
[    0.190950] pnp 00:02: [io  0x0081-0x0083]
[    0.190952] pnp 00:02: [io  0x0087]
[    0.190954] pnp 00:02: [io  0x0089-0x008b]
[    0.190955] pnp 00:02: [io  0x008f]
[    0.190957] pnp 00:02: [io  0x00c0-0x00df]
[    0.190982] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.190993] pnp 00:03: [io  0x0070-0x0071]
[    0.191002] pnp 00:03: [irq 8]
[    0.191027] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.191036] pnp 00:04: [io  0x0061]
[    0.191062] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.191070] pnp 00:05: [io  0x00f0-0x00ff]
[    0.191075] pnp 00:05: [irq 13]
[    0.191100] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.191378] pnp 00:06: [io  0x03f8-0x03ff]
[    0.191383] pnp 00:06: [irq 4]
[    0.191385] pnp 00:06: [dma 0 disabled]
[    0.191444] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.191713] pnp 00:07: [io  0x0060]
[    0.191715] pnp 00:07: [io  0x0064]
[    0.191719] pnp 00:07: [irq 1]
[    0.191748] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.191795] pnp 00:08: [irq 12]
[    0.191824] pnp 00:08: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.191939] pnp 00:09: [io  0x0000-0xffffffff disabled]
[    0.191941] pnp 00:09: [io  0x0a00-0x0adf]
[    0.191943] pnp 00:09: [io  0x0ae0-0x0aef]
[    0.191989] pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192113] pnp 00:0a: [io  0x0010-0x001f]
[    0.192115] pnp 00:0a: [io  0x0022-0x003f]
[    0.192117] pnp 00:0a: [io  0x0044-0x005f]
[    0.192120] pnp 00:0a: [io  0x0062-0x0063]
[    0.192122] pnp 00:0a: [io  0x0065-0x006f]
[    0.192124] pnp 00:0a: [io  0x0072-0x007f]
[    0.192126] pnp 00:0a: [io  0x0080]
[    0.192128] pnp 00:0a: [io  0x0084-0x0086]
[    0.192129] pnp 00:0a: [io  0x0088]
[    0.192131] pnp 00:0a: [io  0x008c-0x008e]
[    0.192133] pnp 00:0a: [io  0x0090-0x009f]
[    0.192135] pnp 00:0a: [io  0x00a2-0x00bf]
[    0.192136] pnp 00:0a: [io  0x00e0-0x00ef]
[    0.192138] pnp 00:0a: [io  0x04d0-0x04d1]
[    0.192140] pnp 00:0a: [io  0x0800-0x087f]
[    0.192142] pnp 00:0a: [io  0x0000-0xffffffff disabled]
[    0.192144] pnp 00:0a: [io  0x0480-0x04bf]
[    0.192146] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[    0.192148] pnp 00:0a: [mem 0xfed20000-0xfed8ffff]
[    0.192211] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192277] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
[    0.192305] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.192365] pnp 00:0c: [mem 0xffb00000-0xffbfffff]
[    0.192367] pnp 00:0c: [mem 0xfff00000-0xffffffff]
[    0.192396] pnp 00:0c: Plug and Play ACPI device, IDs INT0800 (active)
[    0.192453] pnp 00:0d: [mem 0xffc00000-0xffefffff]
[    0.192497] pnp 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192610] pnp 00:0e: [mem 0xfec00000-0xfec00fff]
[    0.192612] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
[    0.192658] pnp 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192698] pnp 00:0f: [mem 0xe0000000-0xefffffff]
[    0.192743] pnp 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192945] pnp 00:10: [mem 0x00000000-0x0009ffff]
[    0.192948] pnp 00:10: [mem 0x000c0000-0x000cffff]
[    0.192950] pnp 00:10: [mem 0x000e0000-0x000fffff]
[    0.192952] pnp 00:10: [mem 0x00100000-0x7fffffff]
[    0.192954] pnp 00:10: [mem 0x00000000-0xffffffff disabled]
[    0.193010] pnp 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.193146] pnp: PnP ACPI: found 17 devices
[    0.193148] ACPI: ACPI bus type pnp unregistered
[    0.193151] PnPBIOS: Disabled by ACPI PNP
[    0.193160] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.193168] system 00:09: [io  0x0a00-0x0adf] has been reserved
[    0.193170] system 00:09: [io  0x0ae0-0x0aef] has been reserved
[    0.193175] system 00:0a: [io  0x04d0-0x04d1] has been reserved
[    0.193178] system 00:0a: [io  0x0800-0x087f] has been reserved
[    0.193180] system 00:0a: [io  0x0480-0x04bf] has been reserved
[    0.193183] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.193185] system 00:0a: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.193190] system 00:0d: [mem 0xffc00000-0xffefffff] has been reserved
[    0.193195] system 00:0e: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.193198] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.193202] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    0.193207] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.193210] system 00:10: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.193212] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.193215] system 00:10: [mem 0x00100000-0x7fffffff] could not be reserved
[    0.229327] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[    0.229331] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
[    0.229334] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
[    0.229337] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
[    0.229340] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.229343] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.229345] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.229349] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe9fffff]
[    0.229352] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.229356] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.229359] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.229363] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x801fffff]
[    0.229367] pci 0000:00:1c.0:   bridge window [mem 0x80200000-0x803fffff 64bit pref]
[    0.229372] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.229375] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.229379] pci 0000:00:1c.4:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.229383] pci 0000:00:1c.4:   bridge window [mem 0x80400000-0x805fffff 64bit pref]
[    0.229389] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    0.229391] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.229396] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.229399] pci 0000:00:1c.5:   bridge window [mem 0x80600000-0x807fffff 64bit pref]
[    0.229405] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.229406] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.229411] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.229414] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.229428] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.229432] pci 0000:00:01.0: setting latency timer to 64
[    0.229437] pci 0000:00:1c.0: enabling device (0104 -> 0107)
[    0.229442] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.229446] pci 0000:00:1c.0: setting latency timer to 64
[    0.229452] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.229455] pci 0000:00:1c.4: setting latency timer to 64
[    0.229461] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.229464] pci 0000:00:1c.5: setting latency timer to 64
[    0.229470] pci 0000:00:1e.0: setting latency timer to 64
[    0.229473] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.229476] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.229478] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.229480] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.229482] pci_bus 0000:00: resource 8 [mem 0x80000000-0xdfffffff]
[    0.229484] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
[    0.229486] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.229488] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe9fffff]
[    0.229490] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.229493] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    0.229495] pci_bus 0000:02: resource 1 [mem 0x80000000-0x801fffff]
[    0.229497] pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
[    0.229499] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.229501] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.229504] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
[    0.229506] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.229508] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.229510] pci_bus 0000:04: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
[    0.229512] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.229514] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.229516] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.229518] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
[    0.229520] pci_bus 0000:05: resource 8 [mem 0x80000000-0xdfffffff]
[    0.229522] pci_bus 0000:05: resource 9 [mem 0xf0000000-0xffffffff]
[    0.229552] NET: Registered protocol family 2
[    0.229614] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.229811] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.230111] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.230302] TCP: Hash tables configured (established 131072 bind 65536)
[    0.230304] TCP reno registered
[    0.230307] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.230315] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.230411] NET: Registered protocol family 1
[    0.230569] pci 0000:01:00.0: Boot video device
[    0.230577] PCI: CLS 32 bytes, default 64
[    0.230625] Trying to unpack rootfs image as initramfs...
[    0.440289] Freeing initrd memory: 10652k freed
[    0.444210] cpufreq-nforce2: No nForce2 chipset.
[    0.444241] Scanning for low memory corruption every 60 seconds
[    0.444333] audit: initializing netlink socket (disabled)
[    0.444344] type=2000 audit(1294955045.440:1): initialized
[    0.453115] highmem bounce pool size: 64 pages
[    0.453121] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.454621] VFS: Disk quotas dquot_6.5.2
[    0.454675] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.455260] fuse init (API version 7.16)
[    0.455348] msgmni has been set to 1703
[    0.455530] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.455532] io scheduler noop registered
[    0.455534] io scheduler deadline registered
[    0.455546] io scheduler cfq registered (default)
[    0.455868] pcieport 0000:00:01.0: ACPI _OSC control granted for 0x1d
[    0.455877] pcieport 0000:00:01.0: setting latency timer to 64
[    0.455904] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.455961] pcieport 0000:00:1c.0: ACPI _OSC control granted for 0x1d
[    0.455973] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.456018] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.456095] pcieport 0000:00:1c.4: ACPI _OSC control granted for 0x1d
[    0.456107] pcieport 0000:00:1c.4: setting latency timer to 64
[    0.456139] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
[    0.456216] pcieport 0000:00:1c.5: ACPI _OSC control granted for 0x1d
[    0.456228] pcieport 0000:00:1c.5: setting latency timer to 64
[    0.456260] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[    0.456363] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.456365] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.456368] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.456384] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.456388] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.456404] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.456405] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.456409] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.456425] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.456427] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.456430] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.456447] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.456486] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 2940 ss_vid 1462 ss_did 7360
[    0.456503] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    0.456512] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 2948 ss_vid 1462 ss_did 7360
[    0.456528] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
[    0.456538] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 294a ss_vid 1462 ss_did 7360
[    0.456553] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
[    0.456559] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.456661] intel_idle: MWAIT substates: 0x220
[    0.456663] intel_idle: does not run on family 6 model 15
[    0.456746] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.456750] ACPI: Power Button [PWRB]
[    0.456792] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.456795] ACPI: Power Button [PWRF]
[    0.456941] ACPI: acpi_idle registered with cpuidle
[    0.458645] ERST: Table is not found!
[    0.458691] isapnp: Scanning for PnP cards...
[    0.811554] isapnp: No Plug & Play device found
[    0.811717] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.832046] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.852681] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.853974] brd: module loaded
[    0.854503] loop: module loaded
[    0.854661] ata_piix 0000:00:1f.2: version 2.13
[    0.854679] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.854683] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[    0.854716] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.854944] scsi0 : ata_piix
[    0.855031] scsi1 : ata_piix
[    0.856373] ata1: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma 0xa480 irq 19
[    0.856377] ata2: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa488 irq 19
[    0.856415] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.856424] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[    0.856456] ata_piix 0000:00:1f.5: setting latency timer to 64
[    0.856656] scsi2 : ata_piix
[    0.856717] scsi3 : ata_piix
[    0.857809] ata3: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 19
[    0.857813] ata4: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 19
[    0.857866] pata_acpi 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.857889] pata_acpi 0000:03:00.0: setting latency timer to 64
[    0.857900] pata_acpi 0000:03:00.0: PCI INT A disabled
[    0.858185] Fixed MDIO Bus: probed
[    0.858215] PPP generic driver version 2.4.2
[    0.858259] tun: Universal TUN/TAP device driver, 1.6
[    0.858260] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    0.858339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.858357] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.858369] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    0.858373] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    0.858408] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    0.858452] ehci_hcd 0000:00:1a.7: debug port 1
[    0.862326] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    0.862340] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
[    0.876010] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    0.876120] hub 1-0:1.0: USB hub found
[    0.876124] hub 1-0:1.0: 4 ports detected
[    0.876194] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.876204] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.876207] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.876239] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    0.876277] ehci_hcd 0000:00:1d.7: debug port 1
[    0.880150] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    0.880163] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
[    0.896010] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.896101] hub 2-0:1.0: USB hub found
[    0.896105] hub 2-0:1.0: 8 ports detected
[    0.896181] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.896194] uhci_hcd: USB Universal Host Controller Interface driver
[    0.896220] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.896225] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    0.896228] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    0.896259] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    0.900042] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000bc00
[    0.900143] hub 3-0:1.0: USB hub found
[    0.900147] hub 3-0:1.0: 2 ports detected
[    0.900211] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.900217] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    0.900220] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    0.900256] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    0.900298] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b880
[    0.900404] hub 4-0:1.0: USB hub found
[    0.900407] hub 4-0:1.0: 2 ports detected
[    0.900469] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.900474] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.900477] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.900513] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    0.900548] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b800
[    0.900651] hub 5-0:1.0: USB hub found
[    0.900654] hub 5-0:1.0: 2 ports detected
[    0.900716] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.900721] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.900724] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.900759] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    0.900793] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b480
[    0.900896] hub 6-0:1.0: USB hub found
[    0.900900] hub 6-0:1.0: 2 ports detected
[    0.900960] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.900965] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.900967] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.901004] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    0.901039] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b400
[    0.901144] hub 7-0:1.0: USB hub found
[    0.901148] hub 7-0:1.0: 2 ports detected
[    0.901212] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    0.901217] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.901220] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.901253] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
[    0.901288] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000b080
[    0.901391] hub 8-0:1.0: USB hub found
[    0.901395] hub 8-0:1.0: 2 ports detected
[    0.901536] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.903840] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.903846] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.903950] mousedev: PS/2 mouse device common for all mice
[    0.904078] rtc_cmos 00:03: RTC can wake from S4
[    0.904129] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.904150] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.904252] device-mapper: uevent: version 1.0.3
[    0.904356] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel at redhat.com
[    0.904403] device-mapper: multipath: version 1.1.1 loaded
[    0.904406] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.904515] EISA: Probing bus 0 at eisa.0
[    0.904517] EISA: Cannot allocate resource for mainboard
[    0.904519] Cannot allocate resource for EISA slot 1
[    0.904521] Cannot allocate resource for EISA slot 2
[    0.904523] Cannot allocate resource for EISA slot 3
[    0.904524] Cannot allocate resource for EISA slot 4
[    0.904526] Cannot allocate resource for EISA slot 5
[    0.904528] Cannot allocate resource for EISA slot 6
[    0.904529] Cannot allocate resource for EISA slot 7
[    0.904531] Cannot allocate resource for EISA slot 8
[    0.904532] EISA: Detected 0 cards.
[    0.904579] cpuidle: using governor ladder
[    0.904580] cpuidle: using governor menu
[    0.904840] TCP cubic registered
[    0.904952] NET: Registered protocol family 10
[    0.905273] lo: Disabled Privacy Extensions
[    0.905470] NET: Registered protocol family 17
[    0.905486] Registering the dns_resolver key type
[    0.905891] Using IPI No-Shortcut mode
[    0.905974] PM: Hibernation image not present or could not be loaded.
[    0.905983] registered taskstats version 1
[    0.906254]   Magic number: 11:856:752
[    0.906264] ata_link link3: hash matches
[    0.906266]  link3: hash matches
[    0.906277] tty ttyS3: hash matches
[    0.906325] rtc_cmos 00:03: setting system clock to 2011-01-13 21:44:06 UTC (1294955046)
[    0.906328] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.906329] EDD information not available.
[    0.928155] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.186557] ata4: SATA link down (SStatus 0 SControl 300)
[    1.197184] ata3: SATA link down (SStatus 0 SControl 300)
[    1.340042] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.340136] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.348187] ata2.00: ATAPI: PIONEER DVD-RW  DVR-212D, 1.24, max UDMA/66
[    1.348362] ata1.00: ATA-7: SAMSUNG HD103UJ, 1AA01113, max UDMA7
[    1.348365] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.356237] ata1.00: configured for UDMA/133
[    1.356337] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD103UJ  1AA0 PQ: 0 ANSI: 5
[    1.356467] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.356475] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.356518] sd 0:0:0:0: [sda] Write Protect is off
[    1.356521] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.356550] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.364118] ata2.00: configured for UDMA/66
[    1.370313] scsi 1:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-212D 1.24 PQ: 0 ANSI: 5
[    1.393940] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[    1.393943] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.394030] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.394078] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.415213]  sda: sda1 sda2 < sda5 sda6 >
[    1.415487] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.415506] Freeing unused kernel memory: 700k freed
[    1.415784] Write protecting the kernel text: 4952k
[    1.415826] Write protecting the kernel read-only data: 1992k
[    1.430276] udev[71]: starting version 163
[    1.444142] Refined TSC clocksource calibration: 2603.474 MHz.
[    1.444147] Switching to clocksource tsc
[    1.522620] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.522638] r8169 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.522677] r8169 0000:04:00.0: setting latency timer to 64
[    1.522743] r8169 0000:04:00.0: irq 44 for MSI/MSI-X
[    1.523210] r8169 0000:04:00.0: eth0: RTL8168b/8111b at 0xf8078000, 00:1d:92:33:07:c1, XID 18000000 IRQ 44
[    1.523522] ahci 0000:03:00.0: version 3.0
[    1.524679] pata_marvell 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.524710] pata_marvell 0000:03:00.0: setting latency timer to 64
[    1.525031] scsi4 : pata_marvell
[    1.525101] scsi5 : pata_marvell
[    1.525144] ata5: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
[    1.525146] ata6: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
[    1.790191] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
[    1.790194] EXT4-fs (sda5): write access will be enabled during recovery
[    4.949843] EXT4-fs (sda5): recovery complete
[    4.950855] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    6.542511] Adding 6037500k swap on /dev/sda6.  Priority:-1 extents:1 across:6037500k 
[    7.650104] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[    7.769975] udev[296]: starting version 163
[    9.538496] Linux agpgart interface v0.103
[    9.570043] [drm] Initialized drm 1.1.0 20060810
[    9.641502] lp: driver loaded but no devices found
[    9.983396] psmouse serio1: ID: 10 00 64
[   10.206329] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   10.206335] nouveau 0000:01:00.0: setting latency timer to 64
[   10.209026] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x092880a2)
[   10.211671] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[   10.263947] [drm] nouveau 0000:01:00.0: ... appears to be valid
[   10.263951] [drm] nouveau 0000:01:00.0: BIT BIOS found
[   10.263954] [drm] nouveau 0000:01:00.0: Bios version 62.92.1f.00
[   10.263957] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
[   10.263959] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
[   10.263962] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028
[   10.263964] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00000030
[   10.263966] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028
[   10.263968] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
[   10.263970] [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c0c080
[   10.263973] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
[   10.263976] [drm] nouveau 0000:01:00.0:   0: 0x00001030: type 0x30 idx 0 tag 0x07
[   10.263978] [drm] nouveau 0000:01:00.0:   1: 0x00002130: type 0x30 idx 1 tag 0x08
[   10.263981] [drm] nouveau 0000:01:00.0:   2: 0x00000210: type 0x10 idx 2 tag 0xff
[   10.263983] [drm] nouveau 0000:01:00.0:   3: 0x00000211: type 0x11 idx 3 tag 0xff
[   10.263985] [drm] nouveau 0000:01:00.0:   4: 0x00000213: type 0x13 idx 4 tag 0xff
[   10.263989] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xC10F
[   10.308205] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC4B3
[   10.324007] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xD22E
[   10.324015] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xD350
[   10.332072] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD580
[   10.332074] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD5E5
[   10.356016] [drm] nouveau 0000:01:00.0: 0xD5E5: Condition still not met after 20ms, skipping following opcodes
[   10.537742] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[   10.801203] adt7475 0-002e: ADT7473 device, revision 1
[   10.810957] [drm] nouveau 0000:01:00.0: Detected monitoring device: adt7473
[   10.810961] [drm] nouveau 0000:01:00.0: 1 available performance level(s)
[   10.810965] [drm] nouveau 0000:01:00.0: 3: memory 900MHz core 600MHz shader 1500MHz fanspeed 100%
[   10.810979] [drm] nouveau 0000:01:00.0: c: memory 399MHz core 399MHz shader 810MHz voltage 1050mV
[   10.811101] [TTM] Zone  kernel: Available graphics memory: 436498 kiB.
[   10.811103] [TTM] Zone highmem: Available graphics memory: 1030262 kiB.
[   10.811105] [TTM] Initializing pool allocator.
[   10.811117] [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
[   10.822924] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[   10.843284] [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
[   10.843287] [drm] nouveau 0000:01:00.0: TV-1 has no encoders, removing
[   10.843741] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   10.843743] [drm] No driver support for vblank timestamp query.
[   11.005670] [drm] nouveau 0000:01:00.0: allocated 1680x1050 fb: 0x60000000, bo ec551400
[   11.008912] Console: switching to colour frame buffer device 210x65
[   11.010967] fb0: nouveaufb frame buffer device
[   11.010969] drm: registered panic notifier
[   11.011313] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
[   11.289012] type=1400 audit(1294947856.877:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=530 comm="apparmor_parser"
[   11.289062] type=1400 audit(1294947856.877:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=530 comm="apparmor_parser"
[   11.289105] type=1400 audit(1294947856.877:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=530 comm="apparmor_parser"
[   11.300917] type=1400 audit(1294947856.889:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=487 comm="apparmor_parser"
[   11.300968] type=1400 audit(1294947856.889:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=487 comm="apparmor_parser"
[   11.301010] type=1400 audit(1294947856.889:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=487 comm="apparmor_parser"
[   11.322037] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   11.322084] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   11.322251] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   11.853417] hda_codec: ALC888: BIOS auto-probing.
[   11.858414] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[   11.933655] type=1400 audit(1294947857.521:8): apparmor="STATUS" operation="profile_load" name="/usr/sbin/ntpd" pid=617 comm="apparmor_parser"
[   11.946017] type=1400 audit(1294947857.533:9): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/ntpd" pid=618 comm="apparmor_parser"
[   13.014847] type=1400 audit(1294947858.601:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=718 comm="apparmor_parser"
[   13.014960] type=1400 audit(1294947858.601:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=718 comm="apparmor_parser"
[   13.624297] ppdev: user-space parallel port driver
[   15.701917] r8169 0000:04:00.0: eth0: link down
[   15.701923] r8169 0000:04:00.0: eth0: link down
[   15.702238] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.177673] audit_printk_skb: 27 callbacks suppressed
[   17.177677] type=1400 audit(1294947862.765:21): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=866 comm="apparmor_parser"
[   17.294661] r8169 0000:04:00.0: eth0: link up
[   17.294799] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   17.764322] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00206fc000 status 00000426 channel 0 (0x00000050)
[   17.764356] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207006c0 status 00000426 channel 0 (0x00000050)
[   17.764386] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207043c0 status 00000426 channel 0 (0x00000050)
[   17.764418] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020706dc0 status 00000426 channel 0 (0x00000050)
[   17.764449] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020709a00 status 00000426 channel 0 (0x00000050)
[   17.764479] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002070c3c0 status 00000426 channel 0 (0x00000050)
[   17.764507] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002070eb80 status 00000426 channel 0 (0x00000050)
[   17.764536] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207112c0 status 00000426 channel 0 (0x00000050)
[   17.764563] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020713b40 status 00000426 channel 0 (0x00000050)
[   17.764593] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020716000 status 00000426 channel 0 (0x00000050)
[   17.764620] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020718a40 status 00000426 channel 0 (0x00000050)
[   17.764647] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002071ac40 status 00000426 channel 0 (0x00000050)
[   17.764677] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002071d100 status 00000426 channel 0 (0x00000050)
[   17.764703] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002071fd00 status 00000426 channel 0 (0x00000050)
[   17.764730] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020722100 status 00000426 channel 0 (0x00000050)
[   17.764760] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020724900 status 00000426 channel 0 (0x00000050)
[   17.764788] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020727300 status 00000426 channel 0 (0x00000050)
[   17.764817] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020729c40 status 00000426 channel 0 (0x00000050)
[   17.764846] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002072c400 status 00000426 channel 0 (0x00000050)
[   17.764871] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002072ef00 status 00000426 channel 0 (0x00000050)
[   17.764898] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020731040 status 00000426 channel 0 (0x00000050)
[   17.764926] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020733900 status 00000426 channel 0 (0x00000050)
[   17.764952] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020735fc0 status 00000426 channel 0 (0x00000050)
[   17.764980] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020738740 status 00000426 channel 0 (0x00000050)
[   17.765008] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002073ae00 status 00000426 channel 0 (0x00000050)
[   17.765037] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002073d7c0 status 00000426 channel 0 (0x00000050)
[   17.765062] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207401c0 status 00000426 channel 0 (0x00000050)
[   17.765092] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020742480 status 00000426 channel 0 (0x00000050)
[   17.765118] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020744c00 status 00000426 channel 0 (0x00000050)
[   17.765144] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207472c0 status 00000426 channel 0 (0x00000050)
[   17.765170] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207499c0 status 00000426 channel 0 (0x00000050)
[   17.765195] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002074bf00 status 00000426 channel 0 (0x00000050)
[   17.765221] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002074e1c0 status 00000426 channel 0 (0x00000050)
[   17.765249] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020750640 status 00000426 channel 0 (0x00000050)
[   17.765277] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020752ec0 status 00000426 channel 0 (0x00000050)
[   17.765311] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020755540 status 00000426 channel 0 (0x00000050)
[   17.765338] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207586c0 status 00000426 channel 0 (0x00000050)
[   17.765365] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002075ad80 status 00000426 channel 0 (0x00000050)
[   17.765392] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002075d340 status 00000426 channel 0 (0x00000050)
[   17.765422] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002075fb80 status 00000426 channel 0 (0x00000050)
[   17.765450] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207625c0 status 00000426 channel 0 (0x00000050)
[   17.765476] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020764f80 status 00000426 channel 0 (0x00000050)
[   17.765504] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020767440 status 00000426 channel 0 (0x00000050)
[   17.765530] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020769d80 status 00000426 channel 0 (0x00000050)
[   17.765556] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002076c180 status 00000426 channel 0 (0x00000050)
[   17.765586] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002076e840 status 00000426 channel 0 (0x00000050)
[   17.765613] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020770fc0 status 00000426 channel 0 (0x00000050)
[   17.765640] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207737c0 status 00000426 channel 0 (0x00000050)
[   17.765665] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020775f80 status 00000426 channel 0 (0x00000050)
[   17.765694] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207783c0 status 00000426 channel 0 (0x00000050)
[   17.765719] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002077ac40 status 00000426 channel 0 (0x00000050)
[   17.765745] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002077d0c0 status 00000426 channel 0 (0x00000050)
[   17.765775] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002077f500 status 00000426 channel 0 (0x00000050)
[   17.765802] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020781ec0 status 00000426 channel 0 (0x00000050)
[   17.765832] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020784480 status 00000426 channel 0 (0x00000050)
[   17.765859] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020786d00 status 00000426 channel 0 (0x00000050)
[   17.765886] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020789000 status 00000426 channel 0 (0x00000050)
[   17.765916] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002078b340 status 00000426 channel 0 (0x00000050)
[   17.765945] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002078dfc0 status 00000426 channel 0 (0x00000050)
[   17.765974] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020790880 status 00000426 channel 0 (0x00000050)
[   17.766002] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020792ec0 status 00000426 channel 0 (0x00000050)
[   17.766031] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020795400 status 00000426 channel 0 (0x00000050)
[   17.766059] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020797d40 status 00000426 channel 0 (0x00000050)
[   17.766084] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002079a140 status 00000426 channel 0 (0x00000050)
[   17.766114] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002079c340 status 00000426 channel 0 (0x00000050)
[   17.766141] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002079ec40 status 00000426 channel 0 (0x00000050)
[   17.766168] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207a1100 status 00000426 channel 0 (0x00000050)
[   17.766196] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207a3640 status 00000426 channel 0 (0x00000050)
[   17.766224] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207a5f00 status 00000426 channel 0 (0x00000050)
[   17.766252] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207a8940 status 00000426 channel 0 (0x00000050)
[   17.766278] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207ab280 status 00000426 channel 0 (0x00000050)
[   17.766305] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207ad680 status 00000426 channel 0 (0x00000050)
[   17.766331] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207afe00 status 00000426 channel 0 (0x00000050)
[   17.766362] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207b2480 status 00000426 channel 0 (0x00000050)
[   17.766390] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207b5080 status 00000426 channel 0 (0x00000050)
[   17.766416] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207b7840 status 00000426 channel 0 (0x00000050)
[   17.766442] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207b9e00 status 00000426 channel 0 (0x00000050)
[   17.766471] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207bc3c0 status 00000426 channel 0 (0x00000050)
[   17.766497] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207becc0 status 00000426 channel 0 (0x00000050)
[   17.766523] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207c1100 status 00000426 channel 0 (0x00000050)
[   17.766551] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207c3740 status 00000426 channel 0 (0x00000050)
[   17.766580] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207c5e00 status 00000426 channel 0 (0x00000050)
[   17.766609] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207c8700 status 00000426 channel 0 (0x00000050)
[   17.766634] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207cafc0 status 00000426 channel 0 (0x00000050)
[   17.766663] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207cd1c0 status 00000426 channel 0 (0x00000050)
[   17.766690] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207cfcc0 status 00000426 channel 0 (0x00000050)
[   17.766719] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207d2040 status 00000426 channel 0 (0x00000050)
[   17.766746] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207d4bc0 status 00000426 channel 0 (0x00000050)
[   17.766774] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207d72c0 status 00000426 channel 0 (0x00000050)
[   17.766800] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207d9b40 status 00000426 channel 0 (0x00000050)
[   17.766827] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207dc180 status 00000426 channel 0 (0x00000050)
[   17.766855] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207de340 status 00000426 channel 0 (0x00000050)
[   17.766884] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207e0e80 status 00000426 channel 0 (0x00000050)
[   17.766914] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207e3840 status 00000426 channel 0 (0x00000050)
[   17.766941] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207e6400 status 00000426 channel 0 (0x00000050)
[   17.766966] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207e8a40 status 00000426 channel 0 (0x00000050)
[   17.766993] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207eacc0 status 00000426 channel 0 (0x00000050)
[   17.767024] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207ed340 status 00000426 channel 0 (0x00000050)
[   17.767051] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207eff40 status 00000426 channel 0 (0x00000050)
[   17.767078] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207f2600 status 00000426 channel 0 (0x00000050)
[   17.767428] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207f4b80 status 00000426 channel 0 (0x00000050)
[   17.767460] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207f8000 status 00000426 channel 0 (0x00000050)
[   17.767491] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207fb400 status 00000426 channel 0 (0x00000050)
[   17.767516] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207fdf40 status 00000426 channel 0 (0x00000050)
[   17.767546] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208002c0 status 00000426 channel 0 (0x00000050)
[   17.767576] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020802b40 status 00000426 channel 0 (0x00000050)
[   17.767605] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208054c0 status 00000426 channel 0 (0x00000050)
[   17.767634] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020807bc0 status 00000426 channel 0 (0x00000050)
[   17.767664] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002080a4c0 status 00000426 channel 0 (0x00000050)
[   17.767691] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002080ca80 status 00000426 channel 0 (0x00000050)
[   17.767720] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002080f040 status 00000426 channel 0 (0x00000050)
[   17.767750] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208115c0 status 00000426 channel 0 (0x00000050)
[   17.767778] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020813f00 status 00000426 channel 0 (0x00000050)
[   17.767808] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208165c0 status 00000426 channel 0 (0x00000050)
[   17.767838] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020818f80 status 00000426 channel 0 (0x00000050)
[   17.767868] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002081b540 status 00000426 channel 0 (0x00000050)
[   17.767894] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002081dec0 status 00000426 channel 0 (0x00000050)
[   17.767922] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020820380 status 00000426 channel 0 (0x00000050)
[   17.767949] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020822b40 status 00000426 channel 0 (0x00000050)
[   17.767978] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208252c0 status 00000426 channel 0 (0x00000050)
[   17.768002] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020827cc0 status 00000426 channel 0 (0x00000050)
[   17.768033] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020829c40 status 00000426 channel 0 (0x00000050)
[   17.773603] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002082ac80 status 00000426 channel 0 (0x00000050)
[   17.773646] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002082b500 status 00000426 channel 0 (0x00000050)
[   17.773674] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002082e580 status 00000426 channel 0 (0x00000050)
[   17.773702] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020831500 status 00000426 channel 0 (0x00000050)
[   17.773732] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020833c00 status 00000426 channel 0 (0x00000050)
[   17.773760] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020836780 status 00000426 channel 0 (0x00000050)
[   17.773787] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020838f80 status 00000426 channel 0 (0x00000050)
[   17.773818] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002083b740 status 00000426 channel 0 (0x00000050)
[   17.773845] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002083e2c0 status 00000426 channel 0 (0x00000050)
[   17.773870] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020840a00 status 00000426 channel 0 (0x00000050)
[   17.773896] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020842f40 status 00000426 channel 0 (0x00000050)
[   17.773925] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020845180 status 00000426 channel 0 (0x00000050)
[   17.773951] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020847d40 status 00000426 channel 0 (0x00000050)
[   17.773977] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002084a0c0 status 00000426 channel 0 (0x00000050)
[   17.774005] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002084c780 status 00000426 channel 0 (0x00000050)
[   17.774031] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002084ef80 status 00000426 channel 0 (0x00000050)
[   17.774061] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020851380 status 00000426 channel 0 (0x00000050)
[   17.774087] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020853ec0 status 00000426 channel 0 (0x00000050)
[   17.774115] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020856440 status 00000426 channel 0 (0x00000050)
[   17.774143] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020858c00 status 00000426 channel 0 (0x00000050)
[   17.774171] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002085b540 status 00000426 channel 0 (0x00000050)
[   17.774198] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002085dc00 status 00000426 channel 0 (0x00000050)
[   17.774227] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020860440 status 00000426 channel 0 (0x00000050)
[   17.774254] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020862d80 status 00000426 channel 0 (0x00000050)
[   17.774281] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208653c0 status 00000426 channel 0 (0x00000050)
[   17.774303] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020867a80 status 00000426 channel 0 (0x00000050)
[   17.774378] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020868ec0 status 00000426 channel 0 (0x00000050)
[   17.774403] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002086c040 status 00000426 channel 0 (0x00000050)
[   17.774432] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002086e580 status 00000426 channel 0 (0x00000050)
[   17.774458] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020870e00 status 00000426 channel 0 (0x00000050)
[   17.774489] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020873280 status 00000426 channel 0 (0x00000050)
[   17.774516] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020875fc0 status 00000426 channel 0 (0x00000050)
[   17.774544] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020878440 status 00000426 channel 0 (0x00000050)
[   17.774571] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002087ac00 status 00000426 channel 0 (0x00000050)
[   17.774600] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002087d340 status 00000426 channel 0 (0x00000050)
[   17.774629] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002087fcc0 status 00000426 channel 0 (0x00000050)
[   17.774660] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020882580 status 00000426 channel 0 (0x00000050)
[   17.774688] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020884fc0 status 00000426 channel 0 (0x00000050)
[   17.774717] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208877c0 status 00000426 channel 0 (0x00000050)
[   17.774746] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020889ec0 status 00000426 channel 0 (0x00000050)
[   17.774776] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002088c6c0 status 00000426 channel 0 (0x00000050)
[   17.774803] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002088f1c0 status 00000426 channel 0 (0x00000050)
[   17.774832] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208916c0 status 00000426 channel 0 (0x00000050)
[   17.774860] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020893c40 status 00000426 channel 0 (0x00000050)
[   17.774888] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208963c0 status 00000426 channel 0 (0x00000050)
[   17.774917] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020898980 status 00000426 channel 0 (0x00000050)
[   17.774947] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002089af80 status 00000426 channel 0 (0x00000050)
[   17.774977] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002089d9c0 status 00000426 channel 0 (0x00000050)
[   17.775005] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208a0280 status 00000426 channel 0 (0x00000050)
[   17.775033] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208a2a80 status 00000426 channel 0 (0x00000050)
[   17.775061] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208a5440 status 00000426 channel 0 (0x00000050)
[   17.775088] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208a7b00 status 00000426 channel 0 (0x00000050)
[   17.775116] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208aa0c0 status 00000426 channel 0 (0x00000050)
[   17.775146] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208acb00 status 00000426 channel 0 (0x00000050)
[   17.775172] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208af640 status 00000426 channel 0 (0x00000050)
[   17.775200] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208b1c40 status 00000426 channel 0 (0x00000050)
[   17.775227] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208b43c0 status 00000426 channel 0 (0x00000050)
[   17.775253] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208b6cc0 status 00000426 channel 0 (0x00000050)
[   17.775281] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208b9240 status 00000426 channel 0 (0x00000050)
[   17.775312] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208bb900 status 00000426 channel 0 (0x00000050)
[   17.775340] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208be700 status 00000426 channel 0 (0x00000050)
[   17.775369] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208c0dc0 status 00000426 channel 0 (0x00000050)
[   17.775397] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208c37c0 status 00000426 channel 0 (0x00000050)
[   17.775424] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208c5d80 status 00000426 channel 0 (0x00000050)
[   17.775452] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208c8540 status 00000426 channel 0 (0x00000050)
[   17.775478] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208cac40 status 00000426 channel 0 (0x00000050)
[   17.775505] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208cd180 status 00000426 channel 0 (0x00000050)
[   17.775533] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208cf800 status 00000426 channel 0 (0x00000050)
[   17.775563] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208d1e40 status 00000426 channel 0 (0x00000050)
[   17.775591] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208d4a00 status 00000426 channel 0 (0x00000050)
[   17.775618] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208d7040 status 00000426 channel 0 (0x00000050)
[   17.775645] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208d9640 status 00000426 channel 0 (0x00000050)
[   17.775672] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208dbb80 status 00000426 channel 0 (0x00000050)
[   17.775697] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208de100 status 00000426 channel 0 (0x00000050)
[   17.775727] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208e0740 status 00000426 channel 0 (0x00000050)
[   17.775753] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208e3080 status 00000426 channel 0 (0x00000050)
[   17.775781] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208e5600 status 00000426 channel 0 (0x00000050)
[   17.775810] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208e7fc0 status 00000426 channel 0 (0x00000050)
[   17.775838] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208ea780 status 00000426 channel 0 (0x00000050)
[   17.775866] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208ece40 status 00000426 channel 0 (0x00000050)
[   17.775895] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208ef7c0 status 00000426 channel 0 (0x00000050)
[   17.775921] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208f2100 status 00000426 channel 0 (0x00000050)
[   17.775948] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208f4640 status 00000426 channel 0 (0x00000050)
[   17.775976] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208f6e80 status 00000426 channel 0 (0x00000050)
[   17.776001] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208f9700 status 00000426 channel 0 (0x00000050)
[   17.779849] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208fb980 status 00000426 channel 0 (0x00000050)
[   17.779880] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00208ffd00 status 00000426 channel 0 (0x00000050)
[   17.779914] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020903640 status 00000426 channel 0 (0x00000050)
[   17.779945] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020906380 status 00000426 channel 0 (0x00000050)
[   17.779972] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020908e80 status 00000426 channel 0 (0x00000050)
[   17.780001] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002090b3c0 status 00000426 channel 0 (0x00000050)
[   17.780031] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002090d9c0 status 00000426 channel 0 (0x00000050)
[   17.780424] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002090e780 status 00000426 channel 0 (0x00000050)
[   17.780466] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002090f700 status 00000426 channel 0 (0x00000050)
[   17.780497] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020912700 status 00000426 channel 0 (0x00000050)
[   17.780530] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020915340 status 00000426 channel 0 (0x00000050)
[   17.780559] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209181c0 status 00000426 channel 0 (0x00000050)
[   17.780590] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002091a840 status 00000426 channel 0 (0x00000050)
[   17.780618] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002091d3c0 status 00000426 channel 0 (0x00000050)
[   17.780647] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002091f940 status 00000426 channel 0 (0x00000050)
[   17.780673] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020922140 status 00000426 channel 0 (0x00000050)
[   17.780700] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020924540 status 00000426 channel 0 (0x00000050)
[   17.780726] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020926dc0 status 00000426 channel 0 (0x00000050)
[   17.780753] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209291c0 status 00000426 channel 0 (0x00000050)
[   17.780783] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002092b6c0 status 00000426 channel 0 (0x00000050)
[   17.780809] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002092e340 status 00000426 channel 0 (0x00000050)
[   17.780837] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020930840 status 00000426 channel 0 (0x00000050)
[   17.780865] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020933040 status 00000426 channel 0 (0x00000050)
[   17.780892] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020935980 status 00000426 channel 0 (0x00000050)
[   17.780917] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020937f40 status 00000426 channel 0 (0x00000050)
[   17.780948] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002093a400 status 00000426 channel 0 (0x00000050)
[   17.780972] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002093d100 status 00000426 channel 0 (0x00000050)
[   17.781003] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002093f400 status 00000426 channel 0 (0x00000050)
[   17.781027] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020941f00 status 00000426 channel 0 (0x00000050)
[   17.781051] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020944080 status 00000426 channel 0 (0x00000050)
[   17.781079] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020946280 status 00000426 channel 0 (0x00000050)
[   17.781106] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020948bc0 status 00000426 channel 0 (0x00000050)
[   17.781135] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002094b140 status 00000426 channel 0 (0x00000050)
[   17.781162] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002094da00 status 00000426 channel 0 (0x00000050)
[   17.781189] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020950180 status 00000426 channel 0 (0x00000050)
[   17.781217] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020952780 status 00000426 channel 0 (0x00000050)
[   17.781245] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020954fc0 status 00000426 channel 0 (0x00000050)
[   17.781271] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209577c0 status 00000426 channel 0 (0x00000050)
[   17.781299] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020959d40 status 00000426 channel 0 (0x00000050)
[   17.781328] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002095c5c0 status 00000426 channel 0 (0x00000050)
[   17.781353] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002095ee40 status 00000426 channel 0 (0x00000050)
[   17.781380] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020961300 status 00000426 channel 0 (0x00000050)
[   17.781405] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020963940 status 00000426 channel 0 (0x00000050)
[   17.781432] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020965d80 status 00000426 channel 0 (0x00000050)
[   17.781461] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209683c0 status 00000426 channel 0 (0x00000050)
[   17.781489] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002096ae40 status 00000426 channel 0 (0x00000050)
[   17.781513] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002096d700 status 00000426 channel 0 (0x00000050)
[   17.781633] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002096f500 status 00000426 channel 0 (0x00000050)
[   17.781660] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020972280 status 00000426 channel 0 (0x00000050)
[   17.781690] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020974d00 status 00000426 channel 0 (0x00000050)
[   17.781718] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020977680 status 00000426 channel 0 (0x00000050)
[   17.781745] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020979e80 status 00000426 channel 0 (0x00000050)
[   17.781772] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002097c500 status 00000426 channel 0 (0x00000050)
[   17.781800] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002097e900 status 00000426 channel 0 (0x00000050)
[   17.781832] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020981040 status 00000426 channel 0 (0x00000050)
[   17.781861] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020983fc0 status 00000426 channel 0 (0x00000050)
[   17.781891] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020986600 status 00000426 channel 0 (0x00000050)
[   17.781918] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020988ec0 status 00000426 channel 0 (0x00000050)
[   17.781947] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002098b380 status 00000426 channel 0 (0x00000050)
[   17.781975] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002098dc40 status 00000426 channel 0 (0x00000050)
[   17.782003] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020990200 status 00000426 channel 0 (0x00000050)
[   17.782033] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020992580 status 00000426 channel 0 (0x00000050)
[   17.782060] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020994cc0 status 00000426 channel 0 (0x00000050)
[   17.782087] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020997400 status 00000426 channel 0 (0x00000050)
[   17.782115] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020999700 status 00000426 channel 0 (0x00000050)
[   17.782140] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002099bf00 status 00000426 channel 0 (0x00000050)
[   17.782168] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002099e1c0 status 00000426 channel 0 (0x00000050)
[   17.782196] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209a0800 status 00000426 channel 0 (0x00000050)
[   17.782222] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209a3080 status 00000426 channel 0 (0x00000050)
[   17.782250] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209a5680 status 00000426 channel 0 (0x00000050)
[   17.782276] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209a7dc0 status 00000426 channel 0 (0x00000050)
[   17.782303] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209aa480 status 00000426 channel 0 (0x00000050)
[   17.782332] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209ac9c0 status 00000426 channel 0 (0x00000050)
[   17.782359] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209af080 status 00000426 channel 0 (0x00000050)
[   17.782387] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209b1cc0 status 00000426 channel 0 (0x00000050)
[   17.782417] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209b4300 status 00000426 channel 0 (0x00000050)
[   17.782444] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209b6e80 status 00000426 channel 0 (0x00000050)
[   17.782473] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209b9300 status 00000426 channel 0 (0x00000050)
[   17.782501] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209bbdc0 status 00000426 channel 0 (0x00000050)
[   17.782530] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209be340 status 00000426 channel 0 (0x00000050)
[   17.782558] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209c0ec0 status 00000426 channel 0 (0x00000050)
[   17.782585] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209c3500 status 00000426 channel 0 (0x00000050)
[   17.782612] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209c5d40 status 00000426 channel 0 (0x00000050)
[   17.782641] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209c8340 status 00000426 channel 0 (0x00000050)
[   17.782669] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209cacc0 status 00000426 channel 0 (0x00000050)
[   17.782698] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209cd440 status 00000426 channel 0 (0x00000050)
[   17.782725] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209cfd40 status 00000426 channel 0 (0x00000050)
[   17.782751] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209d23c0 status 00000426 channel 0 (0x00000050)
[   17.782778] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209d4a00 status 00000426 channel 0 (0x00000050)
[   17.782805] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209d7100 status 00000426 channel 0 (0x00000050)
[   17.782834] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209d9500 status 00000426 channel 0 (0x00000050)
[   17.782861] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209dbfc0 status 00000426 channel 0 (0x00000050)
[   17.782887] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209de3c0 status 00000426 channel 0 (0x00000050)
[   17.782912] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209e0940 status 00000426 channel 0 (0x00000050)
[   17.782976] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209e2a80 status 00000426 channel 0 (0x00000050)
[   17.783004] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209e5ac0 status 00000426 channel 0 (0x00000050)
[   17.783032] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209e8400 status 00000426 channel 0 (0x00000050)
[   17.783060] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209ead80 status 00000426 channel 0 (0x00000050)
[   17.783089] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209ed340 status 00000426 channel 0 (0x00000050)
[   17.783115] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209efc80 status 00000426 channel 0 (0x00000050)
[   17.783142] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209f2280 status 00000426 channel 0 (0x00000050)
[   17.783167] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209f4a80 status 00000426 channel 0 (0x00000050)
[   17.783192] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209f6dc0 status 00000426 channel 0 (0x00000050)
[   17.783219] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209f90c0 status 00000426 channel 0 (0x00000050)
[   17.783246] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209fb600 status 00000426 channel 0 (0x00000050)
[   17.783273] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00209fdec0 status 00000426 channel 0 (0x00000050)
[   17.783302] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a00400 status 00000426 channel 0 (0x00000050)
[   17.783329] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a02d00 status 00000426 channel 0 (0x00000050)
[   17.783357] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a05040 status 00000426 channel 0 (0x00000050)
[   17.783386] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a07700 status 00000426 channel 0 (0x00000050)
[   17.783414] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a09d00 status 00000426 channel 0 (0x00000050)
[   17.783440] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a0c400 status 00000426 channel 0 (0x00000050)
[   17.783467] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a0e700 status 00000426 channel 0 (0x00000050)
[   17.783496] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a10a80 status 00000426 channel 0 (0x00000050)
[   17.783528] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a13400 status 00000426 channel 0 (0x00000050)
[   17.783558] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a15f80 status 00000426 channel 0 (0x00000050)
[   17.783587] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a18800 status 00000426 channel 0 (0x00000050)
[   17.783615] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a1af40 status 00000426 channel 0 (0x00000050)
[   17.783646] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a1d580 status 00000426 channel 0 (0x00000050)
[   17.783672] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a1fdc0 status 00000426 channel 0 (0x00000050)
[   17.783701] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a224c0 status 00000426 channel 0 (0x00000050)
[   17.783729] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a24cc0 status 00000426 channel 0 (0x00000050)
[   17.783758] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a27400 status 00000426 channel 0 (0x00000050)
[   17.783784] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a29d40 status 00000426 channel 0 (0x00000050)
[   17.783811] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a2c3c0 status 00000426 channel 0 (0x00000050)
[   17.783837] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a2ea40 status 00000426 channel 0 (0x00000050)
[   17.783867] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a31000 status 00000426 channel 0 (0x00000050)
[   17.783893] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a33dc0 status 00000426 channel 0 (0x00000050)
[   17.783919] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a36040 status 00000426 channel 0 (0x00000050)
[   17.783947] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a38780 status 00000426 channel 0 (0x00000050)
[   17.783974] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a3af80 status 00000426 channel 0 (0x00000050)
[   17.784002] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a3d640 status 00000426 channel 0 (0x00000050)
[   17.789831] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a3fb80 status 00000426 channel 0 (0x00000050)
[   17.789861] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a43900 status 00000426 channel 0 (0x00000050)
[   17.789892] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a473c0 status 00000426 channel 0 (0x00000050)
[   17.789917] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a4a040 status 00000426 channel 0 (0x00000050)
[   17.789945] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a4c680 status 00000426 channel 0 (0x00000050)
[   17.789972] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a4ef80 status 00000426 channel 0 (0x00000050)
[   17.790001] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a51480 status 00000426 channel 0 (0x00000050)
[   17.790027] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a53e40 status 00000426 channel 0 (0x00000050)
[   17.790057] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a563c0 status 00000426 channel 0 (0x00000050)
[   17.790084] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a58e80 status 00000426 channel 0 (0x00000050)
[   17.790112] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a5b480 status 00000426 channel 0 (0x00000050)
[   17.790132] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a5dcc0 status 00000426 channel 0 (0x00000050)
[   17.790255] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a5ef00 status 00000426 channel 0 (0x00000050)
[   17.790281] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a61c80 status 00000426 channel 0 (0x00000050)
[   17.790307] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a644c0 status 00000426 channel 0 (0x00000050)
[   17.790336] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a66880 status 00000426 channel 0 (0x00000050)
[   17.790362] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a69200 status 00000426 channel 0 (0x00000050)
[   17.790389] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a6b6c0 status 00000426 channel 0 (0x00000050)
[   17.790417] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a6db40 status 00000426 channel 0 (0x00000050)
[   17.790445] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a70140 status 00000426 channel 0 (0x00000050)
[   17.790472] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a72c80 status 00000426 channel 0 (0x00000050)
[   17.790502] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a75340 status 00000426 channel 0 (0x00000050)
[   17.790530] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a77f40 status 00000426 channel 0 (0x00000050)
[   17.790562] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a7a700 status 00000426 channel 0 (0x00000050)
[   17.790588] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a7d3c0 status 00000426 channel 0 (0x00000050)
[   17.790618] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a7f840 status 00000426 channel 0 (0x00000050)
[   17.790648] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a821c0 status 00000426 channel 0 (0x00000050)
[   17.790677] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a849c0 status 00000426 channel 0 (0x00000050)
[   17.790704] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a87100 status 00000426 channel 0 (0x00000050)
[   17.790736] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a89580 status 00000426 channel 0 (0x00000050)
[   17.790763] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a8c100 status 00000426 channel 0 (0x00000050)
[   17.790792] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a8e600 status 00000426 channel 0 (0x00000050)
[   17.790820] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a90d80 status 00000426 channel 0 (0x00000050)
[   17.790848] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a93500 status 00000426 channel 0 (0x00000050)
[   17.790874] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a95b40 status 00000426 channel 0 (0x00000050)
[   17.790902] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a97e00 status 00000426 channel 0 (0x00000050)
[   17.790931] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a9a440 status 00000426 channel 0 (0x00000050)
[   17.790958] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a9cb00 status 00000426 channel 0 (0x00000050)
[   17.790988] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020a9f200 status 00000426 channel 0 (0x00000050)
[   17.791025] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020aa1040 status 00000426 channel 0 (0x00000050)
[   17.791052] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020aa3c40 status 00000426 channel 0 (0x00000050)
[   17.791080] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020aa63c0 status 00000426 channel 0 (0x00000050)
[   17.791107] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020aa8d00 status 00000426 channel 0 (0x00000050)
[   17.791134] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020aab180 status 00000426 channel 0 (0x00000050)
[   17.791161] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020aad580 status 00000426 channel 0 (0x00000050)
[   17.791190] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ab0100 status 00000426 channel 0 (0x00000050)
[   17.791217] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ab2ac0 status 00000426 channel 0 (0x00000050)
[   17.791242] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ab5080 status 00000426 channel 0 (0x00000050)
[   17.791272] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ab7380 status 00000426 channel 0 (0x00000050)
[   17.791298] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ab9e40 status 00000426 channel 0 (0x00000050)
[   17.791325] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020abc380 status 00000426 channel 0 (0x00000050)
[   17.791354] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020abe6c0 status 00000426 channel 0 (0x00000050)
[   17.791382] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ac1340 status 00000426 channel 0 (0x00000050)
[   17.791409] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ac3cc0 status 00000426 channel 0 (0x00000050)
[   17.791437] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ac6440 status 00000426 channel 0 (0x00000050)
[   17.791468] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ac8b80 status 00000426 channel 0 (0x00000050)
[   17.791498] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020acb700 status 00000426 channel 0 (0x00000050)
[   17.791519] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ace040 status 00000426 channel 0 (0x00000050)
[   17.791581] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020acf700 status 00000426 channel 0 (0x00000050)
[   17.791609] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ad2400 status 00000426 channel 0 (0x00000050)
[   17.791637] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ad4cc0 status 00000426 channel 0 (0x00000050)
[   17.791667] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ad7400 status 00000426 channel 0 (0x00000050)
[   17.791695] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ad9f80 status 00000426 channel 0 (0x00000050)
[   17.791724] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020adc840 status 00000426 channel 0 (0x00000050)
[   17.791752] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020adf1c0 status 00000426 channel 0 (0x00000050)
[   17.791782] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ae1840 status 00000426 channel 0 (0x00000050)
[   17.791810] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ae4580 status 00000426 channel 0 (0x00000050)
[   17.791838] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ae6c40 status 00000426 channel 0 (0x00000050)
[   17.791866] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020ae93c0 status 00000426 channel 0 (0x00000050)
[   17.791894] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020aebc00 status 00000426 channel 0 (0x00000050)
[   17.791922] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020aee440 status 00000426 channel 0 (0x00000050)
[   17.791947] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020af0e00 status 00000426 channel 0 (0x00000050)
[   17.791974] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020af3100 status 00000426 channel 0 (0x00000050)
[   17.792001] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020af5740 status 00000426 channel 0 (0x00000050)
[   17.795405] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020af7c60 status 00000426 channel 0 (0x00000050)
[   17.795450] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020af8800 status 00000426 channel 0 (0x00000050)
[   17.795609] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 0020afbd00 status 00000426 channel 0 (0x00000050)
[   17.795648] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207b444c status 00000426 channel 0 (0x00000050)
[   17.795679] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207bcc50 status 00000426 channel 0 (0x00000050)
[   17.795714] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207af460 status 00000426 channel 0 (0x00000050)
[   17.795734] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207b5fd0 status 00000426 channel 0 (0x00000050)
[   17.808204] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207a1b4c status 00000426 channel 0 (0x00000050)
[   17.808227] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207b5f4c status 00000426 channel 0 (0x00000050)
[   17.808253] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207a1bc0 status 00000426 channel 0 (0x00000050)
[   17.808286] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002079e604 status 00000426 channel 0 (0x00000050)
[   17.808306] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207b6004 status 00000426 channel 0 (0x00000050)
[   17.808332] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207a1c60 status 00000426 channel 0 (0x00000050)
[   17.808358] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 002079e6c0 status 00000426 channel 0 (0x00000050)
[   17.808374] [drm] nouveau 0000:01:00.0: PFIFO_BAR_FAULT - VM: Trapped write at 00207c02c0 status 00000426 channel 0 (0x00000050)
[   18.975410] type=1400 audit(1294947864.561:22): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=774 comm="apparmor_parser"
[   18.975889] type=1400 audit(1294947864.561:23): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=774 comm="apparmor_parser"
[   18.976365] type=1400 audit(1294947864.565:24): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=774 comm="apparmor_parser"
[   27.536944] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[   28.032008] eth0: no IPv6 routers present
[   30.868358] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[   98.657990] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[   99.815418] PM: Syncing filesystems ... done.
[   99.817086] PM: Preparing system for mem sleep
[   99.860396] Freezing user space processes ... (elapsed 0.01 seconds) done.
[   99.876034] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[   99.892023] PM: Entering mem sleep
[   99.892044] Suspending console(s) (use no_console_suspend to debug)
[   99.892353] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   99.910442] i8042 aux 00:08: wake-up capability disabled by ACPI
[   99.910495] i8042 kbd 00:07: wake-up capability enabled by ACPI
[   99.910717] serial 00:06: disabled
[   99.910778] [drm] nouveau 0000:01:00.0: Disabling fbcon acceleration...
[   99.910780] [drm] nouveau 0000:01:00.0: Unpinning framebuffer(s)...
[   99.910813] [drm] nouveau 0000:01:00.0: Evicting buffers...
[   99.910898] ata_piix 0000:00:1f.5: PCI INT B disabled
[   99.910955] ehci_hcd 0000:00:1d.7: PCI INT A disabled
[   99.910964] uhci_hcd 0000:00:1d.3: PCI INT D disabled
[   99.910972] uhci_hcd 0000:00:1d.2: PCI INT C disabled
[   99.910980] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[   99.910989] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[   99.911000] pciehp 0000:00:1c.5:pcie04: pciehp_suspend ENTRY
[   99.911026] pciehp 0000:00:1c.0:pcie04: pciehp_suspend ENTRY
[   99.911579] ehci_hcd 0000:00:1a.7: PCI INT C disabled
[   99.911590] uhci_hcd 0000:00:1a.1: PCI INT B disabled
[   99.911603] uhci_hcd 0000:00:1a.0: PCI INT A disabled
[   99.920109] pata_marvell 0000:03:00.0: PCI INT A disabled
[   99.936022] sd 0:0:0:0: [sda] Stopping disk
[   99.936093] pciehp 0000:00:1c.4:pcie04: pciehp_suspend ENTRY
[   99.936289] ata_piix 0000:00:1f.2: PCI INT B disabled
[   99.951209] [drm] nouveau 0000:01:00.0: Idling channels...
[   99.951422] [drm] nouveau 0000:01:00.0: Suspending GPU objects...
[  100.012106] HDA Intel 0000:00:1b.0: PCI INT A disabled
[  100.012168] ACPI handle has no context!
[  101.075205] [drm] nouveau 0000:01:00.0: And we're gone!
[  101.075240] nouveau 0000:01:00.0: PCI INT A disabled
[  101.088055] PM: suspend of devices complete after 1195.755 msecs
[  101.088058] PM: suspend devices took 1.196 seconds
[  101.088228] r8169 0000:04:00.0: PME# enabled
[  101.088240] pcieport 0000:00:1c.5: wake-up capability enabled by ACPI
[  101.136080] PM: late suspend of devices complete after 48.019 msecs
[  101.136209] ACPI: Preparing to enter system sleep state S3
[  101.136438] PM: Saving platform NVS memory
[  101.140168] Disabling non-boot CPUs ...
[  101.244047] CPU 1 is now offline
[  101.244258] Back to C!
[  101.244258] PM: Restoring platform NVS memory
[  101.244258] Enabling non-boot CPUs ...
[  101.244258] Booting Node 0 Processor 1 APIC 0x1
[  101.141358] Initializing CPU#1
[  101.356038] CPU1 is up
[  101.356284] ACPI: Waking up from system sleep state S3
[  101.356608] pcieport 0000:00:01.0: restoring config space at offset 0xf (was 0x1a0100, writing 0x1a010a)
[  101.356618] pcieport 0000:00:01.0: restoring config space at offset 0x1 (was 0x100107, writing 0x100507)
[  101.356651] uhci_hcd 0000:00:1a.0: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
[  101.356678] uhci_hcd 0000:00:1a.1: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
[  101.356711] ehci_hcd 0000:00:1a.7: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002)
[  101.356745] HDA Intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[  101.356749] HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100002)
[  101.356769] pcieport 0000:00:1c.0: restoring config space at offset 0xf (was 0x20100, writing 0x20105)
[  101.356777] pcieport 0000:00:1c.0: restoring config space at offset 0x9 (was 0x1fff1, writing 0x80318021)
[  101.356781] pcieport 0000:00:1c.0: restoring config space at offset 0x8 (was 0xfff0, writing 0x80108000)
[  101.356784] pcieport 0000:00:1c.0: restoring config space at offset 0x7 (was 0xf0, writing 0x1010)
[  101.356790] pcieport 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[  101.356795] pcieport 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100104, writing 0x100507)
[  101.356823] pcieport 0000:00:1c.4: restoring config space at offset 0xf (was 0x20100, writing 0x20105)
[  101.356831] pcieport 0000:00:1c.4: restoring config space at offset 0x9 (was 0x1fff1, writing 0x80518041)
[  101.356839] pcieport 0000:00:1c.4: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[  101.356844] pcieport 0000:00:1c.4: restoring config space at offset 0x1 (was 0x100107, writing 0x100507)
[  101.356872] pcieport 0000:00:1c.5: restoring config space at offset 0xf (was 0x20200, writing 0x2020a)
[  101.356880] pcieport 0000:00:1c.5: restoring config space at offset 0x9 (was 0x1fff1, writing 0x80718061)
[  101.356888] pcieport 0000:00:1c.5: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[  101.356892] pcieport 0000:00:1c.5: restoring config space at offset 0x1 (was 0x100107, writing 0x100507)
[  101.356931] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
[  101.356957] uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
[  101.356984] uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
[  101.357010] uhci_hcd 0000:00:1d.3: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
[  101.357044] ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900002)
[  101.357062] pci 0000:00:1e.0: restoring config space at offset 0xf (was 0x20000, writing 0x200ff)
[  101.357229] pata_marvell 0000:03:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10a)
[  101.357241] pata_marvell 0000:03:00.0: restoring config space at offset 0x9 (was 0x800000, writing 0xfeaffc00)
[  101.357246] pata_marvell 0000:03:00.0: restoring config space at offset 0x8 (was 0x900001, writing 0xd401)
[  101.357251] pata_marvell 0000:03:00.0: restoring config space at offset 0x7 (was 0x8801, writing 0xd481)
[  101.357255] pata_marvell 0000:03:00.0: restoring config space at offset 0x6 (was 0x8201, writing 0xd801)
[  101.357260] pata_marvell 0000:03:00.0: restoring config space at offset 0x5 (was 0x8041, writing 0xd881)
[  101.357265] pata_marvell 0000:03:00.0: restoring config space at offset 0x4 (was 0x8001, writing 0xdc01)
[  101.357270] pata_marvell 0000:03:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[  101.357311] r8169 0000:04:00.0: restoring config space at offset 0xf (was 0x100, writing 0x105)
[  101.357320] r8169 0000:04:00.0: restoring config space at offset 0xc (was 0x0, writing 0xfebc0000)
[  101.357333] r8169 0000:04:00.0: restoring config space at offset 0x6 (was 0x4, writing 0xfebff004)
[  101.357340] r8169 0000:04:00.0: restoring config space at offset 0x4 (was 0x1, writing 0xe801)
[  101.357345] r8169 0000:04:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[  101.357351] r8169 0000:04:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[  101.357484] PM: early resume of devices complete after 0.922 msecs
[  101.357535] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[  101.357541] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[  101.357560] usb usb3: root hub lost power or was reset
[  101.357570] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[  101.357575] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[  101.357594] usb usb4: root hub lost power or was reset
[  101.357604] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[  101.357609] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[  101.357612] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[  101.357616] HDA Intel 0000:00:1b.0: setting latency timer to 64
[  101.357645] pciehp 0000:00:1c.0:pcie04: pciehp_resume ENTRY
[  101.357656] pciehp 0000:00:1c.4:pcie04: pciehp_resume ENTRY
[  101.357656] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[  101.357665] pciehp 0000:00:1c.5:pcie04: pciehp_resume ENTRY
[  101.357671] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[  101.357676] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[  101.357689] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[  101.357697] usb usb5: root hub lost power or was reset
[  101.357696] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[  101.357706] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[  101.357712] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[  101.357719] usb usb6: root hub lost power or was reset
[  101.357729] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[  101.357735] usb usb7: root hub lost power or was reset
[  101.357735] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[  101.357747] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[  101.357753] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[  101.357758] usb usb8: root hub lost power or was reset
[  101.357770] pci 0000:00:1e.0: setting latency timer to 64
[  101.357783] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[  101.357787] ata_piix 0000:00:1f.2: setting latency timer to 64
[  101.357794] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[  101.357798] ata_piix 0000:00:1f.5: setting latency timer to 64
[  101.357798] [drm] nouveau 0000:01:00.0: We're back, enabling device...
[  101.357803] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[  101.357807] nouveau 0000:01:00.0: setting latency timer to 64
[  101.357812] pata_marvell 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[  101.357811] [drm] nouveau 0000:01:00.0: POSTing device...
[  101.357813] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xC10F
[  101.357817] pata_marvell 0000:03:00.0: setting latency timer to 64
[  101.357833] pcieport 0000:00:1c.5: wake-up capability disabled by ACPI
[  101.357839] r8169 0000:04:00.0: PME# disabled
[  101.364248] serial 00:06: activated
[  101.364301] i8042 kbd 00:07: wake-up capability disabled by ACPI
[  101.380106] sd 0:0:0:0: [sda] Starting disk
[  101.468536] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC4B3
[  101.484005] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xD22E
[  101.484032] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xD350
[  101.492094] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD580
[  101.492096] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD5E5
[  101.516010] [drm] nouveau 0000:01:00.0: Restoring GPU objects...
[  101.646594] [drm] nouveau 0000:01:00.0: Reinitialising engines...
[  101.646687] [drm] nouveau 0000:01:00.0: Restoring mode...
[  101.706558] ata3: SATA link down (SStatus 0 SControl 300)
[  101.717119] ata4: SATA link down (SStatus 0 SControl 300)
[  101.852037] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  101.860113] ata2.00: ACPI cmd ef/03:44:00:00:00:a0 (SET FEATURES) filtered out
[  101.860116] ata2.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[  101.860119] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[  101.876107] ata2.00: configured for UDMA/66
[  101.967317] psmouse serio1: ID: 10 00 64
[  106.900006] ata1: link is slow to respond, please be patient (ready=0)
[  107.516035] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  107.524108] ata1.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
[  107.524111] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[  107.524222] ata1.00: ACPI cmd c6/00:10:00:00:00:a0 (SET MULTIPLE MODE) succeeded
[  107.524225] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[  107.540221] ata1.00: configured for UDMA/133
[  107.549677] PM: resume of devices complete after 6192.169 msecs
[  107.549872] PM: resume devices took 6.192 seconds
[  107.549967] PM: Finishing wakeup.
[  107.549969] Restarting tasks ... done.
[  107.601443] r8169 0000:04:00.0: eth0: link down
[  107.601449] r8169 0000:04:00.0: eth0: link down
[  107.601595] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  108.463559] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[  109.194013] r8169 0000:04:00.0: eth0: link up
[  109.194224] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  120.160013] eth0: no IPv6 routers present


More information about the dri-devel mailing list