From: Ian W MORRISON <ianwmorrison@gmail.com>
To: "Frédéric Danis" <frederic.danis.oss@gmail.com>
Cc: Marcel Holtmann <marcel@holtmann.org>,
Rob Herring <robh@kernel.org>, Sebastian Reichel <sre@kernel.org>,
Loic Poulain <loic.poulain@gmail.com>,
Johan Hovold <johan@kernel.org>, Lukas Wunner <lukas@wunner.de>,
Hans de Goede <hdegoede@redhat.com>,
"bluez mailin list (linux-bluetooth@vger.kernel.org)"
<linux-bluetooth@vger.kernel.org>,
linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org,
Greg Kroah-Hartman <greg@kroah.com>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Ian W Morrison <ianwmorrison@gmail.com>
Subject: Re: [PATCH 0/2] ACPI serdev support
Date: Sat, 7 Oct 2017 17:16:53 +1100 [thread overview]
Message-ID: <e0f68cad-3b30-2941-a57f-026fba7eb9c2@gmail.com> (raw)
In-Reply-To: <8645dbfb-ca09-340d-e610-6899a9b7dd8a@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]
On 10/7/17 4:36 AM, Frédéric Danis wrote:
> Hi Ian,
>
<snip>
>
> Which tty is used for btattach?
> Is this tty existing in /dev?
Yes - /dev/ttyS4
>
> I took a look at dmesg.txt and I did not find any trace related to serdev.
> On the T100, where ttyS4 is used for Bluetooth, I can see the following traces:
> [ 11.732347] serial serial0: allocated controller 0xffff880036229000 id 0
> [ 11.732470] serial serial0-0: device serial0-0 registered
> [ 11.732475] serial serial0: serdev0 registered: dev:ffff880036229000
> [ 11.732478] serial serial0: tty port ttyS4 registered
>
> If serdev registration failed you should at least get something like:
> serdev0 no devices registered: of:<> acpi:<>
>
> So, just to be sure, is SERIAL_DEV_BUS and SERIAL_DEV_CTRL_TTYPORT enabled in your kernel?
>
> Regards,
>
> Fred
>
Hi Fred,
My config actually had SERIAL_DEV_BUS set as 'm' so SERIAL_DEV_CTRL_TTYPORT was (forced) unset. If I set them both everything now works (see attached dmesg).
I've submitted a new patch to update drivers/tty/serdev/Kconfig for ACPI support as the current Kconfig for serdev is not really compatible when adding ACPI support. If SERIAL_DEV_BUS is set as 'm' then the ACPI support does not work when built as a module as it requires config SERIAL_DEV_CTRL_TTYPORT to be set as you stated. If you force SERIAL_DEV_CTRL_TTYPORT to be set then a compilation error results. So I suggest that if SERIAL_DEV_BUS is selected then serdev is compiled into the kernel so that config SERIAL_DEV_CTRL_TTYPORT can be selected and set if requiring ACPI support.
Regards,
Ian
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 90655 bytes --]
[ 0.000000] Linux version 4.14.0-rc3-patched (root@LINUXIUMONE) (gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2)) #1 SMP Sat Oct 7 13:47:15 AEDT 2017
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.14.0-rc3-patched root=UUID=c7c12b6b-a3b2-477c-af2f-717dd2779386 ro ignore_loglevel "dyndbg=module hci_uart +p; module serdev +p" hci_uart.dyndbg=+p serdev.dyndbg=+p
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007365bfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007365c000-0x000000007368bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007368c000-0x00000000736b8fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000736b9000-0x000000007377dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007377e000-0x0000000073a3bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000073a3c000-0x0000000073a8bfff] type 20
[ 0.000000] BIOS-e820: [mem 0x0000000073a8c000-0x0000000073ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by American Megatrends
[ 0.000000] efi: ESRT=0x7368a000 ACPI=0x73695000 ACPI 2.0=0x73695000 SMBIOS=0x7393d000 SMBIOS 3.0=0x7393c000
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: MINIX NEO Z83-4/NEO Z83-4, BIOS CHT0A120 09/27/2016
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x180000 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-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 078000000 mask FF8000000 uncachable
[ 0.000000] 2 base 077000000 mask FFF000000 uncachable
[ 0.000000] 3 base 076800000 mask FFF800000 uncachable
[ 0.000000] 4 base 100000000 mask F80000000 write-back
[ 0.000000] 5 base 076400000 mask FFFC00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] total RAM covered: 3940M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 256M num_reg: 6 lose cover RAM: 0G
[ 0.000000] e820: update [mem 0x76400000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0x74000 max_arch_pfn = 0x400000000
[ 0.000000] esrt: ESRT header is not in the memory map.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff8e7080098000] 98000 size 24576
[ 0.000000] BRK [0x116525000, 0x116525fff] PGTABLE
[ 0.000000] BRK [0x116526000, 0x116526fff] PGTABLE
[ 0.000000] BRK [0x116527000, 0x116527fff] PGTABLE
[ 0.000000] BRK [0x116528000, 0x116528fff] PGTABLE
[ 0.000000] BRK [0x116529000, 0x116529fff] PGTABLE
[ 0.000000] BRK [0x11652a000, 0x11652afff] PGTABLE
[ 0.000000] BRK [0x11652b000, 0x11652bfff] PGTABLE
[ 0.000000] BRK [0x11652c000, 0x11652cfff] PGTABLE
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x32a9b000-0x35544fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x0000000073695000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000736950A8 0000CC (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000736B2B28 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x0000000073695200 01D923 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x000000007377DF80 000040
[ 0.000000] ACPI: APIC 0x00000000736B2C38 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000736B2CC0 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000736B2D08 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MSDM 0x00000000736B2DA8 000055 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x00000000736B2E00 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: SSDT 0x00000000736B2E40 004174 (v01 DptfTb DptfTab 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000736B6FB8 000654 (v01 CpuDpf CpuDptf 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000736B7610 000058 (v01 LowPM LowPwrM 00001000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000736B7668 000042 (v01 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: SSDT 0x00000000736B76B0 000269 (v01 UsbCTb UsbCTab 00001000 INTL 20120913)
[ 0.000000] ACPI: HPET 0x00000000736B7920 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000736B7958 000763 (v01 PmRef CpuPm 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000736B80C0 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000736B8350 00017A (v01 PmRef ApTst 00003000 INTL 20120913)
[ 0.000000] ACPI: LPIT 0x00000000736B84D0 000104 (v01 ALASKA A M I 00000005 MSFT 0100000D)
[ 0.000000] ACPI: BCFG 0x00000000736B85D8 000139 (v01 INTEL BATTCONF 00000001 ACPI 00000000)
[ 0.000000] ACPI: PRAM 0x00000000736B8718 000030 (v01 00000001 00000000)
[ 0.000000] ACPI: BGRT 0x00000000736B8748 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: CSRT 0x00000000736B8780 00014C (v00 INTEL LANFORDC 00000005 MSFT 0100000D)
[ 0.000000] ACPI: WDAT 0x00000000736B88D0 000104 (v01 00000000 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x17ffd4000-0x17fffefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000008efff]
[ 0.000000] node 0: [mem 0x0000000000090000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.000000] node 0: [mem 0x0000000020200000-0x000000007365bfff]
[ 0.000000] node 0: [mem 0x0000000073a8c000-0x0000000073ffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000017fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[ 0.000000] On node 0 totalpages: 997740
[ 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: 7336 pages used for memmap
[ 0.000000] DMA32 zone: 469456 pages, LIFO batch:31
[ 0.000000] Normal zone: 8192 pages used for memmap
[ 0.000000] Normal zone: 524288 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at 0x0000000076f00000-0x000000007eefffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 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] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[ 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: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 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 0x20000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7365c000-0x7368bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7368c000-0x736b8fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x736b9000-0x7377dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7377e000-0x73a3bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x73a3c000-0x73a8bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x74000000-0x76efffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x76f00000-0x7eefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7ef00000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[ 0.000000] e820: [mem 0x7ef00000-0xdfffffff] 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: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 39 pages/cpu @ffff8e71ffc00000 s119832 r8192 d31720 u524288
[ 0.000000] pcpu-alloc: s119832 r8192 d31720 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 982126
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.14.0-rc3-patched root=UUID=c7c12b6b-a3b2-477c-af2f-717dd2779386 ro ignore_loglevel "dyndbg=module hci_uart +p; module serdev +p" hci_uart.dyndbg=+p serdev.dyndbg=+p
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3745060K/3990960K available (9503K kernel code, 2478K rwdata, 4020K rodata, 2328K init, 2388K bss, 245900K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 38110 entries in 149 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 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: Detected 1440.000 MHz processor
[ 0.000021] Calibrating delay loop (skipped), value calculated using timer frequency.. 2880.00 BogoMIPS (lpj=5760000)
[ 0.000038] pid_max: default: 32768 minimum: 301
[ 0.000081] ACPI: Core revision 20170728
[ 0.044735] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.045581] Security Framework initialized
[ 0.045593] Yama: becoming mindful.
[ 0.045642] AppArmor: AppArmor initialized
[ 0.047663] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.048712] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.048812] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.048857] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.049397] CPU: Physical Processor ID: 0
[ 0.049408] CPU: Processor Core ID: 0
[ 0.049421] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.049428] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.049449] mce: CPU supports 6 MCE banks
[ 0.049464] CPU0: Thermal monitoring enabled (TM1)
[ 0.049475] process: using mwait in idle threads
[ 0.049487] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.049494] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[ 0.049805] Freeing SMP alternatives memory: 36K
[ 0.057169] smpboot: Max logical packages: 1
[ 0.058889] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.098601] TSC deadline timer enabled
[ 0.098614] smpboot: CPU0: Intel(R) Atom(TM) x5-Z8300 CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x3)
[ 0.098870] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 0.098908] ... version: 3
[ 0.098914] ... bit width: 40
[ 0.098919] ... generic registers: 2
[ 0.098925] ... value mask: 000000ffffffffff
[ 0.098930] ... max period: 0000007fffffffff
[ 0.098936] ... fixed-purpose events: 3
[ 0.098941] ... event mask: 0000000700000003
[ 0.099056] Hierarchical SRCU implementation.
[ 0.100000] smp: Bringing up secondary CPUs ...
[ 0.100000] x86: Booting SMP configuration:
[ 0.100000] .... node #0, CPUs: #1
[ 0.176180] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.176567] #2 #3
[ 0.336072] smp: Brought up 1 node, 4 CPUs
[ 0.336072] smpboot: Total of 4 processors activated (11529.76 BogoMIPS)
[ 0.337739] devtmpfs: initialized
[ 0.337739] x86/mm: Memory block size: 128MB
[ 0.337739] evm: security.selinux
[ 0.337739] evm: security.SMACK64
[ 0.337739] evm: security.SMACK64EXEC
[ 0.337739] evm: security.SMACK64TRANSMUTE
[ 0.337739] evm: security.SMACK64MMAP
[ 0.337739] evm: security.ima
[ 0.337739] evm: security.capability
[ 0.337739] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[ 0.337739] PM: Registering ACPI NVS region [mem 0x736b9000-0x7377dfff] (806912 bytes)
[ 0.340064] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.340100] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.340287] pinctrl core: initialized pinctrl subsystem
[ 0.340566] RTC time: 3:24:15, date: 10/07/17
[ 0.340827] NET: Registered protocol family 16
[ 0.341445] cpuidle: using governor ladder
[ 0.341445] cpuidle: using governor menu
[ 0.341445] ACPI: bus type PCI registered
[ 0.341445] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.341445] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.341445] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.341445] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
[ 0.341445] PCI: Using configuration type 1 for base access
[ 0.345498] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.345498] ACPI: Added _OSI(Module Device)
[ 0.345498] ACPI: Added _OSI(Processor Device)
[ 0.345498] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.345498] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.383277] ACPI: Dynamic OEM Table Load:
[ 0.383307] ACPI: SSDT 0xFFFF8E71FA8E5800 00057B (v01 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.384030] ACPI: Dynamic OEM Table Load:
[ 0.384051] ACPI: SSDT 0xFFFF8E71FAB37000 0003A5 (v01 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.385256] ACPI: Dynamic OEM Table Load:
[ 0.385276] ACPI: SSDT 0xFFFF8E71FAB31C00 00015F (v01 PmRef ApIst 00003000 INTL 20120913)
[ 0.385887] ACPI: Dynamic OEM Table Load:
[ 0.385906] ACPI: SSDT 0xFFFF8E71FAB9D6C0 00008D (v01 PmRef ApCst 00003000 INTL 20120913)
[ 0.390659] ACPI: Interpreter enabled
[ 0.390723] ACPI: (supports S0 S4 S5)
[ 0.390733] ACPI: Using IOAPIC for interrupt routing
[ 0.390826] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.394011] ACPI: Power Resource [P06X] (off)
[ 0.396314] ACPI: Power Resource [ID3C] (off)
[ 0.399374] ACPI: Power Resource [USBC] (on)
[ 0.400661] ACPI: Power Resource [WWPR] (off)
[ 0.401975] ACPI: Power Resource [WWPR] (off)
[ 0.402807] ACPI: Power Resource [WWPR] (off)
[ 0.403659] ACPI: Power Resource [WWPR] (off)
[ 0.404577] ACPI: Power Resource [WWPR] (off)
[ 0.419557] ACPI: Power Resource [CLK2] (on)
[ 0.419687] ACPI: Power Resource [CLK4] (on)
[ 0.419802] ACPI: Power Resource [P28P] (off)
[ 0.419925] ACPI: Power Resource [P18P] (off)
[ 0.420051] ACPI: Power Resource [P12P] (off)
[ 0.420167] ACPI: Power Resource [P16P] (off)
[ 0.424654] ACPI: Power Resource [CLK3] (on)
[ 0.424780] ACPI: Power Resource [CLK4] (on)
[ 0.440976] ACPI: Power Resource [CLK2] (on)
[ 0.441096] ACPI: Power Resource [CLK1] (on)
[ 0.443985] ACPI: Power Resource [CLK0] (on)
[ 0.444122] ACPI: Power Resource [CLK1] (on)
[ 0.446027] ACPI: Power Resource [CLK5] (off)
[ 0.446929] ACPI: Power Resource [P33P] (off)
[ 0.447053] ACPI: Power Resource [P65P] (off)
[ 0.464883] ACPI: Power Resource [P28X] (off)
[ 0.465010] ACPI: Power Resource [P18X] (off)
[ 0.465134] ACPI: Power Resource [P12X] (off)
[ 0.465248] ACPI: Power Resource [P28P] (off)
[ 0.465370] ACPI: Power Resource [P18P] (off)
[ 0.465493] ACPI: Power Resource [P12P] (off)
[ 0.465608] ACPI: Power Resource [P19X] (off)
[ 0.465737] ACPI: Power Resource [P12A] (off)
[ 0.465859] ACPI: Power Resource [P28T] (off)
[ 0.465977] ACPI: Power Resource [P18D] (off)
[ 0.466101] ACPI: Power Resource [P18T] (off)
[ 0.466224] ACPI: Power Resource [P3P3] (off)
[ 0.466338] ACPI: Power Resource [P12T] (off)
[ 0.466462] ACPI: Power Resource [P28W] (off)
[ 0.466581] ACPI: Power Resource [P18W] (off)
[ 0.466710] ACPI: Power Resource [P12W] (off)
[ 0.466830] ACPI: Power Resource [P33W] (off)
[ 0.466947] ACPI: Power Resource [P33X] (off)
[ 0.467073] ACPI: Power Resource [P4BW] (off)
[ 0.476032] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.476054] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.476652] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.476696] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.478127] PCI host bridge to bus 0000:00
[ 0.478139] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.478148] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.478157] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.478166] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.478174] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.478184] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.478194] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.478203] pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window]
[ 0.478213] pci_bus 0000:00: root bus resource [mem 0x76f00001-0x7ef00000 window]
[ 0.478222] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 0.478233] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.478256] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[ 0.478909] pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000
[ 0.478949] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[ 0.478970] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.478987] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.479027] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.479415] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[ 0.479462] pci 0000:00:14.0: reg 0x10: [mem 0x91500000-0x9150ffff 64bit]
[ 0.479578] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.479956] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[ 0.479993] pci 0000:00:1a.0: reg 0x10: [mem 0x91300000-0x913fffff]
[ 0.480015] pci 0000:00:1a.0: reg 0x14: [mem 0x91200000-0x912fffff]
[ 0.480127] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.480515] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[ 0.480658] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.481019] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[ 0.481617] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 0.481669] pci 0000:01:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.481716] pci 0000:01:00.0: reg 0x18: [mem 0x91404000-0x91404fff 64bit]
[ 0.481747] pci 0000:01:00.0: reg 0x20: [mem 0x91400000-0x91403fff 64bit pref]
[ 0.481894] pci 0000:01:00.0: supports D1 D2
[ 0.481903] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.492050] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.492067] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.492078] pci 0000:00:1c.0: bridge window [mem 0x91400000-0x914fffff]
[ 0.493533] ACPI: \: failed to evaluate _DSM (0x1001)
[ 0.496105] acpi 80862288:00: Device [PWM1] is in always present list
[ 0.504797] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.505000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.505193] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.505395] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.505591] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.505786] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.505981] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.506177] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.506579] acpi INT0002:00: Device [GPED] is in always present list
[ 0.514193] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.514193] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.514193] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.514193] vgaarb: loaded
[ 0.514193] SCSI subsystem initialized
[ 0.514193] libata version 3.00 loaded.
[ 0.514193] ACPI: bus type USB registered
[ 0.514193] usbcore: registered new interface driver usbfs
[ 0.514193] usbcore: registered new interface driver hub
[ 0.514193] usbcore: registered new device driver usb
[ 0.651585] EDAC MC: Ver: 3.0.0
[ 0.652099] Registered efivars operations
[ 0.654103] PCI: Using ACPI for IRQ routing
[ 0.656936] PCI: pci_cache_line_size set to 64 bytes
[ 0.656989] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 0.657002] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[ 0.657010] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.657018] e820: reserve RAM buffer [mem 0x7365c000-0x73ffffff]
[ 0.657257] NetLabel: Initializing
[ 0.657265] NetLabel: domain hash size = 128
[ 0.657271] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.657316] NetLabel: unlabeled traffic allowed by default
[ 0.657376] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.657376] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.658233] clocksource: Switched to clocksource hpet
[ 0.685918] VFS: Disk quotas dquot_6.6.0
[ 0.685983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.686253] AppArmor: AppArmor Filesystem Enabled
[ 0.686356] pnp: PnP ACPI init
[ 0.686694] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.686707] system 00:00: [io 0x0400-0x047f] could not be reserved
[ 0.686716] system 00:00: [io 0x0500-0x05fe] has been reserved
[ 0.686737] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.686960] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.693587] system 00:02: [mem 0x91533000-0x91533fff] has been reserved
[ 0.693601] system 00:02: [mem 0x91531000-0x91531fff] has been reserved
[ 0.693611] system 00:02: [mem 0x9152f000-0x9152ffff] has been reserved
[ 0.693620] system 00:02: [mem 0x9151e000-0x9151efff] has been reserved
[ 0.693629] system 00:02: [mem 0x9151c000-0x9151cfff] has been reserved
[ 0.693638] system 00:02: [mem 0x9151a000-0x9151afff] has been reserved
[ 0.693647] system 00:02: [mem 0x91518000-0x91518fff] has been reserved
[ 0.693656] system 00:02: [mem 0x9152d000-0x9152dfff] has been reserved
[ 0.693666] system 00:02: [mem 0x9152b000-0x9152bfff] has been reserved
[ 0.693675] system 00:02: [mem 0x91529000-0x91529fff] has been reserved
[ 0.693684] system 00:02: [mem 0x91527000-0x91527fff] has been reserved
[ 0.693693] system 00:02: [mem 0x91525000-0x91525fff] has been reserved
[ 0.693702] system 00:02: [mem 0x91523000-0x91523fff] has been reserved
[ 0.693712] system 00:02: [mem 0x91521000-0x91521fff] has been reserved
[ 0.693721] system 00:02: [mem 0x9151f000-0x9151ffff] has been reserved
[ 0.693743] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.693997] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[ 0.694010] system 00:03: [mem 0xfea00000-0xfeafffff] has been reserved
[ 0.694020] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.694029] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.694038] system 00:03: [mem 0xfed06000-0xfed06fff] has been reserved
[ 0.694048] system 00:03: [mem 0xfed08000-0xfed09fff] has been reserved
[ 0.694059] system 00:03: [mem 0xfed80000-0xfedbffff] could not be reserved
[ 0.694068] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.694077] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.694095] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.694522] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.696170] pnp: PnP ACPI: found 5 devices
[ 0.707055] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.707099] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.707113] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 0.707127] pci 0000:00:1c.0: bridge window [mem 0x91400000-0x914fffff]
[ 0.707147] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.707155] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.707164] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.707172] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.707181] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.707189] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.707200] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.707208] pci_bus 0000:00: resource 11 [mem 0x20000000-0x201fffff window]
[ 0.707217] pci_bus 0000:00: resource 12 [mem 0x76f00001-0x7ef00000 window]
[ 0.707227] pci_bus 0000:00: resource 13 [mem 0x80000000-0xdfffffff window]
[ 0.707238] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.707246] pci_bus 0000:01: resource 1 [mem 0x91400000-0x914fffff]
[ 0.707760] NET: Registered protocol family 2
[ 0.708251] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.708454] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.708675] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.708811] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.708872] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.709044] NET: Registered protocol family 1
[ 0.709091] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.709627] PCI: CLS 64 bytes, default 64
[ 0.709763] Unpacking initramfs...
[ 2.338912] Freeing initrd memory: 43688K
[ 2.338990] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.339002] software IO TLB [mem 0x6c724000-0x70724000] (64MB) mapped at [ffff8e70ec724000-ffff8e70f0723fff]
[ 2.339151] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
[ 2.339207] clocksource: Switched to clocksource tsc
[ 2.339442] Scanning for low memory corruption every 60 seconds
[ 2.340313] audit: initializing netlink subsys (disabled)
[ 2.340420] audit: type=2000 audit(1507346657.339:1): state=initialized audit_enabled=0 res=1
[ 2.341129] Initialise system trusted keyrings
[ 2.341162] Key type blacklist registered
[ 2.341248] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[ 2.344715] zbud: loaded
[ 2.345829] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.346245] fuse init (API version 7.26)
[ 2.349930] Key type asymmetric registered
[ 2.349941] Asymmetric key parser 'x509' registered
[ 2.350037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 2.350137] io scheduler noop registered
[ 2.350145] io scheduler deadline registered
[ 2.350284] io scheduler cfq registered (default)
[ 2.351166] pcieport 0000:00:1c.0: Signaling PME with IRQ 116
[ 2.351397] efifb: probing for efifb
[ 2.351446] efifb: framebuffer at 0x80000000, using 8128k, total 8128k
[ 2.351455] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 2.351461] efifb: scrolling: redraw
[ 2.351467] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.369265] Console: switching to colour frame buffer device 240x67
[ 2.386801] fb0: EFI VGA frame buffer device
[ 2.386889] intel_idle: MWAIT substates: 0x33000020
[ 2.386961] intel_idle: v0.4.1 model 0x4C
[ 2.387412] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.387581] ACPI: AC: found native INT33F4 PMIC, not loading
[ 2.387811] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 2.387950] ACPI: Power Button [PWRB]
[ 2.388152] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 2.388336] ACPI: Power Button [PWRF]
[ 2.395200] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 2.395558] thermal LNXTHERM:00: registered as thermal_zone0
[ 2.395642] ACPI: Thermal Zone [TZ00] (0 C)
[ 2.395832] ACPI: Battery: found native INT33F4 PMIC, not loading
[ 2.396368] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.416973] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 2.417092] serial serial0: allocated controller 0xffff8e71f202cc00 id 0
[ 2.417225] serial serial0: serdev0 registered: dev:ffff8e71f202cc00
[ 2.417317] serial serial0: tty port ttyS0 registered
[ 2.417547] serial serial1: allocated controller 0xffff8e71f2113400 id 1
[ 2.417679] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.418085] serial serial1: allocated controller 0xffff8e71f2112c00 id 1
[ 2.418214] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.418702] serial serial1: allocated controller 0xffff8e71f2111c00 id 1
[ 2.418830] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.419191] serial serial1: allocated controller 0xffff8e71f2113800 id 1
[ 2.419326] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.419622] serial serial1: allocated controller 0xffff8e71f2110c00 id 1
[ 2.419752] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.420612] serial serial1: allocated controller 0xffff8e71f2110400 id 1
[ 2.420762] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.421164] serial serial1: allocated controller 0xffff8e71f2113000 id 1
[ 2.421302] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.421662] serial serial1: allocated controller 0xffff8e71f2111800 id 1
[ 2.421796] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.422088] serial serial1: allocated controller 0xffff8e71f2111400 id 1
[ 2.422216] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.422518] serial serial1: allocated controller 0xffff8e71f2113c00 id 1
[ 2.422641] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.422978] serial serial1: allocated controller 0xffff8e71f2110000 id 1
[ 2.423107] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.423384] serial serial1: allocated controller 0xffff8e71f2112400 id 1
[ 2.423510] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.427906] serial serial1: allocated controller 0xffff8e71f2111000 id 1
[ 2.432140] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.436733] serial serial1: allocated controller 0xffff8e71f2110800 id 1
[ 2.440942] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.445355] serial serial1: allocated controller 0xffff8e71f2112000 id 1
[ 2.449542] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.453977] serial serial1: allocated controller 0xffff8e71f2112800 id 1
[ 2.458165] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.462633] serial serial1: allocated controller 0xffff8e71f213a400 id 1
[ 2.466809] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.471301] serial serial1: allocated controller 0xffff8e71f2139000 id 1
[ 2.475489] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.479983] serial serial1: allocated controller 0xffff8e71f2138800 id 1
[ 2.484165] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.488528] serial serial1: allocated controller 0xffff8e71f213a000 id 1
[ 2.492695] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.497075] serial serial1: allocated controller 0xffff8e71f213a800 id 1
[ 2.501302] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.505693] serial serial1: allocated controller 0xffff8e71f213b400 id 1
[ 2.509917] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.514312] serial serial1: allocated controller 0xffff8e71f213ac00 id 1
[ 2.518539] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.522932] serial serial1: allocated controller 0xffff8e71f2139c00 id 1
[ 2.527174] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.531573] serial serial1: allocated controller 0xffff8e71f213b800 id 1
[ 2.535793] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.540196] serial serial1: allocated controller 0xffff8e71f2138c00 id 1
[ 2.544430] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.548850] serial serial1: allocated controller 0xffff8e71f2138400 id 1
[ 2.553121] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.557496] serial serial1: allocated controller 0xffff8e71f213b000 id 1
[ 2.561684] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.566044] serial serial1: allocated controller 0xffff8e71f2139800 id 1
[ 2.570190] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.574417] serial serial1: allocated controller 0xffff8e71f2139400 id 1
[ 2.578399] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.582539] serial serial1: allocated controller 0xffff8e71f213bc00 id 1
[ 2.586528] serial serial1: serdev1 no devices registered: of:-19 acpi:-19
[ 2.591715] Linux agpgart interface v0.103
[ 2.601609] loop: module loaded
[ 2.606033] libphy: Fixed MDIO Bus: probed
[ 2.609892] tun: Universal TUN/TAP device driver, 1.6
[ 2.613969] PPP generic driver version 2.4.2
[ 2.618115] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.622024] ehci-pci: EHCI PCI platform driver
[ 2.625927] ehci-platform: EHCI generic platform driver
[ 2.629861] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.633769] ohci-pci: OHCI PCI platform driver
[ 2.637672] ohci-platform: OHCI generic platform driver
[ 2.641575] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.645873] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.649798] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.654894] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01509810
[ 2.658854] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 2.663021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.666983] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.670936] usb usb1: Product: xHCI Host Controller
[ 2.674863] usb usb1: Manufacturer: Linux 4.14.0-rc3-patched xhci-hcd
[ 2.678828] usb usb1: SerialNumber: 0000:00:14.0
[ 2.683113] hub 1-0:1.0: USB hub found
[ 2.687058] hub 1-0:1.0: 7 ports detected
[ 2.692110] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.695995] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.700076] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.704017] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.707947] usb usb2: Product: xHCI Host Controller
[ 2.711848] usb usb2: Manufacturer: Linux 4.14.0-rc3-patched xhci-hcd
[ 2.715775] usb usb2: SerialNumber: 0000:00:14.0
[ 2.720031] hub 2-0:1.0: USB hub found
[ 2.723938] hub 2-0:1.0: 6 ports detected
[ 2.729193] i8042: PNP: No PS/2 controller found.
[ 2.733387] mousedev: PS/2 mouse device common for all mice
[ 2.738461] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 2.742405] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.746339] i2c /dev entries driver
[ 2.751352] device-mapper: uevent: version 1.0.3
[ 2.755461] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: dm-devel@redhat.com
[ 2.759437] intel_pstate: Intel P-state driver initializing
[ 2.765128] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.768235] EFI Variables Facility v0.08 2004-May-17
[ 2.775514] NET: Registered protocol family 10
[ 2.789927] Segment Routing with IPv6
[ 2.793064] NET: Registered protocol family 17
[ 2.796691] Key type dns_resolver registered
[ 2.801296] RAS: Correctable Errors collector initialized.
[ 2.804458] microcode: sig=0x406c3, pf=0x1, revision=0x364
[ 2.808105] microcode: Microcode Update Driver: v2.2.
[ 2.808125] sched_clock: Marking stable (2808093981, 0)->(2815262837, -7168856)
[ 2.815315] registered taskstats version 1
[ 2.818788] Loading compiled-in X.509 certificates
[ 2.829273] Loaded X.509 cert 'Build time autogenerated kernel key: aeb94ce5c5df350f82fa033ec49163d36462a966'
[ 2.832517] zswap: loaded using pool lzo/zbud
[ 2.846910] Key type big_key registered
[ 2.850066] Key type trusted registered
[ 2.862281] Key type encrypted registered
[ 2.865545] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.868645] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 2.871792] evm: HMAC attrs: 0x1
[ 2.892699] i2c_designware 808622C1:06: I2C bus managed by PUNIT
[ 2.906054] Magic number: 5:240:411
[ 2.909285] acpi MSSL1680:00: hash matches
[ 2.912829] rtc_cmos 00:04: setting system clock to 2017-10-07 03:24:18 UTC (1507346658)
[ 2.917142] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.920535] EDD information not available.
[ 2.938568] Freeing unused kernel memory: 2328K
[ 2.941732] Write protecting the kernel read-only data: 14336k
[ 2.946525] Freeing unused kernel memory: 728K
[ 2.950778] Freeing unused kernel memory: 76K
[ 2.974906] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 3.026848] usb 1-2: new low-speed USB device number 2 using xhci_hcd
[ 3.126012] synth uevent: /devices/pnp0/00:01/serial0: failed to send uevent
[ 3.126020] serial serial0: uevent: failed to send synthetic uevent
[ 3.137722] sdhci: Secure Digital Host Controller Interface driver
[ 3.141481] sdhci: Copyright(c) Pierre Ossman
[ 3.168755] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[ 3.183380] usb 1-2: New USB device found, idVendor=046d, idProduct=c31c
[ 3.187177] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.190934] usb 1-2: Product: USB Keyboard
[ 3.194640] usb 1-2: Manufacturer: Logitech
[ 3.204347] mmc1: SDHCI controller on ACPI [80860F14:01] using ADMA
[ 3.214175] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 3.234632] r8169 0000:01:00.0 eth0: RTL8168g/8111g at 0xffffb2ecc0791000, a0:1e:0b:04:76:bf, XID 0c000800 IRQ 118
[ 3.238434] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 3.239574] mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
[ 3.273116] mmc0: new HS200 MMC card at address 0001
[ 3.285674] r8169 0000:01:00.0 enp1s0: renamed from eth0
[ 3.290043] mmcblk0: mmc0:0001 BGND3R 29.1 GiB
[ 3.294357] mmcblk0boot0: mmc0:0001 BGND3R partition 1 4.00 MiB
[ 3.298260] mmcblk0boot1: mmc0:0001 BGND3R partition 2 4.00 MiB
[ 3.302383] mmcblk0rpmb: mmc0:0001 BGND3R partition 3 4.00 MiB
[ 3.309938] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 3.311145] [drm] Memory usable by graphics device = 2048M
[ 3.311150] checking generic (80000000 7f0000) vs hw (80000000 10000000)
[ 3.311151] fb: switching to inteldrmfb from EFI VGA
[ 3.317976] mmcblk0: p1 p2 p3 p4 p5
[ 3.327964] Console: switching to colour dummy device 80x25
[ 3.328561] [drm] Replacing VGA console driver
[ 3.328772] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.328780] [drm] Driver supports precise vblank timestamp query.
[ 3.329858] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.331589] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.333649] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.334493] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 3.336050] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 3.342421] [drm] Initialized i915 1.6.0 20170818 for 0000:00:02.0 on minor 0
[ 3.346112] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.349244] acpi device:01: registered as cooling_device4
[ 3.350035] acpi device:02: registered as cooling_device5
[ 3.350833] acpi device:03: registered as cooling_device6
[ 3.351581] acpi device:04: registered as cooling_device7
[ 3.352591] acpi device:05: registered as cooling_device8
[ 3.353436] acpi device:06: registered as cooling_device9
[ 3.354265] acpi device:07: registered as cooling_device10
[ 3.355145] acpi device:08: registered as cooling_device11
[ 3.355319] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[ 3.355641] [drm] HDaudio controller not detected, using LPE audio instead
[ 3.431403] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 3.489982] usb 1-3: New USB device found, idVendor=1a40, idProduct=0101
[ 3.490001] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.490010] usb 1-3: Product: USB 2.0 Hub
[ 3.491161] hub 1-3:1.0: USB hub found
[ 3.491525] hub 1-3:1.0: 4 ports detected
[ 3.620891] usb 1-4: new full-speed USB device number 4 using xhci_hcd
[ 3.771666] usb 1-4: New USB device found, idVendor=1532, idProduct=0016
[ 3.771681] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.771689] usb 1-4: Product: Razer DeathAdder
[ 3.771695] usb 1-4: Manufacturer: Razer
[ 3.783617] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.800345] usbcore: registered new interface driver usbhid
[ 3.800360] usbhid: USB HID core driver
[ 3.804974] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C31C.0001/input/input3
[ 3.865567] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-2/input0
[ 3.866024] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C31C.0002/input/input4
[ 3.868847] usb 1-3.1: new full-speed USB device number 5 using xhci_hcd
[ 3.924818] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-2/input1
[ 3.925154] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1532:0016.0003/input/input5
[ 3.926045] hid-generic 0003:1532:0016.0003: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:14.0-4/input0
[ 3.996859] usb 1-3.1: New USB device found, idVendor=046d, idProduct=c52b
[ 3.996904] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.996935] usb 1-3.1: Product: USB Receiver
[ 3.996957] usb 1-3.1: Manufacturer: Logitech
[ 4.047481] fbcon: inteldrmfb (fb0) is primary device
[ 4.104032] usb 1-3.2: new low-speed USB device number 6 using xhci_hcd
[ 4.237442] usb 1-3.2: New USB device found, idVendor=10d5, idProduct=55a4
[ 4.237456] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.237466] usb 1-3.2: Product: 4 Port KVMSwicther
[ 4.237483] usb 1-3.2: Manufacturer: No brand
[ 4.237485] usb 1-3.2: SerialNumber: 1ô²
[ 4.247974] input: No brand 4 Port KVMSwicther as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:10D5:55A4.0007/input/input6
[ 4.304348] hid-generic 0003:10D5:55A4.0007: input,hidraw3: USB HID v1.10 Keyboard [No brand 4 Port KVMSwicther] on usb-0000:00:14.0-3.2/input0
[ 4.305174] usbhid 1-3.2:1.1: couldn't find an input interrupt endpoint
[ 4.312960] logitech-djreceiver 0003:046D:C52B.0006: hiddev0,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3.1/input2
[ 4.446693] input: Logitech Performance MX as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.0006/0003:046D:101A.0008/input/input7
[ 4.447531] logitech-hidpp-device 0003:046D:101A.0008: input,hidraw5: USB HID v1.11 Mouse [Logitech Performance MX] on usb-0000:00:14.0-3.1:1
[ 4.455372] input: Logitech K800 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.0006/0003:046D:2010.0009/input/input8
[ 4.455904] logitech-hidpp-device 0003:046D:2010.0009: input,hidraw6: USB HID v1.11 Keyboard [Logitech K800] on usb-0000:00:14.0-3.1:2
[ 4.459037] Console: switching to colour frame buffer device 240x67
[ 4.492239] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 4.629391] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 4.897447] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.913816] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 4.914396] systemd[1]: Detected architecture x86-64.
[ 4.915500] systemd[1]: Set hostname to <Z83-4>.
[ 5.085046] systemd[1]: Listening on Journal Audit Socket.
[ 5.085719] systemd[1]: Listening on Journal Socket.
[ 5.086383] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 5.086912] systemd[1]: Listening on udev Control Socket.
[ 5.098114] systemd[1]: Created slice System Slice.
[ 5.110365] systemd[1]: Mounting Debug File System...
[ 5.122841] systemd[1]: Starting Set the console keyboard layout...
[ 5.322919] lp: driver loaded but no devices found
[ 5.346788] ppdev: user-space parallel port driver
[ 5.521111] EXT4-fs (mmcblk0p5): re-mounted. Opts: errors=remount-ro
[ 5.595362] systemd-journald[246]: Received request to flush runtime journal from PID 1
[ 5.665704] Adding 490328k swap on /swapfile. Priority:-2 extents:2 across:498520k SSFS
[ 5.792922] synth uevent: /devices/pnp0/00:01/serial0: failed to send uevent
[ 5.792929] serial serial0: uevent: failed to send synthetic uevent
[ 5.928492] 8086228A:00: ttyS4 at MMIO 0x9151b000 (irq = 39, base_baud = 2764800) is a 16550A
[ 5.951849] serial serial1: allocated controller 0xffff8e71f535b400 id 1
[ 5.961101] serial serial1-0: device serial1-0 registered
[ 5.978487] serial serial1: serdev1 registered: dev:ffff8e71f535b400
[ 5.982195] serial serial1: tty port ttyS4 registered
[ 6.004426] 8086228A:01: ttyS5 at MMIO 0x91519000 (irq = 40, base_baud = 2764800) is a 16550A
[ 6.011611] serial serial2: allocated controller 0xffff8e71f3ea7000 id 2
[ 6.015693] serial serial2: serdev2 registered: dev:ffff8e71f3ea7000
[ 6.019369] serial serial2: tty port ttyS5 registered
[ 6.059557] nfc: nfc_init: NFC Core ver 0.1
[ 6.063333] NET: Registered protocol family 39
[ 6.070373] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
[ 6.168497] Bluetooth: Core ver 2.22
[ 6.172368] NET: Registered protocol family 31
[ 6.176086] Bluetooth: HCI device and connection manager initialized
[ 6.177026] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
[ 6.186368] Bluetooth: HCI socket layer initialized
[ 6.194441] Bluetooth: L2CAP socket layer initialized
[ 6.198172] Bluetooth: SCO socket layer initialized
[ 6.202290] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[ 6.243844] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.262583] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[ 6.268252] input: Intel HID events as /devices/pci0000:00/INT33D5:00/input/input9
[ 6.281816] Bluetooth: HCI UART driver ver 2.3
[ 6.285732] Bluetooth: HCI UART protocol H4 registered
[ 6.289588] Bluetooth: HCI UART protocol BCSP registered
[ 6.293521] Bluetooth: HCI UART protocol LL registered
[ 6.297349] Bluetooth: HCI UART protocol ATH3K registered
[ 6.301136] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 6.305114] Bluetooth: HCI UART protocol Intel registered
[ 6.309116] Bluetooth: HCI UART protocol Broadcom registered
[ 6.309223] hci_uart_bcm serial1-0: MINIX Z83-4: Overwriting IRQ polarity to active low
[ 6.309538] hci_uart_bcm serial1-0: BCM irq: 166
[ 6.309560] (null): hu ffff8e71f1117818
[ 6.327807] Bluetooth: HCI UART protocol QCA registered
[ 6.331536] Bluetooth: HCI UART protocol AG6XX registered
[ 6.335236] Bluetooth: HCI UART protocol Marvell registered
[ 6.350005] hci0 ffff8e71fa9c6000
[ 6.353729] hci0: Set Controller clock (1)
[ 6.358945] hci0: type 1 len 4
[ 6.362647] hci0: hu ffff8e71f1117818 skb ffff8e71f62e2500
[ 6.382359] RTL8723BS: module init start
[ 6.386019] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[ 6.389718] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[ 6.393528] Bluetooth: hci0: BCM: failed to write clock (-56)
[ 6.397177] Bluetooth: hci0: failed to set baudrate
[ 6.400791] hci0: hu ffff8e71f1117818
[ 6.404454] hci0: type 1 len 3
[ 6.405431] RTL8723BS: module init ret =0
[ 6.411761] hci0: hu ffff8e71f1117818 skb ffff8e71f6bc9100
[ 6.478431] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input10
[ 6.494894] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input11
[ 6.515866] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input12
[ 6.524106] hci0: type 1 len 3
[ 6.524110] hci0: hu ffff8e71f1117818 skb ffff8e71f5cffb00
[ 6.525555] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 6.527833] hci0: type 1 len 3
[ 6.527837] hci0: hu ffff8e71f1117818 skb ffff8e71f5376800
[ 6.529963] Bluetooth: hci0: BCM: chip id 107
[ 6.530006] hci0: type 1 len 3
[ 6.530010] hci0: hu ffff8e71f1117818 skb ffff8e71f16b8f00
[ 6.532446] Bluetooth: hci0: BCM: features 0x2f
[ 6.532479] hci0: type 1 len 3
[ 6.532483] hci0: hu ffff8e71f1117818 skb ffff8e71f16b8e00
[ 6.558170] Bluetooth: hci0: BCM4345C0
[ 6.558178] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 6.585528] bluetooth hci0: Direct firmware load for brcm/BCM4345C0.hcd failed with error -2
[ 6.585535] Bluetooth: hci0: BCM: Patch brcm/BCM4345C0.hcd not found
[ 6.588762] hci0: type 1 len 3
[ 6.588766] hci0: hu ffff8e71f1117818 skb ffff8e71f1c09e00
[ 6.592153] hci0: type 1 len 3
[ 6.592156] hci0: hu ffff8e71f1117818 skb ffff8e71f1c09900
[ 6.595473] hci0: type 1 len 3
[ 6.595476] hci0: hu ffff8e71f1117818 skb ffff8e71f1c09400
[ 6.605323] hci0: type 1 len 3
[ 6.605326] hci0: hu ffff8e71f1117818 skb ffff8e71f9eb9000
[ 6.608594] hci0: type 1 len 3
[ 6.608597] hci0: hu ffff8e71f1117818 skb ffff8e71f1c55300
[ 6.614705] hci0: type 1 len 3
[ 6.614709] hci0: hu ffff8e71f1117818 skb ffff8e71f1c55400
[ 6.639376] hci0: type 1 len 3
[ 6.639380] hci0: hu ffff8e71f1117818 skb ffff8e71f1c55d00
[ 6.642538] hci0: type 1 len 3
[ 6.642542] hci0: hu ffff8e71f1117818 skb ffff8e71f1c55000
[ 6.645605] hci0: type 1 len 3
[ 6.645608] hci0: hu ffff8e71f1117818 skb ffff8e71f1c55b00
[ 6.648747] hci0: type 1 len 4
[ 6.648751] hci0: hu ffff8e71f1117818 skb ffff8e71f1c55800
[ 6.651553] hci0: type 1 len 5
[ 6.651558] hci0: hu ffff8e71f1117818 skb ffff8e71f1c55200
[ 6.654592] hci0: type 1 len 3
[ 6.654595] hci0: hu ffff8e71f1117818 skb ffff8e71f1c55900
[ 6.657573] hci0: type 1 len 3
[ 6.657576] hci0: hu ffff8e71f1117818 skb ffff8e71f23c6e00
[ 6.660607] hci0: type 1 len 3
[ 6.660611] hci0: hu ffff8e71f1117818 skb ffff8e71f23c6b00
[ 6.663017] hci0: type 1 len 3
[ 6.663021] hci0: hu ffff8e71f1117818 skb ffff8e71f23c6000
[ 6.672325] hci0: type 1 len 244
[ 6.672330] hci0: hu ffff8e71f1117818 skb ffff8e71f23c6500
[ 6.697475] hci0: type 1 len 4
[ 6.697478] hci0: hu ffff8e71f1117818 skb ffff8e71f23c6700
[ 6.699286] hci0: type 1 len 3
[ 6.699289] hci0: hu ffff8e71f1117818 skb ffff8e71f23c6d00
[ 6.706324] hci0: type 1 len 4
[ 6.706328] hci0: hu ffff8e71f1117818 skb ffff8e71f23c6400
[ 6.712006] hci0: type 1 len 11
[ 6.712031] hci0: hu ffff8e71f1117818 skb ffff8e71f5354a00
[ 6.715007] hci0: type 1 len 10
[ 6.715009] hci0: hu ffff8e71f1117818 skb ffff8e71f5354c00
[ 6.716300] rt5645 i2c-10EC5645:00: i2c-10EC5645:00 supply avdd not found, using dummy regulator
[ 6.716331] rt5645 i2c-10EC5645:00: i2c-10EC5645:00 supply cpvdd not found, using dummy regulator
[ 6.719091] hci0: type 1 len 5
[ 6.719095] hci0: hu ffff8e71f1117818 skb ffff8e71f5354300
[ 6.721194] intel_sst_acpi 808622A8:00: LPE base: 0x91000000 size:0x200000
[ 6.721197] intel_sst_acpi 808622A8:00: IRAM base: 0x910c0000
[ 6.721263] intel_sst_acpi 808622A8:00: DRAM base: 0x91100000
[ 6.721271] intel_sst_acpi 808622A8:00: SHIM base: 0x91140000
[ 6.721281] intel_sst_acpi 808622A8:00: Mailbox base: 0x91144000
[ 6.721288] intel_sst_acpi 808622A8:00: DDR base: 0x20000000
[ 6.721924] hci0: type 1 len 3
[ 6.721928] hci0: hu ffff8e71f1117818 skb ffff8e71f5354b00
[ 6.724082] intel_sst_acpi 808622A8:00: Got drv data max stream 25
[ 6.724825] hci0: type 1 len 3
[ 6.724828] hci0: hu ffff8e71f1117818 skb ffff8e71f5354d00
[ 6.728277] hci0: type 1 len 11
[ 6.728280] hci0: hu ffff8e71f1117818 skb ffff8e71f5354700
[ 6.731687] hci0: type 1 len 3
[ 6.731690] hci0: hu ffff8e71f1117818 skb ffff8e71f5354600
[ 6.734636] hci0: type 1 len 3
[ 6.734639] hci0: hu ffff8e71f1117818 skb ffff8e71f5354000
[ 6.738439] hci0: type 1 len 3
[ 6.738443] hci0: hu ffff8e71f1117818 skb ffff8e71f5354800
[ 6.741779] hci0: type 1 len 4
[ 6.741783] hci0: hu ffff8e71f1117818 skb ffff8e71f5354400
[ 6.744902] hci0: type 1 len 10
[ 6.744907] hci0: hu ffff8e71f1117818 skb ffff8e71f16fca00
[ 6.749970] hci0: type 1 len 11
[ 6.749973] hci0: hu ffff8e71f1117818 skb ffff8e71f16fc900
[ 6.750436] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[ 6.753262] hci0: type 1 len 3
[ 6.753275] hci0: hu ffff8e71f1117818 skb ffff8e71f16fcb00
[ 6.758073] hci0: type 1 len 3
[ 6.758085] hci0: hu ffff8e71f1117818 skb ffff8e71f16fc300
[ 6.762757] hci0: type 1 len 3
[ 6.762761] hci0: hu ffff8e71f1117818 skb ffff8e71f16fcc00
[ 6.871147] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 6.881247] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 6.891892] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 6.911574] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 7.117085] SSE version of gcm_enc/dec engaged.
[ 7.132215] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43455-sdio.bin for chip 0x004345(17221) rev 0x000006
[ 7.133039] usbcore: registered new interface driver brcmfmac
[ 7.219015] random: crng init done
[ 7.421926] input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input13
[ 7.422707] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input14
[ 7.498508] intel_rapl: Found RAPL domain package
[ 7.498523] intel_rapl: Found RAPL domain core
[ 7.659232] intel-spi intel-spi: w25q64dw (8192 Kbytes)
[ 7.730071] Creating 1 MTD partitions on "intel-spi":
[ 7.730077] 0x000000000000-0x000000800000 : "BIOS"
[ 7.834823] cht-bsw-rt5645 cht-bsw-rt5645: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[ 7.841816] cht-bsw-rt5645 cht-bsw-rt5645: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
[ 7.841854] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[ 7.843527] cht-bsw-rt5645 cht-bsw-rt5645: rt5645-aif1 <-> ssp2-port mapping ok
[ 7.908981] input: chtrt5645 Headset as /devices/pci0000:00/808622A8:00/cht-bsw-rt5645/sound/card1/input15
[ 8.004096] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 16 -> VIRQ 140
[ 8.035985] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 17 -> VIRQ 141
[ 8.068258] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 18 -> VIRQ 142
[ 8.087289] audit: type=1400 audit(1507346663.667:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="content-hub-clipboard" pid=758 comm="apparmor_parser"
[ 8.108108] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 19 -> VIRQ 143
[ 8.113272] audit: type=1400 audit(1507346663.695:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="content-hub-peer-picker" pid=756 comm="apparmor_parser"
[ 8.136271] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 24 -> VIRQ 148
[ 8.147945] audit: type=1400 audit(1507346663.727:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="url-dispatcher-bad-url-helper" pid=766 comm="apparmor_parser"
[ 8.162427] axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 25 -> VIRQ 149
[ 8.796078] hdev ffff8e71fa9c6000 serdev ffff8e71f535b000
[ 8.800602] hci0: hu ffff8e71f1117818
[ 8.805168] hdev ffff8e71fa9c6000
[ 8.809723] hdev ffff8e71fa9c6000 serdev ffff8e71f535b000
[ 8.814318] hci0: hu ffff8e71f1117818
[ 9.062862] audit: type=1400 audit(1507346664.643:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=759 comm="apparmor_parser"
[ 9.067806] audit: type=1400 audit(1507346664.643:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=759 comm="apparmor_parser"
[ 9.073057] audit: type=1400 audit(1507346664.643:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=759 comm="apparmor_parser"
[ 9.081778] audit: type=1400 audit(1507346664.643:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=759 comm="apparmor_parser"
[ 9.092604] audit: type=1400 audit(1507346664.675:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ubuntu-printing-app" pid=774 comm="apparmor_parser"
[ 9.108052] audit: type=1400 audit(1507346664.687:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="unity8-dash" pid=776 comm="apparmor_parser"
[ 9.225072] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Mar 1 2015 07:29:38 version 7.45.18 (r538002) FWID 01-6a2c8ad4
[ 9.332531] audit: type=1400 audit(1507346664.915:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=757 comm="apparmor_parser"
[ 15.022054] usb 1-3: USB disconnect, device number 3
[ 15.026582] usb 1-3.1: USB disconnect, device number 5
[ 15.249027] usb 1-3.2: USB disconnect, device number 6
[ 15.616111] usb 1-3: new high-speed USB device number 7 using xhci_hcd
[ 15.768509] usb 1-3: New USB device found, idVendor=1a40, idProduct=0101
[ 15.772978] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 15.777425] usb 1-3: Product: USB 2.0 Hub
[ 15.782870] hub 1-3:1.0: USB hub found
[ 15.787851] hub 1-3:1.0: 4 ports detected
[ 16.100087] usb 1-3.1: new full-speed USB device number 8 using xhci_hcd
[ 16.227450] usb 1-3.1: New USB device found, idVendor=046d, idProduct=c52b
[ 16.231922] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 16.236432] usb 1-3.1: Product: USB Receiver
[ 16.241032] usb 1-3.1: Manufacturer: Logitech
[ 16.252529] logitech-djreceiver 0003:046D:C52B.000C: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3.1/input2
[ 16.388320] input: Logitech Performance MX as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.000C/0003:046D:101A.000D/input/input16
[ 16.394135] logitech-hidpp-device 0003:046D:101A.000D: input,hidraw4: USB HID v1.11 Mouse [Logitech Performance MX] on usb-0000:00:14.0-3.1:1
[ 16.406442] input: Logitech K800 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.000C/0003:046D:2010.000E/input/input17
[ 16.412042] logitech-hidpp-device 0003:046D:2010.000E: input,hidraw5: USB HID v1.11 Keyboard [Logitech K800] on usb-0000:00:14.0-3.1:2
[ 16.456100] usb 1-3.2: new low-speed USB device number 9 using xhci_hcd
[ 16.585922] usb 1-3.2: New USB device found, idVendor=10d5, idProduct=55a4
[ 16.590888] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 16.596187] usb 1-3.2: Product: 4 Port KVMSwicther
[ 16.601352] usb 1-3.2: Manufacturer: No brand
[ 16.606488] usb 1-3.2: SerialNumber: 1ô²
[ 16.617962] input: No brand 4 Port KVMSwicther as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:10D5:55A4.000F/input/input18
[ 16.681317] hid-generic 0003:10D5:55A4.000F: input,hidraw6: USB HID v1.10 Keyboard [No brand 4 Port KVMSwicther] on usb-0000:00:14.0-3.2/input0
[ 16.687357] usbhid 1-3.2:1.1: couldn't find an input interrupt endpoint
[ 17.604103] kauditd_printk_skb: 19 callbacks suppressed
[ 17.609312] audit: type=1400 audit(1507346673.183:31): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=767 comm="apparmor_parser"
[ 17.614474] audit: type=1400 audit(1507346673.187:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=767 comm="apparmor_parser"
[ 17.619759] audit: type=1400 audit(1507346673.191:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=767 comm="apparmor_parser"
[ 17.625519] audit: type=1400 audit(1507346673.191:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=767 comm="apparmor_parser"
[ 17.625526] audit: type=1400 audit(1507346673.195:35): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=767 comm="apparmor_parser"
[ 17.625531] audit: type=1400 audit(1507346673.195:36): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer//sanitized_helper" pid=767 comm="apparmor_parser"
[ 17.979325] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 17.979327] Bluetooth: BNEP filters: protocol multicast
[ 17.979337] Bluetooth: BNEP socket layer initialized
[ 17.995687] hci0 ffff8e71fa9c6000
[ 18.000197] hci0: type 1 len 3
[ 18.000204] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4b100
[ 18.002444] hci0: type 1 len 3
[ 18.002448] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4b600
[ 18.004698] hci0: type 1 len 3
[ 18.004702] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4ba00
[ 18.006788] hci0: type 1 len 3
[ 18.006791] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4b400
[ 18.008978] hci0: type 1 len 3
[ 18.008981] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4bb00
[ 18.013328] hci0: type 1 len 3
[ 18.013332] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4ba00
[ 18.041937] hci0: type 1 len 3
[ 18.041940] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4be00
[ 18.043659] hci0: type 1 len 3
[ 18.043663] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4bc00
[ 18.045986] hci0: type 1 len 3
[ 18.045989] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4b600
[ 18.048250] hci0: type 1 len 4
[ 18.048254] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4b100
[ 18.049913] hci0: type 1 len 5
[ 18.049916] hci0: hu ffff8e71f1117818 skb ffff8e71f1c4b200
[ 18.051743] hci0: type 1 len 3
[ 18.051748] hci0: hu ffff8e71f1117818 skb ffff8e71f234d300
[ 18.053567] hci0: type 1 len 3
[ 18.053571] hci0: hu ffff8e71f1117818 skb ffff8e71f234d800
[ 18.055876] hci0: type 1 len 3
[ 18.055880] hci0: hu ffff8e71f1117818 skb ffff8e71f234d600
[ 18.058128] hci0: type 1 len 3
[ 18.058131] hci0: hu ffff8e71f1117818 skb ffff8e71f23a2c00
[ 18.065344] hci0: type 1 len 4
[ 18.065347] hci0: hu ffff8e71f1117818 skb ffff8e71f23a2300
[ 18.117352] hci0: type 1 len 4
[ 18.117356] hci0: hu ffff8e71f1117818 skb ffff8e71f23a2000
[ 18.121603] hci0: type 1 len 3
[ 18.121607] hci0: hu ffff8e71f1117818 skb ffff8e71f23a2a00
[ 18.125726] hci0: type 1 len 4
[ 18.125730] hci0: hu ffff8e71f1117818 skb ffff8e71f23a2d00
[ 18.128612] hci0: type 1 len 11
[ 18.128616] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7700
[ 18.131454] hci0: type 1 len 10
[ 18.131458] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7100
[ 18.134216] hci0: type 1 len 5
[ 18.134220] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7900
[ 18.136272] hci0: type 1 len 3
[ 18.136274] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7200
[ 18.138275] hci0: type 1 len 3
[ 18.138277] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7400
[ 18.140127] hci0: type 1 len 11
[ 18.140129] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7b00
[ 18.142833] hci0: type 1 len 3
[ 18.142837] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7500
[ 18.146189] hci0: type 1 len 3
[ 18.146193] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7300
[ 18.149939] hci0: type 1 len 3
[ 18.149943] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7f00
[ 18.151897] hci0: type 1 len 5
[ 18.151901] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7c00
[ 18.155486] hci0: type 1 len 4
[ 18.155491] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7e00
[ 18.159539] hci0: type 1 len 10
[ 18.159543] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7e00
[ 18.162475] hci0: type 1 len 11
[ 18.162479] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7c00
[ 18.165410] hci0: type 1 len 3
[ 18.165414] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7f00
[ 18.168148] hci0: type 1 len 3
[ 18.168153] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7300
[ 18.171227] hci0: type 1 len 3
[ 18.171231] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7500
[ 18.173877] hci0: type 1 len 4
[ 18.173881] hci0: hu ffff8e71f1117818 skb ffff8e71f9ed7b00
[ 18.218872] hci0: type 1 len 35
[ 18.218876] hci0: hu ffff8e71f1117818 skb ffff8e71f233a100
[ 18.223915] hci0: type 1 len 35
[ 18.223920] hci0: hu ffff8e71f1117818 skb ffff8e71f233ab00
[ 18.229036] hci0: type 1 len 251
[ 18.229040] hci0: hu ffff8e71f1117818 skb ffff8e71f233ad00
[ 18.255339] hci0: type 1 len 244
[ 18.255343] hci0: hu ffff8e71f1117818 skb ffff8e71f233ae00
[ 18.282303] hci0: type 1 len 6
[ 18.282307] hci0: hu ffff8e71f1117818 skb ffff8e71f233aa00
[ 18.288457] hci0: type 1 len 244
[ 18.288461] hci0: hu ffff8e71f1117818 skb ffff8e71f5eab200
[ 18.314376] hci0: type 1 len 244
[ 18.314379] hci0: hu ffff8e71f1117818 skb ffff8e71f5eab200
[ 18.340221] hci0: type 1 len 4
[ 18.340226] hci0: hu ffff8e71f1117818 skb ffff8e71f233a100
[ 18.342321] hci0: type 1 len 244
[ 18.342325] hci0: hu ffff8e71f1117818 skb ffff8e71f5eab900
[ 18.368199] hci0: type 1 len 251
[ 18.368203] hci0: hu ffff8e71f1117818 skb ffff8e71f5eab700
[ 18.395103] hci0: type 1 len 244
[ 18.395107] hci0: hu ffff8e71f1117818 skb ffff8e71f5eab300
[ 18.537325] audit: type=1400 audit(1507346674.119:37): apparmor="DENIED" operation="create" profile="/usr/sbin/cupsd" pid=987 comm="cupsd" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 18.539939] audit: type=1400 audit(1507346674.119:38): apparmor="DENIED" operation="create" profile="/usr/sbin/cupsd" pid=987 comm="cupsd" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 18.541159] audit: type=1400 audit(1507346674.123:39): apparmor="DENIED" operation="create" profile="/usr/sbin/cupsd" pid=987 comm="cupsd" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 18.541194] audit: type=1400 audit(1507346674.123:40): apparmor="DENIED" operation="create" profile="/usr/sbin/cupsd" pid=987 comm="cupsd" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 18.824529] systemd[1]: motd-news.timer: Adding 26min 8.066041s random time.
[ 18.828148] systemd[1]: apt-daily.timer: Adding 5h 24min 50.248163s random time.
[ 18.831305] systemd[1]: snapd.refresh.timer: Adding 37min 50.599500s random time.
[ 18.833712] systemd[1]: snapd.refresh.timer: Adding 4h 27min 40.128894s random time.
[ 19.061855] hci0: type 1 len 251
[ 19.064819] hci0: hu ffff8e71f1117818 skb ffff8e71f46ae300
[ 19.098316] hci0: type 1 len 244
[ 19.101360] hci0: hu ffff8e71f1117818 skb ffff8e71f46ae900
[ 19.195839] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 19.247127] r8169 0000:01:00.0 enp1s0: link down
[ 19.249803] r8169 0000:01:00.0 enp1s0: link down
[ 19.252561] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 19.261565] systemd[1]: motd-news.timer: Adding 15min 122.507ms random time.
[ 19.265782] systemd[1]: apt-daily.timer: Adding 8h 5min 46.333236s random time.
[ 19.269800] systemd[1]: snapd.refresh.timer: Adding 3h 10min 25.311478s random time.
[ 19.269881] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 19.275802] systemd[1]: snapd.refresh.timer: Adding 1h 16min 19.470904s random time.
[ 19.315477] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 19.842023] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 19.988477] brcmfmac: brcmf_p2p_create_p2pdev: set p2p_disc error
[ 19.988500] brcmfmac: brcmf_cfg80211_add_iface: add iface p2p-dev-wlan0 type 10 failed: err=-16
[ 19.996656] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 22.262056] r8169 0000:01:00.0 enp1s0: link up
[ 22.262087] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[ 22.617070] kauditd_printk_skb: 74 callbacks suppressed
[ 22.617079] audit: type=1400 audit(1507346678.199:115): apparmor="DENIED" operation="create" profile="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1309 comm="nm-dhcp-helper" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 22.658238] audit: type=1400 audit(1507346678.239:116): apparmor="DENIED" operation="create" profile="/sbin/dhclient" pid=1317 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested_mask="create" denied_mask="create"
[ 22.659385] audit: type=1400 audit(1507346678.239:117): apparmor="DENIED" operation="create" profile="/sbin/dhclient" pid=1317 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 22.659402] audit: type=1400 audit(1507346678.239:118): apparmor="DENIED" operation="create" profile="/sbin/dhclient" pid=1317 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 22.672477] audit: type=1400 audit(1507346678.255:119): apparmor="DENIED" operation="create" profile="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1320 comm="nm-dhcp-helper" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 22.705754] audit: type=1400 audit(1507346678.287:120): apparmor="DENIED" operation="create" profile="/sbin/dhclient" pid=1329 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested_mask="create" denied_mask="create"
[ 22.706842] audit: type=1400 audit(1507346678.287:121): apparmor="DENIED" operation="create" profile="/sbin/dhclient" pid=1329 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 22.706882] audit: type=1400 audit(1507346678.287:122): apparmor="DENIED" operation="create" profile="/sbin/dhclient" pid=1329 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 22.718911] audit: type=1400 audit(1507346678.299:123): apparmor="DENIED" operation="create" profile="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1332 comm="nm-dhcp-helper" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 22.963062] audit: type=1400 audit(1507346678.543:124): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 23.212523] intel_sst_acpi 808622A8:00: FW Version 01.0b.02.02
[ 23.660761] hci0: type 1 len 6
[ 23.660773] hci0: hu ffff8e71f1117818 skb ffff8e71f51b2000
[ 23.664082] hci0: type 1 len 244
[ 23.664097] hci0: hu ffff8e71f1117818 skb ffff8e71f51b2200
[ 23.697839] Bluetooth: RFCOMM TTY layer initialized
[ 23.697858] Bluetooth: RFCOMM socket layer initialized
[ 23.697878] Bluetooth: RFCOMM ver 1.11
[ 23.698794] hci0: type 1 len 6
[ 23.698803] hci0: hu ffff8e71f1117818 skb ffff8e71f259e600
[ 23.701343] hci0: type 1 len 244
[ 23.701354] hci0: hu ffff8e71f1117818 skb ffff8e71f259e700
[ 23.726833] hci0: type 1 len 244
[ 23.726845] hci0: hu ffff8e71f1117818 skb ffff8e71f4b0df00
[ 26.493444] usb 1-3: USB disconnect, device number 7
[ 26.493457] usb 1-3.1: USB disconnect, device number 8
[ 26.583677] hci0: type 1 len 6
[ 26.583687] hci0: hu ffff8e71f1117818 skb ffff8e71f5eb1e00
[ 26.588182] hci0: type 1 len 244
[ 26.588193] hci0: hu ffff8e71f1117818 skb ffff8e71f5eb1100
[ 26.613385] hci0: type 1 len 6
[ 26.613400] hci0: hu ffff8e71f1117818 skb ffff8e71f5f98400
[ 26.615493] hci0: type 1 len 244
[ 26.615503] hci0: hu ffff8e71f1117818 skb ffff8e71f5f98100
[ 26.641140] hci0: type 1 len 244
[ 26.641154] hci0: hu ffff8e71f1117818 skb ffff8e71f45f0900
[ 26.692835] usb 1-3.2: USB disconnect, device number 9
[ 27.096511] usb 1-3: new high-speed USB device number 10 using xhci_hcd
[ 27.244423] usb 1-3: New USB device found, idVendor=1a40, idProduct=0101
[ 27.244432] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 27.244436] usb 1-3: Product: USB 2.0 Hub
[ 27.245378] hub 1-3:1.0: USB hub found
[ 27.245416] hub 1-3:1.0: 4 ports detected
[ 27.553021] usb 1-3.1: new full-speed USB device number 11 using xhci_hcd
[ 27.660481] usb 1-3.1: New USB device found, idVendor=046d, idProduct=c52b
[ 27.660500] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 27.660510] usb 1-3.1: Product: USB Receiver
[ 27.660519] usb 1-3.1: Manufacturer: Logitech
[ 27.674425] logitech-djreceiver 0003:046D:C52B.0012: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3.1/input2
[ 27.812401] input: Logitech Performance MX as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.0012/0003:046D:101A.0013/input/input19
[ 27.812715] logitech-hidpp-device 0003:046D:101A.0013: input,hidraw4: USB HID v1.11 Mouse [Logitech Performance MX] on usb-0000:00:14.0-3.1:1
[ 27.821607] input: Logitech K800 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.0012/0003:046D:2010.0014/input/input20
[ 27.822199] logitech-hidpp-device 0003:046D:2010.0014: input,hidraw5: USB HID v1.11 Keyboard [Logitech K800] on usb-0000:00:14.0-3.1:2
[ 27.900089] usb 1-3.2: new low-speed USB device number 12 using xhci_hcd
[ 27.964697] kauditd_printk_skb: 4 callbacks suppressed
[ 27.964707] audit: type=1400 audit(1507346683.547:129): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 28.010553] usb 1-3.2: New USB device found, idVendor=10d5, idProduct=55a4
[ 28.010573] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 28.010589] usb 1-3.2: Product: 4 Port KVMSwicther
[ 28.010595] usb 1-3.2: Manufacturer: No brand
[ 28.010600] usb 1-3.2: SerialNumber: 1ô²
[ 28.019489] input: No brand 4 Port KVMSwicther as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:10D5:55A4.0015/input/input21
[ 28.077298] hid-generic 0003:10D5:55A4.0015: input,hidraw6: USB HID v1.10 Keyboard [No brand 4 Port KVMSwicther] on usb-0000:00:14.0-3.2/input0
[ 28.078184] usbhid 1-3.2:1.1: couldn't find an input interrupt endpoint
[ 28.965527] audit: type=1400 audit(1507346684.547:130): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 29.965522] audit: type=1400 audit(1507346685.547:131): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 30.626465] hci0: type 1 len 6
[ 30.626476] hci0: hu ffff8e71f1117818 skb ffff8e71f3c32f00
[ 30.629063] hci0: type 1 len 244
[ 30.629073] hci0: hu ffff8e71f1117818 skb ffff8e71f3c32c00
[ 30.654302] hci0: type 1 len 6
[ 30.654319] hci0: hu ffff8e71f1117818 skb ffff8e71f4ac3400
[ 30.657896] hci0: type 1 len 244
[ 30.657907] hci0: hu ffff8e71f1117818 skb ffff8e71f4ac3d00
[ 30.683108] hci0: type 1 len 244
[ 30.683119] hci0: hu ffff8e71f1117818 skb ffff8e71f4ac3000
[ 30.965698] audit: type=1400 audit(1507346686.547:132): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 31.965876] audit: type=1400 audit(1507346687.547:133): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 32.966059] audit: type=1400 audit(1507346688.547:134): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 33.966217] audit: type=1400 audit(1507346689.547:135): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 34.966406] audit: type=1400 audit(1507346690.547:136): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 35.966577] audit: type=1400 audit(1507346691.547:137): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 36.966952] audit: type=1400 audit(1507346692.547:138): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 37.967148] audit: type=1400 audit(1507346693.547:139): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 38.967405] audit: type=1400 audit(1507346694.547:140): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 39.967952] audit: type=1400 audit(1507346695.547:141): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 40.968324] audit: type=1400 audit(1507346696.547:142): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 41.083428] logitech-djreceiver 0003:046D:C52B.0018: hiddev0,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3.1/input2
[ 41.212363] input: Logitech Performance MX as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.0018/0003:046D:101A.0019/input/input22
[ 41.212867] logitech-hidpp-device 0003:046D:101A.0019: input,hidraw3: USB HID v1.11 Mouse [Logitech Performance MX] on usb-0000:00:14.0-3.1:1
[ 41.222433] input: Logitech K800 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.0018/0003:046D:2010.001A/input/input23
[ 41.223184] logitech-hidpp-device 0003:046D:2010.001A: input,hidraw5: USB HID v1.11 Keyboard [Logitech K800] on usb-0000:00:14.0-3.1:2
[ 41.968161] audit: type=1400 audit(1507346697.551:143): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 42.969009] audit: type=1400 audit(1507346698.555:144): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 43.969878] audit: type=1400 audit(1507346699.555:145): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 44.970302] audit: type=1400 audit(1507346700.555:146): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 45.749526] usb 1-3: USB disconnect, device number 10
[ 45.749559] usb 1-3.1: USB disconnect, device number 11
[ 45.945207] usb 1-3.2: USB disconnect, device number 12
[ 45.970378] audit: type=1400 audit(1507346701.551:147): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 46.324357] usb 1-3: new high-speed USB device number 13 using xhci_hcd
[ 46.473162] usb 1-3: New USB device found, idVendor=1a40, idProduct=0101
[ 46.473189] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 46.473205] usb 1-3: Product: USB 2.0 Hub
[ 46.474580] hub 1-3:1.0: USB hub found
[ 46.474839] hub 1-3:1.0: 4 ports detected
[ 46.764705] usb 1-3.1: new full-speed USB device number 14 using xhci_hcd
[ 46.874278] usb 1-3.1: New USB device found, idVendor=046d, idProduct=c52b
[ 46.874307] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 46.874324] usb 1-3.1: Product: USB Receiver
[ 46.874339] usb 1-3.1: Manufacturer: Logitech
[ 46.887597] logitech-djreceiver 0003:046D:C52B.001D: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3.1/input2
[ 46.970708] audit: type=1400 audit(1507346702.555:148): apparmor="DENIED" operation="create" profile="/usr/sbin/cups-browsed" pid=1079 comm="cups-browsed" family="unix" sock_type="stream" protocol=0 requested_mask="create" denied_mask="create"
[ 47.017196] input: Logitech Performance MX as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.001D/0003:046D:101A.001E/input/input24
[ 47.017857] logitech-hidpp-device 0003:046D:101A.001E: input,hidraw4: USB HID v1.11 Mouse [Logitech Performance MX] on usb-0000:00:14.0-3.1:1
[ 47.024850] input: Logitech K800 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.001D/0003:046D:2010.001F/input/input25
[ 47.026113] logitech-hidpp-device 0003:046D:2010.001F: input,hidraw5: USB HID v1.11 Keyboard [Logitech K800] on usb-0000:00:14.0-3.1:2
[ 47.088545] usb 1-3.2: new low-speed USB device number 15 using xhci_hcd
[ 47.218305] usb 1-3.2: New USB device found, idVendor=10d5, idProduct=55a4
[ 47.218336] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 47.218353] usb 1-3.2: Product: 4 Port KVMSwicther
[ 47.218369] usb 1-3.2: Manufacturer: No brand
[ 47.218382] usb 1-3.2: SerialNumber: 1ô²
[ 47.233773] input: No brand 4 Port KVMSwicther as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:10D5:55A4.0020/input/input26
[ 47.295634] hid-generic 0003:10D5:55A4.0020: input,hidraw6: USB HID v1.10 Keyboard [No brand 4 Port KVMSwicther] on usb-0000:00:14.0-3.2/input0
[ 47.297063] usbhid 1-3.2:1.1: couldn't find an input interrupt endpoint
[ 47.540182] logitech-djreceiver 0003:046D:C52B.0023: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-3.1/input2
[ 47.673470] input: Logitech Performance MX as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.0023/0003:046D:101A.0024/input/input27
[ 47.677642] logitech-hidpp-device 0003:046D:101A.0024: input,hidraw4: USB HID v1.11 Mouse [Logitech Performance MX] on usb-0000:00:14.0-3.1:1
[ 47.684418] input: Logitech K800 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.2/0003:046D:C52B.0023/0003:046D:2010.0025/input/input28
[ 47.685150] logitech-hidpp-device 0003:046D:2010.0025: input,hidraw5: USB HID v1.11 Keyboard [Logitech K800] on usb-0000:00:14.0-3.1:2
next prev parent reply other threads:[~2017-10-07 6:16 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-04 8:51 [PATCH 0/2] ACPI serdev support Frédéric Danis
2017-10-04 8:51 ` [PATCH 1/2] serdev: Add ACPI support Frédéric Danis
2017-10-06 12:33 ` Rob Herring
2017-10-06 18:32 ` Marcel Holtmann
2017-10-07 0:03 ` Rafael J. Wysocki
2017-10-07 0:31 ` Marcel Holtmann
2017-10-07 6:42 ` Greg Kroah-Hartman
2017-10-07 6:42 ` Greg KH
2017-10-07 11:35 ` Sebastian Reichel
2017-10-07 15:12 ` Johan Hovold
2017-10-10 8:10 ` Marcel Holtmann
2017-10-10 8:15 ` Johan Hovold
2017-10-10 8:22 ` Marcel Holtmann
2017-10-10 16:36 ` Johan Hovold
2017-10-10 23:13 ` Ian W MORRISON
2017-10-04 8:51 ` [PATCH 2/2] ACPI / scan: Fix enumeration for special UART devices Frédéric Danis
2017-10-07 11:36 ` Sebastian Reichel
2017-10-07 15:19 ` Johan Hovold
2017-10-07 22:53 ` Sebastian Reichel
2017-10-08 8:51 ` Marcel Holtmann
2017-10-09 8:59 ` Sebastian Reichel
2017-10-09 7:35 ` Johan Hovold
2017-10-09 8:55 ` Sebastian Reichel
2017-10-09 9:08 ` Johan Hovold
2017-10-09 18:09 ` Marcel Holtmann
2017-10-10 7:08 ` Johan Hovold
2017-10-05 15:21 ` [PATCH 0/2] ACPI serdev support Marcel Holtmann
2017-10-06 7:33 ` Ian W MORRISON
2017-10-06 8:16 ` Frédéric Danis
2017-10-06 14:47 ` Ian W MORRISON
2017-10-06 17:36 ` Frédéric Danis
2017-10-07 6:16 ` Ian W MORRISON [this message]
2017-10-07 15:14 ` Johan Hovold
2017-10-10 0:27 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e0f68cad-3b30-2941-a57f-026fba7eb9c2@gmail.com \
--to=ianwmorrison@gmail.com \
--cc=frederic.danis.oss@gmail.com \
--cc=greg@kroah.com \
--cc=hdegoede@redhat.com \
--cc=johan@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=loic.poulain@gmail.com \
--cc=lukas@wunner.de \
--cc=marcel@holtmann.org \
--cc=rafael@kernel.org \
--cc=robh@kernel.org \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).