Re: linux-next: Tree for Apr 18 [ call-trace: drm | x86 | smp | rcu related? ]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Apr 20, 2013 at 2:06 AM, Sedat Dilek <sedat.dilek@xxxxxxxxx> wrote:
> On Sat, Apr 20, 2013 at 1:02 AM, Linus Torvalds
> <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>> On Fri, Apr 19, 2013 at 3:55 PM, Sedat Dilek <sedat.dilek@xxxxxxxxx> wrote:
>>>
>>> Davidlohr pointed to this patch (tested the triplet):
>>>
>>> ipc, sem: do not call sem_lock when bogus sma:
>>> https://lkml.org/lkml/2013/3/31/12
>>>
>>> Is that what you mean?
>>
>> Yup.
>>
>
> Davidlohr Bueso (1):
>       ipc, sem: do not call sem_lock when bogus sma
>
> Linus Torvalds (1):
>       crazy rcu double free debug hack
>
> With ***both*** patches applied I am able to build a Linux-kernel with
> 4 parallel-make-jobs again.
> David's or your patch alone are not sufficient!
>

[ Still both patches applied ]

To correct myself... The 1st run was OK.

The 2nd run shows a NULL-pointer-deref (excerpt):

[  178.490583] BUG: spinlock bad magic on CPU#1, sh/8066
[  178.490595]  lock: 0xffff88008b53ea18, .magic: 6b6b6b6b, .owner:
make/8068, .owner_cpu: 3
[  178.490599] BUG: unable to handle kernel NULL pointer dereference
at           (null)
[  178.490608] IP: [<ffffffff812bacd0>] update_queue+0x70/0x210
[  178.490610] PGD 0
[  178.490612] Oops: 0000 [#1] SMP
...

See attached full dmesg!

Hope this helps.

- Sedat -


> - Sedat -
>
>>     Linus
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.9.0-rc7-next20130419-12-iniza-small (sedat.dilek@xxxxxxxxx@fambox) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Sat Apr 20 01:44:21 CEST 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.9.0-rc7-next20130419-12-iniza-small root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[    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] SMBIOS 2.6 present.
[    0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] 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] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x0202c000, 0x0202cfff] PGTABLE
[    0.000000] BRK [0x0202d000, 0x0202dfff] PGTABLE
[    0.000000] BRK [0x0202e000, 0x0202efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x11fc00000-0x11fdfffff]
[    0.000000]  [mem 0x11fc00000-0x11fdfffff] page 2M
[    0.000000] BRK [0x0202f000, 0x0202ffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x11c000000-0x11fbfffff]
[    0.000000]  [mem 0x11c000000-0x11fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
[    0.000000]  [mem 0x100000000-0x11bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40200000-0xd9c9efff]
[    0.000000]  [mem 0x40200000-0xd9bfffff] page 2M
[    0.000000]  [mem 0xd9c00000-0xd9c9efff] page 4k
[    0.000000] BRK [0x02030000, 0x02030fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdafff000-0xdaffffff]
[    0.000000]  [mem 0xdafff000-0xdaffffff] page 4k
[    0.000000] RAMDISK: [mem 0x379ae000-0x37ccefff]
[    0.000000] ACPI: RSDP 00000000000f0100 00024 (v02 SECCSD)
[    0.000000] ACPI: XSDT 00000000daffe170 0008C (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
[    0.000000] ACPI: FACP 00000000dafef000 0010C (v05 SECCSD LH43STAR 00000002 PTL  00000002)
[    0.000000] ACPI: DSDT 00000000daff2000 083AC (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 (v03 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 0x11fdf7000-0x11fdfbfff]
[    0.000000]  [ffffea0000000000-ffffea0003ffffff] PMD -> [ffff88011b400000-ffff88011edfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-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 0x00001000-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: 1021500
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 156 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12127 pages used for memmap
[    0.000000]   DMA32 zone: 886944 pages, LIFO batch:31
[    0.000000]   Normal zone: 1785 pages used for memmap
[    0.000000]   Normal zone: 130560 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 29 pages/cpu @ffff88011fa00000 s86208 r8192 d24384 u262144
[    0.000000] pcpu-alloc: s86208 r8192 d24384 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: 1007376
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.9.0-rc7-next20130419-12-iniza-small root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    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: 3938740k/4716544k available (6984k kernel code, 630544k absent, 147260k reserved, 6317k data, 1312k init)
[    0.000000] Hierarchical RCU implementation.
[    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] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] ODEBUG: 0 of 0 active objects replaced
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 1596.424 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.84 BogoMIPS (lpj=6385696)
[    0.000009] pid_max: default: 32768 minimum: 301
[    0.000140] Security Framework initialized
[    0.000151] AppArmor: AppArmor initialized
[    0.000154] Yama: becoming mindful.
[    0.000540] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001604] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002072] Mount-cache hash table entries: 256
[    0.002590] Initializing cgroup subsys memory
[    0.002660] Initializing cgroup subsys devices
[    0.002664] Initializing cgroup subsys freezer
[    0.002668] Initializing cgroup subsys blkio
[    0.002671] Initializing cgroup subsys perf_event
[    0.002676] Initializing cgroup subsys hugetlb
[    0.002760] Disabled fast string operations
[    0.002764] CPU: Physical Processor ID: 0
[    0.002766] CPU: Processor Core ID: 0
[    0.002773] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.002773] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.002780] mce: CPU supports 7 MCE banks
[    0.002797] CPU0: Thermal monitoring enabled (TM1)
[    0.002810] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[    0.002810] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    0.002810] tlb_flushall_shift: 5
[    0.002903] Freeing SMP alternatives: 24k freed
[    0.003878] ACPI: Core revision 20130328
[    0.014673] ACPI: All ACPI Tables successfully acquired
[    0.016219] ftrace: allocating 26388 entries in 104 pages
[    0.031034] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.070697] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
[    0.070710] TSC deadline timer enabled
[    0.070722] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[    0.070735] ... version:                3
[    0.070738] ... bit width:              48
[    0.070740] ... generic registers:      4
[    0.070742] ... value mask:             0000ffffffffffff
[    0.070745] ... max period:             000000007fffffff
[    0.070747] ... fixed-purpose events:   3
[    0.070750] ... event mask:             000000070000000f
[    0.083768] Disabled fast string operations
[    0.086948] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.098491] Disabled fast string operations
[    0.112149] Disabled fast string operations
[    0.072735] smpboot: Booting Node   0, Processors  #1 #2 #3
[    0.114280] Brought up 4 CPUs
[    0.114288] smpboot: Total of 4 processors activated (12771.39 BogoMIPS)
[    0.118305] devtmpfs: initialized
[    0.120290] EVM: security.selinux
[    0.120293] EVM: security.SMACK64
[    0.120295] EVM: security.capability
[    0.120383] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
[    0.121868] regulator-dummy: no parameters
[    0.122022] NET: Registered protocol family 16
[    0.122368] ACPI: bus type PCI registered
[    0.122484] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.122490] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.129348] PCI: Using configuration type 1 for base access
[    0.132640] bio: create slab <bio-0> at 0
[    0.133038] ACPI: Added _OSI(Module Device)
[    0.133042] ACPI: Added _OSI(Processor Device)
[    0.133046] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.133050] ACPI: Added _OSI(Processor Aggregator Device)
[    0.134811] ACPI: EC: Look up EC in DSDT
[    0.158354] ACPI: Executed 1 blocks of module-level executable AML code
[    0.164297] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.175791] ACPI: SSDT 00000000dae70718 00688 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.176296] ACPI: Dynamic OEM Table Load:
[    0.176301] ACPI: SSDT           (null) 00688 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.186776] ACPI: SSDT 00000000dae71a98 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.187360] ACPI: Dynamic OEM Table Load:
[    0.187365] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.198465] ACPI: SSDT 00000000dae6fd98 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.198945] ACPI: Dynamic OEM Table Load:
[    0.198948] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.212707] ACPI: Interpreter enabled
[    0.212725] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
[    0.212749] ACPI: (supports S0 S1 S3 S4 S5)
[    0.212752] ACPI: Using IOAPIC for interrupt routing
[    0.212810] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.236551] ACPI: Power Resource [FN00] (off)
[    0.236737] ACPI: Power Resource [FN01] (off)
[    0.236922] ACPI: Power Resource [FN02] (off)
[    0.237103] ACPI: Power Resource [FN03] (off)
[    0.237291] ACPI: Power Resource [FN04] (off)
[    0.238393] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.238736] \_SB_.PCI0:_OSC invalid UUID
[    0.238738] _OSC request data:1 8 0 
[    0.239730] PCI host bridge to bus 0000:00
[    0.239736] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.239740] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.239744] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.239748] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.239751] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[    0.239755] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.239773] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.239933] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[    0.239946] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.239954] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.239959] pci 0000:00:02.0: reg 20: [io  0x3000-0x303f]
[    0.240152] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.240178] pci 0000:00:16.0: reg 10: [mem 0xf0705000-0xf070500f 64bit]
[    0.240264] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.240428] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.240452] pci 0000:00:1a.0: reg 10: [mem 0xf070a000-0xf070a3ff]
[    0.240553] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.240658] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.240676] pci 0000:00:1b.0: reg 10: [mem 0xf0700000-0xf0703fff 64bit]
[    0.240755] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.240801] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.240871] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.240962] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.241011] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.241084] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.241174] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.241230] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.241303] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.241434] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.241567] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.241592] pci 0000:00:1d.0: reg 10: [mem 0xf0709000-0xf07093ff]
[    0.241693] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.241794] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.241996] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.242018] pci 0000:00:1f.2: reg 10: [io  0x3088-0x308f]
[    0.242028] pci 0000:00:1f.2: reg 14: [io  0x3094-0x3097]
[    0.242038] pci 0000:00:1f.2: reg 18: [io  0x3080-0x3087]
[    0.242048] pci 0000:00:1f.2: reg 1c: [io  0x3090-0x3093]
[    0.242058] pci 0000:00:1f.2: reg 20: [io  0x3060-0x307f]
[    0.242068] pci 0000:00:1f.2: reg 24: [mem 0xf0708000-0xf07087ff]
[    0.242121] pci 0000:00:1f.2: PME# supported from D3hot
[    0.242240] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.242258] pci 0000:00:1f.3: reg 10: [mem 0xf0704000-0xf07040ff 64bit]
[    0.242282] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.242662] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
[    0.242827] pci 0000:01:00.0: reg 10: [mem 0xf0600000-0xf0601fff 64bit]
[    0.243562] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.243732] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.250458] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.250467] pci 0000:00:1c.0:   bridge window [mem 0xf0600000-0xf06fffff]
[    0.250645] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.250715] pci 0000:02:00.0: reg 10: [io  0x2000-0x20ff]
[    0.250838] pci 0000:02:00.0: reg 18: [mem 0xf0404000-0xf0404fff 64bit pref]
[    0.250914] pci 0000:02:00.0: reg 20: [mem 0xf0400000-0xf0403fff 64bit pref]
[    0.251242] pci 0000:02:00.0: supports D1 D2
[    0.251244] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.251371] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.258375] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.258390] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    0.258412] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[    0.258612] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.258650] pci 0000:03:00.0: reg 10: [mem 0xf0500000-0xf0507fff 64bit]
[    0.258847] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.266369] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.266389] pci 0000:00:1c.4:   bridge window [mem 0xf0500000-0xf05fffff]
[    0.266589] \_SB_.PCI0:_OSC invalid UUID
[    0.266590] _OSC request data:1 1f 0 
[    0.266595] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.266600] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.267493] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.267615] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.267732] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.267848] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.267962] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[    0.268079] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.268195] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.268310] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[    0.268932] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.268942] acpi root: \_SB_.PCI0 notify handler is installed
[    0.269003] Found 1 acpi root devices
[    0.269070] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.269277] ACPI: No dock devices found.
[    0.269482] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.269489] vgaarb: loaded
[    0.269491] vgaarb: bridge control possible 0000:00:02.0
[    0.270169] SCSI subsystem initialized
[    0.270173] ACPI: bus type ATA registered
[    0.270286] libata version 3.00 loaded.
[    0.270351] ACPI: bus type USB registered
[    0.270401] usbcore: registered new interface driver usbfs
[    0.270427] usbcore: registered new interface driver hub
[    0.270481] usbcore: registered new device driver usb
[    0.270799] PCI: Using ACPI for IRQ routing
[    0.272466] PCI: pci_cache_line_size set to 64 bytes
[    0.272577] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.272580] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
[    0.272582] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.272584] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[    0.272860] NetLabel: Initializing
[    0.272863] NetLabel:  domain hash size = 128
[    0.272865] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.272914] NetLabel:  unlabeled traffic allowed by default
[    0.272998] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.273008] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.276025] Switching to clocksource hpet
[    0.293302] AppArmor: AppArmor Filesystem Enabled
[    0.293362] pnp: PnP ACPI init
[    0.293382] ACPI: bus type PNP registered
[    0.293749] pnp 00:00: [dma 4]
[    0.293793] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.293835] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[    0.294005] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.294059] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.294136] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.294142] system 00:04: [io  0x1000-0x100f] has been reserved
[    0.294146] system 00:04: [io  0x5000-0x5003] has been reserved
[    0.294150] system 00:04: [io  0xffff] has been reserved
[    0.294154] system 00:04: [io  0x0400-0x0453] has been reserved
[    0.294158] system 00:04: [io  0x0458-0x047f] has been reserved
[    0.294162] system 00:04: [io  0x0500-0x057f] has been reserved
[    0.294165] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.294169] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.294174] system 00:04: [io  0x5000-0x500f] could not be reserved
[    0.294179] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.294225] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.294319] system 00:06: [io  0x0454-0x0457] has been reserved
[    0.294325] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.294383] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.294473] pnp 00:08: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
[    0.294787] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.294792] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.294796] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.294800] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.294805] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.294809] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.294813] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.294817] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.294821] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[    0.294826] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.294831] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.295564] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.295602] pnp: PnP ACPI: found 11 devices
[    0.295605] ACPI: bus type PNP unregistered
[    0.303169] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.303179] pci 0000:00:1c.0:   bridge window [mem 0xf0600000-0xf06fffff]
[    0.303191] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.303197] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    0.303207] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[    0.303218] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.303225] pci 0000:00:1c.4:   bridge window [mem 0xf0500000-0xf05fffff]
[    0.303664] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.303667] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.303669] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.303671] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
[    0.303673] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[    0.303675] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
[    0.303677] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.303679] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
[    0.303681] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[    0.303799] NET: Registered protocol family 2
[    0.304156] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    0.304340] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
[    0.304622] TCP: Hash tables configured (established 32768 bind 32768)
[    0.304882] TCP: reno registered
[    0.304903] UDP hash table entries: 2048 (order: 5, 196608 bytes)
[    0.304970] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
[    0.305212] NET: Registered protocol family 1
[    0.305234] pci 0000:00:02.0: Boot video device
[    0.306007] PCI: CLS 64 bytes, default 64
[    0.306219] Trying to unpack rootfs image as initramfs...
[    0.377696] Freeing initrd memory: 3204k freed
[    0.378381] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.378391] software IO TLB [mem 0xd5c9f000-0xd9c9f000] (64MB) mapped at [ffff8800d5c9f000-ffff8800d9c9efff]
[    0.378727] Scanning for low memory corruption every 60 seconds
[    0.379101] Initialise module verification
[    0.379164] audit: initializing netlink socket (disabled)
[    0.379184] type=2000 audit(1366423802.372:1): initialized
[    0.409428] bounce pool size: 64 pages
[    0.409456] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.410065] VFS: Disk quotas dquot_6.5.2
[    0.410111] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.410839] fuse init (API version 7.21)
[    0.410935] msgmni has been set to 7699
[    0.411482] Key type asymmetric registered
[    0.411486] Asymmetric key parser 'x509' registered
[    0.411532] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.411586] io scheduler noop registered
[    0.411590] io scheduler deadline registered (default)
[    0.411625] io scheduler cfq registered
[    0.412035] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.412080] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.412174] intel_idle: MWAIT substates: 0x21120
[    0.412175] intel_idle: v0.4 model 0x2A
[    0.412177] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.412656] ACPI: AC Adapter [ADP1] (on-line)
[    0.413118] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.413143] ACPI: Lid Switch [LID0]
[    0.413212] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.413219] ACPI: Power Button [PWRB]
[    0.413282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.413288] ACPI: Power Button [PWRF]
[    0.413388] ACPI: Fan [FAN0] (off)
[    0.413442] ACPI: Fan [FAN1] (off)
[    0.413495] ACPI: Fan [FAN2] (off)
[    0.413548] ACPI: Fan [FAN3] (off)
[    0.413601] ACPI: Fan [FAN4] (off)
[    0.413696] ACPI: Requesting acpi_cpufreq
[    0.420943] thermal LNXTHERM:00: registered as thermal_zone0
[    0.420949] ACPI: Thermal Zone [TZ00] (75 C)
[    0.421379] thermal LNXTHERM:01: registered as thermal_zone1
[    0.421383] ACPI: Thermal Zone [TZ01] (30 C)
[    0.421440] GHES: HEST is not enabled!
[    0.421642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.426070] ACPI: Battery Slot [BAT1] (battery present)
[    0.426244] Linux agpgart interface v0.103
[    0.428688] brd: module loaded
[    0.429911] loop: module loaded
[    0.430133] mei_me 0000:00:16.0: setting latency timer to 64
[    0.430198] mei_me 0000:00:16.0: irq 40 for MSI/MSI-X
[    0.433145] ahci 0000:00:1f.2: version 3.0
[    0.433333] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    0.433544] ahci: SSS flag set, parallel bus scan disabled
[    0.447949] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[    0.447955] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
[    0.447964] ahci 0000:00:1f.2: setting latency timer to 64
[    0.472729] scsi0 : ahci
[    0.472886] scsi1 : ahci
[    0.472997] scsi2 : ahci
[    0.473107] scsi3 : ahci
[    0.473222] scsi4 : ahci
[    0.473365] scsi5 : ahci
[    0.473441] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 41
[    0.473446] ata2: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708180 irq 41
[    0.473450] ata3: DUMMY
[    0.473454] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 41
[    0.473459] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 41
[    0.473462] ata6: DUMMY
[    0.474370] libphy: Fixed MDIO Bus: probed
[    0.474638] tun: Universal TUN/TAP device driver, 1.6
[    0.474641] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.474713] PPP generic driver version 2.4.2
[    0.474819] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.474822] ehci-pci: EHCI PCI platform driver
[    0.475002] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    0.475011] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.475021] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.475045] ehci-pci 0000:00:1a.0: debug port 2
[    0.478966] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.479012] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
[    0.487899] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.487946] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.487950] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.487954] usb usb1: Product: EHCI Host Controller
[    0.487958] usb usb1: Manufacturer: Linux 3.9.0-rc7-next20130419-12-iniza-small ehci_hcd
[    0.487962] usb usb1: SerialNumber: 0000:00:1a.0
[    0.488120] hub 1-0:1.0: USB hub found
[    0.488129] hub 1-0:1.0: 2 ports detected
[    0.488406] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    0.488413] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.488422] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.488444] ehci-pci 0000:00:1d.0: debug port 2
[    0.492352] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.492396] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
[    0.503890] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.503933] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.503937] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.503941] usb usb2: Product: EHCI Host Controller
[    0.503944] usb usb2: Manufacturer: Linux 3.9.0-rc7-next20130419-12-iniza-small ehci_hcd
[    0.503948] usb usb2: SerialNumber: 0000:00:1d.0
[    0.504092] hub 2-0:1.0: USB hub found
[    0.504100] hub 2-0:1.0: 2 ports detected
[    0.504230] ehci-platform: EHCI generic platform driver
[    0.504248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.504284] uhci_hcd: USB Universal Host Controller Interface driver
[    0.504417] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.504426] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[    0.514207] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
[    0.514214] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
[    0.514221] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
[    0.514228] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
[    0.514235] xhci_hcd 0000:03:00.0: irq 46 for MSI/MSI-X
[    0.514515] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.514519] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.514523] usb usb3: Product: xHCI Host Controller
[    0.514526] usb usb3: Manufacturer: Linux 3.9.0-rc7-next20130419-12-iniza-small xhci_hcd
[    0.514530] usb usb3: SerialNumber: 0000:03:00.0
[    0.514634] xHCI xhci_add_endpoint called for root hub
[    0.514636] xHCI xhci_check_bandwidth called for root hub
[    0.514673] hub 3-0:1.0: USB hub found
[    0.514685] hub 3-0:1.0: 2 ports detected
[    0.514790] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.514797] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[    0.514857] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.514861] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.514865] usb usb4: Product: xHCI Host Controller
[    0.514868] usb usb4: Manufacturer: Linux 3.9.0-rc7-next20130419-12-iniza-small xhci_hcd
[    0.514872] usb usb4: SerialNumber: 0000:03:00.0
[    0.514972] xHCI xhci_add_endpoint called for root hub
[    0.514974] xHCI xhci_check_bandwidth called for root hub
[    0.515007] hub 4-0:1.0: USB hub found
[    0.515021] hub 4-0:1.0: 2 ports detected
[    0.531944] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
[    0.538158] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.538166] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.538376] mousedev: PS/2 mouse device common for all mice
[    0.538814] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.538851] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.538911] device-mapper: uevent: version 1.0.3
[    0.538984] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@xxxxxxxxxx
[    0.539178] cpuidle: using governor ladder
[    0.539187] ledtrig-cpu: registered to indicate activity on CPUs
[    0.539190] EFI Variables Facility v0.08 2004-May-17
[    0.539394] ashmem: initialized
[    0.539544] TCP: cubic registered
[    0.539637] NET: Registered protocol family 10
[    0.540087] NET: Registered protocol family 17
[    0.540117] Key type dns_resolver registered
[    0.540532] PM: Hibernation image not present or could not be loaded.
[    0.540534] Loading module verification certificates
[    0.541639] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 381be3313c230c25c9d3034dfe3c1c9499d91901'
[    0.541671] registered taskstats version 1
[    0.545308] Key type trusted registered
[    0.546054] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.548941] Key type encrypted registered
[    0.592896] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.592905] EDD information not available.
[    0.791802] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.792936] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA6C0, max UDMA/133
[    0.792962] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.793960] ata1.00: configured for UDMA/133
[    0.794281] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54505 GG2O PQ: 0 ANSI: 5
[    0.794535] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    0.794542] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.794633] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.794664] sd 0:0:0:0: [sda] Write Protect is off
[    0.794669] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.794713] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.799726] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.832824]  sda: sda1 sda2 sda3
[    0.833977] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.940055] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    0.940077] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.940623] hub 1-1:1.0: USB hub found
[    0.940750] hub 1-1:1.0: 6 ports detected
[    1.055548] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.111570] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.112362] ata2.00: ATA-8: SanDisk iSSD P4 16GB, SSD 9.14, max UDMA/133
[    1.112387] ata2.00: 31277232 sectors, multi 1: LBA48 
[    1.113081] ata2.00: configured for UDMA/133
[    1.113446] scsi 1:0:0:0: Direct-Access     ATA      SanDisk iSSD P4  SSD  PQ: 0 ANSI: 5
[    1.113722] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    1.113743] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.113907] sd 1:0:0:0: [sdb] Write Protect is off
[    1.113913] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.114071] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.115100]  sdb: sdb1 sdb2
[    1.115751] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.192142] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    1.192153] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.192638] hub 2-1:1.0: USB hub found
[    1.192804] hub 2-1:1.0: 6 ports detected
[    1.267541] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[    1.375329] tsc: Refined TSC clocksource calibration: 1596.374 MHz
[    1.375358] Switching to clocksource tsc
[    1.377702] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c00e
[    1.377719] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.377736] usb 1-1.2: Product: USB-PS/2 Optical Mouse
[    1.377740] usb 1-1.2: Manufacturer: Logitech
[    1.431333] ata4: SATA link down (SStatus 0 SControl 300)
[    1.451410] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
[    1.707542] usb 1-1.4: New USB device found, idVendor=2232, idProduct=1018
[    1.707553] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.707560] usb 1-1.4: Product: WebCam SC-13HDL11431N
[    1.707564] usb 1-1.4: Manufacturer: 123
[    1.751107] ata5: SATA link down (SStatus 0 SControl 300)
[    1.752562] Freeing unused kernel memory: 1312k freed
[    1.752807] Write protecting the kernel read-only data: 12288k
[    1.756664] Freeing unused kernel memory: 1196k freed
[    1.760097] Freeing unused kernel memory: 1056k freed
[    1.785680] udevd[120]: starting version 175
[    1.903015] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.903426] r8169 0000:02:00.0: irq 47 for MSI/MSI-X
[    1.906669] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000620000, e8:03:9a:36:17:a9, XID 0c900800 IRQ 47
[    1.906682] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.914526] hidraw: raw HID events driver (C) Jiri Kosina
[    1.925054] usbcore: registered new interface driver usbhid
[    1.925063] usbhid: USB HID core driver
[    1.951026] usb 2-1.5: new full-speed USB device number 3 using ehci-pci
[    1.970613] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4
[    1.971170] hid-generic 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.2/input0
[    2.051587] usb 2-1.5: New USB device found, idVendor=8086, idProduct=0189
[    2.051611] usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.676079] EXT4-fs (loop0): INFO: recovery required on readonly filesystem
[    2.676087] EXT4-fs (loop0): write access will be enabled during recovery
[    3.416999] EXT4-fs (loop0): orphan cleanup on readonly fs
[    3.435205] EXT4-fs (loop0): ext4_orphan_cleanup: deleting unreferenced inode 525679
[    3.462778] EXT4-fs (loop0): ext4_orphan_cleanup: deleting unreferenced inode 408646
[    3.475380] EXT4-fs (loop0): 2 orphan inodes deleted
[    3.475388] EXT4-fs (loop0): recovery complete
[    3.638965] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[   25.203182] Adding 262140k swap on /host/ubuntu/disks/swap.disk.  Priority:-1 extents:1 across:262140k FS
[   25.258241] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro
[   25.295979] udevd[579]: starting version 175
[   25.682570] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130328/utaddress-251)
[   25.682580] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   25.682586] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
[   25.682592] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   25.682594] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
[   25.682598] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   25.682600] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130328/utaddress-251)
[   25.682605] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   25.682607] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   26.008704] Bluetooth: Core ver 2.16
[   26.008742] NET: Registered protocol family 31
[   26.008745] Bluetooth: HCI device and connection manager initialized
[   26.008761] Bluetooth: HCI socket layer initialized
[   26.008772] Bluetooth: L2CAP socket layer initialized
[   26.008794] Bluetooth: SCO socket layer initialized
[   26.226524] lp: driver loaded but no devices found
[   26.314845] samsung_laptop: detected SABI interface: SwSmi@
[   26.314850] samsung_laptop: Backlight controlled by ACPI video driver
[   26.395806] wmi: Mapper loaded
[   26.543763] cfg80211: Calling CRDA to update world regulatory domain
[   26.752642] usbcore: registered new interface driver btusb
[   26.754363] Linux video capture interface: v2.00
[   26.813689] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x28
[   26.921098] type=1400 audit(1366416628.931:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=788 comm="apparmor_parser"
[   26.921196] type=1400 audit(1366416628.931:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=703 comm="apparmor_parser"
[   26.921710] type=1400 audit(1366416628.931:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=788 comm="apparmor_parser"
[   26.921963] type=1400 audit(1366416628.931:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=703 comm="apparmor_parser"
[   26.922073] type=1400 audit(1366416628.931:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=788 comm="apparmor_parser"
[   26.922500] type=1400 audit(1366416628.931:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=703 comm="apparmor_parser"
[   27.036262] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x28
[   27.039499] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x28
[   27.042324] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x28
[   27.048655] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[   27.170053] cfg80211: World regulatory domain updated:
[   27.170059] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   27.170062] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   27.170065] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   27.170068] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   27.170070] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   27.170072] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   27.184830] [drm] Initialized drm 1.1.0 20060810
[   27.212998] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[   27.213004] Copyright(c) 2003-2013 Intel Corporation
[   27.213737] iwlwifi 0000:01:00.0: irq 48 for MSI/MSI-X
[   27.214960] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[   27.232196] init: failsafe main process (924) killed by TERM signal
[   27.298727] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   27.298733] Bluetooth: BNEP filters: protocol multicast
[   27.298749] Bluetooth: BNEP socket layer initialized
[   27.365294] type=1400 audit(1366416629.375:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1061 comm="apparmor_parser"
[   27.365890] type=1400 audit(1366416629.375:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1061 comm="apparmor_parser"
[   27.366247] type=1400 audit(1366416629.375:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1061 comm="apparmor_parser"
[   27.391891] Bluetooth: RFCOMM TTY layer initialized
[   27.391922] Bluetooth: RFCOMM socket layer initialized
[   27.391925] Bluetooth: RFCOMM ver 1.11
[   27.395458] ppdev: user-space parallel port driver
[   27.522274] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
[   27.531413] type=1400 audit(1366416629.539:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1060 comm="apparmor_parser"
[   27.541856] 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
[   27.542063] usbcore: registered new interface driver uvcvideo
[   27.542067] USB Video Class driver (1.1.1)
[   27.837469] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[   27.856304] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[   27.893273] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG enabled
[   27.893279] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   27.893282] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   27.893285] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[   27.893288] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
[   27.893292] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[   27.893345] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   27.912541] [drm] Memory usable by graphics device = 2048M
[   27.912556] i915 0000:00:02.0: setting latency timer to 64
[   27.944104] i915 0000:00:02.0: irq 49 for MSI/MSI-X
[   27.944123] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   27.944126] [drm] Driver supports precise vblank timestamp query.
[   27.944381] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   27.949567] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   27.964885] [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
[   27.971896] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[   27.985322] [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
[   27.991662] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   27.998625] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[   27.999156] [drm] Wrong MCH_SSKPD value: 0x16040307
[   27.999160] [drm] This can cause pipe underruns and display issues.
[   27.999162] [drm] Please upgrade your BIOS to fix this.
[   28.011796] init: alsa-restore main process (1161) terminated with status 19
[   28.037463] fbcon: inteldrmfb (fb0) is primary device
[   28.389267] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[   28.395889] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[   28.604320] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   28.988098] Console: switching to colour frame buffer device 170x48
[   28.991713] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   28.991729] i915 0000:00:02.0: registered panic notifier
[   29.009449] acpi device:33: registered as cooling_device9
[   29.009848] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   29.010085] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[   29.010691] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   29.011808] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[   29.108643] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   29.108787] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   29.108910] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   29.402255] init: plymouth-stop pre-start process (1443) terminated with status 1
[   29.807411] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   34.760829] wlan0: authenticate with 00:04:0e:e4:00:3d
[   34.765899] wlan0: send auth to 00:04:0e:e4:00:3d (try 1/3)
[   34.768275] wlan0: authenticated
[   34.768419] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   34.768424] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   34.771667] wlan0: associate with 00:04:0e:e4:00:3d (try 1/3)
[   34.775312] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[   34.780272] wlan0: associated
[   34.780339] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   72.610927] show_signal_msg: 45 callbacks suppressed
[   72.610933] firefox[3126]: segfault at 7f93acbb5768 ip 00007f93acb97362 sp 00007fff62bfcda8 error 7 in libGL.so.1.2.0[7f93acb97000+7b000]
[   89.319764] cpufreq_ondemand: od_init: tuners ffff88005d29d800
[  173.621509] iwlwifi 0000:01:00.0: fail to flush all tx fifo queues Q 0
[  173.621516] iwlwifi 0000:01:00.0: Current SW read_ptr 5 write_ptr 6
[  173.621566] iwl data: 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[  173.621601] iwlwifi 0000:01:00.0: FH TRBs(0) = 0x00000000
[  173.621637] iwlwifi 0000:01:00.0: FH TRBs(1) = 0x8010207b
[  173.621673] iwlwifi 0000:01:00.0: FH TRBs(2) = 0x00000000
[  173.621710] iwlwifi 0000:01:00.0: FH TRBs(3) = 0x80300005
[  173.621730] iwlwifi 0000:01:00.0: FH TRBs(4) = 0x00000000
[  173.621767] iwlwifi 0000:01:00.0: FH TRBs(5) = 0x00000000
[  173.621787] iwlwifi 0000:01:00.0: FH TRBs(6) = 0x00000000
[  173.621807] iwlwifi 0000:01:00.0: FH TRBs(7) = 0x0070904c
[  173.621886] iwlwifi 0000:01:00.0: Q 0 is active and mapped to fifo 3 ra_tid 0x0000 [6,6]
[  173.621963] iwlwifi 0000:01:00.0: Q 1 is active and mapped to fifo 2 ra_tid 0x0000 [0,0]
[  173.622041] iwlwifi 0000:01:00.0: Q 2 is active and mapped to fifo 1 ra_tid 0x0000 [124,124]
[  173.622118] iwlwifi 0000:01:00.0: Q 3 is active and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.622195] iwlwifi 0000:01:00.0: Q 4 is active and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.622273] iwlwifi 0000:01:00.0: Q 5 is active and mapped to fifo 4 ra_tid 0x0000 [0,0]
[  173.622350] iwlwifi 0000:01:00.0: Q 6 is active and mapped to fifo 2 ra_tid 0x0000 [0,0]
[  173.622427] iwlwifi 0000:01:00.0: Q 7 is active and mapped to fifo 5 ra_tid 0x0000 [0,0]
[  173.622505] iwlwifi 0000:01:00.0: Q 8 is active and mapped to fifo 4 ra_tid 0x0000 [0,0]
[  173.622581] iwlwifi 0000:01:00.0: Q 9 is active and mapped to fifo 7 ra_tid 0x0000 [77,77]
[  173.622659] iwlwifi 0000:01:00.0: Q 10 is active and mapped to fifo 5 ra_tid 0x0000 [0,0]
[  173.622736] iwlwifi 0000:01:00.0: Q 11 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.622813] iwlwifi 0000:01:00.0: Q 12 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.622890] iwlwifi 0000:01:00.0: Q 13 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.622968] iwlwifi 0000:01:00.0: Q 14 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.623045] iwlwifi 0000:01:00.0: Q 15 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.623123] iwlwifi 0000:01:00.0: Q 16 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.623200] iwlwifi 0000:01:00.0: Q 17 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.623278] iwlwifi 0000:01:00.0: Q 18 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  173.623355] iwlwifi 0000:01:00.0: Q 19 is inactive and mapped to fifo 0 ra_tid 0x0000 [0,0]
[  178.490583] BUG: spinlock bad magic on CPU#1, sh/8066
[  178.490595]  lock: 0xffff88008b53ea18, .magic: 6b6b6b6b, .owner: make/8068, .owner_cpu: 3
[  178.490599] BUG: unable to handle kernel NULL pointer dereference at           (null)
[  178.490608] IP: [<ffffffff812bacd0>] update_queue+0x70/0x210
[  178.490610] PGD 0 
[  178.490612] Oops: 0000 [#1] SMP 
[  178.490648] Modules linked in: snd_hda_codec_hdmi snd_hda_codec_realtek coretemp joydev kvm_intel snd_hda_intel kvm snd_hda_codec arc4 i915 snd_hwdep iwldvm ghash_clmulni_intel aesni_intel snd_pcm aes_x86_64 mac80211 glue_helper snd_page_alloc lrw snd_seq_midi gf128mul parport_pc snd_seq_midi_event uvcvideo i2c_algo_bit ablk_helper ppdev rfcomm bnep snd_rawmidi drm_kms_helper cryptd snd_seq iwlwifi videobuf2_vmalloc drm videobuf2_memops snd_timer snd_seq_device videobuf2_core psmouse microcode videodev btusb snd cfg80211 wmi samsung_laptop soundcore lp bluetooth serio_raw video mac_hid lpc_ich parport hid_generic usbhid hid r8169
[  178.490651] CPU: 0 PID: 8068 Comm: make Not tainted 3.9.0-rc7-next20130419-12-iniza-small #1
[  178.490652] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[  178.490654] task: ffff88000f81c280 ti: ffff88000d606000 task.ti: ffff88000d606000
[  178.490658] RIP: 0010:[<ffffffff812bacd0>]  [<ffffffff812bacd0>] update_queue+0x70/0x210
[  178.490660] RSP: 0018:ffff88000d607d90  EFLAGS: 00010246
[  178.490661] RAX: ffff88008b53ea70 RBX: 0000000000000000 RCX: 0000000000000001
[  178.490662] RDX: ffff88000d607e60 RSI: 00000000ffffffff RDI: ffff88008b53ea18
[  178.490663] RBP: ffff88000d607dd8 R08: ffff88000d607e60 R09: dead000000200200
[  178.490665] R10: dead000000200200 R11: 0000000000000000 R12: ffff88008b53ea18
[  178.490666] R13: 0000000000000001 R14: ffff88008b53ea78 R15: ffffffffffffffd0
[  178.490669] Slab corruption (Not tainted): kmalloc-512 start=ffff88008b53ea00, len=512
[  178.490671] FS:  0000000000000000(0000) GS:ffff88011fa00000(0000) knlGS:0000000000000000
[  178.490673] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  178.490674] CR2: 0000000000000000 CR3: 0000000001c0d000 CR4: 00000000000407f0
[  178.490677] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  178.490678] 010: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6c 6b 6b 6b 6b 6b  kkkkkkkkkklkkkkk
[  178.490681] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[  178.490682] 020: 03 00 00 00 6b 6b 6b 6b 40 a0 3a 10 00 88 ff ff  ....kkkk@.:.....
[  178.490682] Stack:
[  178.490684] Prev obj: start=ffff88008b53e800, len=512
[  178.490686]  0000000000000001 ffff88000d607e60
[  178.490687] 000: 
[  178.490688] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[  178.490689]  ffff88008b53ea70
[  178.490690] 010: 
[  178.490691] 00 00 00 00 00 00 00 00 f6 ec a0 03 00 00 00 00  ................
[  178.490692]  ffffffff00000000
[  178.490694] Next obj: start=ffff88008b53ec00, len=512
[  178.490694]  ffff88008b53ea18
[  178.490695] 000: 
[  178.490696] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[  178.490697]  0000000000000000
[  178.490698] 010: 
[  178.490699] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
[  178.490700]  0000000000000001 0000000000000000
[  178.490703]  ffff880010193601 ffff88000d607e28 ffffffff812baf51 ffffffffffffffd5
[  178.490704] Call Trace:
[  178.490710]  [<ffffffff812baf51>] do_smart_update+0xe1/0x140
[  178.490713]  [<ffffffff812bd6e1>] exit_sem+0x2b1/0x350
[  178.490718]  [<ffffffff8105de80>] do_exit+0x290/0xa70
[  178.490721]  [<ffffffff8105e6f4>] do_group_exit+0x44/0xa0
[  178.490724]  [<ffffffff8105e767>] SyS_exit_group+0x17/0x20
[  178.490728]  [<ffffffff816ce15d>] system_call_fastpath+0x1a/0x1f
[  178.490759] Code: 8d 3c 40 49 8d 44 24 58 c7 45 d0 00 00 00 00 49 c1 e7 04 48 89 45 c8 0f 1f 40 00 49 8b 1e 4c 39 f3 0f 84 b4 00 00 00 83 7d d4 ff <4c> 8b 2b 74 1b 49 8b 44 24 58 46 8b 0c 38 45 85 c9 75 0d 44 8b 
[  178.490763] RIP  [<ffffffff812bacd0>] update_queue+0x70/0x210
[  178.490764]  RSP <ffff88000d607d90>
[  178.490765] CR2: 0000000000000000
[  178.500581] ---[ end trace 973df0767eca130f ]---
[  178.500583] Fixing recursive fault but reboot is needed!
[  178.500661] general protection fault: 0000 [#2] SMP 
[  178.500694] Modules linked in: snd_hda_codec_hdmi snd_hda_codec_realtek coretemp joydev kvm_intel snd_hda_intel kvm snd_hda_codec arc4 i915 snd_hwdep iwldvm ghash_clmulni_intel aesni_intel snd_pcm aes_x86_64 mac80211 glue_helper snd_page_alloc lrw snd_seq_midi gf128mul parport_pc snd_seq_midi_event uvcvideo i2c_algo_bit ablk_helper ppdev rfcomm bnep snd_rawmidi drm_kms_helper cryptd snd_seq iwlwifi videobuf2_vmalloc drm videobuf2_memops snd_timer snd_seq_device videobuf2_core psmouse microcode videodev btusb snd cfg80211 wmi samsung_laptop soundcore lp bluetooth serio_raw video mac_hid lpc_ich parport hid_generic usbhid hid r8169
[  178.500697] CPU: 3 PID: 8067 Comm: make Tainted: G      D      3.9.0-rc7-next20130419-12-iniza-small #1
[  178.500698] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[  178.500700] task: ffff8800103aa040 ti: ffff88000d61e000 task.ti: ffff88000d61e000
[  178.500706] RIP: 0010:[<ffffffff8135b577>]  [<ffffffff8135b577>] do_raw_spin_lock+0x17/0x120
[  178.500708] RSP: 0018:ffff88000d61fde8  EFLAGS: 00010286
[  178.500709] RAX: 0000000000000000 RBX: 6b6b6b6b6b6b6b73 RCX: 000000006b6c6b6b
[  178.500710] RDX: 000000006b6b6b6b RSI: ffffffff81a4cced RDI: 6b6b6b6b6b6b6b73
[  178.500711] RBP: ffff88000d61fe18 R08: ffff88002df33d80 R09: 0000000000000000
[  178.500712] R10: 0000000000000001 R11: ffff880010010700 R12: ffff88008b53ea18
[  178.500713] R13: ffff8800103aa040 R14: ffff88002fa84a20 R15: ffff88002fa84a00
[  178.500715] FS:  00002aaaaaae9340(0000) GS:ffff88011fac0000(0000) knlGS:0000000000000000
[  178.500716] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  178.500717] CR2: 00002aaaab1a1be0 CR3: 00000000872ba000 CR4: 00000000000407e0
[  178.500718] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  178.500719] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[  178.500720] Stack:
[  178.500723]  0000000000000202 ffff88000d61fe08 0000000000000018 0000000000000001
[  178.500725]  ffff88008b53ea18 ffff8800103aa040 ffff88000d61fe28 ffffffff816c564e
[  178.500728]  ffff88000d61fea8 ffffffff812bd514 ffff8800103aa040 ffff88008d803440
[  178.500728] Call Trace:
[  178.500734]  [<ffffffff816c564e>] _raw_spin_lock+0xe/0x10
[  178.500738]  [<ffffffff812bd514>] exit_sem+0xe4/0x350
[  178.500742]  [<ffffffff8105de80>] do_exit+0x290/0xa70
[  178.500745]  [<ffffffff8105e6f4>] do_group_exit+0x44/0xa0
[  178.500748]  [<ffffffff8105e767>] SyS_exit_group+0x17/0x20
[  178.500751]  [<ffffffff816ce15d>] system_call_fastpath+0x1a/0x1f
[  178.500772] Code: 89 47 08 5d c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 55 48 89 e5 48 83 ec 30 48 89 5d e8 4c 89 65 f0 48 89 fb 4c 89 6d f8 <81> 7f 04 ad 4e ad de 75 58 65 48 8b 04 25 80 c7 00 00 48 39 43 
[  178.500774] RIP  [<ffffffff8135b577>] do_raw_spin_lock+0x17/0x120
[  178.500775]  RSP <ffff88000d61fde8>
[  178.500776] ---[ end trace 973df0767eca1310 ]---
[  178.500777] Fixing recursive fault but reboot is needed!
[  178.500880] CPU: 1 PID: 8066 Comm: sh Tainted: G      D      3.9.0-rc7-next20130419-12-iniza-small #1
[  178.500883] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[  178.500886]  ffff88000f81c280 ffff88000d5abd98 ffffffff816bea7b ffff88000d5abdb8
[  178.500893]  ffffffff816beb07 ffff88008b53ea18 ffffffff81a4cced ffff88000d5abdd8
[  178.500898]  ffffffff816beb2d ffff88008b53ea18 ffff88008b53ea18 ffff88000d5abe18
[  178.500903] Call Trace:
[  178.500910]  [<ffffffff816bea7b>] dump_stack+0x19/0x1b
[  178.500936]  [<ffffffff816beb07>] spin_dump+0x8a/0x8f
[  178.500958]  [<ffffffff816beb2d>] spin_bug+0x21/0x26
[  178.500964]  [<ffffffff8135b5e4>] do_raw_spin_lock+0x84/0x120
[  178.500970]  [<ffffffff816c564e>] _raw_spin_lock+0xe/0x10
[  178.500975]  [<ffffffff812bd4e6>] exit_sem+0xb6/0x350
[  178.500980]  [<ffffffff8105de80>] do_exit+0x290/0xa70
[  178.500984]  [<ffffffff8105e6f4>] do_group_exit+0x44/0xa0
[  178.500989]  [<ffffffff8105e767>] SyS_exit_group+0x17/0x20
[  178.500994]  [<ffffffff816ce15d>] system_call_fastpath+0x1a/0x1f
[  178.501801] general protection fault: 0000 [#3] SMP 
[  178.503443] Modules linked in: snd_hda_codec_hdmi snd_hda_codec_realtek coretemp joydev kvm_intel snd_hda_intel kvm snd_hda_codec arc4 i915 snd_hwdep iwldvm ghash_clmulni_intel aesni_intel snd_pcm aes_x86_64 mac80211 glue_helper snd_page_alloc lrw snd_seq_midi gf128mul parport_pc snd_seq_midi_event uvcvideo i2c_algo_bit ablk_helper ppdev rfcomm bnep snd_rawmidi drm_kms_helper cryptd snd_seq iwlwifi videobuf2_vmalloc drm videobuf2_memops snd_timer snd_seq_device videobuf2_core psmouse microcode videodev btusb snd cfg80211 wmi samsung_laptop soundcore lp bluetooth serio_raw video mac_hid lpc_ich parport hid_generic usbhid hid r8169
[  178.510935] CPU: 2 PID: 8066 Comm: sh Tainted: G      D      3.9.0-rc7-next20130419-12-iniza-small #1
[  178.512800] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[  178.514590] task: ffff88001035e700 ti: ffff88000d5aa000 task.ti: ffff88000d5aa000
[  178.516384] RIP: 0010:[<ffffffff8135b577>]  [<ffffffff8135b577>] do_raw_spin_lock+0x17/0x120
[  178.518175] RSP: 0018:ffff88000d5abde8  EFLAGS: 00010286
[  178.519992] RAX: 0000000000000000 RBX: 5a5a5a5a5a5a5a62 RCX: 0000000030313030
[  178.521808] RDX: 0000000030303030 RSI: 0000000000000000 RDI: 5a5a5a5a5a5a5a62
[  178.523688] RBP: ffff88000d5abe18 R08: 66666666663c5b20 R09: 6563363138666666
[  178.527007] R10: 00000000000003ad R11: 3e64353165633631 R12: ffff88008b53ea18
[  178.530343] R13: ffff88001035e700 R14: ffff880010227d60 R15: ffff880010227d40
[  178.533279] FS:  00002aaaaaae8600(0000) GS:ffff88011fa80000(0000) knlGS:0000000000000000
[  178.536646] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  178.540019] CR2: 0000000000fc4000 CR3: 000000008d03f000 CR4: 00000000000407e0
[  178.543392] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  178.546747] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[  178.550125] Stack:
[  178.553537]  ffffffffffffffd5 0000000000000004 ffffffff81c7a608 0000000000000001
[  178.556966]  ffff88008b53ea18 ffff88001035e700 ffff88000d5abe28 ffffffff816c564e
[  178.560468]  ffff88000d5abea8 ffffffff812bd514 ffff88001035e700 ffff8800170e7400
[  178.563972] Call Trace:
[  178.567456]  [<ffffffff816c564e>] _raw_spin_lock+0xe/0x10
[  178.570992]  [<ffffffff812bd514>] exit_sem+0xe4/0x350
[  178.574561]  [<ffffffff8105de80>] do_exit+0x290/0xa70
[  178.578110]  [<ffffffff8105e6f4>] do_group_exit+0x44/0xa0
[  178.581678]  [<ffffffff8105e767>] SyS_exit_group+0x17/0x20
[  178.585255]  [<ffffffff816ce15d>] system_call_fastpath+0x1a/0x1f
[  178.588827] Code: 89 47 08 5d c3 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 55 48 89 e5 48 83 ec 30 48 89 5d e8 4c 89 65 f0 48 89 fb 4c 89 6d f8 <81> 7f 04 ad 4e ad de 75 58 65 48 8b 04 25 80 c7 00 00 48 39 43 
[  178.596694] RIP  [<ffffffff8135b577>] do_raw_spin_lock+0x17/0x120
[  178.600571]  RSP <ffff88000d5abde8>
[  178.604447] ---[ end trace 973df0767eca1311 ]---
[  178.604452] Fixing recursive fault but reboot is needed!
[  178.652108] cfg80211: Calling CRDA to update world regulatory domain
[  178.664147] cfg80211: World regulatory domain updated:
[  178.664158] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  178.664164] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  178.664169] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  178.664173] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  178.664177] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  178.664182] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  181.811782] wlan0: authenticate with 00:04:0e:e4:00:3d
[  181.814864] wlan0: send auth to 00:04:0e:e4:00:3d (try 1/3)
[  181.816966] wlan0: authenticated
[  181.817289] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[  181.817299] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[  181.819632] wlan0: associate with 00:04:0e:e4:00:3d (try 1/3)
[  181.823321] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[  181.830131] wlan0: associated

[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux