From: Sergei Trofimovich <slyich@gmail.com>
To: linux-btrfs@vger.kernel.org
Cc: cwillu@cwillu.com
Subject: v2.6.38-6555-ga44f99c: null pointer dereference on -ENOSPC
Date: Tue, 29 Mar 2011 10:32:24 +0300 [thread overview]
Message-ID: <20110329103224.3fecfd32@sf.vba.domain> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 4705 bytes --]
The partition is a physical ~5GB --mixed lzo compressed partition.
I run large compiles there. During one of those kernel OOpsed
(It seems to be reproducible). At the time of OOps and after reboot 'du -hs'
reports 2.5GBs free. Before compiation 'du -hs' reported 3.4GBs free.
kernel version: v2.6.38-6555-ga44f99c (a bit outdated linus's master branch)
OOps snippet:
[ 9148.292851] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030
[ 9148.292889] IP: [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.292931] PGD 6360f067 PUD 6360e067 PMD 0
[ 9148.292948] Oops: 0000 [#1] PREEMPT SMP
[ 9148.292961] last sysfs file: /sys/devices/pci0000:00/0000:00:05.0/sound/card0/uevent
[ 9148.292975] CPU 0
[ 9148.292979] Modules linked in: bridge stp llc btrfs zlib_deflate lzo_decompress lzo_compress crc32c libcrc32c tun kvm_am
d kvm fuse nouveau ttm drm_kms_helper forcedeth 8139cp 8139too drm i2c_algo_bit i2c_core cfbcopyarea cfbimgblt cfbfillrect
[ 9148.293064]
[ 9148.293070] Pid: 1555, comm: btrfs-endio-wri Not tainted 2.6.38+ #1 To Be Filled By O.E.M. To Be Filled By O.E.M./ALiveN
F6G-VSTA
[ 9148.293094] RIP: 0010:[<ffffffffa02341e7>] [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.293117] RSP: 0018:ffff88006e99d9e0 EFLAGS: 00010283
[ 9148.293125] RAX: 00000000ffffffe4 RBX: 0000000000000000 RCX: 0000000000000000
[ 9148.293136] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000001
[ 9148.293148] RBP: ffff88006e99da60 R08: ffffffffffffffff R09: 00000000c0000000
[ 9148.293158] R10: ffffffffffffffe4 R11: 0000000000000000 R12: 0000000000000002
[ 9148.293170] R13: ffff880076312000 R14: 0000000000000000 R15: 0000000000000000
[ 9148.293182] FS: 00007fc9c27ad700(0000) GS:ffff88007bc00000(0000) knlGS:00000000f760f6c0
[ 9148.293195] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 9148.293204] CR2: 0000000000000030 CR3: 000000006c783000 CR4: 00000000000006f0
[ 9148.293215] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 9148.293226] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 9148.293238] Process btrfs-endio-wri (pid: 1555, threadinfo ffff88006e99c000, task ffff88006e992c00)
[ 9148.293251] Stack:
[ 9148.293255] 00000000b6889000 ffffffffa0263ed4 ffff880076312000 ffff88006e99dab8
[ 9148.293275] ffff88006e99dac0 ffff88006d9292d0 00000000b6889000 00000000001000a8
[ 9148.293292] ffff88006e99da00 ffffffff810d264f ffff88003054e600 ffff88006d9292d0
[ 9148.293309] Call Trace:
[ 9148.293338] [<ffffffffa0263ed4>] ? map_private_extent_buffer+0xe4/0x1d0 [btrfs]
[ 9148.293356] [<ffffffff810d264f>] ? kmem_cache_alloc+0x7f/0x90
[ 9148.293374] [<ffffffffa022c8e5>] __btrfs_free_extent+0x645/0x700 [btrfs]
[ 9148.293393] [<ffffffffa0263fce>] ? unmap_extent_buffer+0xe/0x40 [btrfs]
[ 9148.293409] [<ffffffff8103b2f1>] ? get_parent_ip+0x11/0x50
[ 9148.293425] [<ffffffffa022fe61>] run_clustered_refs+0x381/0x860 [btrfs]
[ 9148.293430] [<ffffffffa0263ed4>] ? map_private_extent_buffer+0xe4/0x1d0 [btrfs]
[ 9148.293430] [<ffffffffa027eb00>] ? btrfs_find_ref_cluster+0x90/0x180 [btrfs]
[ 9148.293430] [<ffffffffa0230400>] btrfs_run_delayed_refs+0xc0/0x210 [btrfs]
[ 9148.293430] [<ffffffffa0240518>] __btrfs_end_transaction+0x68/0x220 [btrfs]
[ 9148.293430] [<ffffffffa0240710>] btrfs_end_transaction+0x10/0x20 [btrfs]
[ 9148.293430] [<ffffffffa0245f6c>] btrfs_finish_ordered_io+0x28c/0x330 [btrfs]
[ 9148.293430] [<ffffffff8109bcfb>] ? mempool_free+0x4b/0xa0
[ 9148.293430] [<ffffffffa0246025>] btrfs_writepage_end_io_hook+0x15/0x20 [btrfs]
[ 9148.293430] [<ffffffffa027d22d>] end_compressed_bio_write+0x7d/0xf0 [btrfs]
[ 9148.293430] [<ffffffff8110ed28>] bio_endio+0x18/0x30
[ 9148.293430] [<ffffffffa0239fcc>] end_workqueue_fn+0xec/0x120 [btrfs]
[ 9148.293430] [<ffffffffa026c2cc>] worker_loop+0xac/0x510 [btrfs]
[ 9148.293430] [<ffffffffa026c220>] ? worker_loop+0x0/0x510 [btrfs]
[ 9148.293430] [<ffffffff8105bd56>] kthread+0x96/0xa0
[ 9148.293430] [<ffffffff81575054>] kernel_thread_helper+0x4/0x10
[ 9148.293430] [<ffffffff8105bcc0>] ? kthread+0x0/0xa0
[ 9148.293430] [<ffffffff81575050>] ? kernel_thread_helper+0x0/0x10
[ 9148.293430] Code: 00 00 00 00 55 48 89 e5 48 83 c4 80 4c 89 6d e8 49 89 fd bf 01 00 00 00 48 89 5d d8 4c 89 65 e0 48 89
f3 4c 89 75 f0 4c 89 7d f8 <4c> 8b 66 30 e8 10 72 e0 e0 48 b8 00 00 00 00 00 16 00 00 49 01
[ 9148.293430] RIP [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.293430] RSP <ffff88006e99d9e0>
[ 9148.293430] CR2: 0000000000000030
[ 9148.298484] ---[ end trace 5b3f62fdb89bc634 ]---
Full dmesg is attached
--
Sergei
[-- Attachment #1.2: btrfs-dmesg --]
[-- Type: application/octet-stream, Size: 65917 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.38+ (st@st) (gcc version 4.5.2 (Gentoo Hardened 4.5.2 p1.0, pie-0.4.5) ) #1 SMP PREEMPT Mon Mar 21 19:16:22 EET 2011
[ 0.000000] Command line: BOOT_IMAGE=(hd0,5)/vmlinuz root=/dev/sda7 ro
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007bfb0000 (usable)
[ 0.000000] BIOS-e820: 000000007bfb0000 - 000000007bfc0000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007bfc0000 - 000000007bff0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007bff0000 - 000000007c000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff380000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./ALiveNF6G-VSTA, BIOS P1.50 05/04/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x7bfb0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FF80000000 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 [ffff8800000ff780] ff780
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-000000007bfb0000
[ 0.000000] 0000000000 - 007be00000 page 2M
[ 0.000000] 007be00000 - 007bfb0000 page 4k
[ 0.000000] kernel direct mapping tables up to 7bfb0000 @ 7bfac000-7bfb0000
[ 0.000000] ACPI: RSDP 00000000000fa860 00014 (v00 ACPIAM)
[ 0.000000] ACPI: RSDT 000000007bfb0000 0003C (v01 A_M_I OEMRSDT 05000704 MSFT 00000097)
[ 0.000000] ACPI: FACP 000000007bfb0200 00084 (v02 A M I OEMFACP 12000601 MSFT 00000097)
[ 0.000000] ACPI: DSDT 000000007bfb0440 04C5F (v01 ALV6V ALV6V141 00000141 INTL 20051117)
[ 0.000000] ACPI: FACS 000000007bfc0000 00040
[ 0.000000] ACPI: APIC 000000007bfb0390 00070 (v01 A_M_I OEMAPIC 05000704 MSFT 00000097)
[ 0.000000] ACPI: MCFG 000000007bfb0400 0003C (v01 A_M_I OEMMCFG 05000704 MSFT 00000097)
[ 0.000000] ACPI: OEMB 000000007bfc0040 00060 (v01 A_M_I AMI_OEM 05000704 MSFT 00000097)
[ 0.000000] ACPI: HPET 000000007bfb50a0 00038 (v01 A_M_I OEMHPET0 05000704 MSFT 00000097)
[ 0.000000] ACPI: SSDT 000000007bfb50e0 00206 (v01 A M I POWERNOW 00000001 AMD 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff880079600000-ffff88007b1fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 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 -> 0x0007bfb0
[ 0.000000] On node 0 totalpages: 507711
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3922 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6887 pages used for memmap
[ 0.000000] DMA32 zone: 496841 pages, LIFO batch:31
[ 0.000000] Detected use of extended apic ids on hypertransport bus
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 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: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] Allocating PCI resources starting at 7c000000 (gap: 7c000000:82c00000)
[ 0.000000] setup_percpu: NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 26 pages/cpu @ffff88007bc00000 s74304 r8192 d24000 u1048576
[ 0.000000] pcpu-alloc: s74304 r8192 d24000 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 500763
[ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,5)/vmlinuz root=/dev/sda7 ro
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Node 0: aperture @ 394000000 size 32 MB
[ 0.000000] Aperture beyond 4GB. Ignoring.
[ 0.000000] Memory: 1986716k/2031296k available (5598k kernel code, 452k absent, 44128k reserved, 5283k data, 460k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptable hierarchical RCU implementation.
[ 0.000000] NR_IRQS:320
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 20971520 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2109.526 MHz processor.
[ 0.000000] Marking TSC unstable due to TSCs unsynchronized
[ 0.002162] Calibrating delay loop (skipped), value calculated using timer frequency.. 4219.05 BogoMIPS (lpj=2109526)
[ 0.002462] pid_max: default: 32768 minimum: 301
[ 0.002669] Mount-cache hash table entries: 256
[ 0.002999] Initializing cgroup subsys ns
[ 0.003004] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.003294] Initializing cgroup subsys cpuacct
[ 0.003460] Initializing cgroup subsys memory
[ 0.003622] Initializing cgroup subsys devices
[ 0.003770] Initializing cgroup subsys freezer
[ 0.003937] tseg: 0000000000
[ 0.003952] CPU: Physical Processor ID: 0
[ 0.004003] CPU: Processor Core ID: 0
[ 0.004150] mce: CPU supports 5 MCE banks
[ 0.004307] using C1E aware idle routine
[ 0.004480] ACPI: Core revision 20110112
[ 0.007543] Setting APIC routing to flat
[ 0.008173] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.018327] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ stepping 01
[ 0.018998] Performance Events: AMD PMU driver.
[ 0.018998] ... version: 0
[ 0.018998] ... bit width: 48
[ 0.018998] ... generic registers: 4
[ 0.018998] ... value mask: 0000ffffffffffff
[ 0.018998] ... max period: 00007fffffffffff
[ 0.018998] ... fixed-purpose events: 0
[ 0.019000] ... event mask: 000000000000000f
[ 0.031017] Booting Node 0, Processors #1 Ok.
[ 0.031193] smpboot cpu 1: start_ip = 9a000
[ 0.102063] Brought up 2 CPUs
[ 0.102210] Total of 2 processors activated (8438.28 BogoMIPS).
[ 0.103141] NET: Registered protocol family 16
[ 0.103313] node 0 link 0: io port [1000, ffffff]
[ 0.103313] TOM: 0000000080000000 aka 2048M
[ 0.103313] node 0 link 0: mmio [e0000000, efffffff]
[ 0.103313] node 0 link 0: mmio [a0000, bffff]
[ 0.103313] node 0 link 0: mmio [80000000, fe0bffff]
[ 0.103313] bus: [00, ff] on node 0 link 0
[ 0.103313] bus: 00 index 0 [io 0x0000-0xffff]
[ 0.103313] bus: 00 index 1 [mem 0x80000000-0xfcffffffff]
[ 0.103313] bus: 00 index 2 [mem 0x000a0000-0x000bffff]
[ 0.103313] ACPI: bus type pci registered
[ 0.104044] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.104336] PCI: not using MMCONFIG
[ 0.104485] PCI: Using configuration type 1 for base access
[ 0.112046] bio: create slab <bio-0> at 0
[ 0.114092] ACPI: EC: Look up EC in DSDT
[ 0.115611] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.118358] ACPI: Interpreter enabled
[ 0.118524] ACPI: (supports S0 S1 S3 S5)
[ 0.118792] ACPI: Using IOAPIC for interrupt routing
[ 0.118971] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.120387] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.151173] ACPI: No dock devices found.
[ 0.152020] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.152491] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.152674] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.152674] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.152674] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.152674] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
[ 0.152674] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xff37ffff] (ignored)
[ 0.152674] pci 0000:00:00.0: [10de:03ea] type 0 class 0x000500
[ 0.153062] pci 0000:00:01.0: [10de:03e0] type 0 class 0x000601
[ 0.153105] pci 0000:00:01.1: [10de:03eb] type 0 class 0x000c05
[ 0.153117] pci 0000:00:01.1: reg 10: [io 0xdc00-0xdc3f]
[ 0.153134] pci 0000:00:01.1: reg 20: [io 0x5000-0x503f]
[ 0.153140] pci 0000:00:01.1: reg 24: [io 0x6000-0x603f]
[ 0.153162] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.153168] pci 0000:00:01.1: PME# disabled
[ 0.153179] pci 0000:00:01.2: [10de:03f5] type 0 class 0x000500
[ 0.153224] pci 0000:00:02.0: [10de:03f1] type 0 class 0x000c03
[ 0.153234] pci 0000:00:02.0: reg 10: [mem 0xdfeff000-0xdfefffff]
[ 0.153267] pci 0000:00:02.0: supports D1 D2
[ 0.153269] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.153273] pci 0000:00:02.0: PME# disabled
[ 0.153288] pci 0000:00:02.1: [10de:03f2] type 0 class 0x000c03
[ 0.153299] pci 0000:00:02.1: reg 10: [mem 0xdfefec00-0xdfefecff]
[ 0.153336] pci 0000:00:02.1: supports D1 D2
[ 0.153339] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.153343] pci 0000:00:02.1: PME# disabled
[ 0.153362] pci 0000:00:04.0: [10de:03f3] type 1 class 0x000604
[ 0.153402] pci 0000:00:05.0: [10de:03f0] type 0 class 0x000403
[ 0.153414] pci 0000:00:05.0: reg 10: [mem 0xdfef8000-0xdfefbfff]
[ 0.153451] pci 0000:00:05.0: PME# supported from D3hot D3cold
[ 0.153454] pci 0000:00:05.0: PME# disabled
[ 0.153474] pci 0000:00:06.0: [10de:03ec] type 0 class 0x000101
[ 0.153497] pci 0000:00:06.0: reg 20: [io 0xffa0-0xffaf]
[ 0.153527] pci 0000:00:07.0: [10de:03ef] type 0 class 0x000680
[ 0.153539] pci 0000:00:07.0: reg 10: [mem 0xdfefd000-0xdfefdfff]
[ 0.153544] pci 0000:00:07.0: reg 14: [io 0xd480-0xd487]
[ 0.153574] pci 0000:00:07.0: supports D1 D2
[ 0.153576] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.153581] pci 0000:00:07.0: PME# disabled
[ 0.153595] pci 0000:00:08.0: [10de:03f6] type 0 class 0x000101
[ 0.153605] pci 0000:00:08.0: reg 10: [io 0x0e00-0x0e07]
[ 0.153610] pci 0000:00:08.0: reg 14: [io 0x0e20-0x0e23]
[ 0.153615] pci 0000:00:08.0: reg 18: [io 0x0e40-0x0e47]
[ 0.153620] pci 0000:00:08.0: reg 1c: [io 0x0e60-0x0e63]
[ 0.153626] pci 0000:00:08.0: reg 20: [io 0xc880-0xc88f]
[ 0.153631] pci 0000:00:08.0: reg 24: [mem 0xdfefc000-0xdfefcfff]
[ 0.153657] pci 0000:00:08.1: [10de:03f6] type 0 class 0x000101
[ 0.153666] pci 0000:00:08.1: reg 10: [io 0x0e80-0x0e87]
[ 0.153672] pci 0000:00:08.1: reg 14: [io 0x0ea0-0x0ea3]
[ 0.153678] pci 0000:00:08.1: reg 18: [io 0x0ec0-0x0ec7]
[ 0.153683] pci 0000:00:08.1: reg 1c: [io 0x0ee0-0x0ee3]
[ 0.153689] pci 0000:00:08.1: reg 20: [io 0xc000-0xc00f]
[ 0.153694] pci 0000:00:08.1: reg 24: [mem 0xdfef7000-0xdfef7fff]
[ 0.153726] pci 0000:00:09.0: [10de:03e8] type 1 class 0x000604
[ 0.153751] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.153754] pci 0000:00:09.0: PME# disabled
[ 0.153769] pci 0000:00:0b.0: [10de:03e9] type 1 class 0x000604
[ 0.153793] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.153797] pci 0000:00:0b.0: PME# disabled
[ 0.153811] pci 0000:00:0c.0: [10de:03e9] type 1 class 0x000604
[ 0.153835] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.153838] pci 0000:00:0c.0: PME# disabled
[ 0.153850] pci 0000:00:0d.0: [10de:03d0] type 0 class 0x000300
[ 0.153858] pci 0000:00:0d.0: reg 10: [mem 0xde000000-0xdeffffff]
[ 0.153865] pci 0000:00:0d.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.153872] pci 0000:00:0d.0: reg 1c: [mem 0xdd000000-0xddffffff 64bit]
[ 0.153880] pci 0000:00:0d.0: reg 30: [mem 0xdfec0000-0xdfedffff pref]
[ 0.153905] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
[ 0.153924] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
[ 0.153940] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
[ 0.153958] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
[ 0.153981] PCI: peer root bus 00 res updated from pci conf
[ 0.154064] pci 0000:01:08.0: [10ec:8139] type 0 class 0x000200
[ 0.154078] pci 0000:01:08.0: reg 10: [io 0xe800-0xe8ff]
[ 0.154086] pci 0000:01:08.0: reg 14: [mem 0xdffffc00-0xdffffcff]
[ 0.154130] pci 0000:01:08.0: supports D1 D2
[ 0.154133] pci 0000:01:08.0: PME# supported from D1 D2 D3hot
[ 0.154137] pci 0000:01:08.0: PME# disabled
[ 0.154165] pci 0000:00:04.0: PCI bridge to [bus 01-01] (subtractive decode)
[ 0.154322] pci 0000:00:04.0: bridge window [io 0xe000-0xefff]
[ 0.154326] pci 0000:00:04.0: bridge window [mem 0xdff00000-0xdfffffff]
[ 0.154330] pci 0000:00:04.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.154333] pci 0000:00:04.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.154336] pci 0000:00:04.0: bridge window [mem 0x80000000-0xfcffffffff] (subtractive decode)
[ 0.154339] pci 0000:00:04.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.154364] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[ 0.154514] pci 0000:00:09.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.154518] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.154522] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.154546] pci 0000:00:0b.0: PCI bridge to [bus 03-03]
[ 0.154696] pci 0000:00:0b.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.154700] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.154704] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.154728] pci 0000:00:0c.0: PCI bridge to [bus 04-04]
[ 0.154880] pci 0000:00:0c.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.154883] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.154888] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.154897] pci_bus 0000:00: on NUMA node 0
[ 0.154901] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.155071] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.155131] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT]
[ 0.155171] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
[ 0.155301] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.155598] pci0000:00: ACPI _OSC control (0x1d) granted
[ 0.161242] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *10
[ 0.162071] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[ 0.162501] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
[ 0.163045] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[ 0.163469] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *0, disabled.
[ 0.163886] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *0, disabled.
[ 0.164304] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *0, disabled.
[ 0.164721] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled.
[ 0.165086] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *5
[ 0.165479] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *7
[ 0.165880] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
[ 0.166350] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10
[ 0.166743] ACPI: PCI Interrupt Link [LACI] (IRQs 20 21 22 23) *0, disabled.
[ 0.167068] ACPI: PCI Interrupt Link [LMC9] (IRQs 20 21 22 23) *10
[ 0.167465] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *11
[ 0.167990] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *0, disabled.
[ 0.168422] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
[ 0.168822] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *10
[ 0.169228] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[ 0.169589] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.169989] vgaarb: loaded
[ 0.170221] SCSI subsystem initialized
[ 0.170221] libata version 3.00 loaded.
[ 0.170221] usbcore: registered new interface driver usbfs
[ 0.171018] usbcore: registered new interface driver hub
[ 0.171160] usbcore: registered new device driver usb
[ 0.171170] Advanced Linux Sound Architecture Driver Version 1.0.24.
[ 0.171175] PCI: Using ACPI for IRQ routing
[ 0.171990] PCI: pci_cache_line_size set to 64 bytes
[ 0.172061] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[ 0.172064] reserve RAM buffer: 000000007bfb0000 - 000000007bffffff
[ 0.172087] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.172202] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[ 0.172452] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[ 0.178037] Switching to clocksource hpet
[ 0.178262] pnp: PnP ACPI init
[ 0.178262] ACPI: bus type pnp registered
[ 0.178531] pnp 00:00: [bus 00-ff]
[ 0.178534] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.178537] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.178540] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.178543] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.178549] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[ 0.178551] pnp 00:00: [mem 0x80000000-0xff37ffff window]
[ 0.178673] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.178695] pnp 00:01: [dma 4]
[ 0.178697] pnp 00:01: [io 0x0000-0x000f]
[ 0.178700] pnp 00:01: [io 0x0081-0x0083]
[ 0.178702] pnp 00:01: [io 0x0087]
[ 0.178704] pnp 00:01: [io 0x0089-0x008b]
[ 0.178706] pnp 00:01: [io 0x008f]
[ 0.178709] pnp 00:01: [io 0x00c0-0x00df]
[ 0.178738] Switched to NOHz mode on CPU #0
[ 0.178791] Switched to NOHz mode on CPU #1
[ 0.179112] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.179126] pnp 00:02: [io 0x0070-0x0071]
[ 0.179142] pnp 00:02: [irq 8]
[ 0.179207] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.179219] pnp 00:03: [io 0x0061]
[ 0.179287] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.179298] pnp 00:04: [io 0x00f0-0x00ff]
[ 0.179307] pnp 00:04: [irq 13]
[ 0.179373] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.180217] pnp 00:05: [mem 0x000d0000-0x000d3fff window]
[ 0.180221] pnp 00:05: [mem 0x000d4000-0x000d7fff window]
[ 0.180223] pnp 00:05: [mem 0x000de000-0x000dffff window]
[ 0.180226] pnp 00:05: [io 0x0010-0x001f]
[ 0.180228] pnp 00:05: [io 0x0022-0x003f]
[ 0.180230] pnp 00:05: [io 0x0044-0x005f]
[ 0.180233] pnp 00:05: [io 0x0062-0x0063]
[ 0.180235] pnp 00:05: [io 0x0065-0x006f]
[ 0.180237] pnp 00:05: [io 0x0072-0x007f]
[ 0.180239] pnp 00:05: [io 0x0080]
[ 0.180242] pnp 00:05: [io 0x0084-0x0086]
[ 0.180244] pnp 00:05: [io 0x0088]
[ 0.180246] pnp 00:05: [io 0x008c-0x008e]
[ 0.180249] pnp 00:05: [io 0x0090-0x009f]
[ 0.180251] pnp 00:05: [io 0x00a2-0x00bf]
[ 0.180253] pnp 00:05: [io 0x00e0-0x00ef]
[ 0.180255] pnp 00:05: [io 0x04d0-0x04d1]
[ 0.180258] pnp 00:05: [io 0x0800-0x080f]
[ 0.180260] pnp 00:05: [io 0x4000-0x407f]
[ 0.180263] pnp 00:05: [io 0x4080-0x40ff]
[ 0.180265] pnp 00:05: [io 0x4400-0x447f]
[ 0.180267] pnp 00:05: [io 0x4480-0x44ff]
[ 0.180270] pnp 00:05: [io 0x4800-0x487f]
[ 0.180272] pnp 00:05: [io 0x4880-0x48ff]
[ 0.180274] pnp 00:05: [io 0x2000-0x207f]
[ 0.180277] pnp 00:05: [io 0x2080-0x20ff]
[ 0.180279] pnp 00:05: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.180282] pnp 00:05: [mem 0xfefe0000-0xfefe01ff]
[ 0.180288] pnp 00:05: [mem 0xfefe1000-0xfefe1fff]
[ 0.180290] pnp 00:05: [mem 0xfee01000-0xfeefffff]
[ 0.180430] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.180585] system 00:05: [io 0x0800-0x080f] has been reserved
[ 0.180738] system 00:05: [io 0x4000-0x407f] has been reserved
[ 0.180892] system 00:05: [io 0x4080-0x40ff] has been reserved
[ 0.181078] system 00:05: [io 0x4400-0x447f] has been reserved
[ 0.181245] system 00:05: [io 0x4480-0x44ff] has been reserved
[ 0.181412] system 00:05: [io 0x4800-0x487f] has been reserved
[ 0.181566] system 00:05: [io 0x4880-0x48ff] has been reserved
[ 0.181721] system 00:05: [io 0x2000-0x207f] has been reserved
[ 0.181876] system 00:05: [io 0x2080-0x20ff] has been reserved
[ 0.182040] system 00:05: [mem 0x000d0000-0x000d3fff window] has been reserved
[ 0.182316] system 00:05: [mem 0x000d4000-0x000d7fff window] has been reserved
[ 0.182592] system 00:05: [mem 0x000de000-0x000dffff window] has been reserved
[ 0.182867] system 00:05: [mem 0xfefe0000-0xfefe01ff] has been reserved
[ 0.186512] system 00:05: [mem 0xfefe1000-0xfefe1fff] has been reserved
[ 0.186665] system 00:05: [mem 0xfee01000-0xfeefffff] has been reserved
[ 0.186819] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.186885] pnp 00:06: [mem 0xfed00000-0xfed00fff]
[ 0.186954] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.187001] pnp 00:07: [mem 0xfec00000-0xfec00fff]
[ 0.187014] pnp 00:07: [mem 0xfee00000-0xfee00fff]
[ 0.187104] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.187257] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.187409] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.187440] pnp 00:08: [io 0x0060]
[ 0.187443] pnp 00:08: [io 0x0064]
[ 0.187452] pnp 00:08: [irq 1]
[ 0.187520] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.187717] pnp 00:09: [io 0x0000-0xffffffffffffffff disabled]
[ 0.187720] pnp 00:09: [io 0x0000-0xffffffffffffffff disabled]
[ 0.187723] pnp 00:09: [io 0x0290-0x029f]
[ 0.187812] system 00:09: [io 0x0290-0x029f] has been reserved
[ 0.187968] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.188030] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[ 0.188119] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.188273] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.188456] pnp 00:0b: [mem 0x00000000-0x0009ffff]
[ 0.188459] pnp 00:0b: [mem 0x000c0000-0x000cffff]
[ 0.188462] pnp 00:0b: [mem 0x000e0000-0x000fffff]
[ 0.188464] pnp 00:0b: [mem 0x00100000-0x7fffffff]
[ 0.188467] pnp 00:0b: [mem 0xff380000-0xffffffff]
[ 0.188580] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.188733] system 00:0b: [mem 0x000c0000-0x000cffff] has been reserved
[ 0.188885] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.189048] system 00:0b: [mem 0x00100000-0x7fffffff] could not be reserved
[ 0.189202] system 00:0b: [mem 0xff380000-0xffffffff] has been reserved
[ 0.189354] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.189673] pnp: PnP ACPI: found 12 devices
[ 0.189821] ACPI: ACPI bus type pnp unregistered
[ 0.199385] pci 0000:00:04.0: PCI bridge to [bus 01-01]
[ 0.199568] pci 0000:00:04.0: bridge window [io 0xe000-0xefff]
[ 0.199735] pci 0000:00:04.0: bridge window [mem 0xdff00000-0xdfffffff]
[ 0.199894] pci 0000:00:04.0: bridge window [mem pref disabled]
[ 0.200096] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[ 0.200245] pci 0000:00:09.0: bridge window [io disabled]
[ 0.200395] pci 0000:00:09.0: bridge window [mem disabled]
[ 0.200545] pci 0000:00:09.0: bridge window [mem pref disabled]
[ 0.200697] pci 0000:00:0b.0: PCI bridge to [bus 03-03]
[ 0.200845] pci 0000:00:0b.0: bridge window [io disabled]
[ 0.200996] pci 0000:00:0b.0: bridge window [mem disabled]
[ 0.201240] pci 0000:00:0b.0: bridge window [mem pref disabled]
[ 0.201392] pci 0000:00:0c.0: PCI bridge to [bus 04-04]
[ 0.201547] pci 0000:00:0c.0: bridge window [io disabled]
[ 0.201713] pci 0000:00:0c.0: bridge window [mem disabled]
[ 0.201874] pci 0000:00:0c.0: bridge window [mem pref disabled]
[ 0.202043] pci 0000:00:04.0: setting latency timer to 64
[ 0.202049] pci 0000:00:09.0: setting latency timer to 64
[ 0.202054] pci 0000:00:0b.0: setting latency timer to 64
[ 0.202060] pci 0000:00:0c.0: setting latency timer to 64
[ 0.202064] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.202067] pci_bus 0000:00: resource 5 [mem 0x80000000-0xfcffffffff]
[ 0.202070] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.202073] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.202075] pci_bus 0000:01: resource 1 [mem 0xdff00000-0xdfffffff]
[ 0.202078] pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
[ 0.202081] pci_bus 0000:01: resource 5 [mem 0x80000000-0xfcffffffff]
[ 0.202083] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.202137] NET: Registered protocol family 2
[ 0.202377] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.203097] IPv4 FIB: Using LC-trie version 0.409
[ 0.203386] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.206194] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.207016] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.207184] TCP reno registered
[ 0.207346] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.207517] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.207822] NET: Registered protocol family 1
[ 0.208155] RPC: Registered udp transport module.
[ 0.208319] RPC: Registered tcp transport module.
[ 0.208470] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.733062] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.733261] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.733472] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.733680] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.733890] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.734113] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.734332] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.734557] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 0.734713] pci 0000:00:0d.0: Boot video device
[ 0.734725] PCI: CLS 64 bytes, default 64
[ 0.737411] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.744627] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.745316] JFS: nTxBlock = 8192, nTxLock = 65536
[ 0.749848] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[ 0.751180] SGI XFS Quota Management subsystem
[ 0.751353] msgmni has been set to 3880
[ 0.751997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.752309] io scheduler noop registered
[ 0.752554] io scheduler cfq registered (default)
[ 0.752855] pcieport 0000:00:09.0: setting latency timer to 64
[ 0.752884] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[ 0.753035] pcieport 0000:00:0b.0: setting latency timer to 64
[ 0.753055] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[ 0.753187] pcieport 0000:00:0c.0: setting latency timer to 64
[ 0.753207] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[ 0.753912] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 0.754261] ACPI: Power Button [PWRB]
[ 0.754512] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.754804] ACPI: Power Button [PWRF]
[ 0.755090] ACPI: acpi_idle registered with cpuidle
[ 0.758258] Linux agpgart interface v0.103
[ 3.776142] floppy0: no floppy controllers found
[ 3.777767] loop: module loaded
[ 3.778741] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 3.779101] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 3.779320] megasas: 00.00.05.34-rc1 Thu. Feb. 24 17:00:00 PDT 2011
[ 3.779672] sata_nv 0000:00:08.0: version 3.5
[ 3.779861] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
[ 3.780038] sata_nv 0000:00:08.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
[ 3.780389] sata_nv 0000:00:08.0: setting latency timer to 64
[ 3.780874] scsi0 : sata_nv
[ 3.781316] scsi1 : sata_nv
[ 3.781719] ata1: SATA max UDMA/133 cmd 0xe00 ctl 0xe20 bmdma 0xc880 irq 23
[ 3.781888] ata2: SATA max UDMA/133 cmd 0xe40 ctl 0xe60 bmdma 0xc888 irq 23
[ 3.782266] ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 22
[ 3.782436] sata_nv 0000:00:08.1: PCI INT B -> Link[LSA1] -> GSI 22 (level, low) -> IRQ 22
[ 3.782750] sata_nv 0000:00:08.1: setting latency timer to 64
[ 3.783263] scsi2 : sata_nv
[ 3.783593] scsi3 : sata_nv
[ 3.784117] ata3: SATA max UDMA/133 cmd 0xe80 ctl 0xea0 bmdma 0xc000 irq 22
[ 3.784282] ata4: SATA max UDMA/133 cmd 0xec0 ctl 0xee0 bmdma 0xc008 irq 22
[ 3.784571] pata_amd 0000:00:06.0: version 0.4.1
[ 3.784614] pata_amd 0000:00:06.0: setting latency timer to 64
[ 3.785258] scsi4 : pata_amd
[ 3.785603] scsi5 : pata_amd
[ 3.786838] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[ 3.787048] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[ 3.787474] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.787792] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 21
[ 3.787963] ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 21 (level, low) -> IRQ 21
[ 3.788270] ehci_hcd 0000:00:02.1: setting latency timer to 64
[ 3.788274] ehci_hcd 0000:00:02.1: EHCI Host Controller
[ 3.788500] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 3.792040] ehci_hcd 0000:00:02.1: debug port 1
[ 3.792195] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[ 3.792222] ehci_hcd 0000:00:02.1: irq 21, io mem 0xdfefec00
[ 3.798015] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 3.798213] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.798380] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.798670] usb usb1: Product: EHCI Host Controller
[ 3.798818] usb usb1: Manufacturer: Linux 2.6.38+ ehci_hcd
[ 3.798970] usb usb1: SerialNumber: 0000:00:02.1
[ 3.799292] hub 1-0:1.0: USB hub found
[ 3.799445] hub 1-0:1.0: 10 ports detected
[ 3.799781] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.800096] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 20
[ 3.800258] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 20 (level, low) -> IRQ 20
[ 3.800542] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 3.800545] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 3.800788] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 3.808040] ohci_hcd 0000:00:02.0: irq 20, io mem 0xdfeff000
[ 3.861062] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.861217] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.861492] usb usb2: Product: OHCI Host Controller
[ 3.861643] usb usb2: Manufacturer: Linux 2.6.38+ ohci_hcd
[ 3.861796] usb usb2: SerialNumber: 0000:00:02.0
[ 3.862113] hub 2-0:1.0: USB hub found
[ 3.862267] hub 2-0:1.0: 10 ports detected
[ 3.862581] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.862827] Initializing USB Mass Storage driver...
[ 3.863071] usbcore: registered new interface driver usb-storage
[ 3.863236] USB Mass Storage support registered.
[ 3.863522] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 3.863677] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 3.864680] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.865055] mousedev: PS/2 mouse device common for all mice
[ 3.865531] rtc_cmos 00:02: RTC can wake from S4
[ 3.868194] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 3.868385] rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[ 3.868731] Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec (nowayout= 0)
[ 3.869032] cpuidle: using governor ladder
[ 3.869195] cpuidle: using governor menu
[ 3.870166] usbcore: registered new interface driver usbhid
[ 3.870331] usbhid: USB HID core driver
[ 3.871102] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 23
[ 3.871274] HDA Intel 0000:00:05.0: PCI INT B -> Link[LAZA] -> GSI 23 (level, low) -> IRQ 23
[ 3.871557] hda_intel: msi for device 1849:0888 set to 0
[ 3.871708] hda_intel: position_fix set to 1 for device 1849:0888
[ 3.871885] HDA Intel 0000:00:05.0: setting latency timer to 64
[ 4.095404] ata1: SATA link down (SStatus 0 SControl 300)
[ 4.105816] ata3: SATA link down (SStatus 0 SControl 300)
[ 4.122017] hda_codec: ALC888: BIOS auto-probing.
[ 4.318021] usb 2-4: new full speed USB device number 2 using ohci_hcd
[ 4.329186] ALSA device list:
[ 4.329348] #0: HDA NVidia at 0xdfef8000 irq 23
[ 4.329759] TCP cubic registered
[ 4.330274] NET: Registered protocol family 10
[ 4.331049] NET: Registered protocol family 17
[ 4.331868] rtc_cmos 00:02: setting system clock to 2011-03-28 13:28:31 UTC (1301318911)
[ 4.419413] ata2: SATA link down (SStatus 0 SControl 300)
[ 4.463165] usb 2-4: New USB device found, idVendor=413c, idProduct=1003
[ 4.463319] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.463474] usb 2-4: Product: Dell USB Keyboard Hub
[ 4.463624] usb 2-4: Manufacturer: Dell
[ 4.472220] hub 2-4:1.0: USB hub found
[ 4.475161] hub 2-4:1.0: 3 ports detected
[ 4.771163] usb 2-4.1: new full speed USB device number 3 using ohci_hcd
[ 4.869164] usb 2-4.1: New USB device found, idVendor=413c, idProduct=2010
[ 4.869320] usb 2-4.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 4.869596] usb 2-4.1: Product: Dell USB Keyboard
[ 4.869747] usb 2-4.1: Manufacturer: Dell
[ 4.873043] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.890135] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4.1/2-4.1:1.0/input/input2
[ 4.890509] generic-usb 0003:413C:2010.0001: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:02.0-4.1/input0
[ 4.898317] ata4.00: ATA-7: WDC WD2500JS-63MHB5, 10.02E02, max UDMA/133
[ 4.901940] ata4.00: 488397168 sectors, multi 16: LBA48
[ 4.903271] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4.1/2-4.1:1.1/input/input3
[ 4.903617] generic-usb 0003:413C:2010.0002: input: USB HID v1.10 Device [Dell Dell USB Keyboard] on usb-0000:00:02.0-4.1/input1
[ 4.905250] ata4.00: configured for UDMA/133
[ 4.905571] scsi 3:0:0:0: Direct-Access ATA WDC WD2500JS-63M 10.0 PQ: 0 ANSI: 5
[ 4.906147] sd 3:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 4.906260] ata6: port disabled. ignoring.
[ 4.906555] sd 3:0:0:0: [sda] Write Protect is off
[ 4.906715] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.906759] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.971165] usb 2-4.2: new low speed USB device number 4 using ohci_hcd
[ 5.017065] sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 >
[ 5.018118] sd 3:0:0:0: [sda] Attached SCSI disk
[ 5.055058] EXT3-fs (sda7): recovery required on readonly filesystem
[ 5.055222] EXT3-fs (sda7): write access will be enabled during recovery
[ 5.056896] EXT3-fs: barriers not enabled
[ 5.070167] usb 2-4.2: New USB device found, idVendor=045e, idProduct=0040
[ 5.070320] usb 2-4.2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 5.070590] usb 2-4.2: Product: Microsoft 3-Button Mouse with IntelliEye(TM)
[ 5.070743] usb 2-4.2: Manufacturer: Microsoft
[ 5.080568] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4.2/2-4.2:1.0/input/input4
[ 5.081017] generic-usb 0003:045E:0040.0003: input: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:02.0-4.2/input0
[ 15.968435] kjournald starting. Commit interval 5 seconds
[ 15.968475] EXT3-fs (sda7): orphan cleanup on readonly fs
[ 15.968483] ext3_orphan_cleanup: deleting unreferenced inode 1767629
[ 15.996440] ext3_orphan_cleanup: deleting unreferenced inode 1504503
[ 16.000979] ext3_orphan_cleanup: deleting unreferenced inode 1537277
[ 16.001012] ext3_orphan_cleanup: deleting unreferenced inode 1537276
[ 16.001027] ext3_orphan_cleanup: deleting unreferenced inode 1537275
[ 16.001046] ext3_orphan_cleanup: deleting unreferenced inode 1537274
[ 16.001060] ext3_orphan_cleanup: deleting unreferenced inode 1537273
[ 16.001075] ext3_orphan_cleanup: deleting unreferenced inode 1537271
[ 16.001090] ext3_orphan_cleanup: deleting unreferenced inode 1537270
[ 16.001104] ext3_orphan_cleanup: deleting unreferenced inode 1537269
[ 16.001119] ext3_orphan_cleanup: deleting unreferenced inode 1537268
[ 16.001133] ext3_orphan_cleanup: deleting unreferenced inode 1537267
[ 16.001149] ext3_orphan_cleanup: deleting unreferenced inode 1537263
[ 16.001165] ext3_orphan_cleanup: deleting unreferenced inode 1537262
[ 16.001180] ext3_orphan_cleanup: deleting unreferenced inode 1537261
[ 16.001197] ext3_orphan_cleanup: deleting unreferenced inode 1537260
[ 16.001214] ext3_orphan_cleanup: deleting unreferenced inode 1537258
[ 16.001232] ext3_orphan_cleanup: deleting unreferenced inode 1537257
[ 16.001249] ext3_orphan_cleanup: deleting unreferenced inode 1537256
[ 16.001263] ext3_orphan_cleanup: deleting unreferenced inode 1537255
[ 16.001290] ext3_orphan_cleanup: deleting unreferenced inode 1537254
[ 16.001314] ext3_orphan_cleanup: deleting unreferenced inode 1537253
[ 16.001328] ext3_orphan_cleanup: deleting unreferenced inode 1537252
[ 16.001342] ext3_orphan_cleanup: deleting unreferenced inode 1537251
[ 16.001360] ext3_orphan_cleanup: deleting unreferenced inode 1537250
[ 16.001374] ext3_orphan_cleanup: deleting unreferenced inode 1537249
[ 16.001390] ext3_orphan_cleanup: deleting unreferenced inode 1537248
[ 16.001405] ext3_orphan_cleanup: deleting unreferenced inode 1537246
[ 16.001421] ext3_orphan_cleanup: deleting unreferenced inode 1537245
[ 16.001435] ext3_orphan_cleanup: deleting unreferenced inode 1537243
[ 16.001449] ext3_orphan_cleanup: deleting unreferenced inode 1537242
[ 16.001464] ext3_orphan_cleanup: deleting unreferenced inode 1537241
[ 16.001479] ext3_orphan_cleanup: deleting unreferenced inode 1537240
[ 16.001495] ext3_orphan_cleanup: deleting unreferenced inode 1537238
[ 16.001510] ext3_orphan_cleanup: deleting unreferenced inode 1537237
[ 16.001524] ext3_orphan_cleanup: deleting unreferenced inode 1537235
[ 16.001538] ext3_orphan_cleanup: deleting unreferenced inode 1537234
[ 16.001553] ext3_orphan_cleanup: deleting unreferenced inode 1537233
[ 16.001569] ext3_orphan_cleanup: deleting unreferenced inode 1537232
[ 16.001585] ext3_orphan_cleanup: deleting unreferenced inode 1537230
[ 16.001610] ext3_orphan_cleanup: deleting unreferenced inode 1537229
[ 16.001624] ext3_orphan_cleanup: deleting unreferenced inode 1537228
[ 16.001642] ext3_orphan_cleanup: deleting unreferenced inode 1537226
[ 16.001659] ext3_orphan_cleanup: deleting unreferenced inode 1537225
[ 16.001673] ext3_orphan_cleanup: deleting unreferenced inode 1537218
[ 16.001689] ext3_orphan_cleanup: deleting unreferenced inode 1537210
[ 16.001708] ext3_orphan_cleanup: deleting unreferenced inode 1537184
[ 16.001724] ext3_orphan_cleanup: deleting unreferenced inode 1537183
[ 16.001738] ext3_orphan_cleanup: deleting unreferenced inode 1537182
[ 16.001756] ext3_orphan_cleanup: deleting unreferenced inode 1537181
[ 16.001779] ext3_orphan_cleanup: deleting unreferenced inode 1537180
[ 16.001798] ext3_orphan_cleanup: deleting unreferenced inode 1030560
[ 16.008588] ext3_orphan_cleanup: deleting unreferenced inode 1030558
[ 16.018686] ext3_orphan_cleanup: deleting unreferenced inode 609109
[ 16.029992] ext3_orphan_cleanup: deleting unreferenced inode 609108
[ 16.038403] ext3_orphan_cleanup: deleting unreferenced inode 609107
[ 16.038588] ext3_orphan_cleanup: deleting unreferenced inode 1015300
[ 16.044104] ext3_orphan_cleanup: deleting unreferenced inode 1015299
[ 16.058812] ext3_orphan_cleanup: deleting unreferenced inode 36485
[ 16.067923] ext3_orphan_cleanup: deleting unreferenced inode 1357232
[ 16.079437] ext3_orphan_cleanup: deleting unreferenced inode 164426
[ 16.093121] ext3_orphan_cleanup: deleting unreferenced inode 21717
[ 16.099340] ext3_orphan_cleanup: deleting unreferenced inode 540411
[ 16.104225] ext3_orphan_cleanup: deleting unreferenced inode 130920
[ 16.114995] ext3_orphan_cleanup: deleting unreferenced inode 1815185
[ 16.126704] ext3_orphan_cleanup: deleting unreferenced inode 1128895
[ 16.126729] ext3_orphan_cleanup: deleting unreferenced inode 100054
[ 16.126751] ext3_orphan_cleanup: deleting unreferenced inode 100050
[ 16.136972] ext3_orphan_cleanup: deleting unreferenced inode 1788259
[ 16.145015] EXT3-fs (sda7): 69 orphan inodes deleted
[ 16.145189] EXT3-fs (sda7): recovery complete
[ 16.209115] EXT3-fs (sda7): mounted filesystem with writeback data mode
[ 16.209290] VFS: Mounted root (ext3 filesystem) readonly on device 8:7.
[ 16.210465] Freeing unused kernel memory: 460k freed
[ 16.210901] Write protecting the kernel read-only data: 10240k
[ 16.213313] Freeing unused kernel memory: 528k freed
[ 16.220073] Freeing unused kernel memory: 1576k freed
[ 21.693727] udev[1171]: starting version 164
[ 21.962603] [drm] Initialized drm 1.1.0 20060810
[ 22.112726] 8139too: 8139too Fast Ethernet driver 0.9.28
[ 22.112984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 19
[ 22.113003] 8139too 0000:01:08.0: PCI INT A -> Link[LNKA] -> GSI 19 (level, low) -> IRQ 19
[ 22.113917] 8139too 0000:01:08.0: eth0: RealTek RTL8139 at 0xe800, 00:c0:df:14:8c:c2, IRQ 19
[ 22.122108] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 22.190497] udev[1181]: renamed network interface eth0 to eth1
[ 22.271356] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 22.271563] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22
[ 22.271571] forcedeth 0000:00:07.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
[ 22.271578] forcedeth 0000:00:07.0: setting latency timer to 64
[ 22.793061] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:19:66:25:74:3c
[ 22.793067] forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3
[ 22.793377] ACPI: PCI Interrupt Link [LMC9] enabled at IRQ 21
[ 22.793387] nouveau 0000:00:0d.0: PCI INT A -> Link[LMC9] -> GSI 21 (level, low) -> IRQ 21
[ 22.793393] nouveau 0000:00:0d.0: setting latency timer to 64
[ 22.795403] [drm] nouveau 0000:00:0d.0: Detected an NV40 generation card (0x04c000a2)
[ 22.797086] [drm] nouveau 0000:00:0d.0: Attempting to load BIOS image from PRAMIN
[ 22.845030] [drm] nouveau 0000:00:0d.0: ... appears to be valid
[ 22.845036] [drm] nouveau 0000:00:0d.0: BIT BIOS found
[ 22.845039] [drm] nouveau 0000:00:0d.0: Bios version 05.61.32.22
[ 22.845043] [drm] nouveau 0000:00:0d.0: TMDS table version 1.1
[ 22.845046] [drm] nouveau 0000:00:0d.0: BIT table 'd' not found
[ 22.845048] [drm] nouveau 0000:00:0d.0: Found Display Configuration Block version 3.0
[ 22.845052] [drm] nouveau 0000:00:0d.0: Raw DCB entry 0: 01000310 00000023
[ 22.845056] [drm] nouveau 0000:00:0d.0: Raw DCB entry 1: 00110204 97e50000
[ 22.845060] [drm] nouveau 0000:00:0d.0: DCB connector table: VHER 0x30 5 10 2
[ 22.845064] [drm] nouveau 0000:00:0d.0: 0: 0x00000000: type 0x00 idx 0 tag 0xff
[ 22.845071] [drm] nouveau 0000:00:0d.0: Parsing VBIOS init table 0 at offset 0xDBF3
[ 22.845075] [drm] nouveau 0000:00:0d.0: ======= misaligned reg 0x0060081D =======
[ 22.845078] [drm] nouveau 0000:00:0d.0: ======= misaligned reg 0x0060081D =======
[ 22.845132] [drm] nouveau 0000:00:0d.0: Parsing VBIOS init table 1 at offset 0xDD4A
[ 22.845135] [drm] nouveau 0000:00:0d.0: Parsing VBIOS init table 2 at offset 0xDD4B
[ 22.845197] [drm] nouveau 0000:00:0d.0: Parsing VBIOS init table 3 at offset 0xDECD
[ 22.845202] [drm] nouveau 0000:00:0d.0: Parsing VBIOS init table 4 at offset 0xDF16
[ 23.085050] [drm] nouveau 0000:00:0d.0: 1 available performance level(s)
[ 23.085055] [drm] nouveau 0000:00:0d.0: 0: memory 0MHz core 425MHz fanspeed 100%
[ 23.085063] [drm] nouveau 0000:00:0d.0: c: memory 0MHz
[ 23.085169] [TTM] Zone kernel: Available graphics memory: 994640 kiB.
[ 23.085171] [TTM] Initializing pool allocator.
[ 23.085188] [drm] nouveau 0000:00:0d.0: Detected 64MiB VRAM
[ 23.085891] [drm] nouveau 0000:00:0d.0: 64 MiB GART (aperture)
[ 23.085961] [drm] nouveau 0000:00:0d.0: Saving VGA fonts
[ 23.129159] [drm] nouveau 0000:00:0d.0: unknown connector type: 0xff!!
[ 23.130139] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 23.130141] [drm] No driver support for vblank timestamp query.
[ 23.130447] [drm] nouveau 0000:00:0d.0: Setting dpms mode 3 on vga encoder (output 0)
[ 23.257356] [drm] nouveau 0000:00:0d.0: allocated 1280x1024 fb: 0x4a000, bo ffff880075cb5800
[ 23.322463] [drm] nouveau 0000:00:0d.0: Setting dpms mode 0 on vga encoder (output 0)
[ 23.322468] [drm] nouveau 0000:00:0d.0: Output VGA-1 is running on CRTC 0 using output A
[ 23.324422] Console: switching to colour frame buffer device 160x64
[ 23.326396] fb0: nouveaufb frame buffer device
[ 23.326399] drm: registered panic notifier
[ 23.326415] [drm] Initialized nouveau 0.0.16 20090420 for 0000:00:0d.0 on minor 0
[ 24.183546] fuse init (API version 7.16)
[ 24.383904] kvm: Nested Virtualization enabled
[ 24.438460] tun: Universal TUN/TAP device driver, 1.6
[ 24.438466] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 37.565381] EXT3-fs (sda7): using internal journal
[ 38.199282] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[ 38.299641] EXT4-fs (sda10): mounted filesystem with ordered data mode. Opts: (null)
[ 38.405796] EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
[ 38.703955] Btrfs loaded
[ 38.721329] device label PORTAGE devid 1 transid 13298 /dev/sda9
[ 38.721575] btrfs: use lzo compression
[ 38.986644] btrfs: unlinked 10 orphans
[ 44.022569] Adding 4096536k swap on /dev/sda6. Priority:-1 extents:1 across:4096536k
[ 44.447440] Bridge firewalling registered
[ 44.470922] device eth0 entered promiscuous mode
[ 44.473349] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
[ 44.476582] br0: Dropping NETIF_F_GSO since no SG feature.
[ 44.483381] br0: Dropping NETIF_F_GSO since no SG feature.
[ 44.483393] br0: port 1(eth0) entering forwarding state
[ 44.483397] br0: port 1(eth0) entering forwarding state
[ 54.706012] br0: no IPv6 routers present
[ 55.074015] eth0: no IPv6 routers present
[ 223.611478] [drm] nouveau 0000:00:0d.0: Setting dpms mode 1 on vga encoder (output 0)
[ 224.567446] [drm] nouveau 0000:00:0d.0: Setting dpms mode 0 on vga encoder (output 0)
[ 8453.726219] [drm] nouveau 0000:00:0d.0: Setting dpms mode 1 on vga encoder (output 0)
[ 9053.782018] [drm] nouveau 0000:00:0d.0: Setting dpms mode 0 on vga encoder (output 0)
[ 9053.842758] [drm] nouveau 0000:00:0d.0: Setting dpms mode 2 on vga encoder (output 0)
[ 9148.292851] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030
[ 9148.292889] IP: [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.292931] PGD 6360f067 PUD 6360e067 PMD 0
[ 9148.292948] Oops: 0000 [#1] PREEMPT SMP
[ 9148.292961] last sysfs file: /sys/devices/pci0000:00/0000:00:05.0/sound/card0/uevent
[ 9148.292975] CPU 0
[ 9148.292979] Modules linked in: bridge stp llc btrfs zlib_deflate lzo_decompress lzo_compress crc32c libcrc32c tun kvm_amd kvm fuse nouveau ttm drm_kms_helper forcedeth 8139cp 8139too drm i2c_algo_bit i2c_core cfbcopyarea cfbimgblt cfbfillrect
[ 9148.293064]
[ 9148.293070] Pid: 1555, comm: btrfs-endio-wri Not tainted 2.6.38+ #1 To Be Filled By O.E.M. To Be Filled By O.E.M./ALiveNF6G-VSTA
[ 9148.293094] RIP: 0010:[<ffffffffa02341e7>] [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.293117] RSP: 0018:ffff88006e99d9e0 EFLAGS: 00010283
[ 9148.293125] RAX: 00000000ffffffe4 RBX: 0000000000000000 RCX: 0000000000000000
[ 9148.293136] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000001
[ 9148.293148] RBP: ffff88006e99da60 R08: ffffffffffffffff R09: 00000000c0000000
[ 9148.293158] R10: ffffffffffffffe4 R11: 0000000000000000 R12: 0000000000000002
[ 9148.293170] R13: ffff880076312000 R14: 0000000000000000 R15: 0000000000000000
[ 9148.293182] FS: 00007fc9c27ad700(0000) GS:ffff88007bc00000(0000) knlGS:00000000f760f6c0
[ 9148.293195] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 9148.293204] CR2: 0000000000000030 CR3: 000000006c783000 CR4: 00000000000006f0
[ 9148.293215] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 9148.293226] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 9148.293238] Process btrfs-endio-wri (pid: 1555, threadinfo ffff88006e99c000, task ffff88006e992c00)
[ 9148.293251] Stack:
[ 9148.293255] 00000000b6889000 ffffffffa0263ed4 ffff880076312000 ffff88006e99dab8
[ 9148.293275] ffff88006e99dac0 ffff88006d9292d0 00000000b6889000 00000000001000a8
[ 9148.293292] ffff88006e99da00 ffffffff810d264f ffff88003054e600 ffff88006d9292d0
[ 9148.293309] Call Trace:
[ 9148.293338] [<ffffffffa0263ed4>] ? map_private_extent_buffer+0xe4/0x1d0 [btrfs]
[ 9148.293356] [<ffffffff810d264f>] ? kmem_cache_alloc+0x7f/0x90
[ 9148.293374] [<ffffffffa022c8e5>] __btrfs_free_extent+0x645/0x700 [btrfs]
[ 9148.293393] [<ffffffffa0263fce>] ? unmap_extent_buffer+0xe/0x40 [btrfs]
[ 9148.293409] [<ffffffff8103b2f1>] ? get_parent_ip+0x11/0x50
[ 9148.293425] [<ffffffffa022fe61>] run_clustered_refs+0x381/0x860 [btrfs]
[ 9148.293430] [<ffffffffa0263ed4>] ? map_private_extent_buffer+0xe4/0x1d0 [btrfs]
[ 9148.293430] [<ffffffffa027eb00>] ? btrfs_find_ref_cluster+0x90/0x180 [btrfs]
[ 9148.293430] [<ffffffffa0230400>] btrfs_run_delayed_refs+0xc0/0x210 [btrfs]
[ 9148.293430] [<ffffffffa0240518>] __btrfs_end_transaction+0x68/0x220 [btrfs]
[ 9148.293430] [<ffffffffa0240710>] btrfs_end_transaction+0x10/0x20 [btrfs]
[ 9148.293430] [<ffffffffa0245f6c>] btrfs_finish_ordered_io+0x28c/0x330 [btrfs]
[ 9148.293430] [<ffffffff8109bcfb>] ? mempool_free+0x4b/0xa0
[ 9148.293430] [<ffffffffa0246025>] btrfs_writepage_end_io_hook+0x15/0x20 [btrfs]
[ 9148.293430] [<ffffffffa027d22d>] end_compressed_bio_write+0x7d/0xf0 [btrfs]
[ 9148.293430] [<ffffffff8110ed28>] bio_endio+0x18/0x30
[ 9148.293430] [<ffffffffa0239fcc>] end_workqueue_fn+0xec/0x120 [btrfs]
[ 9148.293430] [<ffffffffa026c2cc>] worker_loop+0xac/0x510 [btrfs]
[ 9148.293430] [<ffffffffa026c220>] ? worker_loop+0x0/0x510 [btrfs]
[ 9148.293430] [<ffffffff8105bd56>] kthread+0x96/0xa0
[ 9148.293430] [<ffffffff81575054>] kernel_thread_helper+0x4/0x10
[ 9148.293430] [<ffffffff8105bcc0>] ? kthread+0x0/0xa0
[ 9148.293430] [<ffffffff81575050>] ? kernel_thread_helper+0x0/0x10
[ 9148.293430] Code: 00 00 00 00 55 48 89 e5 48 83 c4 80 4c 89 6d e8 49 89 fd bf 01 00 00 00 48 89 5d d8 4c 89 65 e0 48 89 f3 4c 89 75 f0 4c 89 7d f8 <4c> 8b 66 30 e8 10 72 e0 e0 48 b8 00 00 00 00 00 16 00 00 49 01
[ 9148.293430] RIP [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.293430] RSP <ffff88006e99d9e0>
[ 9148.293430] CR2: 0000000000000030
[ 9148.298484] ---[ end trace 5b3f62fdb89bc634 ]---
[ 9148.327199] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030
[ 9148.327231] IP: [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.327276] PGD 0
[ 9148.327285] Oops: 0000 [#2] PREEMPT SMP
[ 9148.327300] last sysfs file: /sys/devices/pci0000:00/0000:00:05.0/sound/card0/uevent
[ 9148.327312] CPU 0
[ 9148.327318] Modules linked in: bridge stp llc btrfs zlib_deflate lzo_decompress lzo_compress crc32c libcrc32c tun kvm_amd kvm fuse nouveau ttm drm_kms_helper forcedeth 8139cp 8139too drm i2c_algo_bit i2c_core cfbcopyarea cfbimgblt cfbfillrect
[ 9148.327841]
[ 9148.328005] Pid: 2177, comm: syslog-ng Tainted: G D 2.6.38+ #1 To Be Filled By O.E.M. To Be Filled By O.E.M./ALiveNF6G-VSTA
[ 9148.328005] RIP: 0010:[<ffffffffa02341e7>] [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.328005] RSP: 0018:ffff88006d64b858 EFLAGS: 00010283
[ 9148.328005] RAX: 00000000ffffffe4 RBX: 0000000000000000 RCX: 0000000000000000
[ 9148.328005] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 0000000000000001
[ 9148.328005] RBP: ffff88006d64b8d8 R08: ffffffffffffffff R09: 00000000c0000000
[ 9148.328005] R10: ffffffffffffffe4 R11: 0000000000000000 R12: 0000000000000007
[ 9148.328005] R13: ffff880076312000 R14: 0000000000000000 R15: 0000000000000000
[ 9148.336167] FS: 00007f7443848700(0000) GS:ffff88007bc00000(0000) knlGS:00000000f760f6c0
[ 9148.336167] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 9148.336167] CR2: 0000000000000030 CR3: 000000006d4e4000 CR4: 00000000000006f0
[ 9148.336167] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 9148.336167] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 9148.336167] Process syslog-ng (pid: 2177, threadinfo ffff88006d64a000, task ffff88006d54ac00)
[ 9148.336167] Stack:
[ 9148.336167] 0000000020aaf000 ffffffff00000001 ffff880076312000 ffffffff8103b3c5
[ 9148.336167] ffff88006d64b898 ffff88006d9295a0 0000000020aaf000 00000000001000a8
[ 9148.336167] ffff88006d64b800 ffffffff810d264f ffff880041943ba0 ffff88006d9295a0
[ 9148.336167] Call Trace:
[ 9148.336167] [<ffffffff8103b3c5>] ? sub_preempt_count+0x95/0xd0
[ 9148.336167] [<ffffffff810d264f>] ? kmem_cache_alloc+0x7f/0x90
[ 9148.336167] [<ffffffffa022c8e5>] __btrfs_free_extent+0x645/0x700 [btrfs]
[ 9148.336167] [<ffffffff8103b2f1>] ? get_parent_ip+0x11/0x50
[ 9148.336167] [<ffffffff8103b2f1>] ? get_parent_ip+0x11/0x50
[ 9148.336167] [<ffffffffa022fe61>] run_clustered_refs+0x381/0x860 [btrfs]
[ 9148.336167] [<ffffffffa0230400>] btrfs_run_delayed_refs+0xc0/0x210 [btrfs]
[ 9148.336167] [<ffffffff8103b3c5>] ? sub_preempt_count+0x95/0xd0
[ 9148.336167] [<ffffffffa0240518>] __btrfs_end_transaction+0x68/0x220 [btrfs]
[ 9148.336167] [<ffffffffa0240710>] btrfs_end_transaction+0x10/0x20 [btrfs]
[ 9148.336167] [<ffffffffa024ae82>] btrfs_dirty_inode+0x82/0x130 [btrfs]
[ 9148.336167] [<ffffffff81104af3>] __mark_inode_dirty+0x33/0x1f0
[ 9148.336167] [<ffffffff810f91f9>] file_update_time+0xe9/0x160
[ 9148.336167] [<ffffffffa024e676>] btrfs_file_aio_write+0x3d6/0x940 [btrfs]
[ 9148.336167] [<ffffffff81573702>] ? _raw_spin_unlock_irqrestore+0x12/0x40
[ 9148.336167] [<ffffffff810dedb0>] ? mem_cgroup_uncharge_swap+0x70/0x80
[ 9148.336167] [<ffffffff8103b2f1>] ? get_parent_ip+0x11/0x50
[ 9148.336167] [<ffffffff8103b3c5>] ? sub_preempt_count+0x95/0xd0
[ 9148.336167] [<ffffffff810e1462>] do_sync_write+0xd2/0x110
[ 9148.336167] [<ffffffff8103b2f1>] ? get_parent_ip+0x11/0x50
[ 9148.336167] [<ffffffff8103b3c5>] ? sub_preempt_count+0x95/0xd0
[ 9148.336167] [<ffffffff810e1b46>] vfs_write+0xc6/0x170
[ 9148.336167] [<ffffffff810e1e3c>] sys_write+0x4c/0x90
[ 9148.336167] [<ffffffff815743bb>] system_call_fastpath+0x16/0x1b
[ 9148.336167] Code: 00 00 00 00 55 48 89 e5 48 83 c4 80 4c 89 6d e8 49 89 fd bf 01 00 00 00 48 89 5d d8 4c 89 65 e0 48 89 f3 4c 89 75 f0 4c 89 7d f8 <4c> 8b 66 30 e8 10 72 e0 e0 48 b8 00 00 00 00 00 16 00 00 49 01
[ 9148.336167] RIP [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9148.336167] RSP <ffff88006d64b858>
[ 9148.336167] CR2: 0000000000000030
[ 9148.377608] ---[ end trace 5b3f62fdb89bc635 ]---
[ 9148.490862] ------------[ cut here ]------------
[ 9148.491009] kernel BUG at fs/btrfs/extent-tree.c:5512!
[ 9148.491009] invalid opcode: 0000 [#3] PREEMPT SMP
[ 9148.491009] last sysfs file: /sys/devices/pci0000:00/0000:00:05.0/sound/card0/uevent
[ 9148.491009] CPU 0
[ 9148.491009] Modules linked in: bridge stp llc btrfs zlib_deflate lzo_decompress lzo_compress crc32c libcrc32c tun kvm_amd kvm fuse nouveau ttm drm_kms_helper forcedeth 8139cp 8139too drm i2c_algo_bit i2c_core cfbcopyarea cfbimgblt cfbfillrect
[ 9148.496367]
[ 9148.496367] Pid: 2764, comm: btrfs-delalloc- Tainted: G D 2.6.38+ #1 To Be Filled By O.E.M. To Be Filled By O.E.M./ALiveNF6G-VSTA
[ 9148.496367] RIP: 0010:[<ffffffffa023032b>] [<ffffffffa023032b>] run_clustered_refs+0x84b/0x860 [btrfs]
[ 9148.496367] RSP: 0018:ffff88006c5fbb30 EFLAGS: 00010286
[ 9148.496367] RAX: 00000000ffffffe4 RBX: ffff88005e9ab6c0 RCX: 0000000000000000
[ 9148.496367] RDX: 0000000000000001 RSI: ffff88006d9293f0 RDI: 0000000000000000
[ 9148.496367] RBP: ffff88006c5fbc20 R08: ffffffffffffffff R09: 00000000c0000000
[ 9148.496367] R10: ffffffffffffffe4 R11: 0000000000000000 R12: ffff88006cd8a480
[ 9148.496367] R13: ffff88000af8b880 R14: ffff88006d92f0f0 R15: 0000000000000000
[ 9148.496367] FS: 00007feffcfdc740(0000) GS:ffff88007bc00000(0000) knlGS:00000000f760f6c0
[ 9148.496367] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 9148.496367] CR2: 00007fff0056e0ac CR3: 00000000555b5000 CR4: 00000000000006f0
[ 9148.496367] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 9148.496367] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 9148.496367] Process btrfs-delalloc- (pid: 2764, threadinfo ffff88006c5fa000, task ffff88006c474200)
[ 9148.496367] Stack:
[ 9148.496367] ffff88006c5fbb70 0000000000000001 ffff88006c5fbb60 ffffffff8103b3c5
[ 9148.496367] 00000000ffffffff ffffea00004b1910 000000006c5fbb70 ffff88006e176928
[ 9148.496367] 0000000000000000 0000000000000002 ffff88006c5fbb90 ffff88000e321640
[ 9148.496367] Call Trace:
[ 9148.496367] [<ffffffff8103b3c5>] ? sub_preempt_count+0x95/0xd0
[ 9148.496367] [<ffffffffa0230400>] btrfs_run_delayed_refs+0xc0/0x210 [btrfs]
[ 9148.496367] [<ffffffffa0240518>] __btrfs_end_transaction+0x68/0x220 [btrfs]
[ 9148.496367] [<ffffffffa0240710>] btrfs_end_transaction+0x10/0x20 [btrfs]
[ 9148.496367] [<ffffffffa0247f78>] compress_file_range+0x538/0x5b0 [btrfs]
[ 9148.496367] [<ffffffffa0248020>] async_cow_start+0x30/0x50 [btrfs]
[ 9148.496367] [<ffffffffa026c2cc>] worker_loop+0xac/0x510 [btrfs]
[ 9148.496367] [<ffffffffa026c220>] ? worker_loop+0x0/0x510 [btrfs]
[ 9148.496367] [<ffffffff8105bd56>] kthread+0x96/0xa0
[ 9148.496367] [<ffffffff81575054>] kernel_thread_helper+0x4/0x10
[ 9148.496367] [<ffffffff8105bcc0>] ? kthread+0x0/0xa0
[ 9148.496367] [<ffffffff81575050>] ? kernel_thread_helper+0x0/0x10
[ 9148.496367] Code: ff e9 dc f8 ff ff 0f 0b 80 fa b2 0f 84 84 f9 ff ff 0f 0b be 95 00 00 00 48 c7 c7 9a 89 28 a0 e8 ac 09 e1 e0 e9 cd f8 ff ff 0f 0b <0f> 0b 0f 0b 0f 0b 0f 0b 0f 0b 0f 0b 0f 0b 0f 1f 80 00 00 00 00
[ 9148.496367] RIP [<ffffffffa023032b>] run_clustered_refs+0x84b/0x860 [btrfs]
[ 9148.496367] RSP <ffff88006c5fbb30>
[ 9148.530778] ---[ end trace 5b3f62fdb89bc636 ]---
[ 9156.232073] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030
[ 9156.232568] IP: [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9156.233008] PGD 0
[ 9156.233008] Oops: 0000 [#4] PREEMPT SMP
[ 9156.233008] last sysfs file: /sys/devices/pci0000:00/0000:00:05.0/sound/card0/uevent
[ 9156.233008] CPU 1
[ 9156.233008] Modules linked in: bridge stp llc btrfs zlib_deflate lzo_decompress lzo_compress crc32c libcrc32c tun kvm_amd kvm fuse nouveau ttm drm_kms_helper forcedeth 8139cp 8139too drm i2c_algo_bit i2c_core cfbcopyarea cfbimgblt cfbfillrect
[ 9156.233008]
[ 9156.233008] Pid: 1558, comm: btrfs-transacti Tainted: G D 2.6.38+ #1 To Be Filled By O.E.M. To Be Filled By O.E.M./ALiveNF6G-VSTA
[ 9156.233008] RIP: 0010:[<ffffffffa02341e7>] [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9156.233008] RSP: 0018:ffff88006eb91ad0 EFLAGS: 00010283
[ 9156.233008] RAX: 00000000ffffffe4 RBX: 0000000000000000 RCX: 0000000000000000
[ 9156.233008] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000001
[ 9156.233008] RBP: ffff88006eb91b50 R08: ffffffffffffffff R09: 00000000c0000000
[ 9156.233008] R10: ffffffffffffffe4 R11: 0000000000000000 R12: 0000000000000007
[ 9156.233008] R13: ffff880076312000 R14: 0000000000000000 R15: 0000000000000000
[ 9156.233008] FS: 00007fcba70ec720(0000) GS:ffff88007bd00000(0000) knlGS:00000000f6909b20
[ 9156.233008] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 9156.233008] CR2: 0000000000000030 CR3: 000000003043a000 CR4: 00000000000006e0
[ 9156.233008] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 9156.233008] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 9156.233008] Process btrfs-transacti (pid: 1558, threadinfo ffff88006eb90000, task ffff8800791a8000)
[ 9156.233008] Stack:
[ 9156.233008] 00000000b5afd000 ffffffff00000800 ffff880076312000 00000852afef5bd8
[ 9156.233008] 0000000000011600 ffff880070b54e10 00000000b5afd000 00000000001000a8
[ 9156.233008] ffff88006eb91b00 ffffffff810d264f ffff88006c74a300 ffff880070b54e10
[ 9156.233008] Call Trace:
[ 9156.233008] [<ffffffff810d264f>] ? kmem_cache_alloc+0x7f/0x90
[ 9156.233008] [<ffffffffa022c8e5>] __btrfs_free_extent+0x645/0x700 [btrfs]
[ 9156.233008] [<ffffffff8103b2f1>] ? get_parent_ip+0x11/0x50
[ 9156.233008] [<ffffffffa022fe61>] run_clustered_refs+0x381/0x860 [btrfs]
[ 9156.233008] [<ffffffffa027eb00>] ? btrfs_find_ref_cluster+0x90/0x180 [btrfs]
[ 9156.233008] [<ffffffffa0230400>] btrfs_run_delayed_refs+0xc0/0x210 [btrfs]
[ 9156.233008] [<ffffffff81573740>] ? _raw_spin_unlock+0x10/0x40
[ 9156.233008] [<ffffffffa023fda8>] btrfs_commit_transaction+0x78/0x750 [btrfs]
[ 9156.233008] [<ffffffff8105c220>] ? autoremove_wake_function+0x0/0x40
[ 9156.233008] [<ffffffffa0239c9b>] transaction_kthread+0x27b/0x290 [btrfs]
[ 9156.233008] [<ffffffff815716bc>] ? preempt_schedule+0x3c/0x60
[ 9156.233008] [<ffffffffa0239a20>] ? transaction_kthread+0x0/0x290 [btrfs]
[ 9156.233008] [<ffffffff8105bd56>] kthread+0x96/0xa0
[ 9156.233008] [<ffffffff81575054>] kernel_thread_helper+0x4/0x10
[ 9156.233008] [<ffffffff8105bcc0>] ? kthread+0x0/0xa0
[ 9156.233008] [<ffffffff81575050>] ? kernel_thread_helper+0x0/0x10
[ 9156.233008] Code: 00 00 00 00 55 48 89 e5 48 83 c4 80 4c 89 6d e8 49 89 fd bf 01 00 00 00 48 89 5d d8 4c 89 65 e0 48 89 f3 4c 89 75 f0 4c 89 7d f8 <4c> 8b 66 30 e8 10 72 e0 e0 48 b8 00 00 00 00 00 16 00 00 49 01
[ 9156.233008] RIP [<ffffffffa02341e7>] btrfs_print_leaf+0x27/0x890 [btrfs]
[ 9156.233008] RSP <ffff88006eb91ad0>
[ 9156.233008] CR2: 0000000000000030
[ 9156.286965] ---[ end trace 5b3f62fdb89bc637 ]---
[ 9653.802474] [drm] nouveau 0000:00:0d.0: Setting dpms mode 0 on vga encoder (output 0)
[ 9653.802512] [drm] nouveau 0000:00:0d.0: Setting dpms mode 1 on vga encoder (output 0)
[10146.128408] [drm] nouveau 0000:00:0d.0: Setting dpms mode 0 on vga encoder (output 0)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next reply other threads:[~2011-03-29 7:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-29 7:32 Sergei Trofimovich [this message]
2011-04-02 21:10 ` v2.6.38-6555-ga44f99c: null pointer dereference on -ENOSPC Sergei Trofimovich
2011-04-11 22:09 ` Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110329103224.3fecfd32@sf.vba.domain \
--to=slyich@gmail.com \
--cc=cwillu@cwillu.com \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.