On Wed, Nov 16, 2016 at 12:15:34AM +0100, Felix Hädicke wrote:
> Hello,
> 
> In 4.8.6 and 4.9-rc5, the gadget serial driver crashes during
> deinitialisation when compiled with CONFIG_U_SERIAL_CONSOLE.
> 
> Steps to reproduce:
> modprobe g-serial
> rmmod g-serial
> 
> The problem also occurs when using configfs, when the UDC is unbound.
> 
> I does not make a difference if I use my PLX3380 (driver net2280) as
> UDC, or dummy-hcd.
> 

I have tried v4.9-rc3 at nxp imx platform, and do not reproduce it,
no matter connect line or not.

root@imx6qdlsolo:~# modprobe g_serial
[   80.394264] g_serial gadget: Gadget Serial v2.4
[   80.398844] g_serial gadget: g_serial ready
root@imx6qdlsolo:~# 
root@imx6qdlsolo:~# 
root@imx6qdlsolo:~# [   90.685049] g_serial gadget: high-speed config #2: CDC 
ACM config

root@imx6qdlsolo:~# modprobe -r g_serial
root@imx6qdlsolo:~# 
root@imx6qdlsolo:~# 
root@imx6qdlsolo:~# modprobe g_serial
[   98.787081] g_serial gadget: Gadget Serial v2.4
[   98.791679] g_serial gadget: g_serial ready
root@imx6qdlsolo:~# [   99.238035] g_serial gadget: high-speed config #2: CDC 
ACM config

root@imx6qdlsolo:~# 
root@imx6qdlsolo:~# modprobe -r g_serial
root@imx6qdlsolo:~# 
root@imx6qdlsolo:~# modprobe g_serial
[  106.474225] g_serial gadget: Gadget Serial v2.4
[  106.478804] g_serial gadget: g_serial ready
root@imx6qdlsolo:~# modprobe -r g_serial
root@imx6qdlsolo:~# modprobe g_serial
[  109.219829] g_serial gadget: Gadget Serial v2.4
[  109.224476] g_serial gadget: g_serial ready
root@imx6qdlsolo:~# [  112.667040] g_serial gadget: high-speed config #2: CDC 
ACM config

root@imx6qdlsolo:~# 
root@imx6qdlsolo:~# cat /proc/version 
Linux version 4.9.0-rc3-00079-g4b75f1d (b29397@b29397-desktop) (gcc version 
5.3.0 (GCC) ) #1210 SMP Tue Nov 15 13:45:54 CST 2016
root@imx6qdlsolo:~# modprobe -r g_serial
root@imx6qdlsolo:~# modprobe g_serial
[  519.882929] g_serial gadget: Gadget Serial v2.4
[  519.887653] g_serial gadget: g_serial ready
root@imx6qdlsolo:~# [  520.355520] g_serial gadget: high-speed config #2: CDC 
ACM config
> 
> excerpt from dmesg output (complete output see below):
> 
> [   75.705246] BUG: unable to handle kernel
> [   75.751165] NULL pointer dereference
> [   75.791826]  at 0000000000000018
> [   75.814807] IP: [<ffffffffb3ca1166>] kthread_stop+0x16/0x110
> [   75.882611] PGD 0
> 
> [   75.922339] Oops: 0002 [#1] SMP
> [   75.959880] Modules linked in: cdc_acm usb_f_acm u_serial g_serial(-)
> libcomposite configfs dummy_hcd bnep nls_ascii nls_cp437 vfat fat
> intel_rapl x86_pkg_temp_thermal coretemp kvm_intel kvm irqbypass
> crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64
> lrw gf128mul glue_helper ablk_helper cryptd uvcvideo videobuf2_vmalloc
> videobuf2_memops videobuf2_v4l2 videobuf2_core videodev xpad ff_memless
> media joydev snd_hda_codec_hdmi snd_usb_audio snd_usbmidi_lib
> snd_hda_codec_realtek btusb btrtl efi_pstore btbcm snd_hda_codec_generic
> btintel bluetooth serio_raw rfkill crc16 efivars snd_hda_intel sg
> snd_hda_codec snd_hda_core snd_hwdep snd_seq_midi snd_seq_midi_event
> snd_pcm_oss snd_rawmidi snd_mixer_oss udc_core snd_pcm snd_seq
> snd_seq_device lpc_ich snd_timer mfd_core snd soundcore battery
> [   76.816163]  nuvoton_cir rc_core mei_me mei evdev intel_smartconnect
> shpchp ie31200_edac tpm_tis tpm_tis_core tpm edac_core parport_pc ppdev
> lp parport efivarfs autofs4 btrfs xor raid6_pq hid_logitech_hidpp
> hid_logitech_dj hid_generic usbhid hid uas usb_storage sr_mod cdrom
> sd_mod nouveau ahci libahci i915 crc32c_intel libata ttm i2c_algo_bit
> ehci_pci xhci_pci psmouse xhci_hcd drm_kms_helper ehci_hcd scsi_mod
> r8169 mii usbcore drm nvme nvme_core fjes button [last unloaded: net2280]
> [   77.316999] CPU: 2 PID: 853 Comm: rmmod Not tainted 4.9.0-rc5 #3
> [   77.388856] Hardware name: To Be Filled By O.E.M. To Be Filled By
> O.E.M./Z77 Extreme3, BIOS P1.50 07/11/2013
> [   77.506474] task: ffff880419f6a100 task.stack: ffffc90002e8c000
> [   77.577292] RIP: 0010:[<ffffffffb3ca1166>]  [<ffffffffb3ca1166>]
> kthread_stop+0x16/0x110
> [   77.674214] RSP: 0018:ffffc90002e8fdb0  EFLAGS: 00010286
> [   77.737754] RAX: 0000000000000001 RBX: 0000000000000000 RCX:
> 0000000000000000
> [   77.823133] RDX: 0000000000000001 RSI: 0000000000000246 RDI:
> 0000000000000000
> [   77.908513] RBP: ffffc90002e8fdc8 R08: 0000000000000000 R09:
> 0000000000000001
> [   77.993892] R10: 000000000000019d R11: 000000000000001f R12:
> 0000000000000000
> [   78.079271] R13: ffff88041b8d8400 R14: 0000000000000001 R15:
> 000055fd59f5a1e0
> [   78.164649] FS:  00007f82500be700(0000) GS:ffff88042f280000(0000)
> knlGS:0000000000000000
> [   78.261467] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [   78.330206] CR2: 0000000000000018 CR3: 000000041bee2000 CR4:
> 00000000001406e0
> [   78.415586] Stack:
> [   78.439609]  0000000000000000 ffffffffc0b8e720 ffff88041b8d8400
> ffffc90002e8fdf0
> [   78.528522]  ffffffffc0b8bb52 ffff88041a106300 0000000000000001
> ffff880419fc2ea8
> [   78.617436]  ffffc90002e8fe08 ffffffffc0aed749 ffffffffc0aef600
> ffffc90002e8fe20
> [   78.706350] Call Trace:
> [   78.735579]  [<ffffffffc0b8bb52>] gserial_free_line+0x72/0xb0 [u_serial]
> [   78.815758]  [<ffffffffc0aed749>] acm_free_instance+0x19/0x30 [usb_f_acm]
> [   78.896978]  [<ffffffffc0b01b40>] usb_put_function_instance+0x20/0x30
> [libcomposite]
> [   78.989634]  [<ffffffffc04a603b>] gs_unbind+0x3b/0x70 [g_serial]
> [   79.061493]  [<ffffffffc0b018d1>] __composite_unbind+0x61/0xb0
> [libcomposite]
> [   79.146872]  [<ffffffffc0b01933>] composite_unbind+0x13/0x20
> [libcomposite]
> [   79.230172]  [<ffffffffc08ef1ad>] usb_gadget_remove_driver+0x3d/0x90
> [udc_core]
> [   79.317632]  [<ffffffffc08ef26e>]
> usb_gadget_unregister_driver+0x6e/0xc0 [udc_core]
> [   79.409248]  [<ffffffffc0aff6d2>] usb_composite_unregister+0x12/0x20
> [libcomposite]
> [   79.500866]  [<ffffffffc04a6268>] cleanup+0x10/0xda8 [g_serial]
> [   79.571685]  [<ffffffffb3d0c0c2>] SyS_delete_module+0x192/0x270
> [   79.642508]  [<ffffffffb3c032a0>] ? exit_to_usermode_loop+0x90/0xb0
> [   79.717486]  [<ffffffffb4228a3b>] entry_SYSCALL_64_fastpath+0x1e/0xad
> [   79.794543] Code: 89 c6 e8 6e ff ff ff 48 89 df e8 06 bd fd ff 5b 5d
> c3 0f 1f 00 0f 1f 44 00 00 55 48 89 e5 41 55 41 54 49 89 fc 53 0f 1f 44
> 00 00 <f0> 41 ff 44 24 18 4c 89 e7 e8 bc f1 ff ff 48 85 c0 48 89 c3 74
> [   80.027071] RIP  [<ffffffffb3ca1166>] kthread_stop+0x16/0x110
> [   80.095915]  RSP <ffffc90002e8fdb0>
> [   80.137617] CR2: 0000000000000018
> [   80.177270] ---[ end trace 5b3336a407e1698c ]---
> 
> 
> (gdb) list *(gserial_free_line+0x72)
> 0x1b52 is in gserial_free_line (drivers/usb/gadget/function/u_serial.c:187).
> 182      *
> 183      * Free the buffer and all associated memory.
> 184      */
> 185     static void gs_buf_free(struct gs_buf *gb)
> 186     {
> 187             kfree(gb->buf_buf);
> 188             gb->buf_buf = NULL;
> 189     }
> 190
> 191     /*
> 
> 
> Complete dmesg output:
> 
> [    0.000000] Linux version 4.9.0-rc5 (root@han) (gcc version 5.3.1
> 20160413 (Ubuntu 5.3.1-14ubuntu2) ) #3 SMP Tue Nov 15 22:38:23 UTC 2016
> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-rc5
> root=UUID=97b8d297-4ca3-40ad-b9c3-ba8032af5566 ro quiet
> systemd.show_status=yes console=ttyS0
> [    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] x86/fpu: Using 'eager' FPU context switches.
> [    0.000000] e820: BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
> [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff]
> reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
> [    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff]
> reserved
> [    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
> [    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff]
> reserved
> [    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000c8b33fff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000c8b34000-0x00000000c96f1fff]
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000c96f2000-0x00000000c977dfff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000c977e000-0x00000000c9821fff]
> ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x00000000c9822000-0x00000000ca01cfff]
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000ca01d000-0x00000000ca0a1fff]
> type 20
> [    0.000000] BIOS-e820: [mem 0x00000000ca0a2000-0x00000000ca0a2fff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000ca0a3000-0x00000000ca0e5fff]
> ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x00000000ca0e6000-0x00000000cab9ffff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000caba0000-0x00000000caff1fff]
> reserved
> [    0.000000] BIOS-e820: [mem 0x00000000caff2000-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] efi: EFI v2.31 by American Megatrends
> [    0.000000] efi:  ACPI=0xc9806000  ACPI 2.0=0xc9806000 
> SMBIOS=0xf04c0  MPS=0xfd4f0
> [    0.000000] SMBIOS 2.7 present.
> [    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z77
> Extreme3, BIOS P1.50 07/11/2013
> [    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-BFFFF uncachable
> [    0.000000]   C0000-D3FFF write-protect
> [    0.000000]   D4000-DFFFF uncachable
> [    0.000000]   E0000-FFFFF write-protect
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 000000000 mask C00000000 write-back
> [    0.000000]   1 base 400000000 mask FE0000000 write-back
> [    0.000000]   2 base 420000000 mask FF0000000 write-back
> [    0.000000]   3 base 0E0000000 mask FE0000000 uncachable
> [    0.000000]   4 base 0D0000000 mask FF0000000 uncachable
> [    0.000000]   5 base 0CC000000 mask FFC000000 uncachable
> [    0.000000]   6 base 0CB800000 mask FFF800000 uncachable
> [    0.000000]   7 base 42F800000 mask FFF800000 uncachable
> [    0.000000]   8 base 42F600000 mask FFFE00000 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] found SMP MP-table at [mem 0x000fd8f0-0x000fd8ff] mapped
> at [ffff8800000fd8f0]
> [    0.000000] Base memory trampoline at [ffff880000090000] 90000 size 24576
> [    0.000000] BRK [0x19cb6f000, 0x19cb6ffff] PGTABLE
> [    0.000000] BRK [0x19cb70000, 0x19cb70fff] PGTABLE
> [    0.000000] BRK [0x19cb71000, 0x19cb71fff] PGTABLE
> [    0.000000] BRK [0x19cb72000, 0x19cb72fff] PGTABLE
> [    0.000000] BRK [0x19cb73000, 0x19cb73fff] PGTABLE
> [    0.000000] BRK [0x19cb74000, 0x19cb74fff] PGTABLE
> [    0.000000] RAMDISK: [mem 0x33a7a000-0x35d34fff]
> [    0.000000] ACPI: Early table checksum verification disabled
> [    0.000000] ACPI: RSDP 0x00000000C9806000 000024 (v02 ALASKA)
> [    0.000000] ACPI: XSDT 0x00000000C9806080 00007C (v01 ALASKA A M I   
> 01072009 AMI  00010013)
> [    0.000000] ACPI: FACP 0x00000000C980FF70 00010C (v05 ALASKA A M I   
> 01072009 AMI  00010013)
> [    0.000000] ACPI: DSDT 0x00000000C9806190 009DDD (v02 ALASKA A M I   
> 00000022 INTL 20051117)
> [    0.000000] ACPI: FACS 0x00000000C9820080 000040
> [    0.000000] ACPI: APIC 0x00000000C9810080 000092 (v03 ALASKA A M I   
> 01072009 AMI  00010013)
> [    0.000000] ACPI: FPDT 0x00000000C9810118 000044 (v01 ALASKA A M I   
> 01072009 AMI  00010013)
> [    0.000000] ACPI: MCFG 0x00000000C9810160 00003C (v01 ALASKA A M I   
> 01072009 MSFT 00000097)
> [    0.000000] ACPI: SSDT 0x00000000C98101A0 0007E1 (v01 Intel_ AoacTabl
> 00001000 INTL 20091112)
> [    0.000000] ACPI: AAFT 0x00000000C9810988 0000EA (v01 ALASKA OEMAAFT 
> 01072009 MSFT 00000097)
> [    0.000000] ACPI: HPET 0x00000000C9810A78 000038 (v01 ALASKA A M I   
> 01072009 AMI. 00000005)
> [    0.000000] ACPI: SSDT 0x00000000C9810AB0 00036D (v01 SataRe SataTabl
> 00001000 INTL 20091112)
> [    0.000000] ACPI: SSDT 0x00000000C9810E20 0009AA (v01 PmRef  Cpu0Ist 
> 00003000 INTL 20051117)
> [    0.000000] ACPI: SSDT 0x00000000C98117D0 000A92 (v01 PmRef  CpuPm   
> 00003000 INTL 20051117)
> [    0.000000] ACPI: BGRT 0x00000000C9812268 000038 (v00 ALASKA A M I   
> 01072009 AMI  00010013)
> [    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 0x42f5e8000-0x42f5ecfff]
> [    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-0x000000000009efff]
> [    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
> [    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
> [    0.000000]   node   0: [mem 0x0000000040005000-0x00000000c8b33fff]
> [    0.000000]   node   0: [mem 0x00000000c96f2000-0x00000000c977dfff]
> [    0.000000]   node   0: [mem 0x00000000ca0a2000-0x00000000ca0a2fff]
> [    0.000000]   node   0: [mem 0x00000000ca0e6000-0x00000000cab9ffff]
> [    0.000000]   node   0: [mem 0x00000000caff2000-0x00000000caffffff]
> [    0.000000]   node   0: [mem 0x0000000100000000-0x000000042f5fffff]
> [    0.000000] Initmem setup node 0 [mem
> 0x0000000000001000-0x000000042f5fffff]
> [    0.000000] On node 0 totalpages: 4164134
> [    0.000000]   DMA zone: 64 pages used for memmap
> [    0.000000]   DMA zone: 49 pages reserved
> [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 12819 pages used for memmap
> [    0.000000]   DMA32 zone: 820360 pages, LIFO batch:31
> [    0.000000]   Normal zone: 52184 pages used for memmap
> [    0.000000]   Normal zone: 3339776 pages, LIFO batch:31
> [    0.000000] ACPI: PM-Timer IO Port: 0x408
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
> [    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 0x0009f000-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 0x40004000-0x40004fff]
> [    0.000000] PM: Registered nosave memory: [mem 0xc8b34000-0xc96f1fff]
> [    0.000000] PM: Registered nosave memory: [mem 0xc977e000-0xc9821fff]
> [    0.000000] PM: Registered nosave memory: [mem 0xc9822000-0xca01cfff]
> [    0.000000] PM: Registered nosave memory: [mem 0xca01d000-0xca0a1fff]
> [    0.000000] PM: Registered nosave memory: [mem 0xca0a3000-0xca0e5fff]
> [    0.000000] PM: Registered nosave memory: [mem 0xcaba0000-0xcaff1fff]
> [    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: 7645519600211568 ns
> [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512
> nr_cpu_ids:8 nr_node_ids:1
> [    0.000000] percpu: Embedded 35 pages/cpu @ffff88042f200000 s104104
> r8192 d31064 u262144
> [    0.000000] pcpu-alloc: s104104 r8192 d31064 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: 4099018
> [    0.000000] Policy zone: Normal
> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-rc5
> root=UUID=97b8d297-4ca3-40ad-b9c3-ba8032af5566 ro quiet
> systemd.show_status=yes console=ttyS0
> [    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: 16059916K/16656536K available (6325K kernel code,
> 1213K rwdata, 2884K rodata, 1364K init, 900K bss, 596620K reserved, 0K
> cma-reserved)
> [    0.000000] Hierarchical RCU implementation.
> [    0.000000]     Build-time adjustment of leaf fanout to 64.
> [    0.000000]     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
> [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
> [    0.000000] NR_IRQS:33024 nr_irqs:488 16
> [    0.000000] Console: colour dummy device 80x25
> [    0.000000] console [ttyS0] 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] tsc: Detected 3400.207 MHz processor
> [    0.000021] Calibrating delay loop (skipped), value calculated using
> timer frequency.. 6800.41 BogoMIPS (lpj=13600828)
> [    0.000023] pid_max: default: 32768 minimum: 301
> [    0.000033] ACPI: Core revision 20160831
> [    0.005121] ACPI: 5 ACPI AML tables successfully acquired and loaded
> [    0.005356] Security Framework initialized
> [    0.005357] Yama: becoming mindful.
> [    0.005362] AppArmor: AppArmor disabled by boot time parameter
> [    0.005947] Dentry cache hash table entries: 2097152 (order: 12,
> 16777216 bytes)
> [    0.008747] Inode-cache hash table entries: 1048576 (order: 11,
> 8388608 bytes)
> [    0.010260] Mount-cache hash table entries: 32768 (order: 6, 262144
> bytes)
> [    0.010271] Mountpoint-cache hash table entries: 32768 (order: 6,
> 262144 bytes)
> [    0.010508] CPU: Physical Processor ID: 0
> [    0.010509] CPU: Processor Core ID: 0
> [    0.010512] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
> [    0.010513] ENERGY_PERF_BIAS: View and update with
> x86_energy_perf_policy(8)
> [    0.010515] mce: CPU supports 9 MCE banks
> [    0.010522] CPU0: Thermal monitoring enabled (TM1)
> [    0.010531] process: using mwait in idle threads
> [    0.010533] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
> [    0.010533] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
> [    0.010860] Freeing SMP alternatives memory: 24K (ffffffffb4a86000 -
> ffffffffb4a8c000)
> [    0.018284] ftrace: allocating 25147 entries in 99 pages
> [    0.027311] smpboot: APIC(0) Converting physical 0 to logical package 0
> [    0.027312] smpboot: Max logical packages: 2
> [    0.027383] x2apic: IRQ remapping doesn't support X2APIC mode
> [    0.027805] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.067812] TSC deadline timer enabled
> [    0.067814] smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
> (family: 0x6, model: 0x3a, stepping: 0x9)
> [    0.067817] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep
> LBR, full-width counters, Intel PMU driver.
> [    0.067835] ... version:                3
> [    0.067836] ... bit width:              48
> [    0.067836] ... generic registers:      4
> [    0.067836] ... value mask:             0000ffffffffffff
> [    0.067837] ... max period:             0000ffffffffffff
> [    0.067837] ... fixed-purpose events:   3
> [    0.067837] ... event mask:             000000070000000f
> [    0.068292] NMI watchdog: enabled on all CPUs, permanently consumes
> one hw-PMU counter.
> [    0.068375] x86: Booting SMP configuration:
> [    0.068375] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
> [    0.630011] x86: Booted up 1 node, 8 CPUs
> [    0.630013] smpboot: Total of 8 processors activated (54411.98 BogoMIPS)
> [    0.636677] devtmpfs: initialized
> [    0.636736] x86/mm: Memory block size: 128MB
> [    0.639585] PM: Registering ACPI NVS region [mem
> 0xc977e000-0xc9821fff] (671744 bytes)
> [    0.639597] PM: Registering ACPI NVS region [mem
> 0xca0a3000-0xca0e5fff] (274432 bytes)
> [    0.639653] clocksource: jiffies: mask: 0xffffffff max_cycles:
> 0xffffffff, max_idle_ns: 7645041785100000 ns
> [    0.639686] pinctrl core: initialized pinctrl subsystem
> [    0.639782] NET: Registered protocol family 16
> [    0.652258] cpuidle: using governor ladder
> [    0.668265] cpuidle: using governor menu
> [    0.668316] ACPI FADT declares the system doesn't support PCIe ASPM,
> so disable it
> [    0.668317] ACPI: bus type PCI registered
> [    0.668319] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [    0.668406] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem
> 0xf8000000-0xfbffffff] (base 0xf8000000)
> [    0.668408] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
> [    0.668414] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000]
> with a huge-page mapping due to MTRR override.
> [    0.668471] PCI: Using configuration type 1 for base access
> [    0.668517] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
> [    0.688422] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    0.688618] ACPI: Added _OSI(Module Device)
> [    0.688618] ACPI: Added _OSI(Processor Device)
> [    0.688619] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.688619] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.688784] ACPI: Executed 1 blocks of module-level executable AML code
> [    0.692168] ACPI: Dynamic OEM Table Load:
> [    0.692174] ACPI: SSDT 0xFFFF88041E8A8000 00083B (v01 PmRef  Cpu0Cst 
> 00003001 INTL 20051117)
> [    0.692437] ACPI: Dynamic OEM Table Load:
> [    0.692442] ACPI: SSDT 0xFFFF88041C9CEC00 000303 (v01 PmRef  ApIst   
> 00003000 INTL 20051117)
> [    0.692638] ACPI: Dynamic OEM Table Load:
> [    0.692832] ACPI: SSDT 0xFFFF88041CA21E00 000119 (v01 PmRef  ApCst   
> 00003000 INTL 20051117)
> [    0.694023] ACPI: Interpreter enabled
> [    0.694038] ACPI: (supports S0 S3 S4 S5)
> [    0.694038] ACPI: Using IOAPIC for interrupt routing
> [    0.694086] PCI: Using host bridge windows from ACPI; if necessary,
> use "pci=nocrs" and report a bug
> [    0.700359] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
> [    0.700363] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
> ClockPM Segments MSI]
> [    0.700547] acpi PNP0A08:00: _OSC: platform does not support
> [PCIeHotplug PME]
> [    0.700663] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
> [    0.700664] acpi PNP0A08:00: FADT indicates ASPM is unsupported,
> using BIOS configuration
> [    0.701044] PCI host bridge to bus 0000:00
> [    0.701045] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
> [    0.701046] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
> [    0.701047] pci_bus 0000:00: root bus resource [mem
> 0x000a0000-0x000bffff window]
> [    0.701048] pci_bus 0000:00: root bus resource [mem
> 0x000d4000-0x000d7fff window]
> [    0.701049] pci_bus 0000:00: root bus resource [mem
> 0x000d8000-0x000dbfff window]
> [    0.701049] pci_bus 0000:00: root bus resource [mem
> 0x000dc000-0x000dffff window]
> [    0.701050] pci_bus 0000:00: root bus resource [mem
> 0xcfa00000-0xfeafffff window]
> [    0.701051] pci_bus 0000:00: root bus resource [bus 00-3e]
> [    0.701057] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
> [    0.701140] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
> [    0.701165] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> [    0.701207] pci 0000:00:01.0: System wakeup disabled by ACPI
> [    0.701237] pci 0000:00:01.1: [8086:0155] type 01 class 0x060400
> [    0.701260] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
> [    0.701300] pci 0000:00:01.1: System wakeup disabled by ACPI
> [    0.701334] pci 0000:00:02.0: [8086:0162] type 00 class 0x038000
> [    0.701340] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
> [    0.701344] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff
> 64bit pref]
> [    0.701347] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
> [    0.701452] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
> [    0.701470] pci 0000:00:14.0: reg 0x10: [mem 0xf7b00000-0xf7b0ffff 64bit]
> [    0.701534] pci 0000:00:14.0: PME# supported from D3hot D3cold
> [    0.701577] pci 0000:00:14.0: System wakeup disabled by ACPI
> [    0.701611] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
> [    0.701629] pci 0000:00:16.0: reg 0x10: [mem 0xf7b1a000-0xf7b1a00f 64bit]
> [    0.701696] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
> [    0.701775] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
> [    0.701791] pci 0000:00:1a.0: reg 0x10: [mem 0xf7b18000-0xf7b183ff]
> [    0.701869] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
> [    0.701922] pci 0000:00:1a.0: System wakeup disabled by ACPI
> [    0.701957] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
> [    0.701970] pci 0000:00:1b.0: reg 0x10: [mem 0xf7b10000-0xf7b13fff 64bit]
> [    0.702027] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    0.702075] pci 0000:00:1b.0: System wakeup disabled by ACPI
> [    0.702114] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
> [    0.702237] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    0.702292] pci 0000:00:1c.0: System wakeup disabled by ACPI
> [    0.702328] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
> [    0.702399] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
> [    0.702446] pci 0000:00:1c.4: System wakeup disabled by ACPI
> [    0.702479] pci 0000:00:1c.5: [8086:244e] type 01 class 0x060401
> [    0.702549] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
> [    0.702597] pci 0000:00:1c.5: System wakeup disabled by ACPI
> [    0.702630] pci 0000:00:1c.6: [8086:1e1c] type 01 class 0x060400
> [    0.702700] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
> [    0.702747] pci 0000:00:1c.6: System wakeup disabled by ACPI
> [    0.702782] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
> [    0.702798] pci 0000:00:1d.0: reg 0x10: [mem 0xf7b17000-0xf7b173ff]
> [    0.702876] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
> [    0.702929] pci 0000:00:1d.0: System wakeup disabled by ACPI
> [    0.702964] pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
> [    0.703128] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
> [    0.703140] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
> [    0.703147] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
> [    0.703153] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
> [    0.703159] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
> [    0.703165] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
> [    0.703171] pci 0000:00:1f.2: reg 0x24: [mem 0xf7b16000-0xf7b167ff]
> [    0.703208] pci 0000:00:1f.2: PME# supported from D3hot
> [    0.703277] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
> [    0.703290] pci 0000:00:1f.3: reg 0x10: [mem 0xf7b15000-0xf7b150ff 64bit]
> [    0.703308] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
> [    0.703423] pci 0000:01:00.0: [144d:a802] type 00 class 0x010802
> [    0.703433] pci 0000:01:00.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
> [    0.703437] pci 0000:01:00.0: reg 0x18: [io  0xe000-0xe0ff]
> [    0.703453] pci 0000:01:00.0: reg 0x30: [mem 0xf7a00000-0xf7a0ffff pref]
> [    0.716294] pci 0000:00:01.0: PCI bridge to [bus 01]
> [    0.716297] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
> [    0.716300] pci 0000:00:01.0:   bridge window [mem 0xf7a00000-0xf7afffff]
> [    0.716364] pci 0000:02:00.0: [10de:13c2] type 00 class 0x030000
> [    0.716377] pci 0000:02:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
> [    0.716398] pci 0000:02:00.0: reg 0x14: [mem 0xe0000000-0xefffffff
> 64bit pref]
> [    0.716406] pci 0000:02:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff
> 64bit pref]
> [    0.716411] pci 0000:02:00.0: reg 0x24: [io  0xd000-0xd07f]
> [    0.716417] pci 0000:02:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
> [    0.716497] pci 0000:02:00.1: [10de:0fbb] type 00 class 0x040300
> [    0.716504] pci 0000:02:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
> [    0.732303] pci 0000:00:01.1: PCI bridge to [bus 02]
> [    0.732306] pci 0000:00:01.1:   bridge window [io  0xd000-0xdfff]
> [    0.732309] pci 0000:00:01.1:   bridge window [mem 0xf6000000-0xf70fffff]
> [    0.732313] pci 0000:00:01.1:   bridge window [mem
> 0xe0000000-0xf1ffffff 64bit pref]
> [    0.732392] pci 0000:00:1c.0: PCI bridge to [bus 03]
> [    0.732471] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
> [    0.732493] pci 0000:04:00.0: reg 0x10: [io  0xc000-0xc0ff]
> [    0.732524] pci 0000:04:00.0: reg 0x18: [mem 0xf2104000-0xf2104fff
> 64bit pref]
> [    0.732544] pci 0000:04:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff
> 64bit pref]
> [    0.732658] pci 0000:04:00.0: supports D1 D2
> [    0.732659] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.748316] pci 0000:00:1c.4: PCI bridge to [bus 04]
> [    0.748320] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
> [    0.748329] pci 0000:00:1c.4:   bridge window [mem
> 0xf2100000-0xf21fffff 64bit pref]
> [    0.748428] pci 0000:05:00.0: [1b21:1080] type 01 class 0x060401
> [    0.748554] pci 0000:05:00.0: System wakeup disabled by ACPI
> [    0.748582] pci 0000:00:1c.5: PCI bridge to [bus 05-06] (subtractive
> decode)
> [    0.748591] pci 0000:00:1c.5:   bridge window [io  0x0000-0x0cf7
> window] (subtractive decode)
> [    0.748592] pci 0000:00:1c.5:   bridge window [io  0x0d00-0xffff
> window] (subtractive decode)
> [    0.748593] pci 0000:00:1c.5:   bridge window [mem
> 0x000a0000-0x000bffff window] (subtractive decode)
> [    0.748593] pci 0000:00:1c.5:   bridge window [mem
> 0x000d4000-0x000d7fff window] (subtractive decode)
> [    0.748594] pci 0000:00:1c.5:   bridge window [mem
> 0x000d8000-0x000dbfff window] (subtractive decode)
> [    0.748595] pci 0000:00:1c.5:   bridge window [mem
> 0x000dc000-0x000dffff window] (subtractive decode)
> [    0.748596] pci 0000:00:1c.5:   bridge window [mem
> 0xcfa00000-0xfeafffff window] (subtractive decode)
> [    0.748705] pci 0000:05:00.0: PCI bridge to [bus 06] (subtractive decode)
> [    0.748725] pci 0000:05:00.0:   bridge window [io  0x0000-0x0cf7
> window] (subtractive decode)
> [    0.748726] pci 0000:05:00.0:   bridge window [io  0x0d00-0xffff
> window] (subtractive decode)
> [    0.748727] pci 0000:05:00.0:   bridge window [mem
> 0x000a0000-0x000bffff window] (subtractive decode)
> [    0.748728] pci 0000:05:00.0:   bridge window [mem
> 0x000d4000-0x000d7fff window] (subtractive decode)
> [    0.748729] pci 0000:05:00.0:   bridge window [mem
> 0x000d8000-0x000dbfff window] (subtractive decode)
> [    0.748729] pci 0000:05:00.0:   bridge window [mem
> 0x000dc000-0x000dffff window] (subtractive decode)
> [    0.748730] pci 0000:05:00.0:   bridge window [mem
> 0xcfa00000-0xfeafffff window] (subtractive decode)
> [    0.748800] pci 0000:07:00.0: [10b5:3380] type 01 class 0x060400
> [    0.748825] pci 0000:07:00.0: reg 0x10: [mem 0xf7900000-0xf7903fff]
> [    0.748996] pci 0000:07:00.0: supports D1 D2
> [    0.748997] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.764322] pci 0000:00:1c.6: PCI bridge to [bus 07-09]
> [    0.764328] pci 0000:00:1c.6:   bridge window [mem 0xf7800000-0xf79fffff]
> [    0.764447] pci 0000:08:02.0: [10b5:3380] type 01 class 0x060400
> [    0.764640] pci 0000:08:02.0: supports D1 D2
> [    0.764641] pci 0000:08:02.0: PME# supported from D0 D1 D2 D3hot D3cold
> [    0.764781] pci 0000:07:00.0: PCI bridge to [bus 08-09]
> [    0.764794] pci 0000:07:00.0:   bridge window [mem 0xf7800000-0xf78fffff]
> [    0.764883] pci 0000:09:00.0: [10b5:3380] type 00 class 0x0c03fe
> [    0.764904] pci 0000:09:00.0: reg 0x10: [mem 0xf7838000-0xf7839fff]
> [    0.764915] pci 0000:09:00.0: reg 0x14: [mem 0xf7820000-0xf782ffff]
> [    0.764926] pci 0000:09:00.0: reg 0x18: [mem 0xf7810000-0xf781ffff]
> [    0.764937] pci 0000:09:00.0: reg 0x1c: [mem 0xf7800000-0xf780ffff]
> [    0.764969] pci 0000:09:00.0: reg 0x30: [mem 0xf7830000-0xf7837fff pref]
> [    0.765087] pci 0000:09:00.0: supports D1 D2
> [    0.765087] pci 0000:09:00.0: PME# supported from D1 D2 D3hot D3cold
> [    0.765211] pci 0000:08:02.0: PCI bridge to [bus 09]
> [    0.765224] pci 0000:08:02.0:   bridge window [mem 0xf7800000-0xf78fffff]
> [    0.765779] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12
> 14 15)
> [    0.765821] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12
> 14 15)
> [    0.765861] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12
> 14 15)
> [    0.765900] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12
> 14 15)
> [    0.765940] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14
> 15) *0, disabled.
> [    0.765979] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14
> 15) *0, disabled.
> [    0.766019] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12
> 14 15)
> [    0.766058] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12
> 14 15)
> [    0.766160] ACPI: Enabled 4 GPEs in block 00 to 3F
> [    0.766275] vgaarb: setting as boot device: PCI:0000:02:00.0
> [    0.766276] vgaarb: device added:
> PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
> [    0.766277] vgaarb: loaded
> [    0.766278] vgaarb: bridge control possible 0000:02:00.0
> [    0.766307] Registered efivars operations
> [    0.771476] wmi: Mapper loaded
> [    0.771497] PCI: Using ACPI for IRQ routing
> [    0.772784] PCI: pci_cache_line_size set to 64 bytes
> [    0.772844] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
> [    0.772845] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
> [    0.772846] e820: reserve RAM buffer [mem 0xc8b34000-0xcbffffff]
> [    0.772847] e820: reserve RAM buffer [mem 0xc977e000-0xcbffffff]
> [    0.772848] e820: reserve RAM buffer [mem 0xca0a3000-0xcbffffff]
> [    0.772848] e820: reserve RAM buffer [mem 0xcaba0000-0xcbffffff]
> [    0.772849] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
> [    0.772850] e820: reserve RAM buffer [mem 0x42f600000-0x42fffffff]
> [    0.772977] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
> [    0.772980] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
> [    0.774996] clocksource: Switched to clocksource hpet
> [    0.780173] VFS: Disk quotas dquot_6.6.0
> [    0.780188] VFS: Dquot-cache hash table entries: 512 (order 0, 4096
> bytes)
> [    0.780255] pnp: PnP ACPI init
> [    0.780324] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
> [    0.780327] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.780391] system 00:01: [io  0x0680-0x069f] has been reserved
> [    0.780392] system 00:01: [io  0x1000-0x100f] has been reserved
> [    0.780393] system 00:01: [io  0xffff] has been reserved
> [    0.780394] system 00:01: [io  0xffff] has been reserved
> [    0.780395] system 00:01: [io  0x0400-0x0453] has been reserved
> [    0.780396] system 00:01: [io  0x0458-0x047f] has been reserved
> [    0.780397] system 00:01: [io  0x0500-0x057f] has been reserved
> [    0.780398] system 00:01: [io  0x164e-0x164f] has been reserved
> [    0.780400] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.780422] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    0.780464] system 00:03: [io  0x0454-0x0457] has been reserved
> [    0.780465] system 00:03: Plug and Play ACPI device, IDs INT3f0d
> PNP0c02 (active)
> [    0.780531] system 00:04: [io  0x0290-0x029f] has been reserved
> [    0.780532] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.780697] system 00:05: [io  0x04d0-0x04d1] has been reserved
> [    0.780699] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.780812] pnp 00:06: [dma 0 disabled]
> [    0.780849] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
> [    0.781021] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
> [    0.781022] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
> [    0.781023] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
> [    0.781024] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
> [    0.781025] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
> [    0.781026] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
> [    0.781027] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
> [    0.781028] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
> [    0.781029] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
> [    0.781030] system 00:07: [mem 0xfee00000-0xfeefffff] could not be
> reserved
> [    0.781031] system 00:07: [mem 0xcfa00000-0xcfa00fff] has been reserved
> [    0.781033] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.781161] system 00:08: [mem 0x20000000-0x201fffff] has been reserved
> [    0.781162] system 00:08: [mem 0x40004000-0x40004fff] has been reserved
> [    0.781163] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.781181] pnp: PnP ACPI: found 9 devices
> [    0.787125] clocksource: acpi_pm: mask: 0xffffff max_cycles:
> 0xffffff, max_idle_ns: 2085701024 ns
> [    0.787201] pci 0000:00:01.0: PCI bridge to [bus 01]
> [    0.787202] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
> [    0.787204] pci 0000:00:01.0:   bridge window [mem 0xf7a00000-0xf7afffff]
> [    0.787207] pci 0000:00:01.1: PCI bridge to [bus 02]
> [    0.787208] pci 0000:00:01.1:   bridge window [io  0xd000-0xdfff]
> [    0.787210] pci 0000:00:01.1:   bridge window [mem 0xf6000000-0xf70fffff]
> [    0.787211] pci 0000:00:01.1:   bridge window [mem
> 0xe0000000-0xf1ffffff 64bit pref]
> [    0.787213] pci 0000:00:1c.0: PCI bridge to [bus 03]
> [    0.787229] pci 0000:00:1c.4: PCI bridge to [bus 04]
> [    0.787230] pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
> [    0.787236] pci 0000:00:1c.4:   bridge window [mem
> 0xf2100000-0xf21fffff 64bit pref]
> [    0.787241] pci 0000:05:00.0: PCI bridge to [bus 06]
> [    0.787259] pci 0000:00:1c.5: PCI bridge to [bus 05-06]
> [    0.787269] pci 0000:08:02.0: PCI bridge to [bus 09]
> [    0.787276] pci 0000:08:02.0:   bridge window [mem 0xf7800000-0xf78fffff]
> [    0.787289] pci 0000:07:00.0: PCI bridge to [bus 08-09]
> [    0.787296] pci 0000:07:00.0:   bridge window [mem 0xf7800000-0xf78fffff]
> [    0.787309] pci 0000:00:1c.6: PCI bridge to [bus 07-09]
> [    0.787312] pci 0000:00:1c.6:   bridge window [mem 0xf7800000-0xf79fffff]
> [    0.787319] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
> [    0.787320] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
> [    0.787321] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff
> window]
> [    0.787322] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff
> window]
> [    0.787323] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff
> window]
> [    0.787324] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff
> window]
> [    0.787324] pci_bus 0000:00: resource 10 [mem 0xcfa00000-0xfeafffff
> window]
> [    0.787325] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
> [    0.787326] pci_bus 0000:01: resource 1 [mem 0xf7a00000-0xf7afffff]
> [    0.787327] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
> [    0.787328] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf70fffff]
> [    0.787329] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xf1ffffff
> 64bit pref]
> [    0.787330] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
> [    0.787331] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf21fffff
> 64bit pref]
> [    0.787331] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
> [    0.787332] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
> [    0.787333] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff
> window]
> [    0.787334] pci_bus 0000:05: resource 7 [mem 0x000d4000-0x000d7fff
> window]
> [    0.787335] pci_bus 0000:05: resource 8 [mem 0x000d8000-0x000dbfff
> window]
> [    0.787335] pci_bus 0000:05: resource 9 [mem 0x000dc000-0x000dffff
> window]
> [    0.787336] pci_bus 0000:05: resource 10 [mem 0xcfa00000-0xfeafffff
> window]
> [    0.787337] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7 window]
> [    0.787338] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff window]
> [    0.787339] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff
> window]
> [    0.787339] pci_bus 0000:06: resource 7 [mem 0x000d4000-0x000d7fff
> window]
> [    0.787340] pci_bus 0000:06: resource 8 [mem 0x000d8000-0x000dbfff
> window]
> [    0.787341] pci_bus 0000:06: resource 9 [mem 0x000dc000-0x000dffff
> window]
> [    0.787342] pci_bus 0000:06: resource 10 [mem 0xcfa00000-0xfeafffff
> window]
> [    0.787343] pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf79fffff]
> [    0.787344] pci_bus 0000:08: resource 1 [mem 0xf7800000-0xf78fffff]
> [    0.787344] pci_bus 0000:09: resource 1 [mem 0xf7800000-0xf78fffff]
> [    0.787419] NET: Registered protocol family 2
> [    0.787564] TCP established hash table entries: 131072 (order: 8,
> 1048576 bytes)
> [    0.787734] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
> [    0.788051] TCP: Hash tables configured (established 131072 bind 65536)
> [    0.788082] UDP hash table entries: 8192 (order: 7, 786432 bytes)
> [    0.788216] UDP-Lite hash table entries: 8192 (order: 7, 786432 bytes)
> [    0.788385] NET: Registered protocol family 1
> [    0.835135] pci 0000:02:00.0: Video device with shadowed ROM at [mem
> 0x000c0000-0x000dffff]
> [    0.835143] PCI: CLS mismatch (64 != 32), using 64 bytes
> [    0.835181] Unpacking initramfs...
> [    1.219590] Freeing initrd memory: 35564K (ffff880033a7a000 -
> ffff880035d35000)
> [    1.219592] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [    1.219594] software IO TLB [mem 0xb6965000-0xba965000] (64MB) mapped
> at [ffff8800b6965000-ffff8800ba964fff]
> [    1.219682] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters,
> 163840 ms ovfl timer
> [    1.219682] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
> [    1.219683] RAPL PMU: hw unit of domain package 2^-16 Joules
> [    1.219683] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
> [    1.219952] simple-framebuffer simple-framebuffer.0: framebuffer at
> 0xf1000000, 0x300000 bytes, mapped to 0xffffc90002000000
> [    1.219953] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8,
> mode=1024x768x32, linelength=4096
> [    1.222165] Console: switching to colour frame buffer device 128x48
> [    1.224213] simple-framebuffer simple-framebuffer.0: fb0: simplefb
> registered!
> [    1.224445] futex hash table entries: 2048 (order: 5, 131072 bytes)
> [    1.224486] audit: initializing netlink subsys (disabled)
> [    1.224501] audit: type=2000 audit(1479250267.220:1): initialized
> [    1.224748] Initialise system trusted keyrings
> [    1.224826] workingset: timestamp_bits=40 max_order=22 bucket_order=0
> [    1.224875] zbud: loaded
> [    1.477699] Key type asymmetric registered
> [    1.477700] Asymmetric key parser 'x509' registered
> [    1.477717] Block layer SCSI generic (bsg) driver version 0.4 loaded
> (major 251)
> [    1.477741] io scheduler noop registered
> [    1.477742] io scheduler deadline registered
> [    1.477751] io scheduler cfq registered (default)
> [    1.478791] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    1.478795] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [    1.478802] intel_idle: MWAIT substates: 0x1120
> [    1.478803] intel_idle: v0.4.1 model 0x3A
> [    1.479033] intel_idle: lapic_timer_reliable_states 0xffffffff
> [    1.479293] ACPI: Video Device [GFX0] (multi-head: yes  rom: no 
> post: no)
> [    1.479483] acpi device:42: registered as cooling_device0
> [    1.479538] input: Video Bus as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input0
> [    1.479710] GHES: HEST is not enabled!
> [    1.479754] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    1.500242] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200)
> is a 16550A
> [    1.500639] Linux agpgart interface v0.103
> [    1.500677] AMD IOMMUv2 driver by Joerg Roedel <jroe...@suse.de>
> [    1.500678] AMD IOMMUv2 functionality not available on this system
> [    1.501296] i8042: PNP: No PS/2 controller found. Probing ports directly.
> [    1.503840] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    1.503844] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    1.504005] mousedev: PS/2 mouse device common for all mice
> [    1.504038] rtc_cmos 00:02: RTC can wake from S4
> [    1.504186] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
> [    1.504208] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes
> nvram, hpet irqs
> [    1.504215] intel_pstate: Intel P-state driver initializing
> [    1.504717] ledtrig-cpu: registered to indicate activity on CPUs
> [    1.505198] NET: Registered protocol family 10
> [    1.505600] mip6: Mobile IPv6
> [    1.505603] NET: Registered protocol family 17
> [    1.505606] mpls_gso: MPLS GSO support
> [    1.506110] microcode: sig=0x306a9, pf=0x2, revision=0x15
> [    1.506326] microcode: Microcode Update Driver: v2.01
> <tig...@aivazian.fsnet.co.uk>, Peter Oruba
> [    1.506587] registered taskstats version 1
> [    1.506589] Loading compiled-in X.509 certificates
> [    1.506613] zswap: loaded using pool lzo/zbud
> [    1.507262] rtc_cmos 00:02: setting system clock to 2016-11-15
> 22:51:08 UTC (1479250268)
> [    1.507397] PM: Hibernation image not present or could not be loaded.
> [    1.509033] Freeing unused kernel memory: 1364K (ffffffffb4931000 -
> ffffffffb4a86000)
> [    1.509035] Write protecting the kernel read-only data: 12288k
> [    1.509779] Freeing unused kernel memory: 1852K (ffff88019c231000 -
> ffff88019c400000)
> [    1.513745] Freeing unused kernel memory: 1212K (ffff88019c6d1000 -
> ffff88019c800000)
> [    1.525850] x86/mm: Checked W+X mappings: passed, no W+X pages found.
> [    1.540826] random: systemd-udevd: uninitialized urandom read (16
> bytes read)
> [    1.540952] random: systemd-udevd: uninitialized urandom read (16
> bytes read)
> [    1.540970] random: systemd-udevd: uninitialized urandom read (16
> bytes read)
> [    1.542883] random: udevadm: uninitialized urandom read (16 bytes read)
> [    1.542932] random: udevadm: uninitialized urandom read (16 bytes read)
> [    1.544758] random: udevadm: uninitialized urandom read (16 bytes read)
> [    1.544838] random: udevadm: uninitialized urandom read (16 bytes read)
> [    1.545717] random: udevadm: uninitialized urandom read (16 bytes read)
> [    1.545795] random: udevadm: uninitialized urandom read (16 bytes read)
> [    1.545869] random: udevadm: uninitialized urandom read (16 bytes read)
> [    1.576535] input: Power Button as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
> [    1.576543] ACPI: Power Button [PWRB]
> [    1.576770] input: Power Button as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
> [    1.576775] ACPI: Power Button [PWRF]
> [    1.577719] FUJITSU Extended Socket Network Device Driver - version
> 1.1 - Copyright (c) 2015 FUJITSU LIMITED
> [    1.584920] nvme nvme0: pci function 0000:01:00.0
> [    1.586446] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
> [    1.586453] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have
> ASPM control
> [    1.587077] r8169 0000:04:00.0 eth0: RTL8168evl/8111evl at
> 0xffffc900018d5000, bc:5f:f4:69:4e:8c, XID 0c900800 IRQ 29
> [    1.587079] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200
> bytes, tx checksumming: ko]
> [    1.587815] ACPI: bus type USB registered
> [    1.587874] usbcore: registered new interface driver usbfs
> [    1.587894] usbcore: registered new interface driver hub
> [    1.587913] [drm] Initialized
> [    1.587941] usbcore: registered new device driver usb
> [    1.590244] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    1.590893] xhci_hcd 0000:00:14.0: xHCI Host Controller
> [    1.590905] xhci_hcd 0000:00:14.0: new USB bus registered, assigned
> bus number 1
> [    1.591199] ehci-pci: EHCI PCI platform driver
> [    1.591273] SCSI subsystem initialized
> [    1.592025] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version
> 0x100 quirks 0x0000b930
> [    1.592032] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
> [    1.592193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.592196] usb usb1: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [    1.592198] usb usb1: Product: xHCI Host Controller
> [    1.592199] usb usb1: Manufacturer: Linux 4.9.0-rc5 xhci-hcd
> [    1.592201] usb usb1: SerialNumber: 0000:00:14.0
> [    1.592485] hub 1-0:1.0: USB hub found
> [    1.592498] hub 1-0:1.0: 4 ports detected
> [    1.593245] xhci_hcd 0000:00:14.0: xHCI Host Controller
> [    1.593252] xhci_hcd 0000:00:14.0: new USB bus registered, assigned
> bus number 2
> [    1.593317] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
> [    1.593320] usb usb2: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [    1.593322] usb usb2: Product: xHCI Host Controller
> [    1.593324] usb usb2: Manufacturer: Linux 4.9.0-rc5 xhci-hcd
> [    1.593325] usb usb2: SerialNumber: 0000:00:14.0
> [    1.593549] hub 2-0:1.0: USB hub found
> [    1.593563] hub 2-0:1.0: 4 ports detected
> [    1.594477] ehci-pci 0000:00:1a.0: EHCI Host Controller
> [    1.594486] ehci-pci 0000:00:1a.0: new USB bus registered, assigned
> bus number 3
> [    1.594501] ehci-pci 0000:00:1a.0: debug port 2
> [    1.595983] libata version 3.00 loaded.
> [    1.598405] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
> [    1.598437] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7b18000
> [    1.601336] MXM: GUID detected in BIOS
> [    1.601498] checking generic (f1000000 300000) vs hw (e0000000 10000000)
> [    1.601499] checking generic (f1000000 300000) vs hw (f0000000 2000000)
> [    1.601500] fb: switching to nouveaufb from simple
> [    1.601522] Console: switching to colour dummy device 80x25
> [    1.601682] nouveau 0000:02:00.0: NVIDIA GM204 (124020a1)
> [    1.610998] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> [    1.611061] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.611063] usb usb3: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [    1.611064] usb usb3: Product: EHCI Host Controller
> [    1.611065] usb usb3: Manufacturer: Linux 4.9.0-rc5 ehci_hcd
> [    1.611066] usb usb3: SerialNumber: 0000:00:1a.0
> [    1.611288] hub 3-0:1.0: USB hub found
> [    1.611297] hub 3-0:1.0: 2 ports detected
> [    1.611738] ehci-pci 0000:00:1d.0: EHCI Host Controller
> [    1.611743] ehci-pci 0000:00:1d.0: new USB bus registered, assigned
> bus number 4
> [    1.611767] ehci-pci 0000:00:1d.0: debug port 2
> [    1.613669] r8169 0000:04:00.0 enp4s0: renamed from eth0
> [    1.615678] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
> [    1.615694] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7b17000
> [    1.634962] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> [    1.635007] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.635008] usb usb4: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [    1.635009] usb usb4: Product: EHCI Host Controller
> [    1.635010] usb usb4: Manufacturer: Linux 4.9.0-rc5 ehci_hcd
> [    1.635011] usb usb4: SerialNumber: 0000:00:1d.0
> [    1.635136] hub 4-0:1.0: USB hub found
> [    1.635141] hub 4-0:1.0: 2 ports detected
> [    1.635320] ahci 0000:00:1f.2: version 3.0
> [    1.635579] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps
> 0x3f impl SATA mode
> [    1.635581] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum
> part ems apst
> [    1.684652] nouveau 0000:02:00.0: bios: version 84.04.36.00.5a
> [    1.684968] nouveau 0000:02:00.0: disp: dcb 15 type 8 unknown
> [    1.685435] nouveau 0000:02:00.0: fb: 3072 MiB GDDR5
> [    1.692088] [TTM] Zone  kernel: Available graphics memory: 8156676 kiB
> [    1.692090] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
> [    1.692091] [TTM] Initializing pool allocator
> [    1.692098] [TTM] Initializing DMA pool allocator
> [    1.692131] nouveau 0000:02:00.0: DRM: VRAM: 3072 MiB
> [    1.692132] nouveau 0000:02:00.0: DRM: GART: 1048576 MiB
> [    1.692135] nouveau 0000:02:00.0: DRM: TMDS table version 2.0
> [    1.692136] nouveau 0000:02:00.0: DRM: DCB version 4.1
> [    1.692137] nouveau 0000:02:00.0: DRM: DCB outp 00: 01000f02 00020030
> [    1.692138] nouveau 0000:02:00.0: DRM: DCB outp 01: 02000f00 00000000
> [    1.692139] nouveau 0000:02:00.0: DRM: DCB outp 02: 04011f82 00020030
> [    1.692140] nouveau 0000:02:00.0: DRM: DCB outp 03: 02022f62 00020010
> [    1.692141] nouveau 0000:02:00.0: DRM: DCB outp 04: 02833f76 04400020
> [    1.692142] nouveau 0000:02:00.0: DRM: DCB outp 05: 02033f72 00020020
> [    1.692143] nouveau 0000:02:00.0: DRM: DCB outp 15: 01df4ff8 00000000
> [    1.692144] nouveau 0000:02:00.0: DRM: DCB conn 00: 00001030
> [    1.692145] nouveau 0000:02:00.0: DRM: DCB conn 01: 01000131
> [    1.692146] nouveau 0000:02:00.0: DRM: DCB conn 02: 00010261
> [    1.692147] nouveau 0000:02:00.0: DRM: DCB conn 03: 00020346
> [    1.692147] nouveau 0000:02:00.0: DRM: DCB conn 04: 00000470
> [    1.692149] nouveau 0000:02:00.0: DRM: Pointer to flat panel table
> invalid
> [    1.695041]  nvme0n1: p1 p2 p3
> [    1.715660] scsi host0: ahci
> [    1.715886] scsi host1: ahci
> [    1.715995] scsi host2: ahci
> [    1.716094] scsi host3: ahci
> [    1.716191] scsi host4: ahci
> [    1.716287] scsi host5: ahci
> [    1.716335] ata1: SATA max UDMA/133 abar m2048@0xf7b16000 port
> 0xf7b16100 irq 19
> [    1.716337] ata2: SATA max UDMA/133 abar m2048@0xf7b16000 port
> 0xf7b16180 irq 19
> [    1.716339] ata3: SATA max UDMA/133 abar m2048@0xf7b16000 port
> 0xf7b16200 irq 19
> [    1.716340] ata4: SATA max UDMA/133 abar m2048@0xf7b16000 port
> 0xf7b16280 irq 19
> [    1.716342] ata5: SATA max UDMA/133 abar m2048@0xf7b16000 port
> 0xf7b16300 irq 19
> [    1.716343] ata6: SATA max UDMA/133 abar m2048@0xf7b16000 port
> 0xf7b16380 irq 19
> [    1.716401] i915 0000:00:02.0: enabling device (0006 -> 0007)
> [    1.774858] [drm] Memory usable by graphics device = 2048M
> [    1.774859] [drm] Replacing VGA console driver
> [    1.780908] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [    1.780909] [drm] Driver supports precise vblank timestamp query.
> [    1.783289] vgaarb: device changed decodes:
> PCI:0000:02:00.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [    1.797589] nouveau 0000:02:00.0: DRM: unknown connector type 70
> [    1.797627] nouveau 0000:02:00.0: DRM: failed to create encoder
> 1/8/0: -19
> [    1.797628] nouveau 0000:02:00.0: DRM: Unknown-1 has no encoders,
> removing
> [    1.797655] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [    1.797655] [drm] Driver supports precise vblank timestamp query.
> [    1.938950] usb 1-1: new high-speed USB device number 2 using xhci_hcd
> [    1.938956] usb 3-1: new high-speed USB device number 2 using ehci-pci
> [    1.940154] nouveau 0000:02:00.0: DRM: MM: using COPY for buffer copies
> [    1.962940] usb 4-1: new high-speed USB device number 2 using ehci-pci
> [    2.005420] nouveau 0000:02:00.0: priv: GPC0: 419df4 00000000 (1f40820e)
> [    2.029388] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
> [    2.029455] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
> [    2.033424] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.033467] ata5: SATA link down (SStatus 0 SControl 300)
> [    2.033528] ata6: SATA link down (SStatus 0 SControl 300)
> [    2.033569] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    2.085591] nouveau 0000:02:00.0: priv: GPC1: 419df4 00000000 (1f40820e)
> [    2.165769] nouveau 0000:02:00.0: priv: GPC2: 419df4 00000000 (1f40820e)
> [    2.183089] nouveau 0000:02:00.0: DRM: allocated 3840x2160 fb:
> 0x60000, bo ffff880414e81000
> [    2.238929] tsc: Refined TSC clocksource calibration: 3400.023 MHz
> [    2.238932] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
> 0x31026473058, max_idle_ns: 440795314252 ns
> [    2.245947] nouveau 0000:02:00.0: priv: GPC3: 419df4 00000000 (1f40820e)
> [    2.245990] fbcon: nouveaufb (fb0) is primary device
> [    2.247002] ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES)
> succeeded
> [    2.247005] ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE
> LOCK) filtered out
> [    2.247007] ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE
> CONFIGURATION OVERLAY) filtered out
> [    2.248038] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES)
> succeeded
> [    2.248040] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE
> LOCK) filtered out
> [    2.248042] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE
> CONFIGURATION OVERLAY) filtered out
> [    2.248570] ata1.00: NCQ Send/Recv Log not supported
> [    2.248572] ata1.00: ATA-9: Samsung SSD 840 EVO 1TB, EXT0BB0Q, max
> UDMA/133
> [    2.248574] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth
> 31/32), AA
> [    2.249025] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES)
> succeeded
> [    2.249028] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE
> LOCK) filtered out
> [    2.249030] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE
> CONFIGURATION OVERLAY) filtered out
> [    2.249045] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES)
> succeeded
> [    2.249048] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE
> LOCK) filtered out
> [    2.249050] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE
> CONFIGURATION OVERLAY) filtered out
> [    2.249554] ata1.00: NCQ Send/Recv Log not supported
> [    2.249559] ata1.00: configured for UDMA/133
> [    2.249864] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 840 
> BB0Q PQ: 0 ANSI: 5
> [    2.250316] ata4.00: ATA-8: WDC WD15EARS-00Z5B1, 80.00A80, max UDMA/133
> [    2.250318] ata4.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth
> 31/32), AA
> [    2.252374] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES)
> succeeded
> [    2.252377] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE
> LOCK) filtered out
> [    2.252379] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE
> CONFIGURATION OVERLAY) filtered out
> [    2.254782] ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES)
> succeeded
> [    2.254785] ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE
> LOCK) filtered out
> [    2.254787] ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE
> CONFIGURATION OVERLAY) filtered out
> [    2.255136] ata3.00: ATAPI: HL-DT-ST BD-RE  BH10LS30, 1.02, max UDMA/133
> [    2.255931] ata2.00: ATA-8: KINGSTON SV300S37A120G, 603ABBF0, max
> UDMA/133
> [    2.255933] ata2.00: 234441648 sectors, multi 1: LBA48 NCQ (depth
> 31/32), AA
> [    2.258569] ata4.00: configured for UDMA/133
> [    2.260286] ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES)
> succeeded
> [    2.260288] ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE
> LOCK) filtered out
> [    2.260290] ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE
> CONFIGURATION OVERLAY) filtered out
> [    2.261332] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES)
> succeeded
> [    2.261334] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE
> LOCK) filtered out
> [    2.261335] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE
> CONFIGURATION OVERLAY) filtered out
> [    2.263048] ata3.00: configured for UDMA/133
> [    2.266709] ata2.00: configured for UDMA/133
> [    2.267861] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
> [    2.267864] usb 1-1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> [    2.267865] usb 1-1: Product: USB2.0 Hub
> [    2.267866] usb 1-1: Manufacturer: GenesysLogic
> [    2.268505] hub 1-1:1.0: USB hub found
> [    2.268901] hub 1-1:1.0: 4 ports detected
> [    2.271348] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
> [    2.271351] usb 3-1: New USB device strings: Mfr=0, Product=0,
> SerialNumber=0
> [    2.271440] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
> [    2.271442] usb 4-1: New USB device strings: Mfr=0, Product=0,
> SerialNumber=0
> [    2.271609] hub 3-1:1.0: USB hub found
> [    2.271750] hub 4-1:1.0: USB hub found
> [    2.271758] hub 3-1:1.0: 6 ports detected
> [    2.271831] hub 4-1:1.0: 8 ports detected
> [    2.291474] scsi 1:0:0:0: Direct-Access     ATA      KINGSTON SV300S3
> BBF0 PQ: 0 ANSI: 5
> [    2.340100] scsi 2:0:0:0: CD-ROM            HL-DT-ST BD-RE  BH10LS30 
> 1.02 PQ: 0 ANSI: 5
> [    2.358500] scsi 3:0:0:0: Direct-Access     ATA      WDC WD15EARS-00Z
> 0A80 PQ: 0 ANSI: 5
> [    2.383106] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
> [    2.394493] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks:
> (1.00 TB/932 GiB)
> [    2.394527] sd 1:0:0:0: [sdb] 234441648 512-byte logical blocks: (120
> GB/112 GiB)
> [    2.394614] sd 1:0:0:0: [sdb] Write Protect is off
> [    2.394617] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
> [    2.394629] sd 3:0:0:0: [sdc] 2930277168 512-byte logical blocks:
> (1.50 TB/1.36 TiB)
> [    2.394645] sd 1:0:0:0: [sdb] Write cache: enabled, read cache:
> enabled, doesn't support DPO or FUA
> [    2.394657] sd 0:0:0:0: [sda] Write Protect is off
> [    2.394660] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    2.394692] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
> enabled, doesn't support DPO or FUA
> [    2.394694] sd 3:0:0:0: [sdc] Write Protect is off
> [    2.394697] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
> [    2.394727] sd 3:0:0:0: [sdc] Write cache: enabled, read cache:
> enabled, doesn't support DPO or FUA
> [    2.397636]  sdb: sdb1 sdb2
> [    2.398032] sd 1:0:0:0: [sdb] Attached SCSI disk
> [    2.398089]  sda: sda2 sda3 sda4
> [    2.398538] sd 0:0:0:0: [sda] Attached SCSI disk
> [    2.405574] usb 2-1: New USB device found, idVendor=05e3, idProduct=0612
> [    2.405576] usb 2-1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> [    2.405577] usb 2-1: Product: USB3.0 Hub
> [    2.405578] usb 2-1: Manufacturer: GenesysLogic
> [    2.406782] hub 2-1:1.0: USB hub found
> [    2.407118] hub 2-1:1.0: 4 ports detected
> [    2.412537] random: fast init done
> [    2.413931]  sdc: sdc1
> [    2.414392] sd 3:0:0:0: [sdc] Attached SCSI disk
> [    2.424084] sr 2:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer dvd-ram
> cd/rw xa/form2 cdda tray
> [    2.424086] cdrom: Uniform CD-ROM driver Revision: 3.20
> [    2.424258] sr 2:0:0:0: Attached scsi CD-ROM sr0
> [    2.558947] usb 4-1.5: new full-speed USB device number 3 using ehci-pci
> [    2.558961] usb 3-1.1: new high-speed USB device number 3 using ehci-pci
> [    2.670811] usb 3-1.1: New USB device found, idVendor=05e3,
> idProduct=0723
> [    2.670813] usb 3-1.1: New USB device strings: Mfr=3, Product=4,
> SerialNumber=0
> [    2.670815] usb 3-1.1: Product: USB Storage
> [    2.670816] usb 3-1.1: Manufacturer: Generic
> [    2.673404] usb-storage 3-1.1:1.0: USB Mass Storage device detected
> [    2.673521] usb-storage 3-1.1:1.0: Quirks match for vid 05e3 pid
> 0723: 8000
> [    2.673552] scsi host6: usb-storage 3-1.1:1.0
> [    2.673676] usbcore: registered new interface driver usb-storage
> [    2.674163] usbcore: registered new interface driver uas
> [    2.750931] usb 3-1.3: new high-speed USB device number 4 using ehci-pci
> [    2.766705] usb 4-1.5: New USB device found, idVendor=046d,
> idProduct=0a1d
> [    2.766707] usb 4-1.5: New USB device strings: Mfr=1, Product=2,
> SerialNumber=3
> [    2.766708] usb 4-1.5: Product: Logitech Wireless Headset H760
> [    2.766710] usb 4-1.5: Manufacturer: Logitech
> [    2.766711] usb 4-1.5: SerialNumber: 000d449788ad
> [    2.778599] hidraw: raw HID events driver (C) Jiri Kosina
> [    2.813148] usbcore: registered new interface driver usbhid
> [    2.813149] usbhid: USB HID core driver
> [    2.833004] input: Logitech Logitech Wireless Headset H760 as
> /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.3/0003:046D:0A1D.0001/input/input6
> [    2.854918] usb 4-1.8: new full-speed USB device number 4 using ehci-pci
> [    2.860570] usb 3-1.3: New USB device found, idVendor=05e3,
> idProduct=0608
> [    2.860572] usb 3-1.3: New USB device strings: Mfr=0, Product=1,
> SerialNumber=0
> [    2.860574] usb 3-1.3: Product: USB2.0 Hub
> [    2.861220] hub 3-1.3:1.0: USB hub found
> [    2.861571] hub 3-1.3:1.0: 4 ports detected
> [    2.891094] hid-generic 0003:046D:0A1D.0001: input,hiddev0,hidraw0:
> USB HID v1.11 Device [Logitech Logitech Wireless Headset H760] on
> usb-0000:00:1d.0-1.5/input3
> [    2.942915] usb 3-1.4: new full-speed USB device number 5 using ehci-pci
> [    2.965775] usb 4-1.8: New USB device found, idVendor=044f,
> idProduct=0402
> [    2.965777] usb 4-1.8: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> [    2.965778] usb 4-1.8: Product: Joystick - HOTAS Warthog
> [    2.965780] usb 4-1.8: Manufacturer: Thustmaster
> [    2.967608] input: Thustmaster Joystick - HOTAS Warthog as
> /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.8/4-1.8:1.0/0003:044F:0402.0002/input/input7
> [    2.967704] hid-generic 0003:044F:0402.0002: input,hidraw1: USB HID
> v1.11 Joystick [Thustmaster Joystick - HOTAS Warthog] on
> usb-0000:00:1d.0-1.8/input0
> [    3.069768] usb 3-1.4: New USB device found, idVendor=0a12,
> idProduct=0001
> [    3.069770] usb 3-1.4: New USB device strings: Mfr=0, Product=2,
> SerialNumber=0
> [    3.069772] usb 3-1.4: Product: CSR8510 A10
> [    3.150921] usb 3-1.3.1: new full-speed USB device number 6 using
> ehci-pci
> [    3.263097] clocksource: Switched to clocksource tsc
> [    3.264754] usb 3-1.3.1: New USB device found, idVendor=045e,
> idProduct=0719
> [    3.264756] usb 3-1.3.1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=3
> [    3.264757] usb 3-1.3.1: Product: Xbox 360 Wireless Receiver for Windows
> [    3.264759] usb 3-1.3.1: Manufacturer: ©Microsoft
> [    3.264760] usb 3-1.3.1: SerialNumber: FEAD07B0
> [    3.346885] usb 3-1.3.2: new high-speed USB device number 7 using
> ehci-pci
> [    3.574032] usb 3-1.3.2: New USB device found, idVendor=046d,
> idProduct=09a1
> [    3.574034] usb 3-1.3.2: New USB device strings: Mfr=0, Product=0,
> SerialNumber=2
> [    3.574035] usb 3-1.3.2: SerialNumber: 22C00B10
> [    3.654869] usb 3-1.3.3: new low-speed USB device number 8 using ehci-pci
> [    3.680506] scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE  
> 9451 PQ: 0 ANSI: 0
> [    3.684390] sd 6:0:0:0: [sdd] Attached SCSI removable disk
> [    3.767647] usb 3-1.3.3: New USB device found, idVendor=068e,
> idProduct=00f2
> [    3.767649] usb 3-1.3.3: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> [    3.767651] usb 3-1.3.3: Product: CH PRO PEDALS USB
> [    3.767652] usb 3-1.3.3: Manufacturer: CH PRODUCTS
> [    3.771405] input: CH PRODUCTS CH PRO PEDALS USB  as
> /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.0/0003:068E:00F2.0003/input/input8
> [    3.771537] hid-generic 0003:068E:00F2.0003: input,hidraw2: USB HID
> v1.00 Joystick [CH PRODUCTS CH PRO PEDALS USB ] on
> usb-0000:00:1a.0-1.3.3/input0
> [    3.850887] usb 3-1.3.4: new full-speed USB device number 9 using
> ehci-pci
> [    3.962370] usb 3-1.3.4: New USB device found, idVendor=046d,
> idProduct=c52b
> [    3.962372] usb 3-1.3.4: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> [    3.962374] usb 3-1.3.4: Product: USB Receiver
> [    3.962375] usb 3-1.3.4: Manufacturer: Logitech
> [    3.970320] logitech-djreceiver 0003:046D:C52B.0006: hiddev0,hidraw3:
> USB HID v1.11 Device [Logitech USB Receiver] on
> usb-0000:00:1a.0-1.3.4/input2
> [    4.099745] input: Logitech K750 as
> /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3.4/3-1.3.4:1.2/0003:046D:C52B.0006/0003:046D:4002.0007/input/input9
> [    4.099966] logitech-hidpp-device 0003:046D:4002.0007: input,hidraw4:
> USB HID v1.11 Keyboard [Logitech K750] on usb-0000:00:1a.0-1.3.4:1
> [    4.101668] input: Logitech Performance MX as
> /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3.4/3-1.3.4:1.2/0003:046D:C52B.0006/0003:046D:101A.0008/input/input10
> [    4.101795] logitech-hidpp-device 0003:046D:101A.0008: input,hidraw5:
> USB HID v1.11 Mouse [Logitech Performance MX] on usb-0000:00:1a.0-1.3.4:2
> [    4.413489] Console: switching to colour frame buffer device 480x135
> [    4.496890] nouveau 0000:02:00.0: fb0: nouveaufb frame buffer device
> [    4.518826] [drm] Initialized nouveau 1.3.1 20120801 for 0000:02:00.0
> on minor 0
> [    4.520474] [drm] Initialized i915 1.6.0 20160919 for 0000:00:02.0 on
> minor 1
> [    4.703527] i915 0000:00:02.0: No connectors reported connected with
> modes
> [    4.703531] [drm] Cannot find any crtc or sizes - going 1024x768
> [    4.704154] i915 0000:00:02.0: fb1: inteldrmfb frame buffer device
> [    4.786785] raid6: sse2x1   gen()  6262 MB/s
> [    4.854784] raid6: sse2x1   xor()  6156 MB/s
> [    4.922786] raid6: sse2x2   gen() 11547 MB/s
> [    4.990775] raid6: sse2x2   xor()  9274 MB/s
> [    5.058767] raid6: sse2x4   gen() 15482 MB/s
> [    5.126763] raid6: sse2x4   xor() 11490 MB/s
> [    5.126764] raid6: using algorithm sse2x4 gen() 15482 MB/s
> [    5.126764] raid6: .... xor() 11490 MB/s, rmw enabled
> [    5.126765] raid6: using ssse3x2 recovery algorithm
> [    5.127120] xor: automatically using best checksumming function  
> avx      
> [    5.129315] Btrfs loaded, crc32c=crc32c-intel
> [    5.130606] BTRFS: device fsid 97b8d297-4ca3-40ad-b9c3-ba8032af5566
> devid 1 transid 16919 /dev/nvme0n1p3
> [    5.130926] BTRFS info (device nvme0n1p3): disk space caching is enabled
> [    5.130927] BTRFS info (device nvme0n1p3): has skinny extents
> [    5.134957] BTRFS info (device nvme0n1p3): detected SSD devices,
> enabling SSD mode
> [    5.245114] 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.245324] systemd[1]: Detected architecture x86-64.
> [    5.298846] systemd[1]: Set hostname to <han>.
> [    5.356819] systemd[1]: Listening on /dev/initctl Compatibility Named
> Pipe.
> [    5.443006] systemd[1]: Created slice User and Session Slice.
> [    5.514972] systemd[1]: Created slice System Slice.
> [    5.574818] systemd[1]: Reached target Slices.
> [    5.630969] systemd[1]: Created slice system-getty.slice.
> [    5.690995] systemd[1]: Created slice system-systemd\x2dfsck.slice.
> [    5.766895] systemd[1]: Listening on Journal Audit Socket.
> [    6.538619] BTRFS info (device nvme0n1p3): disk space caching is enabled
> [    6.702373] lp: driver loaded but no devices found
> [    6.703888] ppdev: user-space parallel port driver
> [    8.497742] systemd-journald[286]: Received request to flush runtime
> journal from PID 1
> [    8.786341] EDAC MC: Ver: 3.0.0
> [    8.793975] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> [    8.846036] BTRFS: device fsid 5e11fcbd-da24-4f00-ad79-fe7b569f4741
> devid 1 transid 136202 /dev/nvme0n1p2
> [    8.867670] ACPI Warning: SystemIO range
> 0x0000000000000428-0x000000000000042F conflicts with OpRegion
> 0x0000000000000400-0x000000000000047F (\PMIO) (20160831/utaddress-247)
> [    8.867677] ACPI: If an ACPI driver is available for this device, you
> should use it instead of the native driver
> [    8.867680] ACPI Warning: SystemIO range
> 0x0000000000000540-0x000000000000054F conflicts with OpRegion
> 0x0000000000000500-0x000000000000057F (\GPR2) (20160831/utaddress-247)
> [    8.867683] ACPI Warning: SystemIO range
> 0x0000000000000540-0x000000000000054F conflicts with OpRegion
> 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
> [    8.867686] ACPI: If an ACPI driver is available for this device, you
> should use it instead of the native driver
> [    8.867687] ACPI Warning: SystemIO range
> 0x0000000000000530-0x000000000000053F conflicts with OpRegion
> 0x0000000000000500-0x000000000000057F (\GPR2) (20160831/utaddress-247)
> [    8.867691] ACPI Warning: SystemIO range
> 0x0000000000000530-0x000000000000053F conflicts with OpRegion
> 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
> [    8.867694] ACPI: If an ACPI driver is available for this device, you
> should use it instead of the native driver
> [    8.867694] ACPI Warning: SystemIO range
> 0x0000000000000500-0x000000000000052F conflicts with OpRegion
> 0x0000000000000500-0x000000000000057F (\GPR2) (20160831/utaddress-247)
> [    8.867696] ACPI Warning: SystemIO range
> 0x0000000000000500-0x000000000000052F conflicts with OpRegion
> 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
> [    8.867698] ACPI: If an ACPI driver is available for this device, you
> should use it instead of the native driver
> [    8.867698] lpc_ich: Resource conflict(s) found affecting gpio_ich
> [    8.881564] net2280 0000:09:00.0: enabling device (0100 -> 0102)
> [    8.881799] net2280 0000:09:00.0: PLX NET228x/USB338x USB Peripheral
> Controller
> [    8.881800] net2280 0000:09:00.0: irq 41, pci mem ffffc90002242000,
> chip rev 00ab
> [    8.881801] net2280 0000:09:00.0: version: 2005 Sept 27/v3.0;
> enhanced mode
> [    8.892414] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
> [    8.892776] snd_hda_intel 0000:02:00.1: enabling device (0000 -> 0002)
> [    8.892813] snd_hda_intel 0000:02:00.1: Disabling MSI
> [    8.892819] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio
> client
> [    8.894892] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    8.896752] sd 1:0:0:0: Attached scsi generic sg1 type 0
> [    8.898262] sr 2:0:0:0: Attached scsi generic sg2 type 5
> [    8.898309] sd 3:0:0:0: Attached scsi generic sg3 type 0
> [    8.899569] sd 6:0:0:0: Attached scsi generic sg4 type 0
> [    8.905798] EFI Variables Facility v0.08 2004-May-17
> [    8.922413] Bluetooth: Core ver 2.22
> [    8.922422] NET: Registered protocol family 31
> [    8.922422] Bluetooth: HCI device and connection manager initialized
> [    8.922425] Bluetooth: HCI socket layer initialized
> [    8.922426] Bluetooth: L2CAP socket layer initialized
> [    8.922430] Bluetooth: SCO socket layer initialized
> [    8.926258] pstore: using zlib compression
> [    8.928147] pstore: Registered efi as persistent store backend
> [    8.930163] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892:
> line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
> [    8.930164] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0
> (0x0/0x0/0x0/0x0/0x0)
> [    8.930165] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1
> (0x1b/0x0/0x0/0x0/0x0)
> [    8.930166] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
> [    8.930167] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
> [    8.930167] snd_hda_codec_realtek hdaudioC0D0:    inputs:
> [    8.930169] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
> [    8.930170] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
> [    8.930170] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
> [    8.935118] usbcore: registered new interface driver btusb
> [    8.946578] BTRFS: device fsid 04e19732-87ba-431e-a3f4-d5d03ddad769
> devid 1 transid 37596 /dev/sda2
> [    8.954408] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops
> i915_audio_component_bind_ops [i915])
> [    8.959515] media: Linux media interface: v0.10
> [    8.962006] usbcore: registered new interface driver xpad
> [    8.962242] Linux video capture interface: v2.00
> [    8.972422] input: HDA Intel PCH Front Mic as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
> [    8.972533] uvcvideo: Found UVC 1.00 device <unnamed> (046d:09a1)
> [    8.973468] input: HDA Intel PCH Rear Mic as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
> [    8.974434] input: HDA Intel PCH Line as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
> [    8.975805] input: HDA Intel PCH Line Out Front as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
> [    8.976245] input: HDA Intel PCH Line Out Surround as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
> [    8.977346] input: HDA Intel PCH Line Out CLFE as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
> [    8.978541] input: HDA Intel PCH Front Headphone as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
> [    8.979829] input: HDA Intel PCH HDMI/DP,pcm=3 as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
> [    8.980954] input: HDA Intel PCH HDMI/DP,pcm=7 as
> /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
> [    8.985848] AVX version of gcm_enc/dec engaged.
> [    8.985849] AES CTR mode by8 optimization enabled
> [    8.988235] uvcvideo 3-1.3.2:1.0: Entity type for entity Extension 4
> was not initialized!
> [    8.988238] uvcvideo 3-1.3.2:1.0: Entity type for entity Extension 10
> was not initialized!
> [    8.988239] uvcvideo 3-1.3.2:1.0: Entity type for entity Extension 12
> was not initialized!
> [    8.988241] uvcvideo 3-1.3.2:1.0: Entity type for entity Extension 8
> was not initialized!
> [    8.988243] uvcvideo 3-1.3.2:1.0: Entity type for entity Extension 11
> was not initialized!
> [    8.988244] uvcvideo 3-1.3.2:1.0: Entity type for entity Processing 2
> was not initialized!
> [    8.988246] uvcvideo 3-1.3.2:1.0: Entity type for entity Extension 13
> was not initialized!
> [    8.988247] uvcvideo 3-1.3.2:1.0: Entity type for entity Camera 1 was
> not initialized!
> [    8.988574] input: UVC Camera (046d:09a1) as
> /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3.2/3-1.3.2:1.0/input/input20
> [    8.988625] usbcore: registered new interface driver uvcvideo
> [    8.988626] USB Video Class driver (1.1.1)
> [    9.004154] intel_rapl: Found RAPL domain package
> [    9.004155] intel_rapl: Found RAPL domain core
> [    9.004156] intel_rapl: Found RAPL domain uncore
> [    9.549171] usb 3-1.3.2: Warning! Unlikely big volume range (=3072),
> cval->res is probably wrong.
> [    9.549175] usb 3-1.3.2: [5] FU [Mic Capture Volume] ch = 1, val =
> 4608/7680/1
> [    9.549814] usbcore: registered new interface driver snd-usb-audio
> [   10.544614] r8169 0000:04:00.0 enp4s0: link down
> [   10.544668] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
> [   10.823649] input: HDA NVidia HDMI/DP,pcm=3 as
> /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input21
> [   10.823847] input: HDA NVidia HDMI/DP,pcm=7 as
> /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input22
> [   10.824035] input: HDA NVidia HDMI/DP,pcm=8 as
> /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input23
> [   10.824176] input: HDA NVidia HDMI/DP,pcm=9 as
> /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input24
> [   10.836304] random: crng init done
> [   13.034499] r8169 0000:04:00.0 enp4s0: link up
> [   13.034509] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
> [   13.271827] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [   13.271829] Bluetooth: BNEP filters: protocol multicast
> [   13.271834] Bluetooth: BNEP socket layer initialized
> [   51.676295] net2280 0000:09:00.0: unbind
> [   59.906419] dummy_hcd dummy_hcd.0: USB Host+Gadget Emulator, driver
> 02 May 2005
> [   59.906423] dummy_hcd dummy_hcd.0: Dummy host controller
> [   59.906426] dummy_hcd dummy_hcd.0: new USB bus registered, assigned
> bus number 5
> [   59.906520] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
> [   59.906523] usb usb5: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [   59.906525] usb usb5: Product: Dummy host controller
> [   59.906527] usb usb5: Manufacturer: Linux 4.9.0-rc5 dummy_hcd
> [   59.906528] usb usb5: SerialNumber: dummy_hcd.0
> [   59.906746] hub 5-0:1.0: USB hub found
> [   59.906755] hub 5-0:1.0: 1 port detected
> [   67.963617] g_serial gadget: Gadget Serial v2.4
> [   67.963619] g_serial gadget: g_serial ready
> [   68.187926] usb 5-1: new high-speed USB device number 2 using dummy_hcd
> [   68.407936] usb 5-1: New USB device found, idVendor=0525, idProduct=a4a7
> [   68.407939] usb 5-1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> [   68.407941] usb 5-1: Product: Gadget Serial v2.4
> [   68.407943] usb 5-1: Manufacturer: Linux 4.9.0-rc5 with dummy_udc
> [   68.415913] g_serial gadget: high-speed config #2: CDC ACM config
> [   68.415924] gs_console_connect: port num [0] is not support console
> [   68.518961] cdc_acm 5-1:2.0: ttyACM0: USB ACM device
> [   68.524050] usbcore: registered new interface driver cdc_acm
> [   68.524052] cdc_acm: USB Abstract Control Model driver for USB modems
> and ISDN adapters
> [   75.705094] usb 5-1: USB disconnect, device number 2
> [   75.705202] console [ttyGS-1] disabled
> [   75.705246] BUG: unable to handle kernel
> [   75.751165] NULL pointer dereference
> [   75.791826]  at 0000000000000018
> [   75.814807] IP: [<ffffffffb3ca1166>] kthread_stop+0x16/0x110
> [   75.882611] PGD 0
> 
> [   75.922339] Oops: 0002 [#1] SMP
> [   75.959880] Modules linked in: cdc_acm usb_f_acm u_serial g_serial(-)
> libcomposite configfs dummy_hcd bnep nls_ascii nls_cp437 vfat fat
> intel_rapl x86_pkg_temp_thermal coretemp kvm_intel kvm irqbypass
> crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64
> lrw gf128mul glue_helper ablk_helper cryptd uvcvideo videobuf2_vmalloc
> videobuf2_memops videobuf2_v4l2 videobuf2_core videodev xpad ff_memless
> media joydev snd_hda_codec_hdmi snd_usb_audio snd_usbmidi_lib
> snd_hda_codec_realtek btusb btrtl efi_pstore btbcm snd_hda_codec_generic
> btintel bluetooth serio_raw rfkill crc16 efivars snd_hda_intel sg
> snd_hda_codec snd_hda_core snd_hwdep snd_seq_midi snd_seq_midi_event
> snd_pcm_oss snd_rawmidi snd_mixer_oss udc_core snd_pcm snd_seq
> snd_seq_device lpc_ich snd_timer mfd_core snd soundcore battery
> [   76.816163]  nuvoton_cir rc_core mei_me mei evdev intel_smartconnect
> shpchp ie31200_edac tpm_tis tpm_tis_core tpm edac_core parport_pc ppdev
> lp parport efivarfs autofs4 btrfs xor raid6_pq hid_logitech_hidpp
> hid_logitech_dj hid_generic usbhid hid uas usb_storage sr_mod cdrom
> sd_mod nouveau ahci libahci i915 crc32c_intel libata ttm i2c_algo_bit
> ehci_pci xhci_pci psmouse xhci_hcd drm_kms_helper ehci_hcd scsi_mod
> r8169 mii usbcore drm nvme nvme_core fjes button [last unloaded: net2280]
> [   77.316999] CPU: 2 PID: 853 Comm: rmmod Not tainted 4.9.0-rc5 #3
> [   77.388856] Hardware name: To Be Filled By O.E.M. To Be Filled By
> O.E.M./Z77 Extreme3, BIOS P1.50 07/11/2013
> [   77.506474] task: ffff880419f6a100 task.stack: ffffc90002e8c000
> [   77.577292] RIP: 0010:[<ffffffffb3ca1166>]  [<ffffffffb3ca1166>]
> kthread_stop+0x16/0x110
> [   77.674214] RSP: 0018:ffffc90002e8fdb0  EFLAGS: 00010286
> [   77.737754] RAX: 0000000000000001 RBX: 0000000000000000 RCX:
> 0000000000000000
> [   77.823133] RDX: 0000000000000001 RSI: 0000000000000246 RDI:
> 0000000000000000
> [   77.908513] RBP: ffffc90002e8fdc8 R08: 0000000000000000 R09:
> 0000000000000001
> [   77.993892] R10: 000000000000019d R11: 000000000000001f R12:
> 0000000000000000
> [   78.079271] R13: ffff88041b8d8400 R14: 0000000000000001 R15:
> 000055fd59f5a1e0
> [   78.164649] FS:  00007f82500be700(0000) GS:ffff88042f280000(0000)
> knlGS:0000000000000000
> [   78.261467] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [   78.330206] CR2: 0000000000000018 CR3: 000000041bee2000 CR4:
> 00000000001406e0
> [   78.415586] Stack:
> [   78.439609]  0000000000000000 ffffffffc0b8e720 ffff88041b8d8400
> ffffc90002e8fdf0
> [   78.528522]  ffffffffc0b8bb52 ffff88041a106300 0000000000000001
> ffff880419fc2ea8
> [   78.617436]  ffffc90002e8fe08 ffffffffc0aed749 ffffffffc0aef600
> ffffc90002e8fe20
> [   78.706350] Call Trace:
> [   78.735579]  [<ffffffffc0b8bb52>] gserial_free_line+0x72/0xb0 [u_serial]
> [   78.815758]  [<ffffffffc0aed749>] acm_free_instance+0x19/0x30 [usb_f_acm]
> [   78.896978]  [<ffffffffc0b01b40>] usb_put_function_instance+0x20/0x30
> [libcomposite]
> [   78.989634]  [<ffffffffc04a603b>] gs_unbind+0x3b/0x70 [g_serial]
> [   79.061493]  [<ffffffffc0b018d1>] __composite_unbind+0x61/0xb0
> [libcomposite]
> [   79.146872]  [<ffffffffc0b01933>] composite_unbind+0x13/0x20
> [libcomposite]
> [   79.230172]  [<ffffffffc08ef1ad>] usb_gadget_remove_driver+0x3d/0x90
> [udc_core]
> [   79.317632]  [<ffffffffc08ef26e>]
> usb_gadget_unregister_driver+0x6e/0xc0 [udc_core]
> [   79.409248]  [<ffffffffc0aff6d2>] usb_composite_unregister+0x12/0x20
> [libcomposite]
> [   79.500866]  [<ffffffffc04a6268>] cleanup+0x10/0xda8 [g_serial]
> [   79.571685]  [<ffffffffb3d0c0c2>] SyS_delete_module+0x192/0x270
> [   79.642508]  [<ffffffffb3c032a0>] ? exit_to_usermode_loop+0x90/0xb0
> [   79.717486]  [<ffffffffb4228a3b>] entry_SYSCALL_64_fastpath+0x1e/0xad
> [   79.794543] Code: 89 c6 e8 6e ff ff ff 48 89 df e8 06 bd fd ff 5b 5d
> c3 0f 1f 00 0f 1f 44 00 00 55 48 89 e5 41 55 41 54 49 89 fc 53 0f 1f 44
> 00 00 <f0> 41 ff 44 24 18 4c 89 e7 e8 bc f1 ff ff 48 85 c0 48 89 c3 74
> [   80.027071] RIP  [<ffffffffb3ca1166>] kthread_stop+0x16/0x110
> [   80.095915]  RSP <ffffc90002e8fdb0>
> [   80.137617] CR2: 0000000000000018
> [   80.177270] ---[ end trace 5b3336a407e1698c ]---
> --
> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 

Best Regards,
Peter Chen
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to