Fwd: Suspend resume broken since 4.9

Enrico Tagliavini enrico.tagliavini at gmail.com
Tue Mar 7 10:02:31 PST 2017


Oops hit the wrong button in the previous email and I sent it to you
only instead of replying to the list. Sorry about that. It's forwarded
below.

As promised attached you can find the full dmesg output when running
the 4.10.0 kernel *with the commit reverted*. If you want the output
with another config just ask.

Another factor speaking against (at least in principle) the relation
between the firmware crash and the suspend fail is that, very rarely,
the suspend actually succeed, despite the firmware crash happening.


---------- Forwarded message ----------
From: Enrico Tagliavini <enrico.tagliavini at gmail.com>
Date: 7 March 2017 at 09:52
Subject: Re: Suspend resume broken since 4.9
To: "Hsu, Ryan" <ryanhsu at qca.qualcomm.com>


Yes I have hw2.1. I still experience the firmware crash. However it
might not be 100% related. At least once in the past I had a
successful suspend (with kernel 4.8 serie) with a firmware crash.

Also note the firmware crash usually (not always!) happens when
running modprobe -r ath10k_pci. However if I try to suspend after
modprobe -r it works fine.

I shared some more logs in the kernel bug report
https://bugzilla.kernel.org/show_bug.cgi?id=193141

This evening I'll run kernel 4.10 again and will upload the output of
dmesg, do you want the logs with the commit reverted or with untouched
kernel source? I have to do this evening as that's my personal laptop
and I'm at work now.

For the after crash part it's actually a bit hard. The system doesn't
come back well from the suspend attempt, most applications will simply
not work any more, I have to use the sysrq to reboot the system.
Luckily journald still works and usually saves the messages.

Also do you want me to enable ath10k debug? If so, can you suggest an
appropriate debug_mask?

Thank you for looking into this.

