Re: linux-next: Tree for July 17 (debugobjects: bt | btusb | usb related?)

From: Sedat Dilek
Date: Wed Jul 18 2012 - 14:06:25 EST


On Tue, Jul 17, 2012 at 7:41 AM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
> Hi all,
>
> Changes since 20120716:
>

Not sure what the root cause of this issue is.

I see the following call-trace in linux-next (next-20120717).

[ 23.431889] ------------[ cut here ]------------
[ 23.431896] WARNING: at lib/debugobjects.c:261 debug_print_object+0x8e/0xb0()
[ 23.431897] Hardware name: <HIDDEN>
[ 23.431901] ODEBUG: free active (active state 0) object type:
timer_list hint: delayed_work_timer_fn+0x0/0x40
[ 23.431901] Modules linked in: joydev snd_hda_intel(+)
snd_hda_codec snd_hwdep snd_pcm snd_page_alloc arc4 iwldvm i915(+)
snd_seq_midi snd_seq_midi_event coretemp snd_rawmidi mac80211
kvm_intel snd_seq drm_kms_helper snd_seq_device kvm drm snd_timer
uvcvideo iwlwifi snd videobuf2_vmalloc i2c_algo_bit videobuf2_memops
psmouse ghash_clmulni_intel samsung_laptop soundcore videobuf2_core
aesni_intel videodev aes_x86_64 btusb lp mei serio_raw ablk_helper
video lpc_ich hid_generic mac_hid cryptd cfg80211 bluetooth parport
microcode usbhid hid r8169
[ 23.431935] Pid: 35, comm: khubd Not tainted
3.5.0-rc7-next-20120717-3-iniza-generic #1
[ 23.431935] Call Trace:
[ 23.431937] [<ffffffff81053fff>] warn_slowpath_common+0x7f/0xc0
[ 23.431944] [<ffffffff810540f6>] warn_slowpath_fmt+0x46/0x50
[ 23.431947] [<ffffffff81041b89>] ? default_spin_lock_flags+0x9/0x10
[ 23.431951] [<ffffffff813320ee>] debug_print_object+0x8e/0xb0
[ 23.431954] [<ffffffff81071360>] ? __queue_work+0x3a0/0x3a0
[ 23.431956] [<ffffffff81332f05>] debug_check_no_obj_freed+0x125/0x230
[ 23.431959] [<ffffffff8108af15>] ? wake_up_process+0x15/0x20
[ 23.431965] [<ffffffffa008efc5>] ? bt_host_release+0x15/0x30 [bluetooth]
[ 23.431975] [<ffffffff811742aa>] kfree+0x8a/0x160
[ 23.431980] [<ffffffffa008efc5>] bt_host_release+0x15/0x30 [bluetooth]
[ 23.431988] [<ffffffff81411937>] device_release+0x27/0xa0
[ 23.431992] [<ffffffff8131f49c>] kobject_release+0x4c/0xa0
[ 23.431997] [<ffffffff8131f35c>] kobject_put+0x2c/0x60
[ 23.432000] [<ffffffff81411777>] put_device+0x17/0x20
[ 23.432003] [<ffffffffa0079819>] hci_free_dev+0x29/0x30 [bluetooth]
[ 23.432010] [<ffffffffa0064a1d>] btusb_disconnect+0x7d/0xb0 [btusb]
[ 23.432015] [<ffffffff814b173d>] usb_unbind_interface+0x5d/0x1b0
[ 23.432019] [<ffffffff8141576c>] __device_release_driver+0x7c/0xe0
[ 23.432022] [<ffffffff814157fc>] device_release_driver+0x2c/0x40
[ 23.432025] [<ffffffff81415201>] bus_remove_device+0xe1/0x120
[ 23.432028] [<ffffffff814127b0>] device_del+0x120/0x1b0
[ 23.432031] [<ffffffff814af2cf>] usb_disable_device+0xaf/0x1f0
[ 23.432034] [<ffffffff814a6eb0>] usb_disconnect+0x90/0x120
[ 23.432038] [<ffffffff814a9275>] hub_thread+0x9f5/0x13e0
[ 23.432041] [<ffffffff8108e6a0>] ? can_migrate_task+0x210/0x210
[ 23.432045] [<ffffffff81079570>] ? add_wait_queue+0x60/0x60
[ 23.432049] [<ffffffff814a8880>] ? usb_remote_wakeup+0x40/0x40
[ 23.432052] [<ffffffff81078ad3>] kthread+0x93/0xa0
[ 23.432055] [<ffffffff816821a4>] kernel_thread_helper+0x4/0x10
[ 23.432059] [<ffffffff81078a40>] ? kthread_freezable_should_stop+0x70/0x70
[ 23.432062] [<ffffffff816821a0>] ? gs_change+0x13/0x13
[ 23.432064] ---[ end trace f5ee68b81851f20a ]---

My debugobjects kernel-config options:

CONFIG_DEBUG_OBJECTS=y
# CONFIG_DEBUG_OBJECTS_SELFTEST is not set
CONFIG_DEBUG_OBJECTS_FREE=y
CONFIG_DEBUG_OBJECTS_TIMERS=y
# CONFIG_DEBUG_OBJECTS_WORK is not set
# CONFIG_DEBUG_OBJECTS_RCU_HEAD is not set
# CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER is not set
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1

I have attached dmesg + kernel-config.

