linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sedat Dilek <sedat.dilek@googlemail.com>
To: paulmck@linux.vnet.ibm.com
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for April 14 (Call-traces: RCU/ACPI/WQ related?)
Date: Sun, 24 Apr 2011 01:08:42 +0200	[thread overview]
Message-ID: <BANLkTim9H1k4c7xSZZJ09WXs8WCeCQQJJg@mail.gmail.com> (raw)
In-Reply-To: <BANLkTi=ntjm-5D=OD1oFogpNjmJSJiZygQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 5891 bytes --]

On Sun, Apr 24, 2011 at 1:04 AM, Sedat Dilek <sedat.dilek@googlemail.com> wrote:
> On Sat, Apr 23, 2011 at 11:16 PM, Sedat Dilek
> <sedat.dilek@googlemail.com> wrote:
>> On Sat, Apr 23, 2011 at 11:05 PM, Paul E. McKenney
>> <paulmck@linux.vnet.ibm.com> wrote:
>>> On Fri, Apr 22, 2011 at 07:36:58PM +0200, Sedat Dilek wrote:
>>>> On Fri, Apr 22, 2011 at 5:02 PM, Paul E. McKenney
>>>> <paulmck@linux.vnet.ibm.com> wrote:
>>>> > On Fri, Apr 22, 2011 at 11:40:54AM +0200, Sedat Dilek wrote:
>>>> >> On Fri, Apr 22, 2011 at 2:50 AM, Paul E. McKenney
>>>> >> <paulmck@linux.vnet.ibm.com> wrote:
>>>> >> > On Thu, Apr 21, 2011 at 04:47:31PM +0200, Sedat Dilek wrote:
>>>> >> >> On Thu, Apr 21, 2011 at 4:28 PM, Paul E. McKenney
>>>> >> >> <paulmck@linux.vnet.ibm.com> wrote:
>>>> >> >> > On Thu, Apr 21, 2011 at 02:49:37PM +0200, Sedat Dilek wrote:
>>>> >> >> >> On Thu, Apr 21, 2011 at 12:24 PM, Sedat Dilek
>>>> >> >> >> <sedat.dilek@googlemail.com> wrote:
>>>> >> >
>>>> >> > [ . . . ]
>>>> >> >
>>>> >> >> >> Here the results from the 2nd-run (PREEMPT_RCU enabled).
>>>> >> >> >
>>>> >> >> > OK, and the grace periods clearly stopped advancing early on.
>>>> >> >> >
>>>> >> >> > Beyond that point, the per-CPU kthread is blocked, but RCU has some
>>>> >> >> > work for it to do.  So someone has called invoke_rcu_cpu_kthread(),
>>>> >> >> > but rcu_cpu_kthread() is still blocked.  I don't see a bug right
>>>> >> >> > off-hand, but it is early in the morning for me, so I might easily
>>>> >> >> > be missing something.
>>>> >> >> >
>>>> >> >> > Hmmm...
>>>> >> >> >
>>>> >> >> > The synchronization between these two assumes that the per-CPU
>>>> >> >> > kthread is always bound to the respective CPU, so if was somehow
>>>> >> >> > being migrated off, that might explain these results.
>>>> >> >> >
>>>> >> >> > I will add some more diagnostics, test them locally, then push
>>>> >> >> > out an update.  Seem reasonable?
>>>> >> >> >
>>>> >> >> > And thank you again for the testing!!!
>>>> >> >>
>>>> >> >> Ping me when you have new stuff for testing.
>>>> >> >> Tomorrow (friday), here is public holiday and monday, too.
>>>> >> >> So a looong weekend.
>>>> >> >
>>>> >> > ;-)
>>>> >> >
>>>> >> > OK, I have a new sedat.2011.04.21a branch in the -rcu git tree:
>>>> >> >
>>>> >> > git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
>>>> >> >
>>>> >> > This is against 2.6.39-rc3, as before.  (Yes, I do need to rebase to
>>>> >> > 2.6.39-rc4, but didn't want to change any more than I had to.)
>>>> >> >
>>>> >> > I also have an updated script, which is attached.  The output is similar
>>>> >> > to the earlier one, and it operated is pretty much the same way.
>>>> >> >
>>>> >> > Have a great weekend, and I look forward to seeing what shows up on
>>>> >> > this round.  I confess to still being quite puzzled!
>>>> >> >
>>>> >> >                                                        Thanx, Paul
>>>> >> >
>>>> >>
>>>> >> Here are the results of the Sedat's vote (European song contest :-)).
>>>> >
>>>> > ;-)
>>>> >
>>>> > Very strange.  RCU has told the per-CPU kthread that it needs to get
>>>> > to work, but this kthread is still waiting from RCU's viewpoint.
>>>> > Yet the "ps" command believes that this kthread is in fact runnable
>>>> > at SCHED_FIFO priority 1.
>>>> >
>>>> > I can tell that this one will require some thought...  And more
>>>> > diagnostics...
>>>> >
>>>> >                                                        Thanx, Paul
>>>> >
>>>>
>>>> "We are with you in spirit."
>>>>
>>>> ( Level XX from Hybris shooter-game on Amiga (1989) )
>>>
>>> OK, I added a few more diagnostics: sedat.2011.04.23a in -rcu:
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
>>>
>>> When you get a chance, could you please give it a try?
>>>
>>>                                                        Thanx, Paul
>>>
>>
>> As soon as I can clone/pull from new GIT repo/branch.
>> Currently, I don't see it only, but kernel-mirrors are sometimes slow.
>>
>> I will report later.
>>
>> - Sedat -
>>
>
> Hi Paul,
>
> I have seen CONFIG_DEBUG_OBJECTS_RCU_HEAD mentionned in the commits,
> so I enabled it here together with CONFIG_DEBUG_OBJECTS=y.
> Hope this is OK.
> Am I missing other useful (*DEBUG_OBJECT*) kernel options?
>
> - Sedat -
>
> P.S.: Enabled CONFIG_DEBUG_OBJECTS=y and
> CONFIG_DEBUG_OBJECTS_RCU_HEAD=y (and some more)
>
> # diff -uprN for-paulk-3/config-2.6.39-rc3-preempt-rcu-sedat.2011.04.21a+
> for-paulk-4/config-2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+
> --- for-paulk-3/config-2.6.39-rc3-preempt-rcu-sedat.2011.04.21a+
>  2011-04-22 10:25:42.000000000 +0200
> +++ for-paulk-4/config-2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+
>  2011-04-24 00:35:37.000000000 +0200
> @@ -1,7 +1,7 @@
>  #
>  # Automatically generated make config: don't edit
>  # Linux/i386 2.6.39-rc3 Kernel Configuration
> -# Fri Apr 22 09:54:37 2011
> +# Sat Apr 23 23:58:52 2011
>  #
>  # CONFIG_64BIT is not set
>  CONFIG_X86_32=y
> @@ -3065,7 +3065,14 @@ CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
>  CONFIG_SCHED_DEBUG=y
>  # CONFIG_SCHEDSTATS is not set
>  CONFIG_TIMER_STATS=y
> -# CONFIG_DEBUG_OBJECTS is not set
> +CONFIG_DEBUG_OBJECTS=y
> +# CONFIG_DEBUG_OBJECTS_SELFTEST is not set
> +# CONFIG_DEBUG_OBJECTS_FREE is not set
> +CONFIG_DEBUG_OBJECTS_TIMERS=y
> +# CONFIG_DEBUG_OBJECTS_WORK is not set
> +CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
> +CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
> +CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
>  # CONFIG_SLUB_DEBUG_ON is not set
>  # CONFIG_SLUB_STATS is not set
>  # CONFIG_DEBUG_KMEMLEAK is not set
>

Oops, forget the dmesg output.

- Sedat -

[-- Attachment #2: dmesg_2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+.txt --]
[-- Type: text/plain, Size: 71882 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+ (sd@tbox) (gcc version 4.6.1 20110421 (prerelease) (Debian 4.6.0-5) ) #1 SMP PREEMPT Sun Apr 24 00:34:10 CEST 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[    0.000000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003ff60000 (usable)
[    0.000000]  BIOS-e820: 000000003ff60000 - 000000003ff77000 (ACPI data)
[    0.000000]  BIOS-e820: 000000003ff77000 - 000000003ff79000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003ff80000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI present.
[    0.000000] DMI: IBM 2374SG6/2374SG6, BIOS 1RETDRWW (3.23 ) 06/18/2007
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x3ff60 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-DBFFF uncachable
[    0.000000]   DC000-DFFFF write-back
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 03FF80000 mask FFFF80000 uncachable
[    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] PAT not supported by CPU.
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    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 @ 17fb000-1800000
[    0.000000] RAMDISK: 37984000 - 37cba000
[    0.000000] Allocated new RAMDISK: 374c8000 - 377fd61b
[    0.000000] Move RAMDISK from 0000000037984000 - 0000000037cb961a to 374c8000 - 377fd61a
[    0.000000] ACPI: RSDP 000f6d70 00024 (v02 IBM   )
[    0.000000] ACPI: XSDT 3ff6a672 0004C (v01 IBM    TP-1R    00003230  LTP 00000000)
[    0.000000] ACPI: FACP 3ff6a700 000F4 (v03 IBM    TP-1R    00003230 IBM  00000001)
[    0.000000] ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20110316/tbfadt-529)
[    0.000000] ACPI Warning: Optional field Gpe1Block has zero address or length: 0x000000000000102C/0x0 (20110316/tbfadt-560)
[    0.000000] ACPI: DSDT 3ff6a8e7 0C530 (v01 IBM    TP-1R    00003230 MSFT 0100000E)
[    0.000000] ACPI: FACS 3ff78000 00040
[    0.000000] ACPI: SSDT 3ff6a8b4 00033 (v01 IBM    TP-1R    00003230 MSFT 0100000E)
[    0.000000] ACPI: ECDT 3ff76e17 00052 (v01 IBM    TP-1R    00003230 IBM  00000001)
[    0.000000] ACPI: TCPA 3ff76e69 00032 (v01 IBM    TP-1R    00003230 PTL  00000001)
[    0.000000] ACPI: BOOT 3ff76fd8 00028 (v01 IBM    TP-1R    00003230  LTP 00000001)
[    0.000000] 135MB 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 -> 0x0003ff60
[    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 -> 0x0003ff60
[    0.000000] On node 0 totalpages: 261871
[    0.000000] free_area_init_node: node 0, pgdat c13fdd40, node_mem_map f6cc7200
[    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: 271 pages used for memmap
[    0.000000]   HighMem zone: 34387 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] Local APIC disabled by BIOS -- reenabling.
[    0.000000] Found and enabled local APIC!
[    0.000000] nr_irqs_gsi: 16
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:bf800000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f6800000 s27456 r0 d21696 u4194304
[    0.000000] pcpu-alloc: s27456 r0 d21696 u4194304 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259824
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+ root=UUID=1ceb69a7-ecf4-47e9-a231-b74e0f0a9b62 ro init=/bin/systemd radeon.modeset=1 lapic 3
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0003ff60)
[    0.000000] Memory: 1029616k/1047936k available (2719k kernel code, 17868k reserved, 1393k data, 384k init, 138632k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd36000 - 0xfffff000   (2852 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 : 0xc1405000 - 0xc1465000   ( 384 kB)
[    0.000000]       .data : 0xc12a7d95 - 0xc14044c0   (1393 kB)
[    0.000000]       .text : 0xc1000000 - 0xc12a7d95   (2719 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=1, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] 	RCU debugfs-based tracing is enabled.
[    0.000000] NR_IRQS:1280
[    0.000000] CPU 0 irqstacks, hard=f6418000 soft=f641a000
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ODEBUG: 8 of 8 active objects replaced
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1694.325 MHz processor.
[    0.008006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3388.65 BogoMIPS (lpj=6777300)
[    0.008084] pid_max: default: 32768 minimum: 301
[    0.008240] Security Framework initialized
[    0.008284] SELinux:  Disabled at boot.
[    0.008452] Mount-cache hash table entries: 512
[    0.008978] Initializing cgroup subsys debug
[    0.009018] Initializing cgroup subsys ns
[    0.009056] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.009109] Initializing cgroup subsys cpuacct
[    0.009185] Initializing cgroup subsys devices
[    0.009223] Initializing cgroup subsys freezer
[    0.009261] Initializing cgroup subsys net_cls
[    0.009299] Initializing cgroup subsys blkio
[    0.009416] mce: CPU supports 5 MCE banks
[    0.009463] CPU0: Thermal monitoring enabled (TM2)
[    0.009677] SMP alternatives: switching to UP code
[    0.012469] Freeing SMP alternatives: 8k freed
[    0.012510] ACPI: Core revision 20110316
[    0.019029] ACPI: setting ELCR to 0200 (from 0800)
[    0.020096] weird, boot CPU (#0) not listed by the BIOS.
[    0.020136] SMP motherboard not detected.
[    0.020176] Enabling APIC mode:  Flat.  Using 0 I/O APICs
[    0.024001] SMP disabled
[    0.024001] Performance Events: p6 PMU driver.
[    0.024001] ... version:                0
[    0.024001] ... bit width:              32
[    0.024001] ... generic registers:      2
[    0.024001] ... value mask:             00000000ffffffff
[    0.024001] ... max period:             000000007fffffff
[    0.024001] ... fixed-purpose events:   0
[    0.024001] ... event mask:             0000000000000003
[    0.036242] NMI watchdog enabled, takes one hw-pmu counter.
[    0.040014] Brought up 1 CPUs
[    0.040049] Total of 1 processors activated (3388.65 BogoMIPS).
[    0.040327] devtmpfs: initialized
[    0.041031] print_constraints: dummy: 
[    0.041197] NET: Registered protocol family 16
[    0.041375] ACPI: bus type pci registered
[    0.042077] PCI: PCI BIOS revision 2.10 entry at 0xfd8d6, last bus=8
[    0.042118] PCI: Using configuration type 1 for base access
[    0.042915] bio: create slab <bio-0> at 0
[    0.046597] ACPI: EC: EC description table is found, configuring boot EC
[    0.061959] ACPI: Interpreter enabled
[    0.062001] ACPI: (supports S0 S3 S5)
[    0.062118] ACPI: Using PIC for interrupt routing
[    0.065142] ACPI: Power Resource [PUBS] (on)
[    0.068968] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[    0.084836] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[    0.084876] HEST: Table not found.
[    0.084915] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.085000] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.085120] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.085125] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.085129] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.085134] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.085138] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
[    0.085143] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[    0.085162] pci 0000:00:00.0: [8086:3340] type 0 class 0x000600
[    0.085173] pci 0000:00:00.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
[    0.085221] pci 0000:00:01.0: [8086:3341] type 1 class 0x000604
[    0.085287] pci 0000:00:1d.0: [8086:24c2] type 0 class 0x000c03
[    0.085337] pci 0000:00:1d.0: reg 20: [io  0x1800-0x181f]
[    0.085376] pci 0000:00:1d.1: [8086:24c4] type 0 class 0x000c03
[    0.085426] pci 0000:00:1d.1: reg 20: [io  0x1820-0x183f]
[    0.085464] pci 0000:00:1d.2: [8086:24c7] type 0 class 0x000c03
[    0.085514] pci 0000:00:1d.2: reg 20: [io  0x1840-0x185f]
[    0.085564] pci 0000:00:1d.7: [8086:24cd] type 0 class 0x000c03
[    0.085589] pci 0000:00:1d.7: reg 10: [mem 0xc0000000-0xc00003ff]
[    0.085676] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.085683] pci 0000:00:1d.7: PME# disabled
[    0.085706] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.085761] pci 0000:00:1f.0: [8086:24cc] type 0 class 0x000601
[    0.085835] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO
[    0.085889] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH4 GPIO
[    0.085946] pci 0000:00:1f.1: [8086:24ca] type 0 class 0x000101
[    0.085962] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.085974] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.085986] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.085999] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.086011] pci 0000:00:1f.1: reg 20: [io  0x1860-0x186f]
[    0.086023] pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
[    0.086056] pci 0000:00:1f.3: [8086:24c3] type 0 class 0x000c05
[    0.086105] pci 0000:00:1f.3: reg 20: [io  0x1880-0x189f]
[    0.086147] pci 0000:00:1f.5: [8086:24c5] type 0 class 0x000401
[    0.086166] pci 0000:00:1f.5: reg 10: [io  0x1c00-0x1cff]
[    0.086177] pci 0000:00:1f.5: reg 14: [io  0x18c0-0x18ff]
[    0.086188] pci 0000:00:1f.5: reg 18: [mem 0xc0000c00-0xc0000dff]
[    0.086200] pci 0000:00:1f.5: reg 1c: [mem 0xc0000800-0xc00008ff]
[    0.086243] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.086249] pci 0000:00:1f.5: PME# disabled
[    0.086268] pci 0000:00:1f.6: [8086:24c6] type 0 class 0x000703
[    0.086287] pci 0000:00:1f.6: reg 10: [io  0x2400-0x24ff]
[    0.086298] pci 0000:00:1f.6: reg 14: [io  0x2000-0x207f]
[    0.086356] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.086362] pci 0000:00:1f.6: PME# disabled
[    0.086391] pci 0000:01:00.0: [1002:4c66] type 0 class 0x000300
[    0.086409] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe7ffffff pref]
[    0.086419] pci 0000:01:00.0: reg 14: [io  0x3000-0x30ff]
[    0.086429] pci 0000:01:00.0: reg 18: [mem 0xc0100000-0xc010ffff]
[    0.086457] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.086480] pci 0000:01:00.0: supports D1 D2
[    0.086519] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.086560] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.086565] pci 0000:00:01.0:   bridge window [mem 0xc0100000-0xc01fffff]
[    0.086570] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe7ffffff pref]
[    0.086598] pci 0000:02:00.0: [104c:ac55] type 2 class 0x000607
[    0.086618] pci 0000:02:00.0: reg 10: [mem 0xb0000000-0xb0000fff]
[    0.086641] pci 0000:02:00.0: supports D1 D2
[    0.086644] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.086650] pci 0000:02:00.0: PME# disabled
[    0.086673] pci 0000:02:00.1: [104c:ac55] type 2 class 0x000607
[    0.086693] pci 0000:02:00.1: reg 10: [mem 0xb1000000-0xb1000fff]
[    0.086715] pci 0000:02:00.1: supports D1 D2
[    0.086718] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.086724] pci 0000:02:00.1: PME# disabled
[    0.086755] pci 0000:02:01.0: [8086:101e] type 0 class 0x000200
[    0.086777] pci 0000:02:01.0: reg 10: [mem 0xc0220000-0xc023ffff]
[    0.086789] pci 0000:02:01.0: reg 14: [mem 0xc0200000-0xc020ffff]
[    0.086801] pci 0000:02:01.0: reg 18: [io  0x8000-0x803f]
[    0.086837] pci 0000:02:01.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.086864] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    0.086870] pci 0000:02:01.0: PME# disabled
[    0.086893] pci 0000:02:02.0: [168c:1014] type 0 class 0x000200
[    0.086912] pci 0000:02:02.0: reg 10: [mem 0xc0210000-0xc021ffff]
[    0.087022] pci 0000:00:1e.0: PCI bridge to [bus 02-08] (subtractive decode)
[    0.087067] pci 0000:00:1e.0:   bridge window [io  0x4000-0x8fff]
[    0.087073] pci 0000:00:1e.0:   bridge window [mem 0xc0200000-0xcfffffff]
[    0.087080] pci 0000:00:1e.0:   bridge window [mem 0xe8000000-0xefffffff pref]
[    0.087084] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.087089] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.088082] pci_bus 0000:00: on NUMA node 0
[    0.088089] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.088142] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.088173] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    0.091773] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[    0.092138] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[    0.092482] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.092825] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.093149] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.093524] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.093900] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
[    0.094294] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.094675] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.094729] vgaarb: loaded
[    0.094813] PCI: Using ACPI for IRQ routing
[    0.094994] PCI: pci_cache_line_size set to 64 bytes
[    0.095078] reserve RAM buffer: 000000000009f000 - 000000000009ffff 
[    0.095082] reserve RAM buffer: 000000003ff60000 - 000000003fffffff 
[    0.097832] pnp: PnP ACPI init
[    0.097893] ACPI: bus type pnp registered
[    0.098547] pnp 00:00: [mem 0x00000000-0x0009ffff]
[    0.098552] pnp 00:00: [mem 0x000c0000-0x000c3fff]
[    0.098555] pnp 00:00: [mem 0x000c4000-0x000c7fff]
[    0.098559] pnp 00:00: [mem 0x000c8000-0x000cbfff]
[    0.098563] pnp 00:00: [mem 0x000cc000-0x000cffff]
[    0.098566] pnp 00:00: [mem 0x000d0000-0x000d3fff]
[    0.098570] pnp 00:00: [mem 0x000d4000-0x000d3fff disabled]
[    0.098574] pnp 00:00: [mem 0x000d8000-0x000d7fff disabled]
[    0.098578] pnp 00:00: [mem 0x000dc000-0x000dffff]
[    0.098581] pnp 00:00: [mem 0x000e0000-0x000e3fff]
[    0.098585] pnp 00:00: [mem 0x000e4000-0x000e7fff]
[    0.098588] pnp 00:00: [mem 0x000e8000-0x000ebfff]
[    0.098592] pnp 00:00: [mem 0x000ec000-0x000effff]
[    0.098595] pnp 00:00: [mem 0x000f0000-0x000fffff]
[    0.098599] pnp 00:00: [mem 0x00100000-0x3fffffff]
[    0.098603] pnp 00:00: [mem 0xfec00000-0xffffffff]
[    0.098702] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.098746] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.098788] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.098830] system 00:00: [mem 0x000c8000-0x000cbfff] could not be reserved
[    0.098872] system 00:00: [mem 0x000cc000-0x000cffff] could not be reserved
[    0.098914] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[    0.098956] system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
[    0.098998] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.099040] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.099083] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.099125] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.099167] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.099209] system 00:00: [mem 0x00100000-0x3fffffff] could not be reserved
[    0.099251] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.099295] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.099332] pnp 00:01: [bus 00-ff]
[    0.099344] pnp 00:01: [io  0x0cf8-0x0cff]
[    0.099348] pnp 00:01: [io  0x0000-0x0cf7 window]
[    0.099351] pnp 00:01: [io  0x0d00-0xffff window]
[    0.099355] pnp 00:01: [mem 0x000a0000-0x000bffff window]
[    0.099359] pnp 00:01: [mem 0x000c0000-0x000c3fff window]
[    0.099363] pnp 00:01: [mem 0x000c4000-0x000c7fff window]
[    0.099367] pnp 00:01: [mem 0x000c8000-0x000cbfff window]
[    0.099370] pnp 00:01: [mem 0x000cc000-0x000cffff window]
[    0.099374] pnp 00:01: [mem 0x000d0000-0x000d3fff window]
[    0.099378] pnp 00:01: [mem 0x000d4000-0x000d7fff window]
[    0.099382] pnp 00:01: [mem 0x000d8000-0x000dbfff window]
[    0.099386] pnp 00:01: [mem 0x000dc000-0x000dffff window]
[    0.099390] pnp 00:01: [mem 0x000e0000-0x000e3fff window]
[    0.099393] pnp 00:01: [mem 0x000e4000-0x000e7fff window]
[    0.099397] pnp 00:01: [mem 0x000e8000-0x000ebfff window]
[    0.099401] pnp 00:01: [mem 0x000ec000-0x000effff window]
[    0.099405] pnp 00:01: [mem 0x40000000-0xfebfffff window]
[    0.099476] pnp 00:01: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.099596] pnp 00:02: [io  0x0010-0x001f]
[    0.099600] pnp 00:02: [io  0x0090-0x009f]
[    0.099603] pnp 00:02: [io  0x0024-0x0025]
[    0.099606] pnp 00:02: [io  0x0028-0x0029]
[    0.099610] pnp 00:02: [io  0x002c-0x002d]
[    0.099613] pnp 00:02: [io  0x0030-0x0031]
[    0.099616] pnp 00:02: [io  0x0034-0x0035]
[    0.099620] pnp 00:02: [io  0x0038-0x0039]
[    0.099623] pnp 00:02: [io  0x003c-0x003d]
[    0.099626] pnp 00:02: [io  0x00a4-0x00a5]
[    0.099630] pnp 00:02: [io  0x00a8-0x00a9]
[    0.099633] pnp 00:02: [io  0x00ac-0x00ad]
[    0.099637] pnp 00:02: [io  0x00b0-0x00b5]
[    0.099640] pnp 00:02: [io  0x00b8-0x00b9]
[    0.099643] pnp 00:02: [io  0x00bc-0x00bd]
[    0.099647] pnp 00:02: [io  0x0050-0x0053]
[    0.099650] pnp 00:02: [io  0x0072-0x0077]
[    0.099653] pnp 00:02: [io  0x002e-0x002f]
[    0.099657] pnp 00:02: [io  0x1000-0x107f]
[    0.099660] pnp 00:02: [io  0x1180-0x11bf]
[    0.099664] pnp 00:02: [io  0x15e0-0x15ef]
[    0.099667] pnp 00:02: [io  0x1600-0x162f]
[    0.099670] pnp 00:02: [io  0x1632-0x167f]
[    0.099674] pnp 00:02: [io  0x004e-0x004f]
[    0.099677] pnp 00:02: [io  0x1630-0x1631]
[    0.099790] system 00:02: [io  0x1000-0x107f] has been reserved
[    0.099831] system 00:02: [io  0x1180-0x11bf] has been reserved
[    0.099872] system 00:02: [io  0x15e0-0x15ef] has been reserved
[    0.099912] system 00:02: [io  0x1600-0x162f] has been reserved
[    0.099953] system 00:02: [io  0x1632-0x167f] has been reserved
[    0.099993] system 00:02: [io  0x1630-0x1631] has been reserved
[    0.100027] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.100051] pnp 00:03: [io  0x0000-0x000f]
[    0.100054] pnp 00:03: [io  0x0080-0x008f]
[    0.100058] pnp 00:03: [io  0x00c0-0x00df]
[    0.100062] pnp 00:03: [dma 4]
[    0.100107] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.100121] pnp 00:04: [io  0x0061]
[    0.100163] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.100178] pnp 00:05: [io  0x00f0]
[    0.100184] pnp 00:05: [irq 13]
[    0.100226] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.100241] pnp 00:06: [io  0x0070-0x0071]
[    0.100245] pnp 00:06: [irq 8]
[    0.100294] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.100309] pnp 00:07: [io  0x0060]
[    0.100312] pnp 00:07: [io  0x0064]
[    0.100315] pnp 00:07: [irq 1]
[    0.100358] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.100373] pnp 00:08: [irq 12]
[    0.100417] pnp 00:08: Plug and Play ACPI device, IDs IBM0057 PNP0f13 (active)
[    0.100458] pnp 00:09: [io  0x03f0-0x03f5]
[    0.100462] pnp 00:09: [io  0x03f7]
[    0.100465] pnp 00:09: [irq 6]
[    0.100468] pnp 00:09: [dma 2]
[    0.100529] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.100634] pnp 00:0a: [io  0x03f8-0x03ff]
[    0.100638] pnp 00:0a: [irq 4]
[    0.100749] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.100868] pnp 00:0b: [io  0x03bc-0x03be]
[    0.100872] pnp 00:0b: [irq 7]
[    0.100974] pnp 00:0b: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.101148] pnp 00:0c: Plug and Play ACPI device, IDs IBM0071 PNP0511 (disabled)
[    0.101211] pnp: PnP ACPI: found 13 devices
[    0.101211] ACPI: ACPI bus type pnp unregistered
[    0.139122] Switching to clocksource acpi_pm
[    0.139217] pci 0000:00:1f.1: BAR 5: assigned [mem 0x40000000-0x400003ff]
[    0.139264] pci 0000:00:1f.1: BAR 5: set to [mem 0x40000000-0x400003ff] (PCI address [0x40000000-0x400003ff])
[    0.140008] Switched to NOHz mode on CPU #0
[    0.140008] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0120000-0xc013ffff pref]
[    0.140008] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.140008] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.140008] pci 0000:00:01.0:   bridge window [mem 0xc0100000-0xc01fffff]
[    0.140008] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe7ffffff pref]
[    0.140008] pci 0000:02:00.0: BAR 15: assigned [mem 0xe8000000-0xebffffff pref]
[    0.140008] pci 0000:02:00.0: BAR 16: assigned [mem 0xc4000000-0xc7ffffff]
[    0.140008] pci 0000:02:00.1: BAR 15: assigned [mem 0xec000000-0xefffffff pref]
[    0.140008] pci 0000:02:00.1: BAR 16: assigned [mem 0xc8000000-0xcbffffff]
[    0.140008] pci 0000:02:01.0: BAR 6: assigned [mem 0xc0240000-0xc024ffff pref]
[    0.140008] pci 0000:02:00.0: BAR 13: assigned [io  0x4000-0x40ff]
[    0.140008] pci 0000:02:00.0: BAR 14: assigned [io  0x4400-0x44ff]
[    0.140008] pci 0000:02:00.1: BAR 13: assigned [io  0x4800-0x48ff]
[    0.140008] pci 0000:02:00.1: BAR 14: assigned [io  0x4c00-0x4cff]
[    0.140008] pci 0000:02:00.0: CardBus bridge to [bus 03-06]
[    0.140008] pci 0000:02:00.0:   bridge window [io  0x4000-0x40ff]
[    0.140008] pci 0000:02:00.0:   bridge window [io  0x4400-0x44ff]
[    0.140008] pci 0000:02:00.0:   bridge window [mem 0xe8000000-0xebffffff pref]
[    0.140008] pci 0000:02:00.0:   bridge window [mem 0xc4000000-0xc7ffffff]
[    0.140008] pci 0000:02:00.1: CardBus bridge to [bus 07-07]
[    0.140008] pci 0000:02:00.1:   bridge window [io  0x4800-0x48ff]
[    0.140008] pci 0000:02:00.1:   bridge window [io  0x4c00-0x4cff]
[    0.140008] pci 0000:02:00.1:   bridge window [mem 0xec000000-0xefffffff pref]
[    0.140008] pci 0000:02:00.1:   bridge window [mem 0xc8000000-0xcbffffff]
[    0.140008] pci 0000:00:1e.0: PCI bridge to [bus 02-08]
[    0.140045] pci 0000:00:1e.0:   bridge window [io  0x4000-0x8fff]
[    0.140089] pci 0000:00:1e.0:   bridge window [mem 0xc0200000-0xcfffffff]
[    0.140133] pci 0000:00:1e.0:   bridge window [mem 0xe8000000-0xefffffff pref]
[    0.140202] pci 0000:00:1e.0: setting latency timer to 64
[    0.140412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    0.140452] PCI: setting IRQ 11 as level-triggered
[    0.140459] pci 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    0.140682] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[    0.140724] pci 0000:02:00.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[    0.140779] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.140783] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.140787] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.140792] pci_bus 0000:01: resource 1 [mem 0xc0100000-0xc01fffff]
[    0.140796] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe7ffffff pref]
[    0.140800] pci_bus 0000:02: resource 0 [io  0x4000-0x8fff]
[    0.140804] pci_bus 0000:02: resource 1 [mem 0xc0200000-0xcfffffff]
[    0.140808] pci_bus 0000:02: resource 2 [mem 0xe8000000-0xefffffff pref]
[    0.140812] pci_bus 0000:02: resource 4 [io  0x0000-0xffff]
[    0.140816] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
[    0.140820] pci_bus 0000:03: resource 0 [io  0x4000-0x40ff]
[    0.140824] pci_bus 0000:03: resource 1 [io  0x4400-0x44ff]
[    0.140828] pci_bus 0000:03: resource 2 [mem 0xe8000000-0xebffffff pref]
[    0.140832] pci_bus 0000:03: resource 3 [mem 0xc4000000-0xc7ffffff]
[    0.140836] pci_bus 0000:07: resource 0 [io  0x4800-0x48ff]
[    0.140840] pci_bus 0000:07: resource 1 [io  0x4c00-0x4cff]
[    0.140844] pci_bus 0000:07: resource 2 [mem 0xec000000-0xefffffff pref]
[    0.140848] pci_bus 0000:07: resource 3 [mem 0xc8000000-0xcbffffff]
[    0.140956] NET: Registered protocol family 2
[    0.141123] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.141701] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.143617] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.144850] TCP: Hash tables configured (established 131072 bind 65536)
[    0.144905] TCP reno registered
[    0.144952] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.145024] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.145459] NET: Registered protocol family 1
[    0.145637] pci 0000:01:00.0: Boot video device
[    0.145658] PCI: CLS 32 bytes, default 64
[    0.145770] Unpacking initramfs...
[    0.282417] Freeing initrd memory: 3288k freed
[    0.287794] Simple Boot Flag at 0x35 set to 0x1
[    0.288468] audit: initializing netlink socket (disabled)
[    0.288533] type=2000 audit(1303605648.288:1): initialized
[    0.310444] highmem bounce pool size: 64 pages
[    0.310489] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.313635] VFS: Disk quotas dquot_6.5.2
[    0.313893] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.314164] msgmni has been set to 1746
[    0.314548] alg: No test for stdrng (krng)
[    0.314680] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.314776] io scheduler noop registered
[    0.314813] io scheduler deadline registered
[    0.314872] io scheduler cfq registered (default)
[    0.315224] ERST: Table is not found!
[    0.315378] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.315513] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[    0.376315] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[    0.392123] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[    0.392181] serial 0000:00:1f.6: PCI INT B disabled
[    0.392382] Linux agpgart interface v0.103
[    0.392647] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[    0.406294] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.406559] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.412976] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.413061] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.413244] mousedev: PS/2 mouse device common for all mice
[    0.413346] rtc_cmos 00:06: RTC can wake from S4
[    0.417177] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.420124] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    0.420181] rtc0: alarms up to one month, y3k, 114 bytes nvram
[    0.420233] cpuidle: using governor ladder
[    0.420270] cpuidle: using governor menu
[    0.420839] TCP cubic registered
[    0.421136] NET: Registered protocol family 10
[    0.423207] Mobile IPv6
[    0.423244] NET: Registered protocol family 17
[    0.423285] Registering the dns_resolver key type
[    0.423353] Using IPI No-Shortcut mode
[    0.423519] registered taskstats version 1
[    0.423888] rtc_cmos 00:06: setting system clock to 2011-04-24 00:40:49 UTC (1303605649)
[    0.423981] Initializing network drop monitor service
[    0.424129] Freeing unused kernel memory: 384k freed
[    0.432102] ODEBUG: object is on stack, but not annotated
[    0.432147] ------------[ cut here ]------------
[    0.432195] WARNING: at lib/debugobjects.c:298 __debug_object_init+0x1a3/0x205()
[    0.432244] Hardware name: 2374SG6
[    0.432279] Modules linked in:
[    0.432338] Pid: 7, comm: rcuc0 Not tainted 2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+ #1
[    0.432389] Call Trace:
[    0.432432]  [<c102fe0e>] warn_slowpath_common+0x63/0x78
[    0.432473]  [<c1156ff6>] ? __debug_object_init+0x1a3/0x205
[    0.432514]  [<c102fe32>] warn_slowpath_null+0xf/0x13
[    0.432554]  [<c1156ff6>] __debug_object_init+0x1a3/0x205
[    0.432596]  [<c1034732>] ? _local_bh_enable_ip.isra.10+0x6f/0x86
[    0.432638]  [<c115706b>] debug_object_init+0x13/0x15
[    0.432678]  [<c1039cbd>] init_timer_key+0x12/0x7d
[    0.432721]  [<c1076c61>] rcu_cpu_kthread+0x1c0/0x219
[    0.432764]  [<c1045a92>] ? add_wait_queue+0x35/0x35
[    0.432806]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[    0.432847]  [<c10231a1>] ? complete+0x34/0x3e
[    0.432885]  [<c1075bea>] ? rcu_cpu_kthread_should_stop+0xc4/0xc4
[    0.432931]  [<c12a0bdf>] ? preempt_schedule+0x40/0x46
[    0.432972]  [<c12a1c7c>] ? _raw_spin_unlock_irqrestore+0x2d/0x2f
[    0.433012]  [<c10231a1>] ? complete+0x34/0x3e
[    0.433051]  [<c1076aa1>] ? __rcu_process_callbacks+0x92/0x92
[    0.433092]  [<c1045585>] kthread+0x62/0x67
[    0.433131]  [<c1045523>] ? kthread_worker_fn+0x111/0x111
[    0.433173]  [<c12a747e>] kernel_thread_helper+0x6/0xd
[    0.433212] ---[ end trace 786fef19fd1bcd98 ]---
[    0.456363] udev[44]: starting version 167
[    0.761244] Floppy drive(s): fd0 is 1.44M
[    0.779048] FDC 0 is a National Semiconductor PC87306
[    0.800569] thermal LNXTHERM:00: registered as thermal_zone0
[    0.800617] ACPI: Thermal Zone [THM0] (54 C)
[    0.832055] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    0.832104] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    0.832203] e1000 0000:02:01.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    0.953112] SCSI subsystem initialized
[    0.958835] usbcore: registered new interface driver usbfs
[    0.959144] usbcore: registered new interface driver hub
[    0.964348] usbcore: registered new device driver usb
[    1.000030] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.000122] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[    1.000167] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[    1.000446] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[    1.000490] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
[    1.000564] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.000569] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.000665] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.015884] ehci_hcd 0000:00:1d.7: debug port 1
[    1.019801] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.019820] ehci_hcd 0000:00:1d.7: irq 11, io mem 0xc0000000
[    1.040025] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.040134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.040176] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.040226] usb usb1: Product: EHCI Host Controller
[    1.040264] usb usb1: Manufacturer: Linux 2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+ ehci_hcd
[    1.040315] usb usb1: SerialNumber: 0000:00:1d.7
[    1.041253] hub 1-0:1.0: USB hub found
[    1.041299] hub 1-0:1.0: 6 ports detected
[    1.135113] uhci_hcd: USB Universal Host Controller Interface driver
[    1.135253] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    1.135296] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[    1.135347] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.135410] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.135416] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.135472] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.135582] libata version 3.00 loaded.
[    1.140158] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
[    1.140261] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.140303] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.140353] usb usb2: Product: UHCI Host Controller
[    1.140391] usb usb2: Manufacturer: Linux 2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+ uhci_hcd
[    1.154713] usb usb2: SerialNumber: 0000:00:1d.0
[    1.156157] hub 2-0:1.0: USB hub found
[    1.156203] hub 2-0:1.0: 2 ports detected
[    1.156361] uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
[    1.156404] uhci_hcd 0000:00:1d.1: power state changed by ACPI to D0
[    1.156684] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.156727] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[    1.156787] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.156792] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.156841] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.164516] uhci_hcd 0000:00:1d.1: irq 11, io base 0x00001820
[    1.164625] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.164668] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.164718] usb usb3: Product: UHCI Host Controller
[    1.164756] usb usb3: Manufacturer: Linux 2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+ uhci_hcd
[    1.164807] usb usb3: SerialNumber: 0000:00:1d.1
[    1.165570] hub 3-0:1.0: USB hub found
[    1.165616] hub 3-0:1.0: 2 ports detected
[    1.166000] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    1.166044] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[    1.166105] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.166110] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.166160] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.174706] uhci_hcd 0000:00:1d.2: irq 11, io base 0x00001840
[    1.174816] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.174859] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.174909] usb usb4: Product: UHCI Host Controller
[    1.174947] usb usb4: Manufacturer: Linux 2.6.39-rc3-preempt-rcu-sedat.2011.04.23a+ uhci_hcd
[    1.174998] usb usb4: SerialNumber: 0000:00:1d.2
[    1.175363] hub 4-0:1.0: USB hub found
[    1.175406] hub 4-0:1.0: 2 ports detected
[    1.175576] ata_piix 0000:00:1f.1: version 2.13
[    1.175592] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    1.175640] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[    1.175757] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.179943] scsi0 : ata_piix
[    1.185617] scsi1 : ata_piix
[    1.186368] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[    1.186411] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[    1.296061] Refined TSC clocksource calibration: 1694.501 MHz.
[    1.296109] Switching to clocksource tsc
[    1.310016] e1000 0000:02:01.0: eth0: (PCI:33MHz:32-bit) 00:0d:60:b0:62:87
[    1.310069] e1000 0000:02:01.0: eth0: Intel(R) PRO/1000 Network Connection
[    1.348582] ata2.01: NODEV after polling detection
[    1.348802] ata1.00: HPA detected: current 110257519, native 117210240
[    1.348849] ata1.00: ATA-6: HTS726060M9AT00, MH4OA6BA, max UDMA/100
[    1.348890] ata1.00: 110257519 sectors, multi 16: LBA 
[    1.356572] ata2.00: ATAPI: UJDA755yDVD/CDRW, 1.70, max UDMA/33
[    1.364442] ata1.00: configured for UDMA/100
[    1.364701] scsi 0:0:0:0: Direct-Access     ATA      HTS726060M9AT00  MH4O PQ: 0 ANSI: 5
[    1.372466] ata2.00: configured for UDMA/33
[    1.375431] scsi 1:0:0:0: CD-ROM            MATSHITA UJDA755yDVD/CDRW 1.70 PQ: 0 ANSI: 5
[    1.408044] usb 1-4: new high speed USB device number 3 using ehci_hcd
[    1.412484] sd 0:0:0:0: [sda] 110257519 512-byte logical blocks: (56.4 GB/52.5 GiB)
[    1.412623] sd 0:0:0:0: [sda] Write Protect is off
[    1.412663] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.412700] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.417000] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.417048] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.417662] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.473012]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    1.473956] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.516229] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.516935] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.540980] usb 1-4: New USB device found, idVendor=152d, idProduct=2329
[    1.541030] usb 1-4: New USB device strings: Mfr=10, Product=11, SerialNumber=3
[    1.541081] usb 1-4: Product: Storagebird 35EV821
[    1.541120] usb 1-4: Manufacturer: 0123456
[    1.541157] usb 1-4: SerialNumber: 000000000340
[    1.552559] usbcore: registered new interface driver uas
[    1.565361] Initializing USB Mass Storage driver...
[    1.565543] scsi2 : usb-storage 1-4:1.0
[    1.565757] usbcore: registered new interface driver usb-storage
[    1.565797] USB Mass Storage support registered.
[    1.652043] usb 3-1: new low speed USB device number 2 using uhci_hcd
[    1.828505] usb 3-1: New USB device found, idVendor=046d, idProduct=c00e
[    1.828553] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.828595] usb 3-1: Product: USB-PS/2 Optical Mouse
[    1.828633] usb 3-1: Manufacturer: Logitech
[    1.871032] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input1
[    1.871312] generic-usb 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-1/input0
[    1.871649] usbcore: registered new interface driver usbhid
[    1.871689] usbhid: USB HID core driver
[    2.280547] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    2.606473] scsi 2:0:0:0: Direct-Access     WDC WD10 EAVS-00D7B0           PQ: 0 ANSI: 2 CCS
[    2.612728] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    2.613314] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.614186] sd 2:0:0:0: [sdb] Write Protect is off
[    2.614228] sd 2:0:0:0: [sdb] Mode Sense: 34 00 00 00
[    2.614233] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    2.615807] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    2.699300]  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 >
[    2.701294] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    2.701338] sd 2:0:0:0: [sdb] Attached SCSI disk
[    3.446485] systemd[1]: systemd 20 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; debian)
[    3.523999] systemd[1]: Set hostname to <tbox>.
[    3.547919] IPv4 FIB: Using LC-trie version 0.409
[    5.323329] cfg80211: Calling CRDA to update world regulatory domain
[    5.916507] ath5k 0000:02:02.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
[    5.916636] ath5k 0000:02:02.0: registered as 'phy0'
[    6.221122] ath: EEPROM regdomain: 0x61
[    6.221127] ath: EEPROM indicates we should expect a direct regpair map
[    6.221133] ath: Country alpha2 being used: 00
[    6.221136] ath: Regpair used: 0x61
[    6.281986] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    6.283191] Registered led device: ath5k-phy0::rx
[    6.283225] Registered led device: ath5k-phy0::tx
[    6.283239] ath5k phy0: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41)
[    6.283286] ath5k phy0: RF5111 5GHz radio found (0x17)
[    6.283325] ath5k phy0: RF2111 2GHz radio found (0x23)
[    6.317714] udev[259]: starting version 167
[    6.910327] Non-volatile memory driver v1.3
[    7.012968] ACPI: Battery Slot [BAT0] (battery present)
[    7.141405] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.156953] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[    7.158538] ACPI: Lid Switch [LID]
[    7.159485] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[    7.159547] ACPI: Sleep Button [SLPB]
[    7.159766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    7.159820] ACPI: Power Button [PWRF]
[    7.237404] ACPI: AC Adapter [AC] (on-line)
[    7.254572] ACPI: acpi_idle registered with cpuidle
[    7.255522] Marking TSC unstable due to TSC halts in idle
[    7.260044] Switching to clocksource acpi_pm
[    7.261617] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:03/LNXVIDEO:00/input/input5
[    7.261683] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    7.334483] ata_id[432]: HDIO_GET_IDENTITY failed for '/dev/sdb'
[    7.364461] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.376260] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    7.570749] i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[    7.931033] NET: Registered protocol family 23
[    8.024162] parport_pc 00:0b: reported by Plug and Play ACPI
[    8.024250] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
[    8.152566] nsc-ircc 00:0c: [io  0x02f8-0x02ff]
[    8.152640] nsc-ircc 00:0c: [irq 3]
[    8.152646] nsc-ircc 00:0c: [dma 1]
[    8.153107] nsc-ircc 00:0c: activated
[    8.154341] nsc-ircc, chip->init
[    8.154389] nsc-ircc, Found chip at base=0x02e
[    8.154453] nsc-ircc, driver loaded (Dag Brattli)
[    8.159306] IrDA: Registered device irda0
[    8.159353] nsc-ircc, Using dongle: IBM31T1100 or Temic TFDS6000/TFDS6500
[    8.172245] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x2c6ab1, caps: 0x884793/0x0/0x0
[    8.172310] serio: Synaptics pass-through port at isa0060/serio1/input0
[    8.215018] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[    8.231539] yenta_cardbus 0000:02:00.0: CardBus bridge found [1014:0512]
[    8.234492] yenta_cardbus 0000:02:00.0: Using INTVAL to route CSC interrupts to PCI
[    8.234543] yenta_cardbus 0000:02:00.0: Routing CardBus interrupts to PCI
[    8.234587] yenta_cardbus 0000:02:00.0: TI: mfunc 0x01d21022, devctl 0x64
[    8.465163] yenta_cardbus 0000:02:00.0: ISA IRQ mask 0x0438, PCI irq 11
[    8.465212] yenta_cardbus 0000:02:00.0: Socket status: 30000006
[    8.465262] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [io  0x4000-0x8fff]
[    8.465314] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
[    8.465368] pcmcia_socket pcmcia_socket0: cs: memory probe 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc09fffff 0xc3a00000-0xcc1fffff 0xcfa00000-0xd01fffff
[    8.465562] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
[    8.465615] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
[    8.472246] yenta_cardbus 0000:02:00.1: CardBus bridge found [1014:0512]
[    8.472311] yenta_cardbus 0000:02:00.1: Using INTVAL to route CSC interrupts to PCI
[    8.472361] yenta_cardbus 0000:02:00.1: Routing CardBus interrupts to PCI
[    8.472405] yenta_cardbus 0000:02:00.1: TI: mfunc 0x01d21022, devctl 0x64
[    8.700758] cfg80211: World regulatory domain updated:
[    8.700809] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    8.700863] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.700916] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    8.700968] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    8.701021] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.701074] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.705134] yenta_cardbus 0000:02:00.1: ISA IRQ mask 0x0438, PCI irq 11
[    8.705186] yenta_cardbus 0000:02:00.1: Socket status: 30000006
[    8.705237] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [io  0x4000-0x8fff]
[    8.705291] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
[    8.705347] pcmcia_socket pcmcia_socket1: cs: memory probe 0xc0200000-0xcfffffff: excluding 0xc0200000-0xc09fffff 0xc3a00000-0xcc1fffff 0xcfa00000-0xd01fffff
[    8.705552] yenta_cardbus 0000:02:00.1: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
[    8.705607] pcmcia_socket pcmcia_socket1: cs: memory probe 0xe8000000-0xefffffff: excluding 0xe8000000-0xefffffff
[    8.706743] thinkpad_acpi: ThinkPad ACPI Extras v0.24
[    8.706784] thinkpad_acpi: http://ibm-acpi.sf.net/
[    8.706824] thinkpad_acpi: ThinkPad BIOS 1RETDRWW (3.23 ), EC 1RHT71WW-3.04
[    8.706865] thinkpad_acpi: IBM ThinkPad T40p, model 2374SG6
[    8.716240] thinkpad_acpi: detected a 8-level brightness capable ThinkPad
[    8.728961] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is blocked
[    8.729711] Registered led device: tpacpi::thinklight
[    8.730117] Registered led device: tpacpi::power
[    8.730512] Registered led device: tpacpi::standby
[    8.736441] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    8.740858] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8
[    8.759060] systemd-fsck[266]: /dev/sda5: sauber, 161247/640848 Dateien, 2145779/2560351 Blöcke
[    9.121846] [drm] Initialized drm 1.1.0 20060810
[    9.530300] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[    9.531198] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
[    9.531422] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[    9.531586] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: clean.
[    9.531961] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[    9.532200] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff: clean.
[    9.590020] Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[    9.590102] Intel ICH Modem 0000:00:1f.6: setting latency timer to 64
[    9.615890] Adding 1052244k swap on /dev/sda2.  Priority:0 extents:1 across:1052244k 
[    9.973843] [drm] radeon kernel modesetting enabled.
[    9.974033] radeon 0000:01:00.0: power state changed by ACPI to D0
[    9.974077] radeon 0000:01:00.0: power state changed by ACPI to D0
[    9.974128] radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    9.975190] [drm] initializing kernel modesetting (RV250 0x1002:0x4C66).
[    9.975259] [drm] register mmio base: 0xC0100000
[    9.975295] [drm] register mmio size: 65536
[    9.975844] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[    9.975899] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[    9.975981] radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[    9.976097] radeon 0000:01:00.0: GTT: 256M 0xD0000000 - 0xDFFFFFFF
[    9.976143] radeon 0000:01:00.0: VRAM: 128M 0x00000000E0000000 - 0x00000000E7FFFFFF (64M used)
[    9.976203] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    9.976243] [drm] Driver supports precise vblank timestamp query.
[    9.976296] [drm] radeon: irq initialized.
[    9.976536] [drm] Detected VRAM RAM=128M, BAR=128M
[    9.976581] [drm] RAM width 128bits DDR
[    9.976726] [TTM] Zone  kernel: Available graphics memory: 447332 kiB.
[    9.976766] [TTM] Zone highmem: Available graphics memory: 516648 kiB.
[    9.976806] [TTM] Initializing pool allocator.
[    9.976884] [drm] radeon: 64M of VRAM memory ready
[    9.976921] [drm] radeon: 256M of GTT memory ready.
[    9.979591] radeon 0000:01:00.0: WB disabled
[    9.980478] [drm] Loading R200 Microcode
[   10.062792] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
[   10.062881] Intel ICH 0000:00:1f.5: setting latency timer to 64
[   10.382070] [drm] radeon: ring at 0x00000000D0001000
[   10.382135] [drm] ring test succeeded in 1 usecs
[   10.383366] [drm] radeon: ib pool ready.
[   10.383549] [drm] ib test succeeded in 0 usecs
[   10.385762] [drm] Panel ID String: SXGA+ Single (85MHz)    
[   10.385804] [drm] Panel Size 1400x1050
[   10.396932] [drm] radeon legacy LVDS backlight initialized
[   10.396980] [drm] No TV DAC info found in BIOS
[   10.397185] [drm] Radeon Display Connectors
[   10.397222] [drm] Connector 0:
[   10.397257] [drm]   VGA
[   10.397291] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[   10.397330] [drm]   Encoders:
[   10.397364] [drm]     CRT1: INTERNAL_DAC1
[   10.397400] [drm] Connector 1:
[   10.397434] [drm]   DVI-D
[   10.397467] [drm]   HPD1
[   10.397501] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[   10.397540] [drm]   Encoders:
[   10.397574] [drm]     DFP1: INTERNAL_TMDS1
[   10.397609] [drm] Connector 2:
[   10.397643] [drm]   LVDS
[   10.397676] [drm]   Encoders:
[   10.397710] [drm]     LCD1: INTERNAL_LVDS
[   10.397745] [drm] Connector 3:
[   10.397779] [drm]   S-video
[   10.397812] [drm]   Encoders:
[   10.397846] [drm]     TV1: INTERNAL_DAC2
[   10.419233] [drm] radeon: power management initialized
[   10.539819] [drm] fb mappable at 0xE0040000
[   10.539863] [drm] vram apper at 0xE0000000
[   10.539899] [drm] size 5914624
[   10.539933] [drm] fb depth is 24
[   10.539967] [drm]    pitch is 5632
[   10.621162] Console: switching to colour frame buffer device 175x65
[   10.636347] EXT4-fs (sda5): re-mounted. Opts: (null)
[   10.670832] fb0: radeondrmfb frame buffer device
[   10.671007] drm: registered panic notifier
[   10.671171] [drm] Initialized radeon 2.9.0 20080528 for 0000:01:00.0 on minor 0
[   10.691728] systemd-fsck[609]: /dev/sda3: sauber, 176373/640848 Dateien, 2257376/2560359 Blöcke (Prüfung nach 5 Einhängevorgängen)
[   10.907285] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: mblk_io_submit
[   11.004075] intel8x0_measure_ac97_clock: measured 55377 usecs (2668 samples)
[   11.004340] intel8x0: clocking to 48000
[   11.430553] fuse init (API version 7.16)
[   12.341930] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   13.392245] anacron[1003]: Anacron 2.3 started on 2011-04-24
[   13.568952] anacron[1003]: Will run job `cron.daily' in 5 min.
[   13.568994] anacron[1003]: Jobs will be executed sequentially
[   13.978530] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   14.207586] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input9
[   15.168268] P-state transition latency capped at 20 uS
[   15.185188] lp0: using parport0 (interrupt-driven).
[   15.280198] ppdev: user-space parallel port driver
[   16.630382] wlan0: authenticate with 00:04:0e:e4:00:3d (try 1)
[   16.631844] wlan0: authenticated
[   16.632543] wlan0: associate with 00:04:0e:e4:00:3d (try 1)
[   16.636972] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[   16.636986] wlan0: associated
[   16.639229] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   18.412232] Bluetooth: Core ver 2.16
[   18.432318] NET: Registered protocol family 31
[   18.453520] Bluetooth: HCI device and connection manager initialized
[   18.466761] Bluetooth: HCI socket layer initialized
[   18.484357] Bluetooth: L2CAP socket layer initialized
[   18.499389] Bluetooth: SCO socket layer initialized
[   18.658080] Bluetooth: RFCOMM TTY layer initialized
[   18.670999] Bluetooth: RFCOMM socket layer initialized
[   18.688046] Bluetooth: RFCOMM ver 1.11
[   18.706023] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.724206] Bluetooth: BNEP filters: protocol multicast
[   27.680053] wlan0: no IPv6 routers present
[  600.308060] INFO: task systemd:1 blocked for more than 120 seconds.
[  600.308074] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  600.308084] systemd         D 00000054     0     1      0 0x00000000
[  600.308104]  f645fe44 00000086 e8295bad 00000054 c1464400 000bf035 00000000 c1464400
[  600.308135]  00000000 00000054 f6460000 f645fe04 c1083814 c11573eb 00000001 f645fe10
[  600.308165]  c12a48da f62cd468 f645fe18 c12a4928 f645fe20 c12a1c73 f645fe58 c11573eb
[  600.308196] Call Trace:
[  600.308223]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[  600.308242]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[  600.308261]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  600.308276]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  600.308291]  [<c12a1c73>] ? _raw_spin_unlock_irqrestore+0x24/0x2f
[  600.308306]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[  600.308322]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  600.308340]  [<c12a0c9b>] schedule_timeout+0x21/0xb2
[  600.308354]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  600.308369]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  600.308383]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[  600.308397]  [<c12a04f8>] ? wait_for_common+0x6f/0xca
[  600.308412]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  600.308427]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  600.308443]  [<c12a04ff>] wait_for_common+0x76/0xca
[  600.308459]  [<c102c785>] ? try_to_wake_up+0x181/0x181
[  600.308475]  [<c12a05d4>] wait_for_completion+0x12/0x14
[  600.308491]  [<c1076e71>] synchronize_rcu+0x40/0x4a
[  600.308507]  [<c10438dd>] ? rcuhead_fixup_activate+0x9e/0x9e
[  600.308525]  [<c105e9e3>] cgroup_diput+0x2d/0xb0
[  600.308542]  [<c10ce5d2>] dentry_iput+0x5a/0x71
[  600.308557]  [<c10cf5df>] dentry_kill+0x8a/0x9b
[  600.308572]  [<c10cfa5e>] dput+0xaf/0xb9
[  600.308586]  [<c10ca977>] do_rmdir+0x9d/0xc4
[  600.308603]  [<c10c2267>] ? __fput+0x136/0x13e
[  600.308617]  [<c10c2282>] ? fput+0x13/0x15
[  600.308633]  [<c10bfb02>] ? filp_close+0x55/0x5f
[  600.308649]  [<c10cb05f>] sys_rmdir+0x10/0x12
[  600.308663]  [<c12a6edf>] sysenter_do_call+0x12/0x28
[  720.308053] INFO: task systemd:1 blocked for more than 120 seconds.
[  720.308067] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  720.308077] systemd         D 00000054     0     1      0 0x00000000
[  720.308096]  f645fe44 00000086 e8295bad 00000054 c1464400 000bf035 00000000 c1464400
[  720.308127]  00000000 00000054 f6460000 f645fe04 c1083814 c11573eb 00000001 f645fe10
[  720.308158]  c12a48da f62cd468 f645fe18 c12a4928 f645fe20 c12a1c73 f645fe58 c11573eb
[  720.308188] Call Trace:
[  720.308215]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[  720.308234]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[  720.308254]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  720.308269]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  720.308284]  [<c12a1c73>] ? _raw_spin_unlock_irqrestore+0x24/0x2f
[  720.308299]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[  720.308315]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  720.308333]  [<c12a0c9b>] schedule_timeout+0x21/0xb2
[  720.308347]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  720.308363]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  720.308376]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[  720.308391]  [<c12a04f8>] ? wait_for_common+0x6f/0xca
[  720.308406]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  720.308421]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  720.308436]  [<c12a04ff>] wait_for_common+0x76/0xca
[  720.308453]  [<c102c785>] ? try_to_wake_up+0x181/0x181
[  720.308469]  [<c12a05d4>] wait_for_completion+0x12/0x14
[  720.308485]  [<c1076e71>] synchronize_rcu+0x40/0x4a
[  720.308501]  [<c10438dd>] ? rcuhead_fixup_activate+0x9e/0x9e
[  720.308519]  [<c105e9e3>] cgroup_diput+0x2d/0xb0
[  720.308536]  [<c10ce5d2>] dentry_iput+0x5a/0x71
[  720.308551]  [<c10cf5df>] dentry_kill+0x8a/0x9b
[  720.308566]  [<c10cfa5e>] dput+0xaf/0xb9
[  720.308581]  [<c10ca977>] do_rmdir+0x9d/0xc4
[  720.308597]  [<c10c2267>] ? __fput+0x136/0x13e
[  720.308612]  [<c10c2282>] ? fput+0x13/0x15
[  720.308628]  [<c10bfb02>] ? filp_close+0x55/0x5f
[  720.308644]  [<c10cb05f>] sys_rmdir+0x10/0x12
[  720.308659]  [<c12a6edf>] sysenter_do_call+0x12/0x28
[  840.308035] INFO: task systemd:1 blocked for more than 120 seconds.
[  840.308042] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  840.308046] systemd         D 00000054     0     1      0 0x00000000
[  840.308053]  f645fe44 00000086 e8295bad 00000054 c1464400 000bf035 00000000 c1464400
[  840.308065]  00000000 00000054 f6460000 f645fe04 c1083814 c11573eb 00000001 f645fe10
[  840.308076]  c12a48da f62cd468 f645fe18 c12a4928 f645fe20 c12a1c73 f645fe58 c11573eb
[  840.308087] Call Trace:
[  840.308103]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[  840.308113]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[  840.308122]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  840.308128]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  840.308133]  [<c12a1c73>] ? _raw_spin_unlock_irqrestore+0x24/0x2f
[  840.308138]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[  840.308144]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  840.308153]  [<c12a0c9b>] schedule_timeout+0x21/0xb2
[  840.308158]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  840.308164]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  840.308168]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[  840.308174]  [<c12a04f8>] ? wait_for_common+0x6f/0xca
[  840.308179]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  840.308184]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  840.308190]  [<c12a04ff>] wait_for_common+0x76/0xca
[  840.308198]  [<c102c785>] ? try_to_wake_up+0x181/0x181
[  840.308204]  [<c12a05d4>] wait_for_completion+0x12/0x14
[  840.308211]  [<c1076e71>] synchronize_rcu+0x40/0x4a
[  840.308218]  [<c10438dd>] ? rcuhead_fixup_activate+0x9e/0x9e
[  840.308227]  [<c105e9e3>] cgroup_diput+0x2d/0xb0
[  840.308235]  [<c10ce5d2>] dentry_iput+0x5a/0x71
[  840.308241]  [<c10cf5df>] dentry_kill+0x8a/0x9b
[  840.308246]  [<c10cfa5e>] dput+0xaf/0xb9
[  840.308252]  [<c10ca977>] do_rmdir+0x9d/0xc4
[  840.308259]  [<c10c2267>] ? __fput+0x136/0x13e
[  840.308264]  [<c10c2282>] ? fput+0x13/0x15
[  840.308272]  [<c10bfb02>] ? filp_close+0x55/0x5f
[  840.308277]  [<c10cb05f>] sys_rmdir+0x10/0x12
[  840.308284]  [<c12a6edf>] sysenter_do_call+0x12/0x28
[  960.308073] INFO: task systemd:1 blocked for more than 120 seconds.
[  960.308087] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  960.308097] systemd         D 00000054     0     1      0 0x00000000
[  960.308117]  f645fe44 00000086 e8295bad 00000054 c1464400 000bf035 00000000 c1464400
[  960.308148]  00000000 00000054 f6460000 f645fe04 c1083814 c11573eb 00000001 f645fe10
[  960.308178]  c12a48da f62cd468 f645fe18 c12a4928 f645fe20 c12a1c73 f645fe58 c11573eb
[  960.308209] Call Trace:
[  960.308236]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[  960.308256]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[  960.308275]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  960.308291]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  960.308305]  [<c12a1c73>] ? _raw_spin_unlock_irqrestore+0x24/0x2f
[  960.308320]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[  960.308336]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  960.308355]  [<c12a0c9b>] schedule_timeout+0x21/0xb2
[  960.308369]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  960.308384]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  960.308398]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[  960.308412]  [<c12a04f8>] ? wait_for_common+0x6f/0xca
[  960.308512]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[  960.308528]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[  960.308544]  [<c12a04ff>] wait_for_common+0x76/0xca
[  960.308560]  [<c102c785>] ? try_to_wake_up+0x181/0x181
[  960.308577]  [<c12a05d4>] wait_for_completion+0x12/0x14
[  960.308592]  [<c1076e71>] synchronize_rcu+0x40/0x4a
[  960.308609]  [<c10438dd>] ? rcuhead_fixup_activate+0x9e/0x9e
[  960.308627]  [<c105e9e3>] cgroup_diput+0x2d/0xb0
[  960.308644]  [<c10ce5d2>] dentry_iput+0x5a/0x71
[  960.308659]  [<c10cf5df>] dentry_kill+0x8a/0x9b
[  960.308674]  [<c10cfa5e>] dput+0xaf/0xb9
[  960.308688]  [<c10ca977>] do_rmdir+0x9d/0xc4
[  960.308705]  [<c10c2267>] ? __fput+0x136/0x13e
[  960.308720]  [<c10c2282>] ? fput+0x13/0x15
[  960.308736]  [<c10bfb02>] ? filp_close+0x55/0x5f
[  960.308752]  [<c10cb05f>] sys_rmdir+0x10/0x12
[  960.308766]  [<c12a6edf>] sysenter_do_call+0x12/0x28
[ 1080.308073] INFO: task systemd:1 blocked for more than 120 seconds.
[ 1080.308088] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1080.308099] systemd         D 00000054     0     1      0 0x00000000
[ 1080.308118]  f645fe44 00000086 e8295bad 00000054 c1464400 000bf035 00000000 c1464400
[ 1080.308149]  00000000 00000054 f6460000 f645fe04 c1083814 c11573eb 00000001 f645fe10
[ 1080.308180]  c12a48da f62cd468 f645fe18 c12a4928 f645fe20 c12a1c73 f645fe58 c11573eb
[ 1080.308210] Call Trace:
[ 1080.308237]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[ 1080.308256]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[ 1080.308276]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1080.308291]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1080.308306]  [<c12a1c73>] ? _raw_spin_unlock_irqrestore+0x24/0x2f
[ 1080.308321]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[ 1080.308336]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1080.308355]  [<c12a0c9b>] schedule_timeout+0x21/0xb2
[ 1080.308369]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1080.308385]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1080.308398]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[ 1080.308412]  [<c12a04f8>] ? wait_for_common+0x6f/0xca
[ 1080.308428]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1080.308443]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1080.308458]  [<c12a04ff>] wait_for_common+0x76/0xca
[ 1080.308474]  [<c102c785>] ? try_to_wake_up+0x181/0x181
[ 1080.308491]  [<c12a05d4>] wait_for_completion+0x12/0x14
[ 1080.308506]  [<c1076e71>] synchronize_rcu+0x40/0x4a
[ 1080.308522]  [<c10438dd>] ? rcuhead_fixup_activate+0x9e/0x9e
[ 1080.308540]  [<c105e9e3>] cgroup_diput+0x2d/0xb0
[ 1080.308558]  [<c10ce5d2>] dentry_iput+0x5a/0x71
[ 1080.308573]  [<c10cf5df>] dentry_kill+0x8a/0x9b
[ 1080.308588]  [<c10cfa5e>] dput+0xaf/0xb9
[ 1080.308602]  [<c10ca977>] do_rmdir+0x9d/0xc4
[ 1080.308619]  [<c10c2267>] ? __fput+0x136/0x13e
[ 1080.308633]  [<c10c2282>] ? fput+0x13/0x15
[ 1080.308649]  [<c10bfb02>] ? filp_close+0x55/0x5f
[ 1080.308665]  [<c10cb05f>] sys_rmdir+0x10/0x12
[ 1080.308680]  [<c12a6edf>] sysenter_do_call+0x12/0x28
[ 1200.308080] INFO: task systemd:1 blocked for more than 120 seconds.
[ 1200.308095] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1200.308106] systemd         D 00000054     0     1      0 0x00000000
[ 1200.308125]  f645fe44 00000086 e8295bad 00000054 c1464400 000bf035 00000000 c1464400
[ 1200.308157]  00000000 00000054 f6460000 f645fe04 c1083814 c11573eb 00000001 f645fe10
[ 1200.308187]  c12a48da f62cd468 f645fe18 c12a4928 f645fe20 c12a1c73 f645fe58 c11573eb
[ 1200.308218] Call Trace:
[ 1200.308246]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[ 1200.308265]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[ 1200.308285]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1200.308301]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1200.308315]  [<c12a1c73>] ? _raw_spin_unlock_irqrestore+0x24/0x2f
[ 1200.308330]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[ 1200.308346]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1200.308365]  [<c12a0c9b>] schedule_timeout+0x21/0xb2
[ 1200.308379]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1200.308394]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1200.308408]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[ 1200.308423]  [<c12a04f8>] ? wait_for_common+0x6f/0xca
[ 1200.308438]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1200.308453]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1200.308468]  [<c12a04ff>] wait_for_common+0x76/0xca
[ 1200.308485]  [<c102c785>] ? try_to_wake_up+0x181/0x181
[ 1200.308501]  [<c12a05d4>] wait_for_completion+0x12/0x14
[ 1200.308517]  [<c1076e71>] synchronize_rcu+0x40/0x4a
[ 1200.308533]  [<c10438dd>] ? rcuhead_fixup_activate+0x9e/0x9e
[ 1200.308552]  [<c105e9e3>] cgroup_diput+0x2d/0xb0
[ 1200.308569]  [<c10ce5d2>] dentry_iput+0x5a/0x71
[ 1200.308584]  [<c10cf5df>] dentry_kill+0x8a/0x9b
[ 1200.308599]  [<c10cfa5e>] dput+0xaf/0xb9
[ 1200.308614]  [<c10ca977>] do_rmdir+0x9d/0xc4
[ 1200.308630]  [<c10c2267>] ? __fput+0x136/0x13e
[ 1200.308645]  [<c10c2282>] ? fput+0x13/0x15
[ 1200.308662]  [<c10bfb02>] ? filp_close+0x55/0x5f
[ 1200.308677]  [<c10cb05f>] sys_rmdir+0x10/0x12
[ 1200.308692]  [<c12a6edf>] sysenter_do_call+0x12/0x28
[ 1320.308075] INFO: task systemd:1 blocked for more than 120 seconds.
[ 1320.308089] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1320.308100] systemd         D 00000054     0     1      0 0x00000000
[ 1320.308119]  f645fe44 00000086 e8295bad 00000054 c1464400 000bf035 00000000 c1464400
[ 1320.308150]  00000000 00000054 f6460000 f645fe04 c1083814 c11573eb 00000001 f645fe10
[ 1320.308181]  c12a48da f62cd468 f645fe18 c12a4928 f645fe20 c12a1c73 f645fe58 c11573eb
[ 1320.308211] Call Trace:
[ 1320.308238]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[ 1320.308256]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[ 1320.308276]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1320.308291]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1320.308306]  [<c12a1c73>] ? _raw_spin_unlock_irqrestore+0x24/0x2f
[ 1320.308321]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[ 1320.308336]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1320.308354]  [<c12a0c9b>] schedule_timeout+0x21/0xb2
[ 1320.308369]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1320.308384]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1320.308398]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[ 1320.308412]  [<c12a04f8>] ? wait_for_common+0x6f/0xca
[ 1320.308427]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1320.308442]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1320.308458]  [<c12a04ff>] wait_for_common+0x76/0xca
[ 1320.308474]  [<c102c785>] ? try_to_wake_up+0x181/0x181
[ 1320.308490]  [<c12a05d4>] wait_for_completion+0x12/0x14
[ 1320.308506]  [<c1076e71>] synchronize_rcu+0x40/0x4a
[ 1320.308522]  [<c10438dd>] ? rcuhead_fixup_activate+0x9e/0x9e
[ 1320.308540]  [<c105e9e3>] cgroup_diput+0x2d/0xb0
[ 1320.308557]  [<c10ce5d2>] dentry_iput+0x5a/0x71
[ 1320.308572]  [<c10cf5df>] dentry_kill+0x8a/0x9b
[ 1320.308587]  [<c10cfa5e>] dput+0xaf/0xb9
[ 1320.308601]  [<c10ca977>] do_rmdir+0x9d/0xc4
[ 1320.308618]  [<c10c2267>] ? __fput+0x136/0x13e
[ 1320.308632]  [<c10c2282>] ? fput+0x13/0x15
[ 1320.308648]  [<c10bfb02>] ? filp_close+0x55/0x5f
[ 1320.308664]  [<c10cb05f>] sys_rmdir+0x10/0x12
[ 1320.308678]  [<c12a6edf>] sysenter_do_call+0x12/0x28
[ 1440.308075] INFO: task systemd:1 blocked for more than 120 seconds.
[ 1440.308089] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1440.308099] systemd         D 00000054     0     1      0 0x00000000
[ 1440.308119]  f645fe44 00000086 e8295bad 00000054 c1464400 000bf035 00000000 c1464400
[ 1440.308150]  00000000 00000054 f6460000 f645fe04 c1083814 c11573eb 00000001 f645fe10
[ 1440.308180]  c12a48da f62cd468 f645fe18 c12a4928 f645fe20 c12a1c73 f645fe58 c11573eb
[ 1440.308211] Call Trace:
[ 1440.308238]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[ 1440.308257]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[ 1440.308276]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1440.308292]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1440.308307]  [<c12a1c73>] ? _raw_spin_unlock_irqrestore+0x24/0x2f
[ 1440.308322]  [<c11573eb>] ? debug_object_active_state+0x9d/0xa6
[ 1440.308337]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1440.308355]  [<c12a0c9b>] schedule_timeout+0x21/0xb2
[ 1440.308418]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1440.308434]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1440.308448]  [<c1083814>] ? trace_preempt_on+0xf/0x21
[ 1440.308462]  [<c12a04f8>] ? wait_for_common+0x6f/0xca
[ 1440.308478]  [<c12a48da>] ? sub_preempt_count.part.167+0x67/0x74
[ 1440.308493]  [<c12a4928>] ? sub_preempt_count+0x41/0x43
[ 1440.308508]  [<c12a04ff>] wait_for_common+0x76/0xca
[ 1440.308524]  [<c102c785>] ? try_to_wake_up+0x181/0x181
[ 1440.308541]  [<c12a05d4>] wait_for_completion+0x12/0x14
[ 1440.308556]  [<c1076e71>] synchronize_rcu+0x40/0x4a
[ 1440.308572]  [<c10438dd>] ? rcuhead_fixup_activate+0x9e/0x9e
[ 1440.308590]  [<c105e9e3>] cgroup_diput+0x2d/0xb0
[ 1440.308608]  [<c10ce5d2>] dentry_iput+0x5a/0x71
[ 1440.308623]  [<c10cf5df>] dentry_kill+0x8a/0x9b
[ 1440.308638]  [<c10cfa5e>] dput+0xaf/0xb9
[ 1440.308652]  [<c10ca977>] do_rmdir+0x9d/0xc4
[ 1440.308669]  [<c10c2267>] ? __fput+0x136/0x13e
[ 1440.308683]  [<c10c2282>] ? fput+0x13/0x15
[ 1440.308699]  [<c10bfb02>] ? filp_close+0x55/0x5f
[ 1440.308715]  [<c10cb05f>] sys_rmdir+0x10/0x12
[ 1440.308730]  [<c12a6edf>] sysenter_do_call+0x12/0x28

  reply	other threads:[~2011-04-23 23:08 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-14  8:59 linux-next: Tree for April 14 (Call-traces: RCU/ACPI/WQ related?) Sedat Dilek
2011-04-14  9:16 ` Sedat Dilek
2011-04-14 10:19   ` Sedat Dilek
2011-04-14 22:19     ` Sedat Dilek
2011-04-14 22:44       ` Paul E. McKenney
2011-04-21  5:08         ` Paul E. McKenney
2011-04-21  9:07           ` Sedat Dilek
2011-04-21 10:24             ` Sedat Dilek
2011-04-21 12:49               ` Sedat Dilek
2011-04-21 14:28                 ` Paul E. McKenney
2011-04-21 14:47                   ` Sedat Dilek
2011-04-22  0:50                     ` Paul E. McKenney
2011-04-22  9:40                       ` Sedat Dilek
2011-04-22 15:02                         ` Paul E. McKenney
2011-04-22 17:36                           ` Sedat Dilek
2011-04-23 21:05                             ` Paul E. McKenney
2011-04-23 21:16                               ` Sedat Dilek
2011-04-23 23:04                                 ` Sedat Dilek
2011-04-23 23:08                                   ` Sedat Dilek [this message]
2011-04-24  6:27                                     ` Paul E. McKenney
2011-04-24  9:36                                       ` Sedat Dilek
2011-04-24 16:43                                         ` Paul E. McKenney
2011-04-26  5:06                                           ` Paul E. McKenney
2011-04-26 11:45                                             ` Sedat Dilek
2011-04-26 12:42                                               ` Paul E. McKenney
2011-04-26 12:50                                                 ` Sedat Dilek
2011-04-26 15:42                                                   ` Paul E. McKenney
2011-04-26 10:06                                           ` Peter Zijlstra
2011-04-26 11:31                                             ` Paul E. McKenney
2011-04-26 19:44                                               ` Paul E. McKenney

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=BANLkTim9H1k4c7xSZZJ09WXs8WCeCQQJJg@mail.gmail.com \
    --to=sedat.dilek@googlemail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=sedat.dilek@gmail.com \
    --cc=sfr@canb.auug.org.au \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).