On 7 March 2017 at 00:50, Hsu, Ryan <ryanhsu at qca.qualcomm.com> wrote:
> Interestingly enough, I could see my setup working fine after reverting the change or change the base address.
> I also noticed you're using hw2.1 instead of the one I were testing hw3.2.
>
> Previous logs showed you're experiencing a firmware crash, are  you still seeing the same?
> Not sure if we're talking about the same issue then, do you mind share the completely kernel logs again?
>
> Ryan
>
>> -----Original Message-----
>> From: Enrico Tagliavini [mailto:enrico.tagliavini at gmail.com]
>> Sent: Monday, March 06, 2017 12:40 PM
>> To: Hsu, Ryan <ryanhsu at qca.qualcomm.com>
>> Cc: ath10k <ath10k at lists.infradead.org>
>> Subject: Re: Suspend resume broken since 4.9
>>
>> Hello Ryan,
>>
>>    I quickly tried the change you named. I used kernel 4.10.0 as found in linux.git
>> (tag v4.10). I know this was broken as I tested it at the very beginning of my
>> bisect.
>>
>> Changing the wlan_mac_base_address to 0x00010000 had no visible change.
>> Suspend to RAM was still broken. So I tried to revert the commit ebee76f7fa46.
>> Still nothing, suspend to ram still failed. Other than that wireless worked, I did
>> nothing more than a ping, but it worked.
>>
>> I guess I have to keep going with the bisect. I don't know when I'll be done with
>> it. I'm in the middle of an home movement which is not going as planned, so I'm
>> quite busy solving urgent shenanigans, bear with me and sorry about that.
>>
>> Thank you.
>> Kind regards.
>>
>> On 6 March 2017 at 20:36, Hsu, Ryan <ryanhsu at qca.qualcomm.com> wrote:
>> > + ath10k list, wasn't intended to send it privately, adding the list back.
>> >
>> >
>> > On 03/06/2017 10:40 AM, Ryan Hsu wrote:
>> >> On 03/06/2017 08:43 AM, Enrico Tagliavini wrote:
>> >>
>> >>> Assuming this doesn't make sense I assume the only mistake I might
>> >>> have maid was marking 05ee799f2021658cc0fc64c1f05c940877b90724
>> as
>> >>> good. And who knows maybe it was not even a mistake maybe it was a
>> >>> fluke it worked. Doesn't really matter. I guess what I have to do is
>> >>> to restart the bisect, mark v4.8 good and
>> >>> 05ee799f2021658cc0fc64c1f05c940877b90724 bad and keep going.
>> >>>
>> >>> Am I right?
>> >> Yes, this would be the same I would try.
>> >> And I happened to try this last weekend and I could see it works after
>> reverting the change.
>> >>
>> >> ebee76f7fa46 ("ath10k: allow setting coverage class").
>> >>
>> >> I haven't figured out the clue why it randomly failed.
>> >>
>> >> But the original changes seems to be leveraging the work from ath9k, but
>> those register address doesn't completely apply for QCA6174.
>> >>
>> >> Since the set_coverage_class.ops in my QCA6174 card seems to read the
>> incorrect value and always failed to set to hw.
>> >> Even the address base is correct, so I guess other register offset might be
>> incorrect as well...  so I planned to remove that ops from QCA6174 later.
>> >>
>> >> Could you either revert the commit or just changes the
>> wlan_mac_base_address to see if that helps?
>> >>
>> >> --- a/drivers/net/wireless/ath/ath10k/hw.c
>> >> +++ b/drivers/net/wireless/ath/ath10k/hw.c
>> >> @@ -51,7 +51,7 @@
>> >>         .rtc_soc_base_address                   = 0x00000800,
>> >>         .rtc_wmac_base_address                  = 0x00001000,
>> >>         .soc_core_base_address                  = 0x0003a000,
>> >> -       .wlan_mac_base_address                  = 0x00020000,
>> >> +       .wlan_mac_base_address                  = 0x00010000,
>> >>         .ce_wrapper_base_address                = 0x00034000,
>> >>         .ce0_base_address                       = 0x00034400,
>> >>         .ce1_base_address                       = 0x00034800,
>> >>
>> >> Ryan
-------------- next part --------------
[    0.000000] microcode: microcode updated early to revision 0x20, date = 2016-03-16
[    0.000000] Linux version 4.10.0+ (enrico at alientux.saurisiamonoi.org) (gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) ) #1 SMP Mon Mar 6 21:13:32 CET 2017
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.10.0+ root=/dev/mapper/vg_ssd-fedoraroot ro rd.luks.uuid=luks-3d689065-90b4-4fe3-a02c-87d08e31108c rd.lvm.lv=vg_ssd/fedoraroot rd.lvm.lv=vg_ssd/swap resume=/dev/mapper/luks-3d689065-90b4-4fe3-a02c-87d08e31108c nouveau.modeset=0 rd.driver.blacklist=nouveau rhgb quiet video=vesa:off LANG=en_US.UTF-8
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bc166fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc167000-0x00000000bc4fafff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc4fb000-0x00000000c9b69fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c9b6a000-0x00000000ca37cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca37d000-0x00000000ca3aafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca3ab000-0x00000000cad12fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cad13000-0x00000000caffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xbb009018-0xbb024057] usable ==> usable
[    0.000000] e820: update [mem 0xbaff8018-0xbb008057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000baff8017] usable
[    0.000000] reserve setup_data: [mem 0x00000000baff8018-0x00000000bb008057] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb008058-0x00000000bb009017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb009018-0x00000000bb024057] usable
[    0.000000] reserve setup_data: [mem 0x00000000bb024058-0x00000000bc166fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000bc167000-0x00000000bc4fafff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc4fb000-0x00000000c9b69fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c9b6a000-0x00000000ca37cfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ca37d000-0x00000000ca3aafff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ca3ab000-0x00000000cad12fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000cad13000-0x00000000caffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f5fffff] usable
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0xcaf97218  ACPI=0xca386000  ACPI 2.0=0xca386000  SMBIOS=0xcaee3e18 
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Alienware Alienware 15/Alienware 15, BIOS A06 07/24/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x42f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 0400000000 mask 7FC0000000 write-back
[    0.000000]   2 base 0430000000 mask 7FF0000000 uncachable
[    0.000000]   3 base 042F800000 mask 7FFF800000 uncachable
[    0.000000]   4 base 042F600000 mask 7FFFE00000 uncachable
[    0.000000]   5 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   6 base 00D0000000 mask 7FF0000000 uncachable
[    0.000000]   7 base 00CC000000 mask 7FFC000000 uncachable
[    0.000000]   8 base 00CB800000 mask 7FFF800000 uncachable
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000caf97218 to 0x00000000caf97250.
[    0.000000] Base memory trampoline at [ffff988ac0097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x40d24e000, 0x40d24efff] PGTABLE
[    0.000000] BRK [0x40d24f000, 0x40d24ffff] PGTABLE
[    0.000000] BRK [0x40d250000, 0x40d250fff] PGTABLE
[    0.000000] BRK [0x40d251000, 0x40d251fff] PGTABLE
[    0.000000] BRK [0x40d252000, 0x40d252fff] PGTABLE
[    0.000000] BRK [0x40d253000, 0x40d253fff] PGTABLE
[    0.000000] BRK [0x40d254000, 0x40d254fff] PGTABLE
[    0.000000] BRK [0x40d255000, 0x40d255fff] PGTABLE
[    0.000000] BRK [0x40d256000, 0x40d256fff] PGTABLE
[    0.000000] BRK [0x40d257000, 0x40d257fff] PGTABLE
[    0.000000] BRK [0x40d258000, 0x40d258fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3c9f1000-0x3fffafff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000CA386000 000024 (v02 ALWARE)
[    0.000000] ACPI: XSDT 0x00000000CA3860A8 0000D4 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000CA39C278 00010C (v05 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000CA386210 016066 (v02 ALWARE ALIENWRE 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000CAD0DF80 000040
[    0.000000] ACPI: APIC 0x00000000CA39C388 0000BC (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000CA39C448 000044 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000CA39C490 00009C (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000CA39C530 00003C (v01 ALWARE ALIENWRE 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000CA39C570 000038 (v01 ALWARE ALIENWRE 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CA39C5A8 0003EF (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000CA39C998 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: MSDM 0x00000000CA39C9E0 000055 (v03 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000CA39CA38 0004A8 (v02 Ther_R Ther_Rvp 00001000 INTL 20120913)
[    0.000000] ACPI: ASF! 0x00000000CA39CEE0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: SLIC 0x00000000CA39CF80 000176 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000CA39D0F8 000539 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CA39D638 000B74 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CA39E1B0 003235 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CA3A13E8 006571 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CA3A7960 00027A (v02 SgRef  SgPeg    00001000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x00000000CA3A7BE0 0000B8 (v01 INTEL  BDW      00000001 INTL 00000001)
[    0.000000] ACPI: BGRT 0x00000000CA3A7C98 000038 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
[    0.000000] ACPI: UEFI 0x00000000CA3A7CD0 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.000000] ACPI: UEFI 0x00000000CA3A8310 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.000000] ACPI: SSDT 0x00000000CA3A8370 002389 (v01 OptRef OptTabl  00001000 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000042f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x42f5e9000-0x42f5fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000042f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bc166fff]
[    0.000000]   node   0: [mem 0x00000000bc4fb000-0x00000000c9b69fff]
[    0.000000]   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000042f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f5fffff]
[    0.000000] On node 0 totalpages: 4164979
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12832 pages used for memmap
[    0.000000]   DMA32 zone: 821207 pages, LIFO batch:31
[    0.000000]   Normal zone: 52184 pages used for memmap
[    0.000000]   Normal zone: 3339776 pages, LIFO batch:31
[    0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[    0.000000] Reserving Intel graphics memory at 0x00000000cba00000-0x00000000cf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl edge lint[0xc6])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl edge lint[0x8d])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl res lint[0x90])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x8b])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x0])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] low level lint[0x8c])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] low level lint[0xf9])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] dfl dfl lint[0x25])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    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: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaff8000-0xbaff8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb008000-0xbb008fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb009000-0xbb009fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb024000-0xbb024fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbc167000-0xbc4fafff]
[    0.000000] PM: Registered nosave memory: [mem 0xc9b6a000-0xca37cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xca37d000-0xca3aafff]
[    0.000000] PM: Registered nosave memory: [mem 0xca3ab000-0xcad12fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcad13000-0xcaffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff988eef200000 s108696 r8192 d30568 u262144
[    0.000000] pcpu-alloc: s108696 r8192 d30568 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: 4099877
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.10.0+ root=/dev/mapper/vg_ssd-fedoraroot ro rd.luks.uuid=luks-3d689065-90b4-4fe3-a02c-87d08e31108c rd.lvm.lv=vg_ssd/fedoraroot rd.lvm.lv=vg_ssd/swap resume=/dev/mapper/luks-3d689065-90b4-4fe3-a02c-87d08e31108c nouveau.modeset=0 rd.driver.blacklist=nouveau rhgb quiet video=vesa:off LANG=en_US.UTF-8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 16024096K/16659916K available (8478K kernel code, 1410K rwdata, 3420K rodata, 1692K init, 1260K bss, 635820K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:4352 nr_irqs:488 16
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] tsc: Detected 2598.287 MHz processor
[    0.000000] [Firmware Bug]: TSC ADJUST: CPU0: -1304450238 force to 0
[    0.000067] Calibrating delay loop (skipped), value calculated using timer frequency.. 5196.57 BogoMIPS (lpj=2598287)
[    0.000072] pid_max: default: 32768 minimum: 301
[    0.000106] ACPI: Core revision 20160930
[    0.062590] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.063069] Security Framework initialized
[    0.063071] Yama: becoming mindful.
[    0.063078] SELinux:  Initializing.
[    0.063120] SELinux:  Starting in permissive mode
[    0.065676] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.074224] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.077912] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.077954] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.078661] CPU: Physical Processor ID: 0
[    0.078662] CPU: Processor Core ID: 0
[    0.078671] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.078672] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.078680] mce: CPU supports 9 MCE banks
[    0.078701] CPU0: Thermal monitoring enabled (TM1)
[    0.078742] process: using mwait in idle threads
[    0.078748] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.078750] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.079090] Freeing SMP alternatives memory: 32K
[    0.102544] ftrace: allocating 31383 entries in 123 pages
[    0.141334] smpboot: Max logical packages: 2
[    0.141344] DMAR: Host address width 39
[    0.141347] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.141365] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.141367] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.141375] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.141377] DMAR: RMRR base: 0x000000caef4000 end: 0x000000caf02fff
[    0.141379] DMAR: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff
[    0.141383] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.141385] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.141387] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.141389] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.142106] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.142108] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.142699] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.152721] TSC deadline timer enabled
[    0.152725] smpboot: CPU0: Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.152857] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.152955] ... version:                3
[    0.152956] ... bit width:              48
[    0.152958] ... generic registers:      4
[    0.152959] ... value mask:             0000ffffffffffff
[    0.152961] ... max period:             00007fffffffffff
[    0.152962] ... fixed-purpose events:   3
[    0.152963] ... event mask:             000000070000000f
[    0.155088] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.155122] smp: Bringing up secondary CPUs ...
[    0.155323] x86: Booting SMP configuration:
[    0.155326] .... node  #0, CPUs:      #1
[    0.219919] [Firmware Bug]: TSC ADJUST differs: Reference CPU0: -1304450238 CPU1: 0
[    0.220323]  #2
[    0.284083] [Firmware Bug]: TSC ADJUST differs: Reference CPU0: -1304450238 CPU2: 0
[    0.284390]  #3
[    0.348244] [Firmware Bug]: TSC ADJUST differs: Reference CPU0: -1304450238 CPU3: 0
[    0.348556]  #4
[    0.413556] [Firmware Bug]: TSC ADJUST differs: Reference CPU0: -1304450238 CPU4: 0
[    0.413911]  #5
[    0.477715] [Firmware Bug]: TSC ADJUST differs: Reference CPU0: -1304450238 CPU5: 0
[    0.478021]  #6
[    0.541879] [Firmware Bug]: TSC ADJUST differs: Reference CPU0: -1304450238 CPU6: 0
[    0.542193]  #7
[    0.606043] [Firmware Bug]: TSC ADJUST differs: Reference CPU0: -1304450238 CPU7: 0
[    0.606132] smp: Brought up 1 node, 8 CPUs
[    0.606137] smpboot: Total of 8 processors activated (41668.32 BogoMIPS)
[    0.627115] devtmpfs: initialized
[    0.627256] x86/mm: Memory block size: 128MB
[    0.635537] PM: Registering ACPI NVS region [mem 0xca3ab000-0xcad12fff] (9863168 bytes)
[    0.636058] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.636095] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.636260] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.636262] pinctrl core: initialized pinctrl subsystem
[    0.636345] RTC time: 17:54:33, date: 03/07/17
[    0.636577] NET: Registered protocol family 16
[    0.640030] cpuidle: using governor menu
[    0.640034] PCCT header not found.
[    0.640262] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.640264] ACPI: bus type PCI registered
[    0.640268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.640398] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.640403] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.640414] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.640607] PCI: Using configuration type 1 for base access
[    0.640841] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.646315] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.646317] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.646940] ACPI: Added _OSI(Module Device)
[    0.646943] ACPI: Added _OSI(Processor Device)
[    0.646944] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.646946] ACPI: Added _OSI(Processor Aggregator Device)
[    0.648603] ACPI: Executed 18 blocks of module-level executable AML code
[    0.675442] ACPI: Dynamic OEM Table Load:
[    0.675460] ACPI: SSDT 0xFFFF988EDC11C000 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.676732] ACPI: Dynamic OEM Table Load:
[    0.676750] ACPI: SSDT 0xFFFF988EDC648800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.678075] ACPI: Dynamic OEM Table Load:
[    0.678090] ACPI: SSDT 0xFFFF988EDC026800 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.684208] ACPI : EC: EC started
[    0.685212] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.685216] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.685219] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.685221] ACPI: Interpreter enabled
[    0.685306] ACPI: (supports S0 S3 S4 S5)
[    0.685308] ACPI: Using IOAPIC for interrupt routing
[    0.685391] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.692495] ACPI: Power Resource [PG00] (on)
[    0.833628] ACPI: Power Resource [PG01] (on)
[    0.835302] ACPI: Power Resource [PG02] (on)
[    0.871653] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.871667] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.873050] acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
[    0.873710] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.873714] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    0.873717] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.873720] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.874846] PCI host bridge to bus 0000:00
[    0.874851] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.874854] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.874857] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.874860] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.874862] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.874865] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.874867] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.874870] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.874872] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.874875] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.874877] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.874880] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.874882] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.874885] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.874887] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.874890] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
[    0.874893] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.874910] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[    0.875205] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.875298] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.875571] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.875679] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[    0.875704] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
[    0.875719] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.875729] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.875998] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.876016] pci 0000:00:03.0: reg 0x10: [mem 0xf751c000-0xf751ffff 64bit]
[    0.876300] pci 0000:00:04.0: [8086:0c03] type 00 class 0x118000
[    0.876321] pci 0000:00:04.0: reg 0x10: [mem 0xf7510000-0xf7517fff 64bit]
[    0.876637] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.876683] pci 0000:00:14.0: reg 0x10: [mem 0xf7500000-0xf750ffff 64bit]
[    0.876837] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.877020] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.877114] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.877155] pci 0000:00:16.0: reg 0x10: [mem 0xf7525000-0xf752500f 64bit]
[    0.877322] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.877621] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.877660] pci 0000:00:1a.0: reg 0x10: [mem 0xf7523000-0xf75233ff]
[    0.877840] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.878012] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.878108] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.878141] pci 0000:00:1b.0: reg 0x10: [mem 0xf7518000-0xf751bfff 64bit]
[    0.878312] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.878520] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.878615] pci 0000:00:1c.0: [8086:8c14] type 01 class 0x060400
[    0.878779] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.879019] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.879121] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.879306] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.879543] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.879638] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.879807] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.880032] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.880133] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.880168] pci 0000:00:1d.0: reg 0x10: [mem 0xf7522000-0xf75223ff]
[    0.880367] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.880542] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.880640] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[    0.881048] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
[    0.881083] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.881106] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.881124] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.881142] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.881160] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.881178] pci 0000:00:1f.2: reg 0x24: [mem 0xf7521000-0xf75217ff]
[    0.881299] pci 0000:00:1f.2: PME# supported from D3hot
[    0.881524] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.881559] pci 0000:00:1f.3: reg 0x10: [mem 0xf7520000-0xf75200ff 64bit]
[    0.881614] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.881979] pci 0000:01:00.0: [10de:13d8] type 00 class 0x030200
[    0.881998] pci 0000:01:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
[    0.882015] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.882031] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.882043] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.882055] pci 0000:01:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
[    0.882335] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.885250] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.885256] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.885261] pci 0000:00:01.0:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.885268] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.885529] pci 0000:02:00.0: [1969:e091] type 00 class 0x020000
[    0.885705] pci 0000:02:00.0: reg 0x10: [mem 0xf7400000-0xf743ffff 64bit]
[    0.885775] pci 0000:02:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.886532] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.886753] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.889326] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.889337] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    0.889344] pci 0000:00:1c.0:   bridge window [mem 0xf7400000-0xf74fffff]
[    0.889638] pci 0000:03:00.0: [168c:003e] type 00 class 0x028000
[    0.889699] pci 0000:03:00.0: reg 0x10: [mem 0xf6800000-0xf69fffff 64bit]
[    0.890042] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.890198] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.893349] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.893365] pci 0000:00:1c.3:   bridge window [mem 0xf6800000-0xf69fffff]
[    0.893543] acpiphp: Slot [1] registered
[    0.893578] pci 0000:04:00.0: [10ec:5227] type 00 class 0xff0000
[    0.893612] pci 0000:04:00.0: reg 0x10: [mem 0xf6a00000-0xf6a00fff]
[    0.893821] pci 0000:04:00.0: supports D1 D2
[    0.893824] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.893952] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.896316] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.896327] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    0.896335] pci 0000:00:1c.4:   bridge window [mem 0xf6a00000-0xf73fffff]
[    0.896346] pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
[    0.900673] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.900816] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.900951] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.901086] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.901218] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.901361] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.901500] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.901629] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.902481] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.902643] ACPI : EC: event unblocked
[    0.902654] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.902658] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.903164] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.903168] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.903176] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.903177] vgaarb: loaded
[    0.903391] SCSI subsystem initialized
[    0.903481] libata version 3.00 loaded.
[    0.903541] ACPI: bus type USB registered
[    0.903577] usbcore: registered new interface driver usbfs
[    0.903594] usbcore: registered new interface driver hub
[    0.903644] usbcore: registered new device driver usb
[    0.903849] Registered efivars operations
[    0.906368] PCI: Using ACPI for IRQ routing
[    0.910124] PCI: pci_cache_line_size set to 64 bytes
[    0.910352] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.910355] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.910357] e820: reserve RAM buffer [mem 0xbaff8018-0xbbffffff]
[    0.910365] e820: reserve RAM buffer [mem 0xbb009018-0xbbffffff]
[    0.910367] e820: reserve RAM buffer [mem 0xbc167000-0xbfffffff]
[    0.910369] e820: reserve RAM buffer [mem 0xc9b6a000-0xcbffffff]
[    0.910373] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.910375] e820: reserve RAM buffer [mem 0x42f600000-0x42fffffff]
[    0.910583] NetLabel: Initializing
[    0.910585] NetLabel:  domain hash size = 128
[    0.910586] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.910623] NetLabel:  unlabeled traffic allowed by default
[    0.910886] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.910898] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.912970] clocksource: Switched to clocksource hpet
[    0.933556] VFS: Disk quotas dquot_6.6.0
[    0.933600] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.933801] pnp: PnP ACPI init
[    0.934330] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.934412] pnp 00:01: Plug and Play ACPI device, IDs DLL0685 PNP0f13 (active)
[    0.934655] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.934659] system 00:02: [io  0xffff] has been reserved
[    0.934662] system 00:02: [io  0xffff] has been reserved
[    0.934671] system 00:02: [io  0xffff] has been reserved
[    0.934675] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.934678] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.934685] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.934823] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.934828] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.934878] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.935012] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.935018] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.937453] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.937456] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.937460] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.937463] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.937466] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.937469] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.937473] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.937476] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.937479] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.937483] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.937486] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.937490] system 00:06: [mem 0xf7ff0000-0xf7ffffff] has been reserved
[    0.937495] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.938951] pnp: PnP ACPI: found 7 devices
[    0.948045] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.948118] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.948124] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.948132] pci 0000:00:01.0:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.948137] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.948146] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.948155] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    0.948164] pci 0000:00:1c.0:   bridge window [mem 0xf7400000-0xf74fffff]
[    0.948181] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.948195] pci 0000:00:1c.3:   bridge window [mem 0xf6800000-0xf69fffff]
[    0.948212] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.948217] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
[    0.948226] pci 0000:00:1c.4:   bridge window [mem 0xf6a00000-0xf73fffff]
[    0.948233] pci 0000:00:1c.4:   bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
[    0.948248] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.948251] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.948254] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.948257] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.948259] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.948262] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.948265] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.948267] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.948270] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.948273] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.948275] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.948278] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.948280] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.948283] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.948285] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.948288] pci_bus 0000:00: resource 19 [mem 0xcfa00000-0xfeafffff window]
[    0.948291] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.948294] pci_bus 0000:01: resource 1 [mem 0xf5000000-0xf60fffff]
[    0.948296] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.948299] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.948302] pci_bus 0000:02: resource 1 [mem 0xf7400000-0xf74fffff]
[    0.948305] pci_bus 0000:03: resource 1 [mem 0xf6800000-0xf69fffff]
[    0.948308] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.948310] pci_bus 0000:04: resource 1 [mem 0xf6a00000-0xf73fffff]
[    0.948313] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf2afffff 64bit pref]
[    0.948736] NET: Registered protocol family 2
[    0.949310] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.949809] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.950083] TCP: Hash tables configured (established 131072 bind 65536)
[    0.950151] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.950264] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.950462] NET: Registered protocol family 1
[    0.950494] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.985238] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
[    0.985311] PCI: CLS 64 bytes, default 64
[    0.985412] Unpacking initramfs...
[    3.685677] Freeing initrd memory: 55336K
[    3.685758] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.685764] software IO TLB [mem 0xb4513000-0xb8513000] (64MB) mapped at [ffff988b74513000-ffff988b78512fff]
[    3.689067] audit: initializing netlink subsys (disabled)
[    3.689159] audit: type=2000 audit(1488909275.644:1): initialized
[    3.689929] Initialise system trusted keyrings
[    3.690182] workingset: timestamp_bits=37 max_order=22 bucket_order=0
[    3.693806] zbud: loaded
[    3.695323] SELinux:  Registering netfilter hooks
[    3.830492] NET: Registered protocol family 38
[    3.830497] Key type asymmetric registered
[    3.830499] Asymmetric key parser 'x509' registered
[    3.830614] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    3.830714] io scheduler noop registered
[    3.830717] io scheduler deadline registered
[    3.830807] io scheduler cfq registered (default)
[    3.832674] efifb: probing for efifb
[    3.832726] efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
[    3.832729] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    3.832730] efifb: scrolling: redraw
[    3.832733] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.844405] Console: switching to colour frame buffer device 240x67
[    3.855321] fb0: EFI VGA frame buffer device
[    3.855339] intel_idle: MWAIT substates: 0x42120
[    3.855341] intel_idle: v0.4.1 model 0x3C
[    3.856258] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.856435] ACPI: AC Adapter [ACAD] (on-line)
[    3.856654] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:27/PNP0C0D:01/input/input0
[    3.856705] ACPI: Lid Switch [LID0]
[    3.856810] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    3.856819] ACPI: Power Button [PWRB]
[    3.856901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    3.856904] ACPI: Power Button [PWRF]
[    3.857774] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    3.857867] thermal LNXTHERM:00: registered as thermal_zone0
[    3.857870] ACPI: Thermal Zone [TZ00] (28 C)
[    3.858473] thermal LNXTHERM:01: registered as thermal_zone1
[    3.858475] ACPI: Thermal Zone [TZ01] (30 C)
[    3.858617] GHES: HEST is not enabled!
[    3.858798] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.874277] [Firmware Bug]: battery: (dis)charge rate invalid.
[    3.874370] ACPI: Battery Slot [BAT1] (battery present)
[    3.874854] Non-volatile memory driver v1.3
[    3.874973] Linux agpgart interface v0.103
[    3.877335] ahci 0000:00:1f.2: version 3.0
[    3.877748] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl RAID mode
[    3.877754] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    3.882034] scsi host0: ahci
[    3.882371] scsi host1: ahci
[    3.882855] scsi host2: ahci
[    3.883327] scsi host3: ahci
[    3.883714] scsi host4: ahci
[    3.884035] scsi host5: ahci
[    3.884167] ata1: SATA max UDMA/133 abar m2048 at 0xf7521000 port 0xf7521100 irq 27
[    3.884170] ata2: SATA max UDMA/133 abar m2048 at 0xf7521000 port 0xf7521180 irq 27
[    3.884172] ata3: DUMMY
[    3.884173] ata4: DUMMY
[    3.884174] ata5: DUMMY
[    3.884176] ata6: DUMMY
[    3.884364] libphy: Fixed MDIO Bus: probed
[    3.884535] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.884540] ehci-pci: EHCI PCI platform driver
[    3.884853] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    3.884978] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    3.885003] ehci-pci 0000:00:1a.0: debug port 2
[    3.888932] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    3.888959] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7523000
[    3.895239] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    3.895326] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.895329] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.895332] usb usb1: Product: EHCI Host Controller
[    3.895335] usb usb1: Manufacturer: Linux 4.10.0+ ehci_hcd
[    3.895337] usb usb1: SerialNumber: 0000:00:1a.0
[    3.895615] hub 1-0:1.0: USB hub found
[    3.895625] hub 1-0:1.0: 2 ports detected
[    3.896187] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.896363] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    3.896387] ehci-pci 0000:00:1d.0: debug port 2
[    3.900315] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    3.900341] ehci-pci 0000:00:1d.0: irq 22, io mem 0xf7522000
[    3.907239] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.907301] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.907304] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.907306] usb usb2: Product: EHCI Host Controller
[    3.907309] usb usb2: Manufacturer: Linux 4.10.0+ ehci_hcd
[    3.907311] usb usb2: SerialNumber: 0000:00:1d.0
[    3.907602] hub 2-0:1.0: USB hub found
[    3.907611] hub 2-0:1.0: 2 ports detected
[    3.907892] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.907899] ohci-pci: OHCI PCI platform driver
[    3.907918] uhci_hcd: USB Universal Host Controller Interface driver
[    3.908277] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.908459] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.909638] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    3.909655] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.909858] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.909861] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.909863] usb usb3: Product: xHCI Host Controller
[    3.909866] usb usb3: Manufacturer: Linux 4.10.0+ xhci-hcd
[    3.909868] usb usb3: SerialNumber: 0000:00:14.0
[    3.910255] hub 3-0:1.0: USB hub found
[    3.910285] hub 3-0:1.0: 14 ports detected
[    3.924779] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.924960] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    3.925050] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    3.925053] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.925055] usb usb4: Product: xHCI Host Controller
[    3.925058] usb usb4: Manufacturer: Linux 4.10.0+ xhci-hcd
[    3.925060] usb usb4: SerialNumber: 0000:00:14.0
[    3.925384] hub 4-0:1.0: USB hub found
[    3.925408] hub 4-0:1.0: 6 ports detected
[    3.932584] usbcore: registered new interface driver usbserial
[    3.932597] usbcore: registered new interface driver usbserial_generic
[    3.932609] usbserial: USB Serial support registered for generic
[    3.932682] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    3.976422] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.976431] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.976709] mousedev: PS/2 mouse device common for all mice
[    3.978625] rtc_cmos 00:04: RTC can wake from S4
[    3.978905] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    3.978948] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    3.979082] device-mapper: uevent: version 1.0.3
[    3.979291] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel at redhat.com
[    3.979428] intel_pstate: Intel P-state driver initializing
[    3.980830] hidraw: raw HID events driver (C) Jiri Kosina
[    3.980915] usbcore: registered new interface driver usbhid
[    3.980916] usbhid: USB HID core driver
[    3.981099] drop_monitor: Initializing network drop monitor service
[    3.981280] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.981393] Initializing XFRM netlink socket
[    3.981701] NET: Registered protocol family 10
[    3.982317] Segment Routing with IPv6
[    3.982351] mip6: Mobile IPv6
[    3.982354] NET: Registered protocol family 17
[    3.983994] microcode: sig=0x306c3, pf=0x20, revision=0x20
[    3.984357] microcode: Microcode Update Driver: v2.2.
[    3.984375] AVX2 version of gcm_enc/dec engaged.
[    3.984376] AES CTR mode by8 optimization enabled
[    4.000555] registered taskstats version 1
[    4.000564] Loading compiled-in X.509 certificates
[    4.002242] alg: No test for pkcs1pad(rsa,sha256) (pkcs1pad(rsa-generic,sha256))
[    4.003049] Loaded X.509 cert 'Build time autogenerated kernel key: 89b334a118e7adcc59d6d3c60789799177b7846d'
[    4.003072] zswap: loaded using pool lzo/zbud
[    4.014113] Key type big_key registered
[    4.014507] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    4.015882] Key type encrypted registered
[    4.016525]   Magic number: 9:201:946
[    4.016549] cpuid cpu1: hash matches
[    4.016555] tty tty3: hash matches
[    4.016589] processor cpu1: hash matches
[    4.016658] rtc_cmos 00:04: setting system clock to 2017-03-07 17:54:36 UTC (1488909276)
[    4.016708] PM: Checking hibernation image partition /dev/mapper/luks-3d689065-90b4-4fe3-a02c-87d08e31108c
[    4.192784] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.192809] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.194321] ata1.00: ATA-8: HGST HTS721010A9E630, JB0OA3P0, max UDMA/133
[    4.194325] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.195396] ata2.00: NCQ Send/Recv Log not supported
[    4.195399] ata2.00: ATA-9: SAMSUNG SSD PM851 M.2 2280 128GB, EXT25D0Q, max UDMA/133
[    4.195401] ata2.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.196451] ata2.00: NCQ Send/Recv Log not supported
[    4.196563] ata2.00: configured for UDMA/133
[    4.214014] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    4.218314] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    4.236297] ata1.00: configured for UDMA/133
[    4.236678] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS721010A9 A3P0 PQ: 0 ANSI: 5
[    4.246707] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.246894] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    4.246898] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    4.246959] sd 0:0:0:0: [sda] Write Protect is off
[    4.246963] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.247070] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.247127] scsi 1:0:0:0: Direct-Access     ATA      SAMSUNG SSD PM85 5D0Q PQ: 0 ANSI: 5
[    4.258714] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    4.259124] sd 1:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    4.259198] sd 1:0:0:0: [sdb] Write Protect is off
[    4.259202] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.259372] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.264162]  sdb: sdb1 sdb2 sdb3 sdb4 sdb5
[    4.266005] sd 1:0:0:0: [sdb] Attached SCSI disk
[    4.298305] usb 3-4: new full-speed USB device number 2 using xhci_hcd
[    4.313466]  sda: sda1 sda2 sda3 sda4 sda5
[    4.314476] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.332716] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[    4.332717] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.332935] hub 1-1:1.0: USB hub found
[    4.333073] hub 1-1:1.0: 6 ports detected
[    4.336722] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
[    4.336724] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.337135] hub 2-1:1.0: USB hub found
[    4.337335] hub 2-1:1.0: 8 ports detected
[    4.448358] random: fast init done
[    4.467097] usb 3-4: config 1 interface 0 altsetting 0 has 2 endpoint descriptors, different from the interface descriptor's value: 1
[    4.468203] usb 3-4: New USB device found, idVendor=187c, idProduct=0528
[    4.468204] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.468205] usb 3-4: Product: AW1517
[    4.468206] usb 3-4: Manufacturer: Alienware
[    4.468207] usb 3-4: SerialNumber: 15.0
[    4.470042] hid-generic 0003:187C:0528.0001: hiddev0,hidraw0: USB HID v1.01 Device [Alienware AW1517] on usb-0000:00:14.0-4/input0
[    4.625921] usb 3-9: new full-speed USB device number 3 using xhci_hcd
[    4.746343] tsc: Refined TSC clocksource calibration: 2598.506 MHz
[    4.746360] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2574b8e6e10, max_idle_ns: 440795250501 ns
[    4.794308] usb 3-9: New USB device found, idVendor=0cf3, idProduct=e300
[    4.794311] usb 3-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.952383] usb 3-13: new high-speed USB device number 4 using xhci_hcd
[    5.195179] usb 3-13: New USB device found, idVendor=0c45, idProduct=6708
[    5.195182] usb 3-13: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    5.195183] usb 3-13: Product: Integrated_Webcam_FHD
[    5.195185] usb 3-13: Manufacturer: CN036P597248753EAG44A00
[    5.303746] psmouse serio1: synaptics: queried max coordinates: x [..5668], y [..4756]
[    5.363250] usb 3-14: new full-speed USB device number 5 using xhci_hcd
[    5.415037] psmouse serio1: synaptics: queried min coordinates: x [1274..], y [1098..]
[    5.541018] usb 3-14: New USB device found, idVendor=04d9, idProduct=a0d0
[    5.541020] usb 3-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.541022] usb 3-14: Product: Gaming Mouse
[    5.541023] usb 3-14: Manufacturer: Mouse
[    5.546871] input: Mouse Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:04D9:A0D0.0002/input/input6
[    5.599240] hid-generic 0003:04D9:A0D0.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [Mouse Gaming Mouse] on usb-0000:00:14.0-14/input0
[    5.610562] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00/0x0, board id: 2417, fw id: 1365292
[    5.730671] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    5.740947] PM: Hibernation image not present or could not be loaded.
[    5.742832] Freeing unused kernel memory: 1692K
[    5.742834] Write protecting the kernel read-only data: 14336k
[    5.743471] Freeing unused kernel memory: 1748K
[    5.745767] Freeing unused kernel memory: 676K
[    5.754158] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.760767] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    5.760885] systemd[1]: Detected architecture x86-64.
[    5.760886] systemd[1]: Running in initial RAM disk.
[    5.760894] systemd[1]: Set hostname to <alientux.saurisiamonoi.org>.
[    5.770430] clocksource: Switched to clocksource tsc
[    5.787160] systemd[1]: Listening on udev Kernel Socket.
[    5.787245] systemd[1]: Listening on Journal Audit Socket.
[    5.787254] systemd[1]: Reached target Timers.
[    5.787590] systemd[1]: Created slice System Slice.
[    5.787601] systemd[1]: Reached target Slices.
[    5.787684] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice.
[    5.796961] audit: type=1130 audit(1488909278.278:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.808638] audit: type=1130 audit(1488909278.290:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.827778] audit: type=1130 audit(1488909278.309:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.886682] audit: type=1130 audit(1488909278.368:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.912181] audit: type=1130 audit(1488909278.393:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.918621] audit: type=1130 audit(1488909278.400:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.932122] audit: type=1130 audit(1488909278.413:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.980676] audit: type=1130 audit(1488909278.458:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.995126] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
[    6.028658] rtsx_pci 0000:04:00.0: enabling device (0000 -> 0002)
[    6.028830] rtsx_pci 0000:04:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 29
[    6.036208] sdhci: Secure Digital Host Controller Interface driver
[    6.036209] sdhci: Copyright(c) Pierre Ossman
[    6.047528] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [34:e6:d7:6f:b5:41]
[    6.050983] alx 0000:02:00.0 enp2s0: renamed from eth0
[    6.083819] 8021q: 802.1Q VLAN Support v1.8
[    6.136906] [drm] Initialized
[    6.441906] [drm] Memory usable by graphics device = 2048M
[    6.441908] checking generic (d0000000 7e9000) vs hw (d0000000 10000000)
[    6.441909] fb: switching to inteldrmfb from EFI VGA
[    6.441929] Console: switching to colour dummy device 80x25
[    6.442004] [drm] Replacing VGA console driver
[    6.442234] [drm] ACPI BIOS requests an excessive sleep of 2000 ms, using 1500 ms instead
[    6.448341] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    6.448342] [drm] Driver supports precise vblank timestamp query.
[    6.450697] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.485789] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.486087] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    6.486146] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    6.486176] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input8
[    6.486230] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[    6.503620] fbcon: inteldrmfb (fb0) is primary device
[    7.626765] Console: switching to colour frame buffer device 240x67
[    7.648776] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.763591] audit: type=1130 audit(1488909280.245:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.939418] random: crng init done
[   13.889984] kauditd_printk_skb: 3 callbacks suppressed
[   13.889985] audit: type=1130 audit(1488909286.370:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-cryptsetup at luks\x2d3d689065\x2d90b4\x2d4fe3\x2da02c\x2d87d08e31108c comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.891980] PM: Starting manual resume from disk
[   13.891983] PM: Hibernation image partition 253:2 present
[   13.891983] PM: Looking for hibernation image.
[   13.892191] PM: Image not found (code -22)
[   13.892192] PM: Hibernation image not present or could not be loaded.
[   13.892653] audit: type=1130 audit(1488909286.373:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hibernate-resume at dev-mapper-luks\x2d3d689065\x2d90b4\x2d4fe3\x2da02c\x2d87d08e31108c comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.892657] audit: type=1131 audit(1488909286.373:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hibernate-resume at dev-mapper-luks\x2d3d689065\x2d90b4\x2d4fe3\x2da02c\x2d87d08e31108c comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.061986] audit: type=1130 audit(1488909286.542:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.083505] audit: type=1130 audit(1488909286.564:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.095334] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   14.145676] audit: type=1130 audit(1488909286.626:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.145677] audit: type=1131 audit(1488909286.626:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.270516] audit: type=1130 audit(1488909286.751:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.276585] audit: type=1130 audit(1488909286.757:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.276590] audit: type=1131 audit(1488909286.757:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.307059] systemd-journald[256]: Received SIGTERM from PID 1 (systemd).
[   14.328588] systemd: 16 output lines suppressed due to ratelimiting
[   14.384556] SELinux: 32768 avtab hash slots, 106665 rules.
[   14.394288] SELinux: 32768 avtab hash slots, 106665 rules.
[   14.411629] SELinux:  8 users, 14 roles, 5064 types, 305 bools, 1 sens, 1024 cats
[   14.411630] SELinux:  94 classes, 106665 rules
[   14.413802] SELinux:  Permission validate_trans in class security not defined in policy.
[   14.413808] SELinux:  Permission module_load in class system not defined in policy.
[   14.413865] SELinux: the above unknown classes and permissions will be allowed
[   14.413869] SELinux:  Completing initialization.
[   14.413869] SELinux:  Setting up existing superblocks.
[   14.425496] systemd[1]: Successfully loaded SELinux policy in 60.728ms.
[   14.448832] systemd[1]: Relabelled /dev and /run in 13.262ms.
[   14.574626] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   14.669244] systemd-journald[863]: Received request to flush runtime journal from PID 1
[   14.860446] wmi: Mapper loaded
[   14.907163] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20160930/utaddress-247)
[   14.907168] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   14.907170] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20160930/utaddress-247)
[   14.907173] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   14.907174] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20160930/utaddress-247)
[   14.907176] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20160930/utaddress-247)
[   14.907179] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   14.907180] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20160930/utaddress-247)
[   14.907182] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20160930/utaddress-247)
[   14.907184] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   14.907185] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   14.914217] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   14.914973] EDAC MC: Ver: 3.0.0
[   14.924985] EDAC ie31200: No ECC support
[   14.935417] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   14.935441] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   14.992760] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   14.992761] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   14.992761] RAPL PMU: hw unit of domain package 2^-14 Joules
[   14.992761] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   14.992762] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   15.096693] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[   15.144128] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[   15.147495] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   15.167849] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   15.178249] Adding 4192252k swap on /dev/mapper/luks-3d689065-90b4-4fe3-a02c-87d08e31108c.  Priority:-1 extents:1 across:4192252k SSFS
[   15.179687] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[   15.179850] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   15.179966] iTCO_vendor_support: vendor-support=0
[   15.180156] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[   15.190331] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   15.190373] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[   15.190629] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   15.191462] dell_wmi: Detected Dell WMI interface version 0
[   15.191512] input: Dell WMI hotkeys as /devices/virtual/input/input9
[   15.202670] snd_hda_codec_ca0132 hdaudioC1D0: autoconfig for CA0132: line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:speaker
[   15.202672] snd_hda_codec_ca0132 hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   15.202674] snd_hda_codec_ca0132 hdaudioC1D0:    hp_outs=1 (0xf/0x0/0x0/0x0/0x0)
[   15.202674] snd_hda_codec_ca0132 hdaudioC1D0:    mono: mono_out=0x0
[   15.202675] snd_hda_codec_ca0132 hdaudioC1D0:    inputs:
[   15.202677] snd_hda_codec_ca0132 hdaudioC1D0:      Mic=0x11
[   15.202678] snd_hda_codec_ca0132 hdaudioC1D0:      Internal Mic=0x12
[   15.226123] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[   15.226205] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[   15.226273] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[   15.393797] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[   15.551806] intel_rapl: Found RAPL domain package
[   15.551807] intel_rapl: Found RAPL domain core
[   15.551808] intel_rapl: Found RAPL domain uncore
[   15.551809] intel_rapl: Found RAPL domain dram
[   15.666412] ath10k_pci 0000:03:00.0: enabling device (0000 -> 0002)
[   15.666907] ath10k_pci 0000:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   15.829424] snd_hda_codec_ca0132 hdaudioC1D0: ca0132 DSP downloaded and running
[   15.879813] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:03:00.0.bin failed with error -2
[   15.879820] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[   15.881390] ath10k_pci 0000:03:00.0: qca6174 hw2.1 target 0x05010000 chip_id 0x003405ff sub 1a56:1525
[   15.881392] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[   15.881672] ath10k_pci 0000:03:00.0: firmware ver SW_RM.1.1.1-00157-QCARMSWPZ-1 api 5 features ignore-otp,no-4addr-pad crc32 10bf8e08
[   15.948569] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 ae2e275a
[   15.987909] media: Linux media interface: v0.10
[   16.013548] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[   16.013615] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[   16.023608] Linux video capture interface: v2.00
[   16.120138] Bluetooth: Core ver 2.22
[   16.120150] NET: Registered protocol family 31
[   16.120150] Bluetooth: HCI device and connection manager initialized
[   16.120152] Bluetooth: HCI socket layer initialized
[   16.120153] Bluetooth: L2CAP socket layer initialized
[   16.120158] Bluetooth: SCO socket layer initialized
[   16.157408] uvcvideo: Found UVC 1.00 device Integrated_Webcam_FHD (0c45:6708)
[   16.199192] uvcvideo 3-13:1.0: Entity type for entity Extension 4 was not initialized!
[   16.199194] uvcvideo 3-13:1.0: Entity type for entity Extension 3 was not initialized!
[   16.199195] uvcvideo 3-13:1.0: Entity type for entity Processing 2 was not initialized!
[   16.199196] uvcvideo 3-13:1.0: Entity type for entity Camera 1 was not initialized!
[   16.199315] input: Integrated_Webcam_FHD as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/input/input15
[   16.199417] usbcore: registered new interface driver uvcvideo
[   16.199418] USB Video Class driver (1.1.1)
[   16.237635] usbcore: registered new interface driver btusb
[   16.239104] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000200.bin
[   16.239105] Bluetooth: hci0: QCA: patch rome 0x200 build 0x299, firmware rome 0x200 build 0x111
[   16.285793] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000200.bin
[   16.547526] snd_hda_codec_ca0132 hdaudioC1D0: ca0132 DSP downloaded and running
[   17.176272] ath10k_pci 0000:03:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   17.248757] ath: EEPROM regdomain: 0x6c
[   17.248758] ath: EEPROM indicates we should expect a direct regpair map
[   17.248759] ath: Country alpha2 being used: 00
[   17.248759] ath: Regpair used: 0x6c
[   17.259270] ath10k_pci 0000:03:00.0 wlp3s0: renamed from wlan0
[   18.259379] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Opts: (null)
[   18.270374] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
[   18.626522] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.626523] Bluetooth: BNEP filters: protocol multicast
[   18.626526] Bluetooth: BNEP socket layer initialized
[   18.968603] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   18.997522] Ebtables v2.0 registered
[   19.112263] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   19.144796] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   20.533723] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   20.540489] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   20.544047] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   20.604227] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   20.709780] Netfilter messages via NETLINK v0.30.
[   20.722542] ip_set: protocol 6
[   20.918544] ath10k_pci 0000:03:00.0: no channel configured; ignoring frame(s)!
[   21.461424] tun: Universal TUN/TAP device driver, 1.6
[   21.461425] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[   21.533601] virbr0: port 1(virbr0-nic) entered blocking state
[   21.533603] virbr0: port 1(virbr0-nic) entered disabled state
[   21.533669] device virbr0-nic entered promiscuous mode
[   21.683213] virbr0: port 1(virbr0-nic) entered blocking state
[   21.683215] virbr0: port 1(virbr0-nic) entered listening state
[   21.726770] virbr0: port 1(virbr0-nic) entered disabled state
[   21.729289] device virbr0-nic left promiscuous mode
[   21.729320] virbr0: port 1(virbr0-nic) entered disabled state
[   22.037688] zram: Added device: zram0
[   22.037835] zram: Added device: zram1
[   22.037969] zram: Added device: zram2
[   22.038120] zram: Added device: zram3
[   22.038249] zram: Added device: zram4
[   22.038387] zram: Added device: zram5
[   22.038509] zram: Added device: zram6
[   22.038643] zram: Added device: zram7
[   22.056957] zram0: detected capacity change from 0 to 313253888
[   22.061032] Adding 305908k swap on /dev/zram0.  Priority:100 extents:1 across:305908k SSFS
[   22.062299] zram1: detected capacity change from 0 to 313253888
[   22.065175] Adding 305908k swap on /dev/zram1.  Priority:100 extents:1 across:305908k SSFS
[   22.066352] zram2: detected capacity change from 0 to 313253888
[   22.069070] Adding 305908k swap on /dev/zram2.  Priority:100 extents:1 across:305908k SSFS
[   22.070204] zram3: detected capacity change from 0 to 313253888
[   22.073240] Adding 305908k swap on /dev/zram3.  Priority:100 extents:1 across:305908k SSFS
[   22.074428] zram4: detected capacity change from 0 to 313253888
[   22.077122] Adding 305908k swap on /dev/zram4.  Priority:100 extents:1 across:305908k SSFS
[   22.078233] zram5: detected capacity change from 0 to 313253888
[   22.081101] Adding 305908k swap on /dev/zram5.  Priority:100 extents:1 across:305908k SSFS
[   22.082671] zram6: detected capacity change from 0 to 313253888
[   22.085719] Adding 305908k swap on /dev/zram6.  Priority:100 extents:1 across:305908k SSFS
[   22.088554] zram7: detected capacity change from 0 to 313253888
[   22.091358] Adding 305908k swap on /dev/zram7.  Priority:100 extents:1 across:305908k SSFS
[   25.868284] ath10k_pci 0000:03:00.0: no channel configured; ignoring frame(s)!
[   28.021319] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   29.532062] Bluetooth: RFCOMM TTY layer initialized
[   29.532066] Bluetooth: RFCOMM socket layer initialized
[   29.532122] Bluetooth: RFCOMM ver 1.11
[   29.906529] fuse init (API version 7.26)
[   31.364225] ath10k_pci 0000:03:00.0: no channel configured; ignoring frame(s)!
[   38.441670] wlp3s0: authenticate with dc:53:7c:b9:c1:88
[   38.486979] wlp3s0: send auth to dc:53:7c:b9:c1:88 (try 1/3)
[   38.507547] wlp3s0: authenticated
[   38.507699] ath10k_pci 0000:03:00.0 wlp3s0: disabling HT as WMM/QoS is not supported by the AP
[   38.507701] ath10k_pci 0000:03:00.0 wlp3s0: disabling VHT as WMM/QoS is not supported by the AP
[   38.507703] wlp3s0: associating with AP with corrupt probe response
[   38.508418] wlp3s0: associate with dc:53:7c:b9:c1:88 (try 1/3)
[   38.544838] wlp3s0: RX AssocResp from dc:53:7c:b9:c1:88 (capab=0x511 status=0 aid=1)
[   38.547605] wlp3s0: associated
[   38.547665] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   65.187843] wlp3s0: deauthenticating from dc:53:7c:b9:c1:88 by local choice (Reason: 3=DEAUTH_LEAVING)
[   65.339539] ath10k_pci 0000:03:00.0: firmware crashed! (uuid 201ded51-dd3a-4a61-bcb6-fc74d32141ce)
[   65.339544] ath10k_pci 0000:03:00.0: qca6174 hw2.1 target 0x05010000 chip_id 0x003405ff sub 1a56:1525
[   65.339545] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[   65.339842] ath10k_pci 0000:03:00.0: firmware ver SW_RM.1.1.1-00157-QCARMSWPZ-1 api 5 features ignore-otp,no-4addr-pad crc32 10bf8e08
[   65.339993] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 ae2e275a
[   65.339994] ath10k_pci 0000:03:00.0: htt-ver 3.1 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   65.342041] ath10k_pci 0000:03:00.0: firmware register dump:
[   65.342045] ath10k_pci 0000:03:00.0: [00]: 0x05010000 0x00000000 0x0092E4DC 0x19F1B1B9
[   65.342047] ath10k_pci 0000:03:00.0: [04]: 0x0092E4DC 0x00060130 0x00000018 0x0041A760
[   65.342049] ath10k_pci 0000:03:00.0: [08]: 0x19F1B1A5 0x00400000 0x00000000 0x000A5C88
[   65.342050] ath10k_pci 0000:03:00.0: [12]: 0x00000009 0x00000000 0x0096C09C 0x0096C0A7
[   65.342052] ath10k_pci 0000:03:00.0: [16]: 0x0096BDBC 0x009A6251 0x00000000 0x009287BD
[   65.342054] ath10k_pci 0000:03:00.0: [20]: 0x4092E4DC 0x0041A710 0x00000000 0x0F000000
[   65.342056] ath10k_pci 0000:03:00.0: [24]: 0x809432A7 0x0041A770 0x0040D400 0xC092E4DC
[   65.342057] ath10k_pci 0000:03:00.0: [28]: 0x80942BC4 0x0041A790 0x19F1B1A5 0x00400000
[   65.342059] ath10k_pci 0000:03:00.0: [32]: 0x80947BA7 0x0041A7B0 0x00404D88 0x00413980
[   65.342061] ath10k_pci 0000:03:00.0: [36]: 0x809BDECC 0x0041A7D0 0x00404D88 0x00413980
[   65.342062] ath10k_pci 0000:03:00.0: [40]: 0x8099638C 0x0041A7F0 0x00404D88 0x00000000
[   65.342064] ath10k_pci 0000:03:00.0: [44]: 0x80992076 0x0041A810 0x004084F0 0x00405244
[   65.342066] ath10k_pci 0000:03:00.0: [48]: 0x80996BD3 0x0041A830 0x004084F0 0x00000000
[   65.342067] ath10k_pci 0000:03:00.0: [52]: 0x800B4405 0x0041A850 0x00422318 0x00005002
[   65.342069] ath10k_pci 0000:03:00.0: [56]: 0x809A6C34 0x0041A8E0 0x0042932C 0x0042CA20
[   65.433805] ieee80211 phy0: Hardware restart was requested
[   65.433834] ath10k_pci 0000:03:00.0: failed to delete WMI vdev 1: -108


More information about the ath10k mailing list