- Sedat -
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.5.0-rc7-next-20120717-3-iniza-generic (sedat.dilek@xxxxxxxxx@fambox) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Wed Jul 18 18:27:23 CEST 2012
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-rc7-next-20120717-3-iniza-generic root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Disabled fast string operations
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dae7f000-0x00000000daf9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.6 present.
[ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. <HIDDEN>
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x11fe00 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-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
[ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0DB000000 mask FFF000000 uncachable
[ 0.000000] 5 base 100000000 mask FE0000000 write-back
[ 0.000000] 6 base 11FE00000 mask FFFE00000 uncachable
[ 0.000000] 7 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f00e0-0x000f00ef] mapped at [ffff8800000f00e0]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xdaffffff]
[ 0.000000] [mem 0x00000000-0xdaffffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1f923000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x11fdfffff]
[ 0.000000] [mem 0x100000000-0x11fdfffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x11fdfffff @ [mem 0xd9c99000-0xd9c9efff]
[ 0.000000] RAMDISK: [mem 0x364f6000-0x37272fff]
[ 0.000000] ACPI: RSDP 00000000000f0100 00024 (v02 SECCSD)
[ 0.000000] ACPI: XSDT 00000000daffe120 0008C (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
[ 0.000000] ACPI: FACP 00000000dafef000 000F4 (v03 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: DSDT 00000000daff2000 0803C (v02 SECCSD SNB-CPT 00000000 INTL 20061109)
[ 0.000000] ACPI: FACS 00000000daf47000 00040
[ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
[ 0.000000] ACPI: SSDT 00000000daffb000 01068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
[ 0.000000] ACPI: ASF! 00000000daff1000 000A5 (v32 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: HPET 00000000dafee000 00038 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: APIC 00000000dafed000 00098 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: MCFG 00000000dafec000 0003C (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 00000000dafeb000 00804 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 00000000dafea000 00996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 00000000dafe9000 0003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: UEFI 00000000dafe8000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 00000000dafe7000 0026A (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 00000000dafe6000 000D0 (v01 Iffs IffsAsl 00003000 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fdfffff]
[ 0.000000] NODE_DATA [mem 0x11fdfc000-0x11fdfffff]
[ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b400000-ffff88011f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x11fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
[ 0.000000] node 0: [mem 0x40200000-0xd9c9efff]
[ 0.000000] node 0: [mem 0xdafff000-0xdaffffff]
[ 0.000000] node 0: [mem 0x100000000-0x11fdfffff]
[ 0.000000] On node 0 totalpages: 1021485
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3911 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 16320 pages used for memmap
[ 0.000000] DMA32 zone: 870624 pages, LIFO batch:31
[ 0.000000] Normal zone: 2040 pages used for memmap
[ 0.000000] Normal zone: 128520 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 14, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 00000000d9c9f000 - 00000000dae7f000
[ 0.000000] PM: Registered nosave memory: 00000000dae7f000 - 00000000daf9f000
[ 0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
[ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
[ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
[ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
[ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffd80000
[ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011fa00000 s83712 r8192 d22784 u262144
[ 0.000000] pcpu-alloc: s83712 r8192 d22784 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1003055
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-rc7-next-20120717-3-iniza-generic root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3923524k/4716544k available (6675k kernel code, 630604k absent, 162416k reserved, 6500k data, 948k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] NR_IRQS:16640 nr_irqs:744 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ODEBUG: 48 of 48 active objects replaced
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 1596.489 MHz processor
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.97 BogoMIPS (lpj=6385956)
[ 0.000005] pid_max: default: 32768 minimum: 301
[ 0.000027] Security Framework initialized
[ 0.000035] AppArmor: AppArmor initialized
[ 0.000349] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.001397] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001840] Mount-cache hash table entries: 256
[ 0.002033] Initializing cgroup subsys cpuacct
[ 0.002036] Initializing cgroup subsys devices
[ 0.002037] Initializing cgroup subsys freezer
[ 0.002038] Initializing cgroup subsys blkio
[ 0.002040] Initializing cgroup subsys perf_event
[ 0.002064] Disabled fast string operations
[ 0.002066] CPU: Physical Processor ID: 0
[ 0.002066] CPU: Processor Core ID: 0
[ 0.002071] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.002071] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.002074] mce: CPU supports 7 MCE banks
[ 0.002087] CPU0: Thermal monitoring enabled (TM1)
[ 0.002094] process: using mwait in idle threads
[ 0.004227] ACPI: Core revision 20120620
[ 0.011747] ftrace: allocating 24893 entries in 98 pages
[ 0.025664] ..TIMER: vector=0x51 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065325] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz stepping 07
[ 0.172244] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[ 0.172250] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[ 0.172252] ... version: 3
[ 0.172253] ... bit width: 48
[ 0.172254] ... generic registers: 4
[ 0.172255] ... value mask: 0000ffffffffffff
[ 0.172256] ... max period: 000000007fffffff
[ 0.172257] ... fixed-purpose events: 3
[ 0.172258] ... event mask: 000000070000000f
[ 0.172510] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.183660] Disabled fast string operations
[ 0.220907] Disabled fast string operations
[ 0.256254] Disabled fast string operations
[ 0.172628] smpboot: Booting Node 0, Processors #1 #2 #3
[ 0.268015] Brought up 4 CPUs
[ 0.268018] smpboot: Total of 4 processors activated (12771.91 BogoMIPS)
[ 0.271822] devtmpfs: initialized
[ 0.273506] EVM: security.selinux
[ 0.273508] EVM: security.SMACK64
[ 0.273510] EVM: security.capability
[ 0.273575] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
[ 0.274592] dummy:
[ 0.274630] RTC time: 19:33:36, date: 07/18/12
[ 0.274680] NET: Registered protocol family 16
[ 0.274932] ACPI: bus type pci registered
[ 0.275032] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.275035] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.285848] PCI: Using configuration type 1 for base access
[ 0.287410] bio: create slab <bio-0> at 0
[ 0.287517] ACPI: Added _OSI(Module Device)
[ 0.287519] ACPI: Added _OSI(Processor Device)
[ 0.287521] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.287524] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.289661] ACPI: EC: Look up EC in DSDT
[ 0.297712] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.317731] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.327131] ACPI: SSDT 00000000dae70718 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.327695] ACPI: Dynamic OEM Table Load:
[ 0.327699] ACPI: SSDT (null) 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.334098] ACPI: SSDT 00000000dae71a98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.334729] ACPI: Dynamic OEM Table Load:
[ 0.334732] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.341808] ACPI: SSDT 00000000dae6fd98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.342361] ACPI: Dynamic OEM Table Load:
[ 0.342364] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.351594] ACPI: Interpreter enabled
[ 0.351599] ACPI: (supports S0 S1 S3 S5)
[ 0.351632] ACPI: Using IOAPIC for interrupt routing
[ 0.375969] ACPI: Power Resource [FN00] (off)
[ 0.376096] ACPI: Power Resource [FN01] (off)
[ 0.376221] ACPI: Power Resource [FN02] (off)
[ 0.376348] ACPI: Power Resource [FN03] (off)
[ 0.376470] ACPI: Power Resource [FN04] (off)
[ 0.376928] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.377203] ACPI: No dock devices found.
[ 0.377208] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.377953] \_SB_.PCI0:_OSC invalid UUID
[ 0.377955] _OSC request data:1 8 1f
[ 0.377961] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.378842] PCI host bridge to bus 0000:00
[ 0.378848] pci_bus 0000:00: busn_res: [bus 00-3e] is inserted under domain [bus 00-ff]
[ 0.378851] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.378854] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.378857] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.378860] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.378863] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[ 0.378866] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[ 0.378878] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.378929] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.378944] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.378953] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.378960] pci 0000:00:02.0: reg 20: [io 0x3000-0x303f]
[ 0.379055] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.379093] pci 0000:00:16.0: reg 10: [mem 0xf0705000-0xf070500f 64bit]
[ 0.379216] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.379278] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.379312] pci 0000:00:1a.0: reg 10: [mem 0xf070a000-0xf070a3ff]
[ 0.379454] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.379502] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.379529] pci 0000:00:1b.0: reg 10: [mem 0xf0700000-0xf0703fff 64bit]
[ 0.379663] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.379707] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.379851] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.379897] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.380033] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.380078] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.380222] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.380278] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.380311] pci 0000:00:1d.0: reg 10: [mem 0xf0709000-0xf07093ff]
[ 0.380459] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.380500] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[ 0.380691] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.380729] pci 0000:00:1f.2: reg 10: [io 0x3088-0x308f]
[ 0.380744] pci 0000:00:1f.2: reg 14: [io 0x3094-0x3097]
[ 0.380759] pci 0000:00:1f.2: reg 18: [io 0x3080-0x3087]
[ 0.380775] pci 0000:00:1f.2: reg 1c: [io 0x3090-0x3093]
[ 0.380791] pci 0000:00:1f.2: reg 20: [io 0x3060-0x307f]
[ 0.380806] pci 0000:00:1f.2: reg 24: [mem 0xf0708000-0xf07087ff]
[ 0.380901] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.380939] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.380966] pci 0000:00:1f.3: reg 10: [mem 0xf0704000-0xf07040ff 64bit]
[ 0.381006] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
[ 0.381136] pci_bus 0000:01: busn_res: [bus 01] is inserted under [bus 00-3e]
[ 0.381422] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
[ 0.381645] pci 0000:01:00.0: reg 10: [mem 0xf0600000-0xf0601fff 64bit]
[ 0.383193] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.389725] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.389736] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.389820] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-3e]
[ 0.389913] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.389981] pci 0000:02:00.0: reg 10: [io 0x2000-0x20ff]
[ 0.390115] pci 0000:02:00.0: reg 18: [mem 0xf0404000-0xf0404fff 64bit pref]
[ 0.390198] pci 0000:02:00.0: reg 20: [mem 0xf0400000-0xf0403fff 64bit pref]
[ 0.390574] pci 0000:02:00.0: supports D1 D2
[ 0.390577] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.397655] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.397662] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.397676] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.397755] pci_bus 0000:03: busn_res: [bus 03] is inserted under [bus 00-3e]
[ 0.397821] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.397859] pci 0000:03:00.0: reg 10: [mem 0xf0500000-0xf0507fff 64bit]
[ 0.398064] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.398146] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.398156] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.398191] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.398425] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.398493] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.398553] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 0.398790] \_SB_.PCI0:_OSC invalid UUID
[ 0.398792] _OSC request data:1 1f 1f
[ 0.398798] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.398932] \_SB_.PCI0:_OSC invalid UUID
[ 0.398934] _OSC request data:1 0 1d
[ 0.398939] pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[ 0.398941] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.404192] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.404277] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.404362] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.404447] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.404526] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.404605] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.404687] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.404766] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.404887] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.404897] vgaarb: loaded
[ 0.404899] vgaarb: bridge control possible 0000:00:02.0
[ 0.405126] SCSI subsystem initialized
[ 0.405129] ACPI: bus type scsi registered
[ 0.405174] libata version 3.00 loaded.
[ 0.405201] ACPI: bus type usb registered
[ 0.405227] usbcore: registered new interface driver usbfs
[ 0.405239] usbcore: registered new interface driver hub
[ 0.405265] usbcore: registered new device driver usb
[ 0.405362] PCI: Using ACPI for IRQ routing
[ 0.407221] PCI: pci_cache_line_size set to 64 bytes
[ 0.407356] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.407358] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
[ 0.407362] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[ 0.407364] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[ 0.407482] NetLabel: Initializing
[ 0.407484] NetLabel: domain hash size = 128
[ 0.407486] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.407503] NetLabel: unlabeled traffic allowed by default
[ 0.407585] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.407594] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.409614] Switching to clocksource hpet
[ 0.418514] AppArmor: AppArmor Filesystem Enabled
[ 0.418543] pnp: PnP ACPI init
[ 0.418564] ACPI: bus type pnp registered
[ 0.419038] pnp 00:00: [bus 00-3e]
[ 0.419043] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.419045] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.419048] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.419051] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.419054] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.419057] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.419060] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.419063] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.419068] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.419071] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.419074] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.419077] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.419080] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.419083] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.419086] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.419088] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.419091] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.419094] pnp 00:00: [mem 0xdfa00000-0xfeafffff window]
[ 0.419097] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.419185] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.419392] pnp 00:01: [io 0x0000-0x001f]
[ 0.419395] pnp 00:01: [io 0x0081-0x0091]
[ 0.419398] pnp 00:01: [io 0x0093-0x009f]
[ 0.419400] pnp 00:01: [io 0x00c0-0x00df]
[ 0.419403] pnp 00:01: [dma 4]
[ 0.419440] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.419453] pnp 00:02: [mem 0xff000000-0xffffffff]
[ 0.419481] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.419593] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.419625] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.419640] pnp 00:04: [io 0x00f0]
[ 0.419647] pnp 00:04: [irq 13]
[ 0.419676] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.419693] pnp 00:05: [io 0x002e-0x002f]
[ 0.419695] pnp 00:05: [io 0x004e-0x004f]
[ 0.419698] pnp 00:05: [io 0x0061]
[ 0.419700] pnp 00:05: [io 0x0063]
[ 0.419703] pnp 00:05: [io 0x0065]
[ 0.419705] pnp 00:05: [io 0x0067]
[ 0.419708] pnp 00:05: [io 0x0070]
[ 0.419710] pnp 00:05: [io 0x0080]
[ 0.419712] pnp 00:05: [io 0x0092]
[ 0.419715] pnp 00:05: [io 0x00b2-0x00b3]
[ 0.419717] pnp 00:05: [io 0x0680-0x069f]
[ 0.419720] pnp 00:05: [io 0x1000-0x100f]
[ 0.419722] pnp 00:05: [io 0x5000-0x5003]
[ 0.419725] pnp 00:05: [io 0xffff]
[ 0.419727] pnp 00:05: [io 0x0400-0x0453]
[ 0.419730] pnp 00:05: [io 0x0458-0x047f]
[ 0.419732] pnp 00:05: [io 0x0500-0x057f]
[ 0.419735] pnp 00:05: [io 0x0a00-0x0a0f]
[ 0.419737] pnp 00:05: [io 0x164e-0x164f]
[ 0.419740] pnp 00:05: [io 0x5000-0x500f]
[ 0.419801] system 00:05: [io 0x0680-0x069f] has been reserved
[ 0.419804] system 00:05: [io 0x1000-0x100f] has been reserved
[ 0.419807] system 00:05: [io 0x5000-0x5003] has been reserved
[ 0.419810] system 00:05: [io 0xffff] has been reserved
[ 0.419814] system 00:05: [io 0x0400-0x0453] has been reserved
[ 0.419817] system 00:05: [io 0x0458-0x047f] has been reserved
[ 0.419820] system 00:05: [io 0x0500-0x057f] has been reserved
[ 0.419823] system 00:05: [io 0x0a00-0x0a0f] has been reserved
[ 0.419826] system 00:05: [io 0x164e-0x164f] has been reserved
[ 0.419829] system 00:05: [io 0x5000-0x500f] could not be reserved
[ 0.419834] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.419845] pnp 00:06: [io 0x0070-0x0077]
[ 0.419850] pnp 00:06: [irq 8]
[ 0.419879] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.419922] pnp 00:07: [io 0x0454-0x0457]
[ 0.419969] system 00:07: [io 0x0454-0x0457] has been reserved
[ 0.419973] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.419995] pnp 00:08: [io 0x0060]
[ 0.419997] pnp 00:08: [io 0x0064]
[ 0.420001] pnp 00:08: [irq 1]
[ 0.420031] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.420073] pnp 00:09: [irq 12]
[ 0.420107] pnp 00:09: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
[ 0.420337] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[ 0.420340] pnp 00:0a: [mem 0xfed10000-0xfed17fff]
[ 0.420342] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[ 0.420345] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[ 0.420348] pnp 00:0a: [mem 0xf8000000-0xfbffffff]
[ 0.420350] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[ 0.420353] pnp 00:0a: [mem 0xfed90000-0xfed93fff]
[ 0.420356] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
[ 0.420358] pnp 00:0a: [mem 0xff000000-0xffffffff]
[ 0.420361] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[ 0.420364] pnp 00:0a: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.420421] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.420424] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.420427] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.420430] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.420434] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.420437] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.420440] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.420443] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.420447] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.420450] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.420454] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.420928] ACPI Error: Invalid/unsupported resource descriptor: Type 0x00 (20120620/utresrc-650)
[ 0.420936] pnp 00:0b: can't evaluate _CRS: 12311
[ 0.421008] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.421048] pnp: PnP ACPI: found 12 devices
[ 0.421050] ACPI: ACPI bus type pnp unregistered
[ 0.428036] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.428047] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.428061] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.428066] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.428078] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.428089] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.428096] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.428146] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.428149] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.428152] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.428154] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
[ 0.428157] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.428160] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
[ 0.428164] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.428167] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.428170] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[ 0.428208] NET: Registered protocol family 2
[ 0.428385] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.430407] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.432677] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.432902] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.432935] TCP: reno registered
[ 0.432948] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.432977] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.433077] NET: Registered protocol family 1
[ 0.433095] pci 0000:00:02.0: Boot video device
[ 0.433306] PCI: CLS 64 bytes, default 64
[ 0.433365] Trying to unpack rootfs image as initramfs...
[ 0.815414] Freeing initrd memory: 13812k freed
[ 0.819478] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.819484] software IO TLB [mem 0xd5c99000-0xd9c98fff] (64MB) mapped at [ffff8800d5c99000-ffff8800d9c98fff]
[ 0.820045] audit: initializing netlink socket (disabled)
[ 0.820063] type=2000 audit(1342640015.708:1): initialized
[ 0.845068] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.846592] VFS: Disk quotas dquot_6.5.2
[ 0.846634] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.847026] fuse init (API version 7.19)
[ 0.847099] msgmni has been set to 7690
[ 0.847479] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.847507] io scheduler noop registered
[ 0.847511] io scheduler deadline registered
[ 0.847535] io scheduler cfq registered (default)
[ 0.847764] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.847783] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.847823] intel_idle: MWAIT substates: 0x21120
[ 0.847824] intel_idle: v0.4 model 0x2A
[ 0.847825] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.848030] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.848228] ACPI: AC Adapter [ADP1] (on-line)
[ 0.848328] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.848438] ACPI: Lid Switch [LID0]
[ 0.848489] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.848493] ACPI: Power Button [PWRB]
[ 0.848524] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.848527] ACPI: Power Button [PWRF]
[ 0.848633] ACPI: Fan [FAN0] (off)
[ 0.848664] ACPI: Fan [FAN1] (off)
[ 0.848691] ACPI: Fan [FAN2] (off)
[ 0.848716] ACPI: Fan [FAN3] (off)
[ 0.848742] ACPI: Fan [FAN4] (off)
[ 0.848794] ACPI: Requesting acpi_cpufreq
[ 0.855125] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.855128] ACPI: Thermal Zone [TZ00] (67 C)
[ 0.855296] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.855298] ACPI: Thermal Zone [TZ01] (30 C)
[ 0.855326] GHES: HEST is not enabled!
[ 0.855399] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.858115] Linux agpgart interface v0.103
[ 0.859405] brd: module loaded
[ 0.860099] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.860105] ACPI: Battery Slot [BAT1] (battery present)
[ 0.860170] loop: module loaded
[ 0.860258] ahci 0000:00:1f.2: version 3.0
[ 0.860321] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[ 0.860367] ahci: SSS flag set, parallel bus scan disabled
[ 0.873338] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[ 0.873343] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.873349] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.897666] scsi0 : ahci
[ 0.897764] scsi1 : ahci
[ 0.897823] scsi2 : ahci
[ 0.897880] scsi3 : ahci
[ 0.897938] scsi4 : ahci
[ 0.897994] scsi5 : ahci
[ 0.898028] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 40
[ 0.898031] ata2: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708180 irq 40
[ 0.898032] ata3: DUMMY
[ 0.898035] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 40
[ 0.898038] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 40
[ 0.898039] ata6: DUMMY
[ 0.898322] libphy: Fixed MDIO Bus: probed
[ 0.898337] tun: Universal TUN/TAP device driver, 1.6
[ 0.898338] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[ 0.898381] PPP generic driver version 2.4.2
[ 0.898419] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.898456] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.898460] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 0.898465] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.902375] ehci_hcd 0000:00:1a.0: debug port 2
[ 0.902384] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 0.902399] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf070a000
[ 0.913266] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.913413] hub 1-0:1.0: USB hub found
[ 0.913418] hub 1-0:1.0: 2 ports detected
[ 0.913486] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.913489] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 0.913493] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.917407] ehci_hcd 0000:00:1d.0: debug port 2
[ 0.917415] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 0.917428] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf0709000
[ 0.929256] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.929381] hub 2-0:1.0: USB hub found
[ 0.929385] hub 2-0:1.0: 2 ports detected
[ 0.929437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.929449] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.929491] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.929495] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[ 0.939182] xhci_hcd 0000:03:00.0: irq 16, io mem 0xf0500000
[ 0.939248] xhci_hcd 0000:03:00.0: irq 41 for MSI/MSI-X
[ 0.939254] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
[ 0.939259] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
[ 0.939263] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
[ 0.939268] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
[ 0.939465] xHCI xhci_add_endpoint called for root hub
[ 0.939466] xHCI xhci_check_bandwidth called for root hub
[ 0.939486] hub 3-0:1.0: USB hub found
[ 0.939495] hub 3-0:1.0: 2 ports detected
[ 0.939544] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.939547] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[ 0.939636] xHCI xhci_add_endpoint called for root hub
[ 0.939637] xHCI xhci_check_bandwidth called for root hub
[ 0.939655] hub 4-0:1.0: USB hub found
[ 0.939663] hub 4-0:1.0: 2 ports detected
[ 0.977249] usbcore: registered new interface driver libusual
[ 0.977280] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
[ 0.983840] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.983845] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.983968] mousedev: PS/2 mouse device common for all mice
[ 0.984348] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 0.984374] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.984435] device-mapper: uevent: version 1.0.3
[ 0.984497] device-mapper: ioctl: 4.22.1-ioctl (2012-06-01) initialised: dm-devel@xxxxxxxxxx
[ 0.984568] cpuidle: using governor ladder
[ 0.984673] cpuidle: using governor menu
[ 0.984674] EFI Variables Facility v0.08 2004-May-17
[ 0.984859] ashmem: initialized
[ 0.984987] TCP: cubic registered
[ 0.985074] NET: Registered protocol family 10
[ 0.985248] NET: Registered protocol family 17
[ 0.985258] Key type dns_resolver registered
[ 0.985508] PM: Hibernation image not present or could not be loaded.
[ 0.985518] registered taskstats version 1
[ 0.988648] Key type trusted registered
[ 0.990748] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.991479] Key type encrypted registered
[ 0.994541] Magic number: 4:404:597
[ 0.994641] rtc_cmos 00:06: setting system clock to 2012-07-18 19:33:36 UTC (1342640016)
[ 0.995319] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.995321] EDD information not available.
[ 1.217163] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.218370] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA6C0, max UDMA/133
[ 1.218379] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.219649] ata1.00: configured for UDMA/133
[ 1.219936] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54505 GG2O PQ: 0 ANSI: 5
[ 1.220120] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.220126] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 1.220129] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.220260] sd 0:0:0:0: [sda] Write Protect is off
[ 1.220264] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.220311] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.225106] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[ 1.238165] sda: sda1 sda2 sda3
[ 1.238907] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.357874] hub 1-1:1.0: USB hub found
[ 1.358060] hub 1-1:1.0: 6 ports detected
[ 1.468988] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[ 1.536940] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.537543] ata2.00: ATA-8: SanDisk iSSD P4 16GB, SSD 9.14, max UDMA/133
[ 1.537558] ata2.00: 31277232 sectors, multi 1: LBA48
[ 1.538231] ata2.00: configured for UDMA/133
[ 1.538498] scsi 1:0:0:0: Direct-Access ATA SanDisk iSSD P4 SSD PQ: 0 ANSI: 5
[ 1.538671] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.538700] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[ 1.539023] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.539027] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.539147] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.540212] sdb: sdb1 sdb2
[ 1.540762] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.601716] hub 2-1:1.0: USB hub found
[ 1.601887] hub 2-1:1.0: 6 ports detected
[ 1.672980] usb 1-1.4: new high-speed USB device number 3 using ehci_hcd
[ 1.816710] tsc: Refined TSC clocksource calibration: 1596.371 MHz
[ 1.816726] Switching to clocksource tsc
[ 1.856704] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.168584] usb 2-1.4: new low-speed USB device number 3 using ehci_hcd
[ 2.176468] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.178094] Freeing unused kernel memory: 948k freed
[ 2.178264] Write protecting the kernel read-only data: 12288k
[ 2.182655] Freeing unused kernel memory: 1504k freed
[ 2.186250] Freeing unused kernel memory: 1152k freed
[ 2.203103] udevd[119]: starting version 175
[ 2.252398] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.252668] r8169 0000:02:00.0: irq 46 for MSI/MSI-X
[ 2.252912] r8169 0000:02:00.0: eth0: RTL8168evl/8111evl at 0xffffc9000066a000, e8:03:9a:36:17:a9, XID 0c900800 IRQ 46
[ 2.252916] r8169 0000:02:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 2.287297] usbcore: registered new interface driver usbhid
[ 2.287300] usbhid: USB HID core driver
[ 2.336510] usb 2-1.5: new full-speed USB device number 4 using ehci_hcd
[ 2.992644] EXT4-fs (loop0): INFO: recovery required on readonly filesystem
[ 2.992649] EXT4-fs (loop0): write access will be enabled during recovery
[ 3.733541] EXT4-fs (loop0): recovery complete
[ 3.755455] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[ 20.685654] udevd[501]: starting version 175
[ 20.992266] type=1400 audit(1342632836.509:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=642 comm="apparmor_parser"
[ 20.992676] type=1400 audit(1342632836.509:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=642 comm="apparmor_parser"
[ 20.992899] type=1400 audit(1342632836.509:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=642 comm="apparmor_parser"
[ 20.993370] type=1400 audit(1342632836.509:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=584 comm="apparmor_parser"
[ 20.993784] type=1400 audit(1342632836.509:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=584 comm="apparmor_parser"
[ 20.994010] type=1400 audit(1342632836.509:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=584 comm="apparmor_parser"
[ 21.105199] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x25
[ 21.231273] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x25
[ 21.232834] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x25
[ 21.234172] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x25
[ 21.235505] perf_event_intel: PEBS enabled due to microcode update
[ 21.235563] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[ 21.267301] Bluetooth: Core ver 2.16
[ 21.267315] cfg80211: Calling CRDA to update world regulatory domain
[ 21.267321] NET: Registered protocol family 31
[ 21.267323] Bluetooth: HCI device and connection manager initialized
[ 21.267326] Bluetooth: HCI socket layer initialized
[ 21.267327] Bluetooth: L2CAP socket layer initialized
[ 21.267334] Bluetooth: SCO socket layer initialized
[ 21.272595] cfg80211: World regulatory domain updated:
[ 21.272599] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 21.272601] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 21.272602] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 21.272603] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 21.272605] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 21.272606] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 21.585038] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input4
[ 21.585463] hid-generic 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.4/input0
[ 21.643180] ACPI Warning: 0x0000000000000460-0x000000000000047f SystemIO conflicts with Region \PMIO 1 (20120620/utaddress-251)
[ 21.643190] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 21.643192] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
[ 21.643197] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120620/utaddress-251)
[ 21.643202] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 21.643206] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \GPIO 1 (20120620/utaddress-251)
[ 21.643211] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 21.643212] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 21.770477] mei 0000:00:16.0: setting latency timer to 64
[ 21.770538] mei 0000:00:16.0: irq 47 for MSI/MSI-X
[ 21.775659] mei 0000:00:16.0: wd: failed to find the client
[ 21.798759] lp: driver loaded but no devices found
[ 21.823269] usbcore: registered new interface driver btusb
[ 21.859909] Linux video capture interface: v2.00
[ 21.967744] samsung_laptop: detected SABI interface: SwSmi@
[ 21.967747] samsung_laptop: Backlight controlled by ACPI video driver
[ 22.062710] Intel(R) Wireless WiFi driver for Linux, in-tree:
[ 22.062714] Copyright(c) 2003-2012 Intel Corporation
[ 22.062851] iwlwifi 0000:01:00.0: pci_resource_len = 0x00002000
[ 22.062855] iwlwifi 0000:01:00.0: pci_resource_base = ffffc9000067c000
[ 22.062858] iwlwifi 0000:01:00.0: HW Revision ID = 0x34
[ 22.063012] iwlwifi 0000:01:00.0: irq 48 for MSI/MSI-X
[ 22.065959] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1
[ 22.119762] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
[ 22.140377] input: WebCam SC-13HDL11431N as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input5
[ 22.140536] usbcore: registered new interface driver uvcvideo
[ 22.140538] USB Video Class driver (1.1.1)
[ 22.140896] [drm] Initialized drm 1.1.0 20060810
[ 22.381462] iwldvm: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 22.381466] iwldvm: Copyright(c) 2003-2012 Intel Corporation
[ 22.381493] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 22.381495] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 22.381496] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 22.381498] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[ 22.381500] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
[ 22.381502] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[ 22.381628] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 22.386530] pci 0000:00:00.0: Intel Sandybridge Chipset
[ 22.386846] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 22.388705] pci 0000:00:00.0: detected 65536K stolen memory
[ 22.388784] i915 0000:00:02.0: setting latency timer to 64
[ 22.397605] iwlwifi 0000:01:00.0: device EEPROM VER=0x716, CALIB=0x6
[ 22.397609] iwlwifi 0000:01:00.0: Device SKU: 0x1F0
[ 22.397611] iwlwifi 0000:01:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3
[ 22.397787] Registered led device: phy0-led
[ 22.398605] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 22.410600] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 22.433169] i915 0000:00:02.0: irq 49 for MSI/MSI-X
[ 22.433182] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 22.433183] [drm] Driver supports precise vblank timestamp query.
[ 22.433221] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 22.635930] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[ 22.651116] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[ 22.728456] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[ 23.065973] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 23.166333] Adding 262140k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:262140k
[ 23.188194] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro
[ 23.244102] init: failsafe main process (873) killed by TERM signal
[ 23.270225] fbcon: inteldrmfb (fb0) is primary device
[ 23.431474] usb 2-1.5: USB disconnect, device number 4
[ 23.431889] ------------[ cut here ]------------
[ 23.431896] WARNING: at lib/debugobjects.c:261 debug_print_object+0x8e/0xb0()
[ 23.431897] Hardware name: <HIDDEN>
[ 23.431901] ODEBUG: free active (active state 0) object type: timer_list hint: delayed_work_timer_fn+0x0/0x40
[ 23.431901] Modules linked in: joydev snd_hda_intel(+) snd_hda_codec snd_hwdep snd_pcm snd_page_alloc arc4 iwldvm i915(+) snd_seq_midi snd_seq_midi_event coretemp snd_rawmidi mac80211 kvm_intel snd_seq drm_kms_helper snd_seq_device kvm drm snd_timer uvcvideo iwlwifi snd videobuf2_vmalloc i2c_algo_bit videobuf2_memops psmouse ghash_clmulni_intel samsung_laptop soundcore videobuf2_core aesni_intel videodev aes_x86_64 btusb lp mei serio_raw ablk_helper video lpc_ich hid_generic mac_hid cryptd cfg80211 bluetooth parport microcode usbhid hid r8169
[ 23.431935] Pid: 35, comm: khubd Not tainted 3.5.0-rc7-next-20120717-3-iniza-generic #1
[ 23.431935] Call Trace:
[ 23.431937] [<ffffffff81053fff>] warn_slowpath_common+0x7f/0xc0
[ 23.431944] [<ffffffff810540f6>] warn_slowpath_fmt+0x46/0x50
[ 23.431947] [<ffffffff81041b89>] ? default_spin_lock_flags+0x9/0x10
[ 23.431951] [<ffffffff813320ee>] debug_print_object+0x8e/0xb0
[ 23.431954] [<ffffffff81071360>] ? __queue_work+0x3a0/0x3a0
[ 23.431956] [<ffffffff81332f05>] debug_check_no_obj_freed+0x125/0x230
[ 23.431959] [<ffffffff8108af15>] ? wake_up_process+0x15/0x20
[ 23.431965] [<ffffffffa008efc5>] ? bt_host_release+0x15/0x30 [bluetooth]
[ 23.431975] [<ffffffff811742aa>] kfree+0x8a/0x160
[ 23.431980] [<ffffffffa008efc5>] bt_host_release+0x15/0x30 [bluetooth]
[ 23.431988] [<ffffffff81411937>] device_release+0x27/0xa0
[ 23.431992] [<ffffffff8131f49c>] kobject_release+0x4c/0xa0
[ 23.431997] [<ffffffff8131f35c>] kobject_put+0x2c/0x60
[ 23.432000] [<ffffffff81411777>] put_device+0x17/0x20
[ 23.432003] [<ffffffffa0079819>] hci_free_dev+0x29/0x30 [bluetooth]
[ 23.432010] [<ffffffffa0064a1d>] btusb_disconnect+0x7d/0xb0 [btusb]
[ 23.432015] [<ffffffff814b173d>] usb_unbind_interface+0x5d/0x1b0
[ 23.432019] [<ffffffff8141576c>] __device_release_driver+0x7c/0xe0
[ 23.432022] [<ffffffff814157fc>] device_release_driver+0x2c/0x40
[ 23.432025] [<ffffffff81415201>] bus_remove_device+0xe1/0x120
[ 23.432028] [<ffffffff814127b0>] device_del+0x120/0x1b0
[ 23.432031] [<ffffffff814af2cf>] usb_disable_device+0xaf/0x1f0
[ 23.432034] [<ffffffff814a6eb0>] usb_disconnect+0x90/0x120
[ 23.432038] [<ffffffff814a9275>] hub_thread+0x9f5/0x13e0
[ 23.432041] [<ffffffff8108e6a0>] ? can_migrate_task+0x210/0x210
[ 23.432045] [<ffffffff81079570>] ? add_wait_queue+0x60/0x60
[ 23.432049] [<ffffffff814a8880>] ? usb_remote_wakeup+0x40/0x40
[ 23.432052] [<ffffffff81078ad3>] kthread+0x93/0xa0
[ 23.432055] [<ffffffff816821a4>] kernel_thread_helper+0x4/0x10
[ 23.432059] [<ffffffff81078a40>] ? kthread_freezable_should_stop+0x70/0x70
[ 23.432062] [<ffffffff816821a0>] ? gs_change+0x13/0x13
[ 23.432064] ---[ end trace f5ee68b81851f20a ]---
[ 23.445409] Console: switching to colour frame buffer device 170x48
[ 23.447963] fb0: inteldrmfb frame buffer device
[ 23.447964] drm: registered panic notifier
[ 23.463015] acpi device:33: registered as cooling_device9
[ 23.463297] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 23.463362] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 23.463470] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 23.463581] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[ 23.465955] ppdev: user-space parallel port driver
[ 23.521741] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.521744] Bluetooth: BNEP filters: protocol multicast
[ 23.543100] Bluetooth: RFCOMM TTY layer initialized
[ 23.543106] Bluetooth: RFCOMM socket layer initialized
[ 23.543108] Bluetooth: RFCOMM ver 1.11
[ 23.564882] type=1400 audit(1342632839.081:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=979 comm="apparmor_parser"
[ 23.566696] type=1400 audit(1342632839.085:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=979 comm="apparmor_parser"
[ 23.579449] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 23.586194] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 23.653895] type=1400 audit(1342632839.173:10): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1011 comm="apparmor_parser"
[ 23.654248] type=1400 audit(1342632839.173:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1011 comm="apparmor_parser"
[ 23.814174] init: alsa-restore main process (1053) terminated with status 19
[ 23.879991] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 23.886874] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 23.996358] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 24.027593] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 24.027674] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 24.027747] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 24.196359] cfg80211: Found new beacon on frequency: 2467 MHz (Ch 12) on phy0
[ 24.279163] init: plymouth-stop pre-start process (1290) terminated with status 1
[ 30.265717] wlan0: authenticate with 00:04:0e:e4:00:3d
[ 30.273245] wlan0: send auth to 00:04:0e:e4:00:3d (try 1/3)
[ 30.274943] wlan0: authenticated
[ 30.275086] iwlwifi 0000:01:00.0: wlan0: disabling HT as WMM/QoS is not supported
[ 30.276434] wlan0: associate with 00:04:0e:e4:00:3d (try 1/3)
[ 30.280002] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[ 30.287433] wlan0: associated
[ 30.287776] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 31.947803] CPU2: Package power limit notification (total events = 1)
[ 31.947806] CPU3: Package power limit notification (total events = 1)
[ 31.947819] CPU0: Package power limit notification (total events = 1)
[ 31.947821] CPU1: Package power limit notification (total events = 1)
[ 31.948646] CPU1: Package power limit normal
[ 31.948647] CPU2: Package power limit normal
[ 31.948648] CPU0: Package power limit normal
[ 31.948650] CPU3: Package power limit normal

Attachment: config-3.5.0-rc7-next-20120717-3-iniza-generic
Description: Binary data