lkml.org 
[lkml]   [2011]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectBUG: All network processes hang (brcmsmac/wpa_supplicant)
Dear LKML,

there is a rather nasty bug in all recent kernels (probably older as
well):

If wpa_supplicant looses the connection to an AP, all network calls
hang, uninterruptle.

This is a snippet of running fetchmail after the problem started:

socket(PF_NETLINK, SOCK_RAW, 0) = 4
bind(4, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(4, {sa_family=AF_NETLINK, pid=9734, groups=00000000}, [12]) = 0
sendto(4, "\24\0\0\0\26\0\1\3\225\\\235N\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12

[12:59] brief:linux-2.6% ps aux | grep fetchmail
nico 9063 0.0 0.0 20652 1492 pts/3 D+ 12:55 0:00 fetchmail
nico 9564 0.0 0.0 20652 1496 pts/15 D+ 13:01 0:00 fetchmail
nico 9731 0.0 0.0 4288 724 pts/34 S+ 13:01 0:00 strace -fF fetchmail
nico 9734 0.0 0.0 20652 1492 pts/34 D+ 13:01 0:00 fetchmail

This is particular nasty, because even calling "sudo -i" does a sendto() call
and thus hangs, as well as trying to send this mail with sendmail makes mutt hang.

I've seen that on stock Archlinux kernel (linux 3.0.6-2),
latest from Linus (v3.1-rc9-93-ga84a79e), merged trees from Keith and Jiri
(3.1.0-rc6-gbee709a).

Listing of hanging processes:

[13:05] brief:linux-2.6% ps aux | grep D
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 9056 0.2 0.0 0 0 ? D 12:54 0:02 [kworker/u:0]
nico 9063 0.0 0.0 20652 1492 pts/3 D+ 12:55 0:00 fetchmail
nico 9066 0.0 0.0 16548 1180 ? D 12:56 0:00 sendmail -oem -oi -f ME@inf.ethz.ch -- RECIPIENT
root 9067 0.0 0.0 6060 320 pts/14 DN 12:56 0:00 ip r
root 9124 0.0 0.0 6060 320 pts/14 DN 12:57 0:00 ip r add 192.168.42.1/24 dev lo
root 9390 0.0 0.0 11996 784 pts/12 D+ 13:01 0:00 sudo -i
nico 9564 0.0 0.0 20652 1496 pts/15 D+ 13:01 0:00 fetchmail
nico 9734 0.0 0.0 20652 1492 pts/34 D+ 13:01 0:00 fetchmail
root 12304 0.0 0.0 28624 2228 ? Ds 09:16 0:00 wpa_supplicant -B -P /run/wpa_supplicant_wlan0.pid -i wlan0 -D nl80211,wext -c /run/network//wpa.wlan0/wpa.conf
[13:07] brief:linux-2.6%

The hardware is again the (in)famous MacBook Air 4,2, so I imagine this may be
related to brcmsmac.

Attached are config, dmesg, lsmod.

Cheers,

Nico

--
PGP key: 7ED9 F7D3 6B10 81D7 0EC5 5C09 D7DC C8E4 3187 7DF0
[unhandled content-type:application/octet-stream][ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.0-rc6-gbee709a (nico@brief) (gcc version 4.6.1 20110819 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Oct 18 00:35:44 CEST 2011
[ 0.000000] Command line: root=/dev/mapper/root cryptdevice=/dev/sda5:root ro initrd=../initramfs-nico.img BOOT_IMAGE=../vmlinuz-nico
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000008f000 (usable)
[ 0.000000] BIOS-e820: 000000000008f000 - 0000000000090000 (reserved)
[ 0.000000] BIOS-e820: 0000000000090000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[ 0.000000] BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
[ 0.000000] BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
[ 0.000000] BIOS-e820: 0000000040200000 - 000000008ad36000 (usable)
[ 0.000000] BIOS-e820: 000000008ad36000 - 000000008ad5f000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000008ad5f000 - 000000008afa2000 (ACPI data)
[ 0.000000] BIOS-e820: 000000008afa2000 - 000000008afff000 (reserved)
[ 0.000000] BIOS-e820: 000000008afff000 - 000000008b000000 (ACPI data)
[ 0.000000] BIOS-e820: 000000008b000000 - 000000008fa00000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000016fe00000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: Apple Inc. MacBookAir4,2/Mac-742912EFDBEE19B3, BIOS MBA41.88Z.0077.B08.1109011050 09/01/2011
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x16fe00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DFFFF write-protect
[ 0.000000] E0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 1 base 0A0000000 mask FE0000000 uncachable
[ 0.000000] 2 base 090000000 mask FF0000000 uncachable
[ 0.000000] 3 base 08C000000 mask FFC000000 uncachable
[ 0.000000] 4 base 08B800000 mask FFF800000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] last_pfn = 0x8ad36 max_arch_pfn = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-000000008ad36000
[ 0.000000] 0000000000 - 008ac00000 page 2M
[ 0.000000] 008ac00000 - 008ad36000 page 4k
[ 0.000000] kernel direct mapping tables up to 8ad36000 @ 8ad31000-8ad36000
[ 0.000000] init_memory_mapping: 0000000100000000-000000016fe00000
[ 0.000000] 0100000000 - 016fe00000 page 2M
[ 0.000000] kernel direct mapping tables up to 16fe00000 @ 16fdf9000-16fe00000
[ 0.000000] RAMDISK: 1fd2c000 - 1ffff000
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
[ 0.000000] ACPI: XSDT 000000008ad8e1c0 000AC (v01 APPLE Apple00 00000060 01000013)
[ 0.000000] ACPI: FACP 000000008ad8c000 000F4 (v04 APPLE Apple00 00000060 Loki 0000005F)
[ 0.000000] ACPI: DSDT 000000008ad81000 05050 (v01 APPLE MacBookA 00040001 INTL 20100915)
[ 0.000000] ACPI: FACS 000000008ad40000 00040
[ 0.000000] ACPI: HPET 000000008ad8b000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: APIC 000000008ad8a000 000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SBST 000000008ad88000 00030 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: ECDT 000000008ad87000 00053 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SSDT 000000008ad7d000 00024 (v01 APPLE SmcDppt 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad7b000 006CA (v01 APPLE UsbSD 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad77000 00159 (v02 APPLE IGHda 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad73000 015EB (v02 APPLE SsdtIGPU 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad72000 00506 (v01 PmRef Cpu0Ist 00003000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad71000 009B1 (v01 PmRef CpuPm 00003000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad70000 00315 (v01 PmRef Cpu0Tst 00003000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad6f000 0037A (v01 PmRef ApTst 00003000 INTL 20100915)
[ 0.000000] ACPI: MCFG 000000008ad89000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SSDT 000000008ad80000 000FA (v01 SataRe SataPri 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad7f000 000D0 (v01 SataRe SataSec 00001000 INTL 20100915)
[ 0.000000] ACPI: SSDT 000000008ad7e000 00032 (v01 Apple SsdtS3 00001000 INTL 20100915)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000016fe00000
[ 0.000000] Initmem setup node 0 0000000000000000-000000016fe00000
[ 0.000000] NODE_DATA [000000016fdfb000 - 000000016fdfffff]
[ 0.000000] [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff88016b400000-ffff88016f3fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x0016fe00
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000008f
[ 0.000000] 0: 0x00000090 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x00020000
[ 0.000000] 0: 0x00020200 -> 0x00040000
[ 0.000000] 0: 0x00040200 -> 0x0008ad36
[ 0.000000] 0: 0x00100000 -> 0x0016fe00
[ 0.000000] On node 0 totalpages: 1025732
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3913 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 16320 pages used for memmap
[ 0.000000] DMA32 zone: 547190 pages, LIFO batch:31
[ 0.000000] Normal zone: 7160 pages used for memmap
[ 0.000000] Normal zone: 451080 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[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0xff] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0xff] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0xff] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0xff] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000008f000 - 0000000000090000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 000000008ad36000 - 000000008ad5f000
[ 0.000000] PM: Registered nosave memory: 000000008ad5f000 - 000000008afa2000
[ 0.000000] PM: Registered nosave memory: 000000008afa2000 - 000000008afff000
[ 0.000000] PM: Registered nosave memory: 000000008afff000 - 000000008b000000
[ 0.000000] PM: Registered nosave memory: 000000008b000000 - 000000008fa00000
[ 0.000000] PM: Registered nosave memory: 000000008fa00000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
[ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
[ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 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 - 00000000ff800000
[ 0.000000] PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at 8fa00000 (gap: 8fa00000:50600000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88016fa00000 s80448 r8192 d21952 u262144
[ 0.000000] pcpu-alloc: s80448 r8192 d21952 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: 1002183
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: root=/dev/mapper/root cryptdevice=/dev/sda5:root ro initrd=../initramfs-nico.img BOOT_IMAGE=../vmlinuz-nico
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave/xrstor: 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: 3955788k/6027264k available (4151k kernel code, 1924336k absent, 147140k reserved, 5293k data, 712k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:2304
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 33554432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.003333] Detected 1699.946 MHz processor.
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3401.55 BogoMIPS (lpj=5666486)
[ 0.000135] pid_max: default: 32768 minimum: 301
[ 0.000342] Security Framework initialized
[ 0.000910] AppArmor: AppArmor disabled by boot time parameter
[ 0.001477] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.002790] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.003353] Mount-cache hash table entries: 256
[ 0.003863] Initializing cgroup subsys cpuacct
[ 0.003962] Initializing cgroup subsys memory
[ 0.004044] Initializing cgroup subsys devices
[ 0.004108] Initializing cgroup subsys freezer
[ 0.004173] Initializing cgroup subsys net_cls
[ 0.004238] Initializing cgroup subsys blkio
[ 0.004378] CPU: Physical Processor ID: 0
[ 0.004441] CPU: Processor Core ID: 0
[ 0.004507] mce: CPU supports 7 MCE banks
[ 0.004583] CPU0: Thermal monitoring enabled (TM1)
[ 0.004653] using mwait in idle threads.
[ 0.006266] ACPI: Core revision 20110623
[ 0.015036] ftrace: allocating 16306 entries in 64 pages
[ 0.024081] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.057134] CPU0: Intel(R) Core(TM) i5-2557M CPU @ 1.70GHz stepping 07
[ 0.160850] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[ 0.161059] ... version: 3
[ 0.161121] ... bit width: 48
[ 0.161183] ... generic registers: 4
[ 0.161246] ... value mask: 0000ffffffffffff
[ 0.161311] ... max period: 000000007fffffff
[ 0.161376] ... fixed-purpose events: 3
[ 0.161438] ... event mask: 000000070000000f
[ 0.181317] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.207514] Booting Node 0, Processors #1
[ 0.207620] smpboot cpu 1: start_ip = 9a000
[ 0.320897] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.340788] #2
[ 0.340844] smpboot cpu 2: start_ip = 9a000
[ 0.454106] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.474040] #3
[ 0.474096] smpboot cpu 3: start_ip = 9a000
[ 0.587383] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.593933] Brought up 4 CPUs
[ 0.594016] Total of 4 processors activated (13605.48 BogoMIPS).
[ 0.597568] devtmpfs: initialized
[ 0.598627] PM: Registering ACPI NVS region at 8ad36000 (167936 bytes)
[ 0.599666] print_constraints: dummy:
[ 0.599817] NET: Registered protocol family 16
[ 0.599993] ACPI: bus type pci registered
[ 0.600226] PCI: MMCONFIG for domain 0000 [bus 00-97] at [mem 0xe0000000-0xe97fffff] (base 0xe0000000)
[ 0.600314] PCI: MMCONFIG at [mem 0xe0000000-0xe97fffff] reserved in E820
[ 0.641672] PCI: Using configuration type 1 for base access
[ 0.642327] bio: create slab <bio-0> at 0
[ 0.642516] ACPI: Added _OSI(Module Device)
[ 0.642581] ACPI: Added _OSI(Processor Device)
[ 0.642644] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.642708] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.644385] ACPI: EC: EC description table is found, configuring boot EC
[ 0.651012] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.651614] ACPI: SSDT 000000008ad3b190 00781 (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
[ 0.652197] ACPI: Dynamic OEM Table Load:
[ 0.652341] ACPI: SSDT (null) 00781 (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
[ 0.660855] ACPI: SSDT 000000008ad3c710 003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
[ 0.661485] ACPI: Dynamic OEM Table Load:
[ 0.661631] ACPI: SSDT (null) 003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
[ 0.670682] ACPI: SSDT 000000008ad3ad90 00119 (v01 PmRef ApCst 00003000 INTL 20100915)
[ 0.671252] ACPI: Dynamic OEM Table Load:
[ 0.671397] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100915)
[ 0.681132] ACPI: Interpreter enabled
[ 0.681197] ACPI: (supports S0 S3 S4 S5)
[ 0.681444] ACPI: Using IOAPIC for interrupt routing
[ 0.701143] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.701400] ACPI: No dock devices found.
[ 0.701463] HEST: Table not found.
[ 0.701526] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.701981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.702617] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.702687] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.702755] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.702839] pci_root PNP0A08:00: host bridge window [mem 0x8fa00000-0xfeafffff]
[ 0.702921] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[ 0.703015] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
[ 0.703057] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
[ 0.703089] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.703092] pci 0000:00:01.0: PME# disabled
[ 0.703117] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
[ 0.703131] pci 0000:00:02.0: reg 10: [mem 0xa0000000-0xa03fffff 64bit]
[ 0.703139] pci 0000:00:02.0: reg 18: [mem 0x90000000-0x9fffffff 64bit pref]
[ 0.703146] pci 0000:00:02.0: reg 20: [io 0x2000-0x203f]
[ 0.703221] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[ 0.703249] pci 0000:00:16.0: reg 10: [mem 0xa0607100-0xa060710f 64bit]
[ 0.703324] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.703330] pci 0000:00:16.0: PME# disabled
[ 0.703368] pci 0000:00:1a.0: [8086:1c2c] type 0 class 0x000c03
[ 0.703422] pci 0000:00:1a.0: reg 20: [io 0x2140-0x215f]
[ 0.703493] pci 0000:00:1a.7: [8086:1c2d] type 0 class 0x000c03
[ 0.703518] pci 0000:00:1a.7: reg 10: [mem 0xa0606c00-0xa0606fff]
[ 0.703607] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.703612] pci 0000:00:1a.7: PME# disabled
[ 0.703641] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[ 0.703664] pci 0000:00:1b.0: reg 10: [mem 0xa0600000-0xa0603fff 64bit]
[ 0.703739] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.703744] pci 0000:00:1b.0: PME# disabled
[ 0.703775] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[ 0.703884] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.703890] pci 0000:00:1c.0: PME# disabled
[ 0.703929] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[ 0.704034] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.704039] pci 0000:00:1c.1: PME# disabled
[ 0.704084] pci 0000:00:1d.0: [8086:1c27] type 0 class 0x000c03
[ 0.704134] pci 0000:00:1d.0: reg 20: [io 0x20e0-0x20ff]
[ 0.704207] pci 0000:00:1d.7: [8086:1c26] type 0 class 0x000c03
[ 0.704233] pci 0000:00:1d.7: reg 10: [mem 0xa0606800-0xa0606bff]
[ 0.704321] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.704327] pci 0000:00:1d.7: PME# disabled
[ 0.704356] pci 0000:00:1f.0: [8086:1c4d] type 0 class 0x000601
[ 0.704486] pci 0000:00:1f.2: [8086:1c01] type 0 class 0x000101
[ 0.704508] pci 0000:00:1f.2: reg 10: [io 0x2168-0x216f]
[ 0.704519] pci 0000:00:1f.2: reg 14: [io 0x217c-0x217f]
[ 0.704530] pci 0000:00:1f.2: reg 18: [io 0x2160-0x2167]
[ 0.704541] pci 0000:00:1f.2: reg 1c: [io 0x2178-0x217b]
[ 0.704552] pci 0000:00:1f.2: reg 20: [io 0x2060-0x206f]
[ 0.704564] pci 0000:00:1f.2: reg 24: [io 0xffe0-0xffef]
[ 0.704614] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[ 0.704634] pci 0000:00:1f.3: reg 10: [mem 0xa0607000-0xa06070ff 64bit]
[ 0.704660] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
[ 0.704733] pci 0000:03:00.0: [8086:151a] type 1 class 0x000604
[ 0.704784] pci 0000:03:00.0: supports D1 D2
[ 0.704786] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.704790] pci 0000:03:00.0: PME# disabled
[ 0.710542] pci 0000:00:01.0: PCI bridge to [bus 03-97]
[ 0.710624] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.710627] pci 0000:00:01.0: bridge window [mem 0xa0700000-0xa49fffff]
[ 0.710632] pci 0000:00:01.0: bridge window [mem 0xa4a00000-0xa89fffff 64bit pref]
[ 0.710683] pci 0000:04:00.0: [8086:151a] type 1 class 0x000604
[ 0.710737] pci 0000:04:00.0: supports D1 D2
[ 0.710739] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.710743] pci 0000:04:00.0: PME# disabled
[ 0.710778] pci 0000:04:03.0: [8086:151a] type 1 class 0x000604
[ 0.710832] pci 0000:04:03.0: supports D1 D2
[ 0.710834] pci 0000:04:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.710838] pci 0000:04:03.0: PME# disabled
[ 0.710867] pci 0000:04:04.0: [8086:151a] type 1 class 0x000604
[ 0.710921] pci 0000:04:04.0: supports D1 D2
[ 0.710923] pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.710927] pci 0000:04:04.0: PME# disabled
[ 0.710972] pci 0000:03:00.0: PCI bridge to [bus 04-67]
[ 0.711043] pci 0000:03:00.0: bridge window [mem 0xa0700000-0xa09fffff]
[ 0.711107] pci 0000:05:00.0: [8086:151a] type 0 class 0x000880
[ 0.711123] pci 0000:05:00.0: reg 10: [mem 0xa0700000-0xa073ffff]
[ 0.711135] pci 0000:05:00.0: reg 14: [mem 0xa0740000-0xa0740fff]
[ 0.711215] pci 0000:05:00.0: supports D1 D2
[ 0.711217] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.711222] pci 0000:05:00.0: PME# disabled
[ 0.717206] pci 0000:04:00.0: PCI bridge to [bus 05-05]
[ 0.717291] pci 0000:04:00.0: bridge window [mem 0xa0700000-0xa07fffff]
[ 0.717336] pci 0000:04:03.0: PCI bridge to [bus 06-36]
[ 0.717408] pci 0000:04:03.0: bridge window [mem 0xa0800000-0xa08fffff]
[ 0.717453] pci 0000:04:04.0: PCI bridge to [bus 37-67]
[ 0.717525] pci 0000:04:04.0: bridge window [mem 0xa0900000-0xa09fffff]
[ 0.717620] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 0.717692] pci 0000:00:1c.0: bridge window [mem 0xa0500000-0xa05fffff]
[ 0.717850] pci 0000:02:00.0: [14e4:4353] type 0 class 0x000280
[ 0.717904] pci 0000:02:00.0: reg 10: [mem 0xa0400000-0xa0403fff 64bit]
[ 0.718115] pci 0000:02:00.0: supports D1 D2
[ 0.718117] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.718127] pci 0000:02:00.0: PME# disabled
[ 0.723920] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[ 0.723992] pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa04fffff]
[ 0.724033] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.724143] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[ 0.724243] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.724353] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.724559] pci0000:00: ACPI _OSC control (0x19) granted
[ 0.727986] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.728641] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.729246] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.729904] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.730504] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.731209] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.731863] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.732518] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.733171] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.733262] vgaarb: loaded
[ 0.733322] vgaarb: bridge control possible 0000:00:02.0
[ 0.733468] PCI: Using ACPI for IRQ routing
[ 0.737797] PCI: pci_cache_line_size set to 64 bytes
[ 0.737920] reserve RAM buffer: 000000000008f000 - 000000000008ffff
[ 0.737922] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[ 0.737925] reserve RAM buffer: 000000008ad36000 - 000000008bffffff
[ 0.737928] reserve RAM buffer: 000000016fe00000 - 000000016fffffff
[ 0.738049] NetLabel: Initializing
[ 0.738111] NetLabel: domain hash size = 128
[ 0.738174] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.738254] NetLabel: unlabeled traffic allowed by default
[ 0.738336] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.738772] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.740855] Switching to clocksource hpet
[ 0.743847] Switched to NOHz mode on CPU #0
[ 0.743932] Switched to NOHz mode on CPU #2
[ 0.743960] Switched to NOHz mode on CPU #3
[ 0.743977] Switched to NOHz mode on CPU #1
[ 0.747391] pnp: PnP ACPI init
[ 0.747468] ACPI: bus type pnp registered
[ 0.747868] pnp 00:00: [bus 00-ff]
[ 0.747871] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.747875] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.747878] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.747880] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.747883] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.747885] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.747887] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.747890] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.747892] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.747895] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.747897] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.747899] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.747901] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.747904] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.747906] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.747908] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.747911] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.747913] pnp 00:00: [mem 0x8fa00000-0xfeafffff window]
[ 0.747916] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.747982] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.748072] pnp 00:01: [io 0x0000-0x001f]
[ 0.748074] pnp 00:01: [io 0x0081-0x0091]
[ 0.748076] pnp 00:01: [io 0x0093-0x009f]
[ 0.748078] pnp 00:01: [io 0x00c0-0x00df]
[ 0.748080] pnp 00:01: [dma 4]
[ 0.748113] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.748122] pnp 00:02: [mem 0xff000000-0xffffffff]
[ 0.748151] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.748232] pnp 00:03: [irq 0 disabled]
[ 0.748241] pnp 00:03: [irq 8]
[ 0.748243] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 0.748295] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.748366] system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.748378] pnp 00:04: [io 0x00f0]
[ 0.748384] pnp 00:04: [irq 13]
[ 0.748416] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.748427] pnp 00:05: [io 0x002e-0x002f]
[ 0.748429] pnp 00:05: [io 0x004e-0x004f]
[ 0.748431] pnp 00:05: [io 0x0061]
[ 0.748432] pnp 00:05: [io 0x0063]
[ 0.748434] pnp 00:05: [io 0x0065]
[ 0.748436] pnp 00:05: [io 0x0067]
[ 0.748438] pnp 00:05: [io 0x0080]
[ 0.748439] pnp 00:05: [io 0x0092]
[ 0.748441] pnp 00:05: [io 0x00b2-0x00b3]
[ 0.748443] pnp 00:05: [io 0x1000-0x100f]
[ 0.748445] pnp 00:05: [io 0x0400-0x047f]
[ 0.748447] pnp 00:05: [io 0x0500-0x057f]
[ 0.748494] system 00:05: [io 0x1000-0x100f] has been reserved
[ 0.748563] system 00:05: [io 0x0400-0x047f] has been reserved
[ 0.748629] system 00:05: [io 0x0500-0x057f] has been reserved
[ 0.748697] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.748706] pnp 00:06: [io 0x0070-0x0077]
[ 0.748738] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.748752] pnp 00:07: [io 0x0300-0x031f]
[ 0.748758] pnp 00:07: [irq 6]
[ 0.748789] pnp 00:07: Plug and Play ACPI device, IDs APP0001 (active)
[ 0.748956] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
[ 0.748958] pnp 00:08: [mem 0xfed10000-0xfed17fff]
[ 0.748961] pnp 00:08: [mem 0xfed18000-0xfed18fff]
[ 0.748963] pnp 00:08: [mem 0xfed19000-0xfed19fff]
[ 0.748965] pnp 00:08: [mem 0xe0000000-0xefffffff]
[ 0.748967] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
[ 0.748969] pnp 00:08: [mem 0xfed90000-0xfed93fff]
[ 0.748971] pnp 00:08: [mem 0xfed45000-0xfed8ffff]
[ 0.748973] pnp 00:08: [mem 0xff000000-0xffffffff]
[ 0.748975] pnp 00:08: [mem 0xfee00000-0xfeefffff]
[ 0.748978] pnp 00:08: [mem 0x00000000-0xffffffffffffffff disabled]
[ 0.749031] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.749101] system 00:08: [mem 0xfed10000-0xfed17fff] could not be reserved
[ 0.749171] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.749241] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.749310] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.749378] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.749447] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.749515] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.749583] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.749652] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.749724] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.756098] pnp 00:09: [mem 0x20000000-0x201fffff]
[ 0.756100] pnp 00:09: [mem 0x40000000-0x401fffff]
[ 0.756162] system 00:09: [mem 0x20000000-0x201fffff] has been reserved
[ 0.756232] system 00:09: [mem 0x40000000-0x401fffff] has been reserved
[ 0.756301] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.756312] pnp: PnP ACPI: found 10 devices
[ 0.756374] ACPI: ACPI bus type pnp unregistered
[ 0.763387] PCI: max bus depth: 3 pci_try_num: 4
[ 0.763447] pci 0000:04:00.0: PCI bridge to [bus 05-05]
[ 0.763516] pci 0000:04:00.0: bridge window [mem 0xa0700000-0xa07fffff]
[ 0.763591] pci 0000:04:03.0: PCI bridge to [bus 06-36]
[ 0.763659] pci 0000:04:03.0: bridge window [mem 0xa0800000-0xa08fffff]
[ 0.763734] pci 0000:04:04.0: PCI bridge to [bus 37-67]
[ 0.763803] pci 0000:04:04.0: bridge window [mem 0xa0900000-0xa09fffff]
[ 0.763876] pci 0000:03:00.0: PCI bridge to [bus 04-67]
[ 0.763945] pci 0000:03:00.0: bridge window [mem 0xa0700000-0xa09fffff]
[ 0.764019] pci 0000:00:01.0: PCI bridge to [bus 03-97]
[ 0.764085] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.764154] pci 0000:00:01.0: bridge window [mem 0xa0700000-0xa49fffff]
[ 0.764224] pci 0000:00:01.0: bridge window [mem 0xa4a00000-0xa89fffff 64bit pref]
[ 0.764317] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 0.764389] pci 0000:00:1c.0: bridge window [mem 0xa0500000-0xa05fffff]
[ 0.764468] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[ 0.764539] pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa04fffff]
[ 0.764628] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.764698] pci 0000:00:01.0: setting latency timer to 64
[ 0.764705] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.764775] pci 0000:03:00.0: setting latency timer to 64
[ 0.764782] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.764852] pci 0000:04:00.0: setting latency timer to 64
[ 0.764858] pci 0000:04:03.0: enabling device (0000 -> 0002)
[ 0.764929] pci 0000:04:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.764999] pci 0000:04:03.0: setting latency timer to 64
[ 0.765005] pci 0000:04:04.0: enabling device (0000 -> 0002)
[ 0.765074] pci 0000:04:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.765145] pci 0000:04:04.0: setting latency timer to 64
[ 0.765153] pci 0000:00:1c.0: enabling device (0000 -> 0002)
[ 0.765221] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.765294] pci 0000:00:1c.0: setting latency timer to 64
[ 0.765354] pci 0000:00:1c.1: power state changed by ACPI to D0
[ 0.765424] pci 0000:00:1c.1: power state changed by ACPI to D0
[ 0.765499] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.765571] pci 0000:00:1c.1: setting latency timer to 64
[ 0.765576] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.765579] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.765581] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.765584] pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff]
[ 0.765587] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.765589] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 0.765592] pci_bus 0000:03: resource 1 [mem 0xa0700000-0xa49fffff]
[ 0.765594] pci_bus 0000:03: resource 2 [mem 0xa4a00000-0xa89fffff 64bit pref]
[ 0.765597] pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa09fffff]
[ 0.765600] pci_bus 0000:05: resource 1 [mem 0xa0700000-0xa07fffff]
[ 0.765602] pci_bus 0000:06: resource 1 [mem 0xa0800000-0xa08fffff]
[ 0.765605] pci_bus 0000:37: resource 1 [mem 0xa0900000-0xa09fffff]
[ 0.765608] pci_bus 0000:01: resource 1 [mem 0xa0500000-0xa05fffff]
[ 0.765610] pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa04fffff]
[ 0.765678] NET: Registered protocol family 2
[ 0.765955] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.767177] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.768983] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.769213] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.769782] TCP reno registered
[ 0.769853] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.769943] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.770191] NET: Registered protocol family 1
[ 0.770270] pci 0000:00:02.0: Boot video device
[ 0.770641] PCI: CLS 256 bytes, default 64
[ 0.770694] Unpacking initramfs...
[ 0.839196] Freeing initrd memory: 2892k freed
[ 0.839717] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.839791] Placing 64MB software IO TLB between ffff880086d31000 - ffff88008ad31000
[ 0.839875] software IO TLB at phys 0x86d31000 - 0x8ad31000
[ 0.840468] audit: initializing netlink socket (disabled)
[ 0.840543] type=2000 audit(1318891746.683:1): initialized
[ 0.846440] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.859337] VFS: Disk quotas dquot_6.5.2
[ 0.859549] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.859802] msgmni has been set to 7731
[ 0.860096] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.860217] io scheduler noop registered
[ 0.860279] io scheduler deadline registered
[ 0.860394] io scheduler cfq registered (default)
[ 0.860560] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.860588] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.860785] pcieport 0000:03:00.0: setting latency timer to 64
[ 0.860820] pcieport 0000:03:00.0: irq 41 for MSI/MSI-X
[ 0.860915] pcieport 0000:04:00.0: setting latency timer to 64
[ 0.860951] pcieport 0000:04:00.0: irq 42 for MSI/MSI-X
[ 0.861030] pcieport 0000:04:03.0: setting latency timer to 64
[ 0.861067] pcieport 0000:04:03.0: irq 43 for MSI/MSI-X
[ 0.861143] pcieport 0000:04:04.0: setting latency timer to 64
[ 0.861179] pcieport 0000:04:04.0: irq 44 for MSI/MSI-X
[ 0.861348] intel_idle: MWAIT substates: 0x21120
[ 0.861350] intel_idle: v0.4 model 0x2A
[ 0.861352] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.861404] ERST: Table is not found!
[ 0.861466] GHES: HEST is not enabled!
[ 0.861590] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.091062] Linux agpgart interface v0.103
[ 1.091206] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.092158] i8042: No controller found
[ 1.092290] mousedev: PS/2 mouse device common for all mice
[ 1.092399] rtc_cmos 00:06: RTC can wake from S4
[ 1.092570] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 1.092667] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.092870] cpuidle: using governor ladder
[ 1.093140] cpuidle: using governor menu
[ 1.093386] TCP cubic registered
[ 1.093449] NET: Registered protocol family 17
[ 1.093517] Registering the dns_resolver key type
[ 1.093717] PM: Hibernation image not present or could not be loaded.
[ 1.093722] registered taskstats version 1
[ 1.099908] rtc_cmos 00:06: setting system clock to 2011-10-17 22:49:07 UTC (1318891747)
[ 1.100065] Initializing network drop monitor service
[ 1.101797] Freeing unused kernel memory: 712k freed
[ 1.101969] Write protecting the kernel read-only data: 8192k
[ 1.109711] Freeing unused kernel memory: 1976k freed
[ 1.113004] Freeing unused kernel memory: 744k freed
[ 1.134242] udevd[86]: starting version 173
[ 1.179116] usbcore: registered new interface driver usbfs
[ 1.179272] usbcore: registered new interface driver hub
[ 1.179686] usbcore: registered new device driver usb
[ 1.181529] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.181685] ehci_hcd 0000:00:1a.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.181799] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 1.181806] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 1.181943] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.182598] ehci_hcd 0000:00:1a.7: debug port 2
[ 1.183815] SCSI subsystem initialized
[ 1.186279] libata version 3.00 loaded.
[ 1.186565] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[ 1.186590] ehci_hcd 0000:00:1a.7: irq 23, io mem 0xa0606c00
[ 1.197399] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.197986] hub 1-0:1.0: USB hub found
[ 1.198054] hub 1-0:1.0: 6 ports detected
[ 1.198217] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.198326] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.198330] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.198404] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.198516] ehci_hcd 0000:00:1d.7: debug port 2
[ 1.202453] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[ 1.202473] ehci_hcd 0000:00:1d.7: irq 22, io mem 0xa0606800
[ 1.214121] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.214375] hub 2-0:1.0: USB hub found
[ 1.214441] hub 2-0:1.0: 8 ports detected
[ 1.214600] ata_piix 0000:00:1f.2: version 2.13
[ 1.214618] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.214699] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.284342] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.367405] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.367754] scsi0 : ata_piix
[ 1.367939] scsi1 : ata_piix
[ 1.368204] ata1: SATA max UDMA/133 cmd 0x2168 ctl 0x217c bmdma 0x2060 irq 19
[ 1.368278] ata2: SATA max UDMA/133 cmd 0x2160 ctl 0x2178 bmdma 0x2068 irq 19
[ 1.368435] uhci_hcd 0000:00:1a.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 1.368546] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.368552] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.368654] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.368785] uhci_hcd 0000:00:1a.0: irq 21, io base 0x00002140
[ 1.369118] hub 3-0:1.0: USB hub found
[ 1.369192] hub 3-0:1.0: 2 ports detected
[ 1.369331] uhci_hcd 0000:00:1d.0: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.369406] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.369410] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.369482] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 1.369591] uhci_hcd 0000:00:1d.0: irq 19, io base 0x000020e0
[ 1.369867] hub 4-0:1.0: USB hub found
[ 1.369939] hub 4-0:1.0: 2 ports detected
[ 1.503967] usb 1-1: new high speed USB device number 2 using ehci_hcd
[ 1.628138] hub 1-1:1.0: USB hub found
[ 1.628341] hub 1-1:1.0: 3 ports detected
[ 1.733832] usb 1-2: new high speed USB device number 3 using ehci_hcd
[ 1.840431] Refined TSC clocksource calibration: 1700.012 MHz.
[ 1.840506] Switching to clocksource tsc
[ 1.980350] usb 2-1: new high speed USB device number 2 using ehci_hcd
[ 2.104444] hub 2-1:1.0: USB hub found
[ 2.104556] hub 2-1:1.0: 2 ports detected
[ 2.183726] usb 1-1.1: new full speed USB device number 4 using ehci_hcd
[ 2.282766] hub 1-1.1:1.0: USB hub found
[ 2.283077] hub 1-1.1:1.0: 3 ports detected
[ 2.363609] usb 1-1.2: new full speed USB device number 5 using ehci_hcd
[ 2.390112] ata2.00: failed to resume link (SControl 0)
[ 2.484215] usbcore: registered new interface driver usbhid
[ 2.484290] usbhid: USB HID core driver
[ 2.495773] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[ 2.496026] apple 0003:05AC:024D.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input0
[ 2.550267] usb 2-1.1: new high speed USB device number 3 using ehci_hcd
[ 2.591850] apple 0003:05AC:024D.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input1
[ 2.709928] ata1.01: failed to resume link (SControl 0)
[ 2.730189] usb 2-1.2: new high speed USB device number 4 using ehci_hcd
[ 2.863231] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.863314] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2.870103] ata1.00: ATA-8: APPLE SSD SM256C, AXM09A1Q, max UDMA/133
[ 2.870174] ata1.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.876758] ata1.00: configured for UDMA/133
[ 2.877063] scsi 0:0:0:0: Direct-Access ATA APPLE SSD SM256C AXM0 PQ: 0 ANSI: 5
[ 2.893459] usb 1-1.1.1: new full speed USB device number 6 using ehci_hcd
[ 2.980903] input: HID 05ac:820a as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input1
[ 2.981182] generic-usb 0003:05AC:820A.0003: input,hidraw2: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
[ 3.046747] usb 1-1.1.2: new full speed USB device number 7 using ehci_hcd
[ 3.134651] input: HID 05ac:820b as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input2
[ 3.134989] generic-usb 0003:05AC:820B.0004: input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
[ 3.199885] usb 1-1.1.3: new full speed USB device number 8 using ehci_hcd
[ 3.412857] ata2.01: failed to resume link (SControl 0)
[ 3.424527] ata2.00: SATA link down (SStatus 0 SControl 0)
[ 3.424607] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 3.430236] sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 GB/233 GiB)
[ 3.430430] sd 0:0:0:0: [sda] Write Protect is off
[ 3.430498] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.430527] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.435125] sda: sda1 sda2 sda3 sda4 sda5
[ 3.435731] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.681359] device-mapper: uevent: version 1.0.3
[ 3.681756] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@redhat.com
[ 11.166000] padlock_aes: VIA PadLock not detected.
[ 11.388179] JFS: nTxBlock = 8192, nTxLock = 65536
[ 11.813438] udevd[357]: starting version 173
[ 11.875722] ACPI: acpi_idle yielding to intel_idle
[ 11.878500] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[ 11.878586] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[ 11.878929] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 11.879352] ACPI: Lid Switch [LID0]
[ 11.879496] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[ 11.880091] ACPI: Power Button [PWRB]
[ 11.880575] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
[ 11.880669] ACPI: Sleep Button [SLPB]
[ 11.881105] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[ 11.884612] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x90000000
[ 11.885199] ACPI: AC Adapter [ADP1] (on-line)
[ 11.900014] mei: module is from the staging directory, the quality is unknown, you have been warned.
[ 11.901217] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 11.901323] mei 0000:00:16.0: setting latency timer to 64
[ 11.901438] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[ 11.901537] ACPI: Power Button [PWRF]
[ 11.927905] iTCO_vendor_support: vendor-support=0
[ 11.929287] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 11.934671] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 11.961992] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 12.006497] ACPI: Battery Slot [BAT0] (battery present)
[ 12.017258] cfg80211: Calling CRDA to update world regulatory domain
[ 12.017681] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[ 12.017886] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 12.030821] brcmutil: module is from the staging directory, the quality is unknown, you have been warned.
[ 12.034228] [drm] Initialized drm 1.1.0 20060810
[ 12.061880] brcmsmac: module is from the staging directory, the quality is unknown, you have been warned.
[ 12.064064] brcmsmac 0000:02:00.0: bus 2 slot 0 func 0 irq 11
[ 12.064193] brcmsmac 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 12.064284] brcmsmac 0000:02:00.0: setting latency timer to 64
[ 12.064903] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 12.065124] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[ 12.065164] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 12.074336] input: bcm5974 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.2/input/input8
[ 12.074731] usbcore: registered new interface driver bcm5974
[ 12.075787] Linux media interface: v0.10
[ 12.084430] Linux video capture interface: v2.00
[ 12.087112] usbcore: registered new interface driver uas
[ 12.091952] Initializing USB Mass Storage driver...
[ 12.095299] scsi2 : usb-storage 2-1.1:1.0
[ 12.095371] uvcvideo: Found UVC 1.00 device FaceTime Camera (Built-in) (05ac:850a)
[ 12.100548] applesmc: Sw4T6\x01: read arg fail
[ 12.109874] input: FaceTime Camera (Built-in) as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input9
[ 12.114497] usb-storage 2-1.2:1.0: Quirks match for vid 1058 pid 0704: 8000
[ 12.124844] scsi3 : usb-storage 2-1.2:1.0
[ 12.125196] usbcore: registered new interface driver usb-storage
[ 12.127818] USB Mass Storage support registered.
[ 12.134769] usbcore: registered new interface driver uvcvideo
[ 12.134912] USB Video Class driver (1.1.1)
[ 12.170998] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 12.212531] applesmc: key=349 fan=1 temp=25 acc=0 lux=2 kbd=1
[ 12.212602] applesmc: init_smcreg() took 50 ms
[ 12.212817] Registered led device: smc::kbd_backlight
[ 12.624809] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
[ 12.625221] HDMI status: Codec=3 Pin=6 Presence_Detect=0 ELD_Valid=0
[ 12.625618] HDMI status: Codec=3 Pin=7 Presence_Detect=0 ELD_Valid=0
[ 12.629664] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 12.629845] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 12.630020] input: HDA Intel PCH HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 12.630394] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 12.630468] i915 0000:00:02.0: setting latency timer to 64
[ 12.718531] i915 0000:00:02.0: irq 46 for MSI/MSI-X
[ 12.718537] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 12.718608] [drm] Driver supports precise vblank timestamp query.
[ 12.718734] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
[ 12.718818] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 13.124694] scsi 3:0:0:0: Direct-Access WD 5000BMV External 1.75 PQ: 0 ANSI: 4
[ 13.125022] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 13.125619] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 13.126237] sd 3:0:0:0: [sdb] Write Protect is off
[ 13.126304] sd 3:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 13.126859] sd 3:0:0:0: [sdb] No Caching mode page present
[ 13.126924] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[ 13.128735] sd 3:0:0:0: [sdb] No Caching mode page present
[ 13.128810] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[ 13.129390] scsi 2:0:0:0: Direct-Access APPLE SD Card Reader 2.00 PQ: 0 ANSI: 0
[ 13.129640] sdb: unknown partition table
[ 13.129772] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 13.131115] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[ 13.131601] sd 3:0:0:0: [sdb] No Caching mode page present
[ 13.131672] sd 3:0:0:0: [sdb] Assuming drive cache: write through
[ 13.131745] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 13.870332] fbcon: inteldrmfb (fb0) is primary device
[ 14.860441] [drm:intel_dp_complete_link_train] *ERROR* failed to train DP, aborting
[ 14.886642] Console: switching to colour frame buffer device 180x56
[ 14.890280] fb0: inteldrmfb frame buffer device
[ 14.890305] drm: registered panic notifier
[ 14.920535] acpi device:0d: registered as cooling_device4
[ 14.920887] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input13
[ 14.921010] ACPI: Video Device [IGPU] (multi-head: yes rom: no post: no)
[ 14.921121] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 15.140845] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 65.885313] ieee80211 phy0: brcms_ops_config: change monitor mode: false (implement)
[ 65.885318] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
[ 65.891767] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[ 67.965330] ieee80211 phy0: brcms_ops_config: change monitor mode: false (implement)
[ 67.965336] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
[ 67.977788] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[ 72.211714] wlan0: authenticate with 00:14:6c:67:9c:32 (try 1)
[ 72.213578] wlan0: authenticated
[ 72.217396] wlan0: associate with 00:14:6c:67:9c:32 (try 1)
[ 72.226322] wlan0: RX AssocResp from 00:14:6c:67:9c:32 (capab=0x611 status=0 aid=7)
[ 72.226326] wlan0: associated
[ 72.227016] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[ 72.227021] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated
[ 72.227040] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement)
[ 80.591562] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)
[ 98.744339] NET: Registered protocol family 10
[ 108.775084] wlan0: no IPv6 routers present
[ 3052.600455] padlock_sha: VIA PadLock Hash Engine not detected.
[ 4570.831563] ieee80211 phy0: wl0: brcms_c_recv: dropping a frame with invalid src mac address, a2: ef:47:ef:2d:60:17
[11823.408518] ieee80211 phy0: wl0: brcms_c_recv: dropping a frame with invalid src mac address, a2: a9:28:56:a9:e6:2e
[19996.735168] ieee80211 phy0: wl0: brcms_c_recv: dropping a frame with invalid src mac address, a2: f3:c8:4e:f5:b7:55
[25921.412829] [drm:intel_dp_complete_link_train] *ERROR* failed to train DP, aborting
[27383.915417] [drm:intel_dp_complete_link_train] *ERROR* failed to train DP, aborting
[28341.458447] PM: Syncing filesystems ... done.
[28341.488858] PM: Preparing system for mem sleep
[28342.606019] Freezing user space processes ... (elapsed 0.01 seconds) done.
[28342.619032] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[28342.632369] PM: Entering mem sleep
[28342.632403] Suspending console(s) (use no_console_suspend to debug)
[28342.635260] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[28342.635748] uhci_hcd 0000:00:1d.0: PCI INT B disabled
[28342.635754] brcmsmac 0000:02:00.0: PCI INT A disabled
[28342.635783] uhci_hcd 0000:00:1a.0: PCI INT B disabled
[28342.636515] sd 0:0:0:0: [sda] Stopping disk
[28342.672338] ehci_hcd 0000:00:1d.7: PCI INT A disabled
[28342.685659] ehci_hcd 0000:00:1a.7: PCI INT A disabled
[28342.842310] snd_hda_intel 0000:00:1b.0: PCI INT A disabled
[28344.100751] ata_piix 0000:00:1f.2: PCI INT B disabled
[28344.111585] PM: suspend of devices complete after 1479.690 msecs
[28344.151508] PM: late suspend of devices complete after 39.940 msecs
[28344.151822] ACPI: Preparing to enter system sleep state S3
[28344.178197] PM: Saving platform NVS memory
[28344.178634] Disabling non-boot CPUs ...
[28344.281397] CPU 1 is now offline
[28344.384653] CPU 2 is now offline
[28344.487919] CPU 3 is now offline
[28344.488281] Extended CMOS year: 2000
[28344.488675] ACPI: Low-level resume complete
[28344.488720] PM: Restoring platform NVS memory
[28344.489031] Extended CMOS year: 2000
[28344.489045] Enabling non-boot CPUs ...
[28344.495896] Booting Node 0 Processor 1 APIC 0x2
[28344.495898] smpboot cpu 1: start_ip = 9a000
[28344.507083] Calibrating delay loop (skipped) already calibrated this CPU
[28344.528702] Switched to NOHz mode on CPU #1
[28344.529114] NMI watchdog enabled, takes one hw-pmu counter.
[28344.532703] CPU1 is up
[28344.537056] Booting Node 0 Processor 2 APIC 0x1
[28344.537057] smpboot cpu 2: start_ip = 9a000
[28344.548167] Calibrating delay loop (skipped) already calibrated this CPU
[28344.568558] NMI watchdog enabled, takes one hw-pmu counter.
[28344.568580] Switched to NOHz mode on CPU #2
[28344.569174] CPU2 is up
[28344.570551] Booting Node 0 Processor 3 APIC 0x3
[28344.570554] smpboot cpu 3: start_ip = 9a000
[28344.581743] Calibrating delay loop (skipped) already calibrated this CPU
[28344.603360] NMI watchdog enabled, takes one hw-pmu counter.
[28344.604144] CPU3 is up
[28344.607142] Switched to NOHz mode on CPU #3
[28344.607251] ACPI: Waking up from system sleep state S3
[28345.108475] pcieport 0000:00:01.0: restoring config space at offset 0xf (was 0x100, writing 0x1ff)
[28345.108483] pcieport 0000:00:01.0: restoring config space at offset 0x9 (was 0x1fff1, writing 0xa891a4a1)
[28345.108487] pcieport 0000:00:01.0: restoring config space at offset 0x8 (was 0xfff0, writing 0xa490a070)
[28345.108490] pcieport 0000:00:01.0: restoring config space at offset 0x7 (was 0x200000f0, writing 0x3030)
[28345.108496] pcieport 0000:00:01.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[28345.108500] pcieport 0000:00:01.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[28345.108521] i915 0000:00:02.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[28345.108530] i915 0000:00:02.0: restoring config space at offset 0x2 (was 0x3800009, writing 0x3000009)
[28345.108534] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
[28345.108558] mei 0000:00:16.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[28345.108574] mei 0000:00:16.0: restoring config space at offset 0x4 (was 0xfed1b004, writing 0xa0607104)
[28345.108598] uhci_hcd 0000:00:1a.0: restoring config space at offset 0xf (was 0x200, writing 0x20a)
[28345.108611] uhci_hcd 0000:00:1a.0: restoring config space at offset 0x8 (was 0x1, writing 0x2141)
[28345.108623] uhci_hcd 0000:00:1a.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900001)
[28345.108650] ehci_hcd 0000:00:1a.7: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[28345.108667] ehci_hcd 0000:00:1a.7: restoring config space at offset 0x4 (was 0x0, writing 0xa0606c00)
[28345.108675] ehci_hcd 0000:00:1a.7: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900002)
[28345.108708] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[28345.108724] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x4 (was 0x4, writing 0xa0600004)
[28345.108729] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[28345.108736] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100002)
[28345.108776] pcieport 0000:00:1c.0: restoring config space at offset 0xf (was 0x100, writing 0x1ff)
[28345.108792] pcieport 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[28345.108798] pcieport 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0xa050a050)
[28345.108804] pcieport 0000:00:1c.0: restoring config space at offset 0x7 (was 0x20000000, writing 0x200000f0)
[28345.108810] pcieport 0000:00:1c.0: restoring config space at offset 0x6 (was 0x0, writing 0x10100)
[28345.108820] pcieport 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[28345.108828] pcieport 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100006)
[28345.108878] pcieport 0000:00:1c.1: restoring config space at offset 0xf (was 0x200, writing 0x2ff)
[28345.108893] pcieport 0000:00:1c.1: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[28345.108899] pcieport 0000:00:1c.1: restoring config space at offset 0x8 (was 0x0, writing 0xa040a040)
[28345.108905] pcieport 0000:00:1c.1: restoring config space at offset 0x7 (was 0x20000000, writing 0x200000f0)
[28345.108912] pcieport 0000:00:1c.1: restoring config space at offset 0x6 (was 0x0, writing 0x20200)
[28345.108921] pcieport 0000:00:1c.1: restoring config space at offset 0x3 (was 0x810000, writing 0x810040)
[28345.108929] pcieport 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[28345.108966] uhci_hcd 0000:00:1d.0: restoring config space at offset 0xf (was 0x200, writing 0x20b)
[28345.108978] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x8 (was 0x1, writing 0x20e1)
[28345.108990] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900001)
[28345.109016] ehci_hcd 0000:00:1d.7: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[28345.109033] ehci_hcd 0000:00:1d.7: restoring config space at offset 0x4 (was 0x0, writing 0xa0606800)
[28345.109041] ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900002)
[28345.109107] ata_piix 0000:00:1f.2: restoring config space at offset 0xf (was 0x200, writing 0x20b)
[28345.109118] ata_piix 0000:00:1f.2: restoring config space at offset 0x8 (was 0x1, writing 0x2061)
[28345.109123] ata_piix 0000:00:1f.2: restoring config space at offset 0x7 (was 0x1, writing 0x2179)
[28345.109128] ata_piix 0000:00:1f.2: restoring config space at offset 0x6 (was 0x1, writing 0x2161)
[28345.109134] ata_piix 0000:00:1f.2: restoring config space at offset 0x5 (was 0x1, writing 0x217d)
[28345.109139] ata_piix 0000:00:1f.2: restoring config space at offset 0x4 (was 0x1, writing 0x2169)
[28345.109146] ata_piix 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00000, writing 0x2b00007)
[28345.109164] i801_smbus 0000:00:1f.3: restoring config space at offset 0xf (was 0x300, writing 0x30b)
[28345.109179] i801_smbus 0000:00:1f.3: restoring config space at offset 0x4 (was 0x4, writing 0xa0607004)
[28345.109187] i801_smbus 0000:00:1f.3: restoring config space at offset 0x1 (was 0x2800001, writing 0x2800003)
[28345.109217] pcieport 0000:03:00.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[28345.109221] pcieport 0000:03:00.0: restoring config space at offset 0x8 (was 0x0, writing 0xa090a070)
[28345.109226] pcieport 0000:03:00.0: restoring config space at offset 0x7 (was 0x101, writing 0x1f1)
[28345.109230] pcieport 0000:03:00.0: restoring config space at offset 0x6 (was 0x0, writing 0x670403)
[28345.109236] pcieport 0000:03:00.0: restoring config space at offset 0x3 (was 0x10000, writing 0x10040)
[28345.109242] pcieport 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[28345.109286] pcieport 0000:04:00.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[28345.109291] pcieport 0000:04:00.0: restoring config space at offset 0x8 (was 0x0, writing 0xa070a070)
[28345.109295] pcieport 0000:04:00.0: restoring config space at offset 0x7 (was 0x101, writing 0x1f1)
[28345.109300] pcieport 0000:04:00.0: restoring config space at offset 0x6 (was 0x0, writing 0x50504)
[28345.109306] pcieport 0000:04:00.0: restoring config space at offset 0x3 (was 0x10000, writing 0x10040)
[28345.109312] pcieport 0000:04:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[28345.109358] pcieport 0000:04:03.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[28345.109362] pcieport 0000:04:03.0: restoring config space at offset 0x8 (was 0x0, writing 0xa080a080)
[28345.109367] pcieport 0000:04:03.0: restoring config space at offset 0x7 (was 0x101, writing 0x1f1)
[28345.109371] pcieport 0000:04:03.0: restoring config space at offset 0x6 (was 0x0, writing 0x360604)
[28345.109378] pcieport 0000:04:03.0: restoring config space at offset 0x3 (was 0x10000, writing 0x10040)
[28345.109383] pcieport 0000:04:03.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100406)
[28345.109429] pcieport 0000:04:04.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[28345.109434] pcieport 0000:04:04.0: restoring config space at offset 0x8 (was 0x0, writing 0xa090a090)
[28345.109438] pcieport 0000:04:04.0: restoring config space at offset 0x7 (was 0x101, writing 0x1f1)
[28345.109443] pcieport 0000:04:04.0: restoring config space at offset 0x6 (was 0x0, writing 0x673704)
[28345.109449] pcieport 0000:04:04.0: restoring config space at offset 0x3 (was 0x10000, writing 0x10040)
[28345.109455] pcieport 0000:04:04.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100406)
[28345.109500] pci 0000:05:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10b)
[28345.109517] pci 0000:05:00.0: restoring config space at offset 0x5 (was 0x0, writing 0xa0740000)
[28345.109523] pci 0000:05:00.0: restoring config space at offset 0x4 (was 0x0, writing 0xa0700000)
[28345.109528] pci 0000:05:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[28345.109534] pci 0000:05:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
[28345.109635] brcmsmac 0000:02:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[28345.109680] brcmsmac 0000:02:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xa0400004)
[28345.109690] brcmsmac 0000:02:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x40)
[28345.109704] brcmsmac 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100006)
[28345.109912] PM: early resume of devices complete after 1.507 msecs
[28345.110128] i915 0000:00:02.0: setting latency timer to 64
[28345.110135] uhci_hcd 0000:00:1a.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[28345.110145] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[28345.110173] usb usb3: root hub lost power or was reset
[28345.110187] ehci_hcd 0000:00:1a.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[28345.110193] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[28345.110197] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[28345.110201] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[28345.110250] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[28345.110255] uhci_hcd 0000:00:1d.0: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[28345.110270] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[28345.110302] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[28345.110305] usb usb4: root hub lost power or was reset
[28345.110311] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[28345.110330] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[28345.110340] ata_piix 0000:00:1f.2: setting latency timer to 64
[28345.110382] brcmsmac 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[28345.110393] brcmsmac 0000:02:00.0: setting latency timer to 64
[28345.111581] sd 0:0:0:0: [sda] Starting disk
[28345.181628] bcm5974: bad trackpad package, length: 8
[28345.182503] bcm5974: bad trackpad package, length: 8
[28345.183647] bcm5974: bad trackpad package, length: 8
[28345.185630] bcm5974: bad trackpad package, length: 8
[28345.186623] bcm5974: bad trackpad package, length: 8
[28345.187621] bcm5974: bad trackpad package, length: 8
[28345.244316] Extended CMOS year: 2000
[28346.131114] ata2.00: failed to resume link (SControl 0)
[28346.450891] ata1.01: failed to resume link (SControl 0)
[28346.604198] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[28346.604212] ata1.01: SATA link down (SStatus 0 SControl 0)
[28346.610927] ata1.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
[28346.617689] ata1.00: configured for UDMA/133
[28346.721695] ieee80211 phy0: brcms_ops_config: change monitor mode: false (implement)
[28346.721699] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
[28346.722741] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated
[28346.722762] ieee80211 phy0: brcms_ops_bss_info_changed: cqm change: threshold 0, hys 0 (implement)
[28346.722764] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[28346.821570] [drm:intel_dp_complete_link_train] *ERROR* failed to train DP, aborting
[28346.844617] PM: resume of devices complete after 1735.553 msecs
[28346.845073] PM: Finishing wakeup.
[28346.845075] Restarting tasks ...
[28346.846906] usb 2-1.2: USB disconnect, device number 4
[28346.847829] done.
[28346.886919] video LNXVIDEO:00: Restoring backlight state
[28346.951459] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[28346.951467] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated
[28346.951477] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 1 (implement)
[28347.100495] cfg80211: Calling CRDA for country: X3
[28347.153812] ata2.01: failed to resume link (SControl 0)
[28347.165420] ata2.00: SATA link down (SStatus 4 SControl 0)
[28347.165440] ata2.01: SATA link down (SStatus 0 SControl 0)
[28832.332228] ieee80211 phy0: brcms_ops_config: change monitor mode: false (implement)
[28832.332233] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
[28832.346571] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[28832.346941] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[28834.386648] ieee80211 phy0: brcms_ops_config: change monitor mode: false (implement)
[28834.386654] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
[28834.400969] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[28834.401337] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[28838.564478] wlan0: authenticate with 00:03:52:2c:01:00 (try 1)
[28838.566160] wlan0: authenticated
[28838.570011] wlan0: associate with 00:03:52:2c:01:00 (try 1)
[28838.572041] wlan0: RX AssocResp from 00:03:52:2c:01:00 (capab=0x431 status=0 aid=2)
[28838.572046] wlan0: associated
[28838.572731] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[28838.572735] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated
[28838.572756] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement)
[28838.573108] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[28854.809792] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)
[35152.078379] ieee80211 phy0: wl0: brcms_c_recv: dropping a frame with invalid src mac address, a2: 5b:36:32:d5:0c:0c
[38988.425552] [drm:intel_dp_complete_link_train] *ERROR* failed to train DP, aborting
[41874.980365] wlan0: deauthenticated from 00:03:52:2c:01:00 (Reason: 2)
[41874.982341] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[41874.982353] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated
[41874.982361] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 1 (implement)
[41875.118798] cfg80211: Calling CRDA to update world regulatory domain
[41877.197773] wlan0: authenticate with 00:03:52:2c:01:00 (try 1)
[41877.240143] wlan0: authenticated
[41877.240250] wlan0: associate with 00:03:52:2c:01:00 (try 1)
[41877.259339] wlan0: RX ReassocResp from 00:03:52:2c:01:00 (capab=0x431 status=0 aid=2)
[41877.259343] wlan0: associated
[41877.260366] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[41877.260370] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: associated
[41877.260390] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement)
[41923.747799] wlan0: deauthenticated from 00:03:52:2c:01:00 (Reason: 2)
[41923.748390] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
[41923.748399] ieee80211 phy0: brcmsmac: brcms_ops_bss_info_changed: disassociated
[41923.748411] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled false, count 0 (implement)
[41923.777212] cfg80211: Calling CRDA to update world regulatory domain
[41925.881340] wlan0: direct probe to 00:0f:61:1a:1d:30 (try 1/3)
[41926.079153] wlan0: direct probe to 00:0f:61:1a:1d:30 (try 2/3)
[41926.279072] wlan0: direct probe to 00:0f:61:1a:1d:30 (try 3/3)
[41926.478938] wlan0: direct probe to 00:0f:61:1a:1d:30 timed out
[42096.447138] INFO: task wpa_supplicant:12304 blocked for more than 120 seconds.
[42096.447142] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42096.447145] wpa_supplicant D 0000000100bec1a4 0 12304 1 0x00000000
[42096.447151] ffff8801364ed8f8 0000000000000082 ffff880100000000 ffff8801364edfd8
[42096.447157] ffff88015d281cc0 ffff8801364edfd8 ffff8801364edfd8 ffff8801364edfd8
[42096.447161] ffffffff8189d020 ffff88015d281cc0 ffff8801364ed858 ffffffff81088589
[42096.447166] Call Trace:
[42096.447174] [<ffffffff81088589>] ? enqueue_hrtimer+0x39/0xf0
[42096.447178] [<ffffffff81088e00>] ? lock_hrtimer_base.isra.23+0x30/0x60
[42096.447182] [<ffffffff81088f16>] ? hrtimer_try_to_cancel+0x96/0x130
[42096.447188] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42096.447194] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42096.447198] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42096.447211] [<ffffffffa026a1ee>] ieee80211_request_scan+0x2e/0x60 [mac80211]
[42096.447220] [<ffffffffa02790ac>] ieee80211_scan+0x6c/0x90 [mac80211]
[42096.447230] [<ffffffffa01e024c>] nl80211_trigger_scan+0x35c/0x600 [cfg80211]
[42096.447237] [<ffffffff8136fc45>] genl_rcv_msg+0x1d5/0x250
[42096.447242] [<ffffffff8136fa70>] ? genl_rcv+0x40/0x40
[42096.447246] [<ffffffff8136edf9>] netlink_rcv_skb+0xa9/0xd0
[42096.447251] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42096.447255] [<ffffffff8136fa55>] genl_rcv+0x25/0x40
[42096.447259] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42096.447264] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42096.447269] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42096.447274] [<ffffffff813310c1>] ? move_addr_to_kernel+0x51/0x60
[42096.447278] [<ffffffff8133c5da>] ? verify_iovec+0x4a/0xd0
[42096.447282] [<ffffffff8132fafc>] __sys_sendmsg+0x39c/0x3b0
[42096.447288] [<ffffffff8114702f>] ? kmem_cache_free+0x2f/0x150
[42096.447293] [<ffffffff81173f00>] ? d_kill+0xe0/0x140
[42096.447296] [<ffffffff8117c220>] ? mntput_no_expire+0x30/0xe0
[42096.447301] [<ffffffff813320a9>] sys_sendmsg+0x49/0x90
[42096.447306] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42096.447315] INFO: task fetchmail:9063 blocked for more than 120 seconds.
[42096.447316] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42096.447319] fetchmail D 0000000100bed37e 0 9063 12471 0x00000004
[42096.447323] ffff880110c47b18 0000000000000086 ffff880100000000 0000000000000246
[42096.447328] ffff880168ecb250 ffff880110c47fd8 ffff880110c47fd8 ffff880110c47fd8
[42096.447332] ffff880168ecf300 ffff880168ecb250 ffffffff10c47b38 0000000000000000
[42096.447337] Call Trace:
[42096.447341] [<ffffffff8111adf9>] ? zone_statistics+0x99/0xc0
[42096.447347] [<ffffffff811047da>] ? get_page_from_freelist+0x32a/0x7f0
[42096.447351] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42096.447355] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42096.447359] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42096.447363] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42096.447368] [<ffffffff813553b5>] rtnl_lock+0x15/0x20
[42096.447372] [<ffffffff813553d6>] rtnetlink_rcv+0x16/0x40
[42096.447377] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42096.447381] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42096.447385] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42096.447390] [<ffffffff8112cbad>] ? page_add_new_anon_rmap+0x9d/0xb0
[42096.447395] [<ffffffff811485eb>] ? __kmalloc+0x15b/0x1a0
[42096.447398] [<ffffffff813342eb>] ? sk_prot_alloc+0x13b/0x290
[42096.447403] [<ffffffff8104c073>] ? __wake_up+0x53/0x70
[42096.447407] [<ffffffff81124894>] ? handle_mm_fault+0x1b4/0x350
[42096.447412] [<ffffffff8136d599>] ? netlink_insert+0xe9/0x170
[42096.447416] [<ffffffff81331c0d>] sys_sendto+0x13d/0x190
[42096.447421] [<ffffffff8115bcb2>] ? fd_install+0x62/0x80
[42096.447425] [<ffffffff8132fcca>] ? sock_map_fd+0x2a/0x40
[42096.447429] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42216.377639] INFO: task wpa_supplicant:12304 blocked for more than 120 seconds.
[42216.377643] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42216.377646] wpa_supplicant D 0000000100bec1a4 0 12304 1 0x00000004
[42216.377651] ffff8801364ed8f8 0000000000000082 ffff880100000000 ffff8801364edfd8
[42216.377656] ffff88015d281cc0 ffff8801364edfd8 ffff8801364edfd8 ffff8801364edfd8
[42216.377661] ffffffff8189d020 ffff88015d281cc0 ffff8801364ed858 ffffffff81088589
[42216.377666] Call Trace:
[42216.377673] [<ffffffff81088589>] ? enqueue_hrtimer+0x39/0xf0
[42216.377678] [<ffffffff81088e00>] ? lock_hrtimer_base.isra.23+0x30/0x60
[42216.377681] [<ffffffff81088f16>] ? hrtimer_try_to_cancel+0x96/0x130
[42216.377687] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42216.377692] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42216.377696] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42216.377709] [<ffffffffa026a1ee>] ieee80211_request_scan+0x2e/0x60 [mac80211]
[42216.377718] [<ffffffffa02790ac>] ieee80211_scan+0x6c/0x90 [mac80211]
[42216.377727] [<ffffffffa01e024c>] nl80211_trigger_scan+0x35c/0x600 [cfg80211]
[42216.377734] [<ffffffff8136fc45>] genl_rcv_msg+0x1d5/0x250
[42216.377739] [<ffffffff8136fa70>] ? genl_rcv+0x40/0x40
[42216.377743] [<ffffffff8136edf9>] netlink_rcv_skb+0xa9/0xd0
[42216.377748] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42216.377752] [<ffffffff8136fa55>] genl_rcv+0x25/0x40
[42216.377756] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42216.377761] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42216.377766] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42216.377770] [<ffffffff813310c1>] ? move_addr_to_kernel+0x51/0x60
[42216.377774] [<ffffffff8133c5da>] ? verify_iovec+0x4a/0xd0
[42216.377778] [<ffffffff8132fafc>] __sys_sendmsg+0x39c/0x3b0
[42216.377784] [<ffffffff8114702f>] ? kmem_cache_free+0x2f/0x150
[42216.377788] [<ffffffff81173f00>] ? d_kill+0xe0/0x140
[42216.377792] [<ffffffff8117c220>] ? mntput_no_expire+0x30/0xe0
[42216.377796] [<ffffffff813320a9>] sys_sendmsg+0x49/0x90
[42216.377802] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42216.377810] INFO: task fetchmail:9063 blocked for more than 120 seconds.
[42216.377812] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42216.377814] fetchmail D 0000000100bed37e 0 9063 12471 0x00000004
[42216.377819] ffff880110c47b18 0000000000000086 ffff880100000000 0000000000000246
[42216.377824] ffff880168ecb250 ffff880110c47fd8 ffff880110c47fd8 ffff880110c47fd8
[42216.377828] ffff880168ecf300 ffff880168ecb250 ffffffff10c47b38 0000000000000000
[42216.377833] Call Trace:
[42216.377837] [<ffffffff8111adf9>] ? zone_statistics+0x99/0xc0
[42216.377842] [<ffffffff811047da>] ? get_page_from_freelist+0x32a/0x7f0
[42216.377847] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42216.377850] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42216.377855] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42216.377858] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42216.377863] [<ffffffff813553b5>] rtnl_lock+0x15/0x20
[42216.377867] [<ffffffff813553d6>] rtnetlink_rcv+0x16/0x40
[42216.377871] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42216.377876] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42216.377880] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42216.377885] [<ffffffff8112cbad>] ? page_add_new_anon_rmap+0x9d/0xb0
[42216.377889] [<ffffffff811485eb>] ? __kmalloc+0x15b/0x1a0
[42216.377893] [<ffffffff813342eb>] ? sk_prot_alloc+0x13b/0x290
[42216.377898] [<ffffffff8104c073>] ? __wake_up+0x53/0x70
[42216.377902] [<ffffffff81124894>] ? handle_mm_fault+0x1b4/0x350
[42216.377906] [<ffffffff8136d599>] ? netlink_insert+0xe9/0x170
[42216.377910] [<ffffffff81331c0d>] sys_sendto+0x13d/0x190
[42216.377915] [<ffffffff8115bcb2>] ? fd_install+0x62/0x80
[42216.377919] [<ffffffff8132fcca>] ? sock_map_fd+0x2a/0x40
[42216.377924] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42216.377927] INFO: task sendmail:9066 blocked for more than 120 seconds.
[42216.377929] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42216.377931] sendmail D 0000000100befe7c 0 9066 9065 0x00000000
[42216.377935] ffff8801388adb18 0000000000000086 ffff880100000000 0000000000000246
[42216.377940] ffff880168fa8730 ffff8801388adfd8 ffff8801388adfd8 ffff8801388adfd8
[42216.377944] ffff880168fa9cc0 ffff880168fa8730 ffffffff388adb38 0000000000000000
[42216.377948] Call Trace:
[42216.377952] [<ffffffff81124894>] ? handle_mm_fault+0x1b4/0x350
[42216.377957] [<ffffffff8103ecc8>] ? do_page_fault+0x1b8/0x4c0
[42216.377961] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42216.377965] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42216.377969] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42216.377972] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42216.377977] [<ffffffff813553b5>] rtnl_lock+0x15/0x20
[42216.377981] [<ffffffff813553d6>] rtnetlink_rcv+0x16/0x40
[42216.377985] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42216.377989] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42216.377993] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42216.377998] [<ffffffff811485eb>] ? __kmalloc+0x15b/0x1a0
[42216.378001] [<ffffffff813342eb>] ? sk_prot_alloc+0x13b/0x290
[42216.378005] [<ffffffff8115ec08>] ? get_empty_filp+0x58/0x170
[42216.378010] [<ffffffff8104c073>] ? __wake_up+0x53/0x70
[42216.378014] [<ffffffff8136d4ad>] ? netlink_table_ungrab+0x2d/0x30
[42216.378018] [<ffffffff8136d599>] ? netlink_insert+0xe9/0x170
[42216.378022] [<ffffffff81331c0d>] sys_sendto+0x13d/0x190
[42216.378027] [<ffffffff8115bcb2>] ? fd_install+0x62/0x80
[42216.378030] [<ffffffff8132fcca>] ? sock_map_fd+0x2a/0x40
[42216.378035] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42216.378038] INFO: task ip:9067 blocked for more than 120 seconds.
[42216.378040] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42216.378042] ip D 0000000100bf03a3 0 9067 12307 0x00000000
[42216.378046] ffff88015e135b18 0000000000000086 ffff880100000000 0000000000000246
[42216.378050] ffff88014cc6b980 ffff88015e135fd8 ffff88015e135fd8 ffff88015e135fd8
[42216.378055] ffff880168eccf10 ffff88014cc6b980 ffffffff5e135a58 0000000000000000
[42216.378059] Call Trace:
[42216.378062] [<ffffffff8111adf9>] ? zone_statistics+0x99/0xc0
[42216.378065] [<ffffffff8111adf9>] ? zone_statistics+0x99/0xc0
[42216.378070] [<ffffffff811047da>] ? get_page_from_freelist+0x32a/0x7f0
[42216.378074] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42216.378078] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42216.378082] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42216.378085] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42216.378089] [<ffffffff813553b5>] rtnl_lock+0x15/0x20
[42216.378093] [<ffffffff813553d6>] rtnetlink_rcv+0x16/0x40
[42216.378098] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42216.378102] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42216.378106] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42216.378110] [<ffffffff811485eb>] ? __kmalloc+0x15b/0x1a0
[42216.378113] [<ffffffff813342eb>] ? sk_prot_alloc+0x13b/0x290
[42216.378117] [<ffffffff8104c073>] ? __wake_up+0x53/0x70
[42216.378121] [<ffffffff81124894>] ? handle_mm_fault+0x1b4/0x350
[42216.378125] [<ffffffff8136d599>] ? netlink_insert+0xe9/0x170
[42216.378129] [<ffffffff81331c0d>] sys_sendto+0x13d/0x190
[42216.378133] [<ffffffff8115bcb2>] ? fd_install+0x62/0x80
[42216.378138] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42216.378141] INFO: task ip:9124 blocked for more than 120 seconds.
[42216.378142] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42216.378145] ip D 0000000100bf5227 0 9124 12307 0x00000000
[42216.378148] ffff88013d0e7b18 0000000000000082 ffff880100000000 0000000000000246
[42216.378153] ffff880167268e60 ffff88013d0e7fd8 ffff88013d0e7fd8 ffff88013d0e7fd8
[42216.378157] ffff880168fa9cc0 ffff880167268e60 ffffffff3d0e7a58 0000000000000000
[42216.378162] Call Trace:
[42216.378165] [<ffffffff8111adf9>] ? zone_statistics+0x99/0xc0
[42216.378168] [<ffffffff8111adf9>] ? zone_statistics+0x99/0xc0
[42216.378172] [<ffffffff811047da>] ? get_page_from_freelist+0x32a/0x7f0
[42216.378176] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42216.378180] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42216.378184] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42216.378187] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42216.378191] [<ffffffff813553b5>] rtnl_lock+0x15/0x20
[42216.378196] [<ffffffff813553d6>] rtnetlink_rcv+0x16/0x40
[42216.378200] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42216.378204] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42216.378208] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42216.378212] [<ffffffff81404a4e>] ? nl_pid_hash_rehash+0x11a/0x162
[42216.378216] [<ffffffff8104c073>] ? __wake_up+0x53/0x70
[42216.378220] [<ffffffff81124894>] ? handle_mm_fault+0x1b4/0x350
[42216.378224] [<ffffffff8136d599>] ? netlink_insert+0xe9/0x170
[42216.378229] [<ffffffff81331c0d>] sys_sendto+0x13d/0x190
[42216.378233] [<ffffffff8115bcb2>] ? fd_install+0x62/0x80
[42216.378237] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42249.278141] ieee80211 phy0: wl0: brcms_c_recv: dropping a frame with invalid src mac address, a2: 6d:7e:ac:81:68:84
[42307.484605] ieee80211 phy0: wl0: brcms_c_recv: dropping a frame with invalid src mac address, a2: 2f:81:9b:b8:dc:4e
[42336.308150] INFO: task wpa_supplicant:12304 blocked for more than 120 seconds.
[42336.308154] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42336.308157] wpa_supplicant D 0000000100bec1a4 0 12304 1 0x00000004
[42336.308162] ffff8801364ed8f8 0000000000000082 ffff880100000000 ffff8801364edfd8
[42336.308167] ffff88015d281cc0 ffff8801364edfd8 ffff8801364edfd8 ffff8801364edfd8
[42336.308172] ffffffff8189d020 ffff88015d281cc0 ffff8801364ed858 ffffffff81088589
[42336.308177] Call Trace:
[42336.308185] [<ffffffff81088589>] ? enqueue_hrtimer+0x39/0xf0
[42336.308189] [<ffffffff81088e00>] ? lock_hrtimer_base.isra.23+0x30/0x60
[42336.308193] [<ffffffff81088f16>] ? hrtimer_try_to_cancel+0x96/0x130
[42336.308199] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42336.308205] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42336.308209] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42336.308223] [<ffffffffa026a1ee>] ieee80211_request_scan+0x2e/0x60 [mac80211]
[42336.308231] [<ffffffffa02790ac>] ieee80211_scan+0x6c/0x90 [mac80211]
[42336.308241] [<ffffffffa01e024c>] nl80211_trigger_scan+0x35c/0x600 [cfg80211]
[42336.308248] [<ffffffff8136fc45>] genl_rcv_msg+0x1d5/0x250
[42336.308252] [<ffffffff8136fa70>] ? genl_rcv+0x40/0x40
[42336.308257] [<ffffffff8136edf9>] netlink_rcv_skb+0xa9/0xd0
[42336.308261] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42336.308265] [<ffffffff8136fa55>] genl_rcv+0x25/0x40
[42336.308269] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42336.308274] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42336.308279] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42336.308284] [<ffffffff813310c1>] ? move_addr_to_kernel+0x51/0x60
[42336.308288] [<ffffffff8133c5da>] ? verify_iovec+0x4a/0xd0
[42336.308292] [<ffffffff8132fafc>] __sys_sendmsg+0x39c/0x3b0
[42336.308297] [<ffffffff8114702f>] ? kmem_cache_free+0x2f/0x150
[42336.308301] [<ffffffff81173f00>] ? d_kill+0xe0/0x140
[42336.308305] [<ffffffff8117c220>] ? mntput_no_expire+0x30/0xe0
[42336.308309] [<ffffffff813320a9>] sys_sendmsg+0x49/0x90
[42336.308314] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42336.308324] INFO: task fetchmail:9063 blocked for more than 120 seconds.
[42336.308326] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42336.308328] fetchmail D 0000000100bed37e 0 9063 12471 0x00000004
[42336.308332] ffff880110c47b18 0000000000000086 ffff880100000000 0000000000000246
[42336.308337] ffff880168ecb250 ffff880110c47fd8 ffff880110c47fd8 ffff880110c47fd8
[42336.308341] ffff880168ecf300 ffff880168ecb250 ffffffff10c47b38 0000000000000000
[42336.308346] Call Trace:
[42336.308350] [<ffffffff8111adf9>] ? zone_statistics+0x99/0xc0
[42336.308355] [<ffffffff811047da>] ? get_page_from_freelist+0x32a/0x7f0
[42336.308360] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42336.308364] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42336.308368] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42336.308371] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42336.308377] [<ffffffff813553b5>] rtnl_lock+0x15/0x20
[42336.308381] [<ffffffff813553d6>] rtnetlink_rcv+0x16/0x40
[42336.308385] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42336.308390] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42336.308394] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42336.308399] [<ffffffff8112cbad>] ? page_add_new_anon_rmap+0x9d/0xb0
[42336.308403] [<ffffffff811485eb>] ? __kmalloc+0x15b/0x1a0
[42336.308406] [<ffffffff813342eb>] ? sk_prot_alloc+0x13b/0x290
[42336.308412] [<ffffffff8104c073>] ? __wake_up+0x53/0x70
[42336.308416] [<ffffffff81124894>] ? handle_mm_fault+0x1b4/0x350
[42336.308420] [<ffffffff8136d599>] ? netlink_insert+0xe9/0x170
[42336.308424] [<ffffffff81331c0d>] sys_sendto+0x13d/0x190
[42336.308429] [<ffffffff8115bcb2>] ? fd_install+0x62/0x80
[42336.308433] [<ffffffff8132fcca>] ? sock_map_fd+0x2a/0x40
[42336.308438] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
[42336.308441] INFO: task sendmail:9066 blocked for more than 120 seconds.
[42336.308443] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[42336.308445] sendmail D 0000000100befe7c 0 9066 9065 0x00000000
[42336.308449] ffff8801388adb18 0000000000000086 ffff880100000000 0000000000000246
[42336.308453] ffff880168fa8730 ffff8801388adfd8 ffff8801388adfd8 ffff8801388adfd8
[42336.308458] ffff880168fa9cc0 ffff880168fa8730 ffffffff388adb38 0000000000000000
[42336.308462] Call Trace:
[42336.308466] [<ffffffff81124894>] ? handle_mm_fault+0x1b4/0x350
[42336.308471] [<ffffffff8103ecc8>] ? do_page_fault+0x1b8/0x4c0
[42336.308475] [<ffffffff8105b87f>] schedule+0x3f/0x60
[42336.308479] [<ffffffff81406f39>] __mutex_lock_slowpath+0x139/0x330
[42336.308483] [<ffffffff81407146>] mutex_lock+0x16/0x30
[42336.308486] [<ffffffff81338c0f>] ? __alloc_skb+0x4f/0x230
[42336.308491] [<ffffffff813553b5>] rtnl_lock+0x15/0x20
[42336.308495] [<ffffffff813553d6>] rtnetlink_rcv+0x16/0x40
[42336.308499] [<ffffffff8136e6d9>] netlink_unicast+0x2d9/0x320
[42336.308503] [<ffffffff8136eaba>] netlink_sendmsg+0x2da/0x370
[42336.308508] [<ffffffff8132f63e>] sock_sendmsg+0x10e/0x130
[42336.308512] [<ffffffff811485eb>] ? __kmalloc+0x15b/0x1a0
[42336.308515] [<ffffffff813342eb>] ? sk_prot_alloc+0x13b/0x290
[42336.308519] [<ffffffff8115ec08>] ? get_empty_filp+0x58/0x170
[42336.308523] [<ffffffff8104c073>] ? __wake_up+0x53/0x70
[42336.308528] [<ffffffff8136d4ad>] ? netlink_table_ungrab+0x2d/0x30
[42336.308532] [<ffffffff8136d599>] ? netlink_insert+0xe9/0x170
[42336.308536] [<ffffffff81331c0d>] sys_sendto+0x13d/0x190
[42336.308540] [<ffffffff8115bcb2>] ? fd_install+0x62/0x80
[42336.308544] [<ffffffff8132fcca>] ? sock_map_fd+0x2a/0x40
[42336.308548] [<ffffffff81409042>] system_call_fastpath+0x16/0x1b
Module Size Used by
sha256_generic 10421 0
ipv6 288378 30
ext4 375381 1
mbcache 5817 1 ext4
jbd2 70283 1 ext4
crc16 1297 1 ext4
snd_hda_codec_hdmi 22757 1
snd_hda_codec_cirrus 16716 1
arc4 1410 2
uvcvideo 64995 0
joydev 9895 0
usb_storage 44231 0
uas 8088 0
videodev 84428 1 uvcvideo
media 10437 2 uvcvideo,videodev
bcm5974 8357 0
v4l2_compat_ioctl32 8612 1 videodev
i915 727791 2
snd_hda_intel 22346 0
brcmsmac 569736 0
snd_hda_codec 79929 3 snd_hda_codec_hdmi,snd_hda_codec_cirrus,snd_hda_intel
mac80211 221340 1 brcmsmac
drm_kms_helper 25409 1 i915
snd_hwdep 6357 1 snd_hda_codec
snd_pcm 73760 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
drm 184200 3 i915,drm_kms_helper
brcmutil 6688 1 brcmsmac
snd_timer 19416 1 snd_pcm
snd 57818 7 snd_hda_codec_hdmi,snd_hda_codec_cirrus,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
applesmc 11741 0
iTCO_wdt 11789 0
cfg80211 164819 2 brcmsmac,mac80211
soundcore 6146 1 snd
i2c_algo_bit 5199 1 i915
evdev 9530 9
sg 25461 0
input_polldev 2882 1 applesmc
snd_page_alloc 7089 2 snd_hda_intel,snd_pcm
pcspkr 1819 0
i2c_i801 8187 0
iTCO_vendor_support 1929 1 iTCO_wdt
rfkill 15402 1 cfg80211
i2c_core 20133 6 videodev,i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
mei 31195 0
apple_bl 2978 0
video 11292 1 i915
battery 6485 0
ac 2376 0
intel_agp 10904 1 i915
button 4470 1 i915
intel_gtt 14391 3 i915,intel_agp
processor 24224 0
jfs 172592 1
aesni_intel 47538 32
cryptd 8213 9 aesni_intel
aes_x86_64 7476 1 aesni_intel
aes_generic 26106 2 aesni_intel,aes_x86_64
xts 2493 8
gf128mul 5890 1 xts
dm_crypt 16361 1
dm_mod 69308 3 dm_crypt
sd_mod 28275 3
hid_multitouch 6801 0
pata_acpi 3376 0
hid_apple 5354 0
usbhid 35320 1 hid_multitouch
hid 82819 3 hid_multitouch,hid_apple,usbhid
uhci_hcd 23084 0
ata_piix 21941 2
libata 165252 2 pata_acpi,ata_piix
scsi_mod 131610 5 usb_storage,uas,sg,sd_mod,libata
ehci_hcd 40570 0
usbcore 142640 8 uvcvideo,usb_storage,uas,bcm5974,usbhid,uhci_hcd,ehci_hcd
\
 
 \ /
  Last update: 2011-10-18 13:21    [W:0.108 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site