linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video
@ 2019-01-05 20:05 Mikhail Gavrilov
  2019-01-08 14:45 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 19+ messages in thread
From: Mikhail Gavrilov @ 2019-01-05 20:05 UTC (permalink / raw)
  To: linux-media

[-- Attachment #1: Type: text/plain, Size: 4834 bytes --]

Hi folks!
Every time when I start capture video from external capture card
Avermedia Live Gamer ULTRA GC553
(https://www.avermedia.com/gaming/product/game_capture/live_gamer_ultra_gc553)
I got kernel error "Unknown pixelformat 0x00000000".
It look like false positive because I am able record video with OBS in
4K resolution from another Linux machine or PS 4 Pro  if I select
video format "Planar YVU 4:2:0" or "YU12 (Emulated)"
But very unpleasant to see this error in kernel log.

$ uname -r
4.20.0-1.fc30.x86_64

$ lsusb
Bus 004 Device 007: ID 07ca:0553 AVerMedia Technologies, Inc.


[   75.985776] ------------[ cut here ]------------
[   75.985780] Unknown pixelformat 0x00000000
[   75.985813] WARNING: CPU: 12 PID: 3175 at
drivers/media/v4l2-core/v4l2-ioctl.c:1342 v4l_enum_fmt+0xfc0/0x1380
[videodev]
[   75.985814] Modules linked in: nls_utf8 isofs fuse rfcomm
xt_CHECKSUM ipt_MASQUERADE tun bridge stp llc devlink
nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter
ip6t_REJECT nf_reject_ipv6 xt_conntrack ebtable_nat ip6table_nat
nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat
nf_nat_ipv4 nf_nat iptable_mangle iptable_raw iptable_security
nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nfnetlink
ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep sunrpc
xfs vfat fat libcrc32c edac_mce_amd arc4 kvm_amd kvm r8822be(C)
snd_hda_codec_realtek snd_hda_codec_generic irqbypass
snd_hda_codec_hdmi snd_hda_intel snd_hda_codec mac80211 snd_usb_audio
crct10dif_pclmul snd_hda_core snd_usbmidi_lib crc32_pclmul snd_hwdep
snd_rawmidi snd_seq snd_seq_device uvcvideo snd_pcm
ghash_clmulni_intel btusb videobuf2_vmalloc videobuf2_memops btrtl
videobuf2_v4l2 btbcm eeepc_wmi videobuf2_common btintel asus_wmi
sparse_keymap bluetooth video videodev wmi_bmof joydev
[   75.985838]  snd_timer cfg80211 media k10temp snd sp5100_tco
i2c_piix4 soundcore ecdh_generic ccp rfkill pcc_cpufreq gpio_amdpt
gpio_generic acpi_cpufreq binfmt_misc uas usb_storage hid_sony
ff_memless amdgpu hid_logitech_hidpp chash amd_iommu_v2 gpu_sched
drm_kms_helper ttm drm igb crc32c_intel hid_logitech_dj dca nvme
i2c_algo_bit nvme_core wmi pinctrl_amd
[   75.985854] CPU: 12 PID: 3175 Comm: obs Tainted: G         C
4.20.0-1.fc30.x86_64 #1
[   75.985856] Hardware name: System manufacturer System Product
Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[   75.985862] RIP: 0010:v4l_enum_fmt+0xfc0/0x1380 [videodev]
[   75.985863] Code: c6 4b 79 b5 c0 e9 55 f1 ff ff 48 c7 c6 09 7c b5
c0 3d 56 50 38 30 0f 84 43 f1 ff ff 89 c6 48 c7 c7 1c 7d b5 c0 e8 3a
3b 57 f9 <0f> 0b 41 80 7c 24 0c 00 0f 85 45 f1 ff ff 41 8b 44 24 2c 49
8d 7c
[   75.985865] RSP: 0018:ffffa52889277cb8 EFLAGS: 00010286
[   75.985867] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000006
[   75.985868] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff964cbeb168c0
[   75.985869] RBP: 0000000000000000 R08: 0000000000000005 R09: 0000000000000007
[   75.985870] R10: 0000000000000000 R11: ffffffffbb99e22d R12: ffffa52889277dc0
[   75.985872] R13: ffffffffc05079e0 R14: ffff964c8a790600 R15: ffffffffffffffed
[   75.985873] FS:  00007f0c1eab1f00(0000) GS:ffff964cbeb00000(0000)
knlGS:0000000000000000
[   75.985875] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   75.985876] CR2: 00007f0c08197294 CR3: 000000078795e000 CR4: 00000000003406e0
[   75.985877] Call Trace:
[   75.985885]  __video_do_ioctl+0x174/0x3b0 [videodev]
[   75.985889]  ? page_add_file_rmap+0xa0/0x2d0
[   75.985892]  ? alloc_set_pte+0x293/0x660
[   75.985897]  video_usercopy+0x253/0x5a0 [videodev]
[   75.985903]  ? copy_overflow+0x20/0x20 [videodev]
[   75.985906]  ? selinux_file_ioctl+0x161/0x200
[   75.985911]  v4l2_ioctl+0x45/0x50 [videodev]
[   75.985914]  do_vfs_ioctl+0xa4/0x630
[   75.985916]  ksys_ioctl+0x60/0x90
[   75.985918]  __x64_sys_ioctl+0x16/0x20
[   75.985921]  do_syscall_64+0x5b/0x160
[   75.985924]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   75.985926] RIP: 0033:0x7f0c2454014d
[   75.985928] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e
fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24
08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b 5d 0c 00 f7 d8 64 89
01 48
[   75.985929] RSP: 002b:00007ffe01cdc5f8 EFLAGS: 00000246 ORIG_RAX:
0000000000000010
[   75.985931] RAX: ffffffffffffffda RBX: 00007f0c08197280 RCX: 00007f0c2454014d
[   75.985932] RDX: 00007ffe01cdc660 RSI: 00000000c0405602 RDI: 0000000000000027
[   75.985933] RBP: 0000000000000004 R08: 0000000000000000 R09: 0000000000000000
[   75.985934] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000007
[   75.985935] R13: 0000000000000001 R14: 00007ffe01cdc630 R15: 000055a982fdf6e0
[   75.985937] ---[ end trace 26d01f03c564a254 ]---


Is it possible to fix this error?

Thanks

--
Best Regards,
Mike Gavrilov.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain; charset="US-ASCII"; name="dmesg.txt", Size: 100003 bytes --]

[    0.000000] Linux version 4.20.0-1.fc30.x86_64 (mockbuild@bkernel04.phx2.fedoraproject.org) (gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC)) #1 SMP Tue Dec 25 02:07:16 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=(hd5,gpt2)/boot/vmlinuz-4.20.0-1.fc30.x86_64 root=UUID=1f9a5daa-5bbb-4e44-99aa-ce4a83d40619 ro resume=UUID=c1820a2a-10ac-4ff7-a086-e73a4fc14c2d rhgb mem_encrypt=off scsi_mod.use_blk_mq=1 log_buf_len=4M
[    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 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000da043fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da044000-0x00000000db540fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db541000-0x00000000db568fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000db569000-0x00000000dba19fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dba1a000-0x00000000dc591fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dc592000-0x00000000deffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xccb06018-0xccb17057] usable ==> usable
[    0.000000] e820: update [mem 0xccb06018-0xccb17057] usable ==> usable
[    0.000000] e820: update [mem 0xccaec018-0xccb05457] usable ==> usable
[    0.000000] e820: update [mem 0xccaec018-0xccb05457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20a000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000ccaec017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccaec018-0x00000000ccb05457] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb05458-0x00000000ccb06017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb06018-0x00000000ccb17057] usable
[    0.000000] reserve setup_data: [mem 0x00000000ccb17058-0x00000000da043fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000da044000-0x00000000db540fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000db541000-0x00000000db568fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000db569000-0x00000000dba19fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000dba1a000-0x00000000dc591fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dc592000-0x00000000deffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081f37ffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xdb549000  ACPI=0xdb549000  SMBIOS=0xdc455000  SMBIOS 3.0=0xdc454000  ESRT=0xd52f6818  MEMATTR=0xd7578018 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: System manufacturer System Product Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x81f380 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 write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000820000000 aka 33280M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x00000000d52f6818 to 0x00000000d52f6850.
[    0.000000] Base memory trampoline at [(____ptrval____)] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x38ce01000, 0x38ce01fff] PGTABLE
[    0.000000] BRK [0x38ce02000, 0x38ce02fff] PGTABLE
[    0.000000] BRK [0x38ce03000, 0x38ce03fff] PGTABLE
[    0.000000] BRK [0x38ce04000, 0x38ce04fff] PGTABLE
[    0.000000] BRK [0x38ce05000, 0x38ce05fff] PGTABLE
[    0.000000] BRK [0x38ce06000, 0x38ce06fff] PGTABLE
[    0.000000] BRK [0x38ce07000, 0x38ce07fff] PGTABLE
[    0.000000] BRK [0x38ce08000, 0x38ce08fff] PGTABLE
[    0.000000] BRK [0x38ce09000, 0x38ce09fff] PGTABLE
[    0.000000] BRK [0x38ce0a000, 0x38ce0afff] PGTABLE
[    0.000000] BRK [0x38ce0b000, 0x38ce0bfff] PGTABLE
[    0.000000] BRK [0x38ce0c000, 0x38ce0cfff] PGTABLE
[    0.000000] printk: log_buf_len: 4194304 bytes
[    0.000000] printk: early log buf free: 253200(96%)
[    0.000000] RAMDISK: [mem 0x5c72f000-0x5e27bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DB549000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000DB549098 0000A4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DB557490 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20181003/tbfadt-624)
[    0.000000] ACPI: DSDT 0x00000000DB5491D0 00E2BC (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000DBA02D80 000040
[    0.000000] ACPI: APIC 0x00000000DB5575A8 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000DB557688 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000DB5576D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DB557770 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000DB560408 002314 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000DB562720 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000DB563670 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000DB5636A0 002DA8 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000DB566448 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: SSDT 0x00000000DB5681A8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: HPET 0x00000000DB5664E0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000DB566518 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000DB566540 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: IVRS 0x00000000DB566588 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000DB566658 001B4E (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x81ef55000-0x81ef7ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009cfffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20a000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x00000000da043fff]
[    0.000000]   node   0: [mem 0x00000000dc592000-0x00000000deffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
[    0.000000] Zeroed struct page in unavailable ranges: 14553 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
[    0.000000] On node 0 totalpages: 8370855
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14047 pages used for memmap
[    0.000000]   DMA32 zone: 898952 pages, LIFO batch:63
[    0.000000]   Normal zone: 116686 pages used for memmap
[    0.000000]   Normal zone: 7467904 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    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 17, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
[    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 low 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: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a209fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xccaec000-0xccaecfff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb05000-0xccb05fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb06000-0xccb06fff]
[    0.000000] PM: Registered nosave memory: [mem 0xccb17000-0xccb17fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda044000-0xdb540fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb541000-0xdb568fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb569000-0xdba19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdba1a000-0xdc591fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd100000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x93/0x52e with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8240032
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=(hd5,gpt2)/boot/vmlinuz-4.20.0-1.fc30.x86_64 root=UUID=1f9a5daa-5bbb-4e44-99aa-ce4a83d40619 ro resume=UUID=c1820a2a-10ac-4ff7-a086-e73a4fc14c2d rhgb mem_encrypt=off scsi_mod.use_blk_mq=1 log_buf_len=4M
[    0.000000] Memory: 32634012K/33483420K available (12293K kernel code, 1502K rwdata, 4080K rodata, 2188K init, 4760K bss, 849408K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] ftrace: allocating 38685 entries in 152 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=16.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 65792, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20181003
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.002000] Switched APIC routing to physical flat.
[    0.002000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.009000] tsc: PIT calibration matches HPET. 2 loops
[    0.009000] tsc: Detected 3692.498 MHz processor
[    0.000005] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a734dcb093, max_idle_ns: 881591017038 ns
[    0.000011] Calibrating delay loop (skipped), value calculated using timer frequency.. 7384.99 BogoMIPS (lpj=3692498)
[    0.000013] pid_max: default: 32768 minimum: 301
[    0.001040] LSM: Security Framework initializing
[    0.001042] Yama: becoming mindful.
[    0.001045] SELinux:  Initializing.
[    0.004808] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.007333] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.007408] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.007463] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.007629] mce: CPU supports 23 MCE banks
[    0.007645] LVT offset 1 assigned for vector 0xf9
[    0.007703] LVT offset 2 assigned for vector 0xf4
[    0.007713] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.007715] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.007717] Spectre V2 : Mitigation: Full AMD retpoline
[    0.007718] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.007724] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.007726] Spectre V2 : User space: Vulnerable
[    0.007728] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.007874] Freeing SMP alternatives memory: 36K
[    0.013007] smpboot: CPU0: AMD Ryzen 7 2700X Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[    0.013007] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.013007] ... version:                0
[    0.013007] ... bit width:              48
[    0.013007] ... generic registers:      6
[    0.013007] ... value mask:             0000ffffffffffff
[    0.013007] ... max period:             00007fffffffffff
[    0.013007] ... fixed-purpose events:   0
[    0.013007] ... event mask:             000000000000003f
[    0.013007] rcu: Hierarchical SRCU implementation.
[    0.013007] random: crng done (trusting CPU's manufacturer)
[    0.013007] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.013007] smp: Bringing up secondary CPUs ...
[    0.013007] x86: Booting SMP configuration:
[    0.013007] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.030030] smp: Brought up 1 node, 16 CPUs
[    0.030030] smpboot: Max logical packages: 1
[    0.030030] smpboot: Total of 16 processors activated (118159.93 BogoMIPS)
[    0.032301] devtmpfs: initialized
[    0.032301] x86/mm: Memory block size: 128MB
[    0.033658] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a209fff] (40960 bytes)
[    0.033658] PM: Registering ACPI NVS region [mem 0xdb569000-0xdba19fff] (4919296 bytes)
[    0.033658] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.033658] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.033658] pinctrl core: initialized pinctrl subsystem
[    0.034010] RTC time: 19:31:57, date: 01/05/19
[    0.034136] NET: Registered protocol family 16
[    0.034196] audit: initializing netlink subsys (disabled)
[    0.034202] audit: type=2000 audit(1546716717.043:1): state=initialized audit_enabled=0 res=1
[    0.034202] cpuidle: using governor menu
[    0.034202] ACPI: bus type PCI registered
[    0.034202] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.034202] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.034202] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.034202] PCI: Using configuration type 1 for base access
[    0.035646] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.035646] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.035646] cryptd: max_cpu_qlen set to 1000
[    0.035646] fbcon: Taking over console
[    0.036010] ACPI: Added _OSI(Module Device)
[    0.036010] ACPI: Added _OSI(Processor Device)
[    0.036010] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.036010] ACPI: Added _OSI(Processor Aggregator Device)
[    0.036010] ACPI: Added _OSI(Linux-Dell-Video)
[    0.036010] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.042086] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.044058] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.045000] ACPI: EC: EC started
[    0.045000] ACPI: EC: interrupt blocked
[    0.045000] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.045000] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.045000] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[    0.045000] ACPI: Interpreter enabled
[    0.045000] ACPI: (supports S0 S3 S4 S5)
[    0.045000] ACPI: Using IOAPIC for interrupt routing
[    0.045000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.045171] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.050149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.050154] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.050259] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR]
[    0.050357] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.050366] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.050561] PCI host bridge to bus 0000:00
[    0.050564] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.050566] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.050568] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.050570] pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
[    0.050572] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.050574] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.050576] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.050578] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.050580] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.050586] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.050644] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.050720] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.050768] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.051086] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.051169] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.051197] pci 0000:00:01.3: enabling Extended Tags
[    0.052063] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.052149] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.052211] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.052260] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.054922] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.054922] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.054922] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.054922] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.055011] pci 0000:00:07.1: enabling Extended Tags
[    0.055087] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.056064] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.056112] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.056140] pci 0000:00:08.1: enabling Extended Tags
[    0.056217] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.057099] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.057300] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.057508] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.057544] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.057580] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.057616] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.057654] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.057690] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.057726] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.057762] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.058050] pci 0000:01:00.0: [8086:2700] type 00 class 0x010802
[    0.058067] pci 0000:01:00.0: reg 0x10: [mem 0xfe910000-0xfe913fff 64bit]
[    0.058089] pci 0000:01:00.0: reg 0x30: [mem 0xfe900000-0xfe90ffff pref]
[    0.058179] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.058184] pci 0000:00:01.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.059034] pci 0000:02:00.0: [1022:43d0] type 00 class 0x0c0330
[    0.059054] pci 0000:02:00.0: reg 0x10: [mem 0xfe5a0000-0xfe5a7fff 64bit]
[    0.059087] pci 0000:02:00.0: enabling Extended Tags
[    0.059130] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.059194] pci 0000:02:00.1: [1022:43c8] type 00 class 0x010601
[    0.059236] pci 0000:02:00.1: reg 0x24: [mem 0xfe580000-0xfe59ffff]
[    0.059242] pci 0000:02:00.1: reg 0x30: [mem 0xfe500000-0xfe57ffff pref]
[    0.059247] pci 0000:02:00.1: enabling Extended Tags
[    0.059280] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.059325] pci 0000:02:00.2: [1022:43c6] type 01 class 0x060400
[    0.059359] pci 0000:02:00.2: enabling Extended Tags
[    0.059394] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.059466] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.059470] pci 0000:00:01.3:   bridge window [io  0xc000-0xdfff]
[    0.059471] pci 0000:00:01.3:   bridge window [mem 0xfe300000-0xfe5fffff]
[    0.059539] pci 0000:03:00.0: [1022:43c7] type 01 class 0x060400
[    0.059578] pci 0000:03:00.0: enabling Extended Tags
[    0.059620] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.059679] pci 0000:03:01.0: [1022:43c7] type 01 class 0x060400
[    0.059718] pci 0000:03:01.0: enabling Extended Tags
[    0.059760] pci 0000:03:01.0: PME# supported from D3hot D3cold
[    0.059820] pci 0000:03:02.0: [1022:43c7] type 01 class 0x060400
[    0.059858] pci 0000:03:02.0: enabling Extended Tags
[    0.059900] pci 0000:03:02.0: PME# supported from D3hot D3cold
[    0.060011] pci 0000:03:03.0: [1022:43c7] type 01 class 0x060400
[    0.060050] pci 0000:03:03.0: enabling Extended Tags
[    0.060092] pci 0000:03:03.0: PME# supported from D3hot D3cold
[    0.060156] pci 0000:03:04.0: [1022:43c7] type 01 class 0x060400
[    0.060195] pci 0000:03:04.0: enabling Extended Tags
[    0.060237] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.060311] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.060316] pci 0000:02:00.2:   bridge window [io  0xc000-0xdfff]
[    0.060318] pci 0000:02:00.2:   bridge window [mem 0xfe300000-0xfe4fffff]
[    0.060383] pci 0000:04:00.0: [8086:1539] type 00 class 0x020000
[    0.060425] pci 0000:04:00.0: reg 0x10: [mem 0xfe400000-0xfe41ffff]
[    0.060457] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.060473] pci 0000:04:00.0: reg 0x1c: [mem 0xfe420000-0xfe423fff]
[    0.060633] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.060767] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.060773] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    0.060775] pci 0000:03:00.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.060829] pci 0000:05:00.0: [10ec:b822] type 00 class 0x028000
[    0.060870] pci 0000:05:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.060903] pci 0000:05:00.0: reg 0x18: [mem 0xfe300000-0xfe30ffff 64bit]
[    0.061048] pci 0000:05:00.0: supports D1 D2
[    0.061049] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.061211] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.061216] pci 0000:03:01.0:   bridge window [io  0xc000-0xcfff]
[    0.061219] pci 0000:03:01.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.061250] pci 0000:03:02.0: PCI bridge to [bus 06]
[    0.061291] pci 0000:03:03.0: PCI bridge to [bus 07]
[    0.061331] pci 0000:03:04.0: PCI bridge to [bus 08]
[    0.062049] pci 0000:09:00.0: [1022:1470] type 01 class 0x060400
[    0.062067] pci 0000:09:00.0: reg 0x10: [mem 0xfe700000-0xfe703fff]
[    0.062126] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.062206] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    0.062209] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.062211] pci 0000:00:03.1:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.062213] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.062245] pci 0000:0a:00.0: [1022:1471] type 01 class 0x060400
[    0.062314] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.062376] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.062381] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.062383] pci 0000:09:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.062387] pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.062417] pci 0000:0b:00.0: [1002:687f] type 00 class 0x030000
[    0.062440] pci 0000:0b:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.062449] pci 0000:0b:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.062454] pci 0000:0b:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.062460] pci 0000:0b:00.0: reg 0x24: [mem 0xfe600000-0xfe67ffff]
[    0.062466] pci 0000:0b:00.0: reg 0x30: [mem 0xfe680000-0xfe69ffff pref]
[    0.062476] pci 0000:0b:00.0: BAR 0: assigned to efifb
[    0.062521] pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.062584] pci 0000:0b:00.1: [1002:aaf8] type 00 class 0x040300
[    0.062599] pci 0000:0b:00.1: reg 0x10: [mem 0xfe6a0000-0xfe6a3fff]
[    0.062669] pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.062742] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.062746] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    0.062749] pci 0000:0a:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.062752] pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.063050] pci 0000:0c:00.0: [1022:145a] type 00 class 0x130000
[    0.063073] pci 0000:0c:00.0: enabling Extended Tags
[    0.063130] pci 0000:0c:00.2: [1022:1456] type 00 class 0x108000
[    0.063143] pci 0000:0c:00.2: reg 0x18: [mem 0xfe100000-0xfe1fffff]
[    0.063150] pci 0000:0c:00.2: reg 0x24: [mem 0xfe200000-0xfe201fff]
[    0.063155] pci 0000:0c:00.2: enabling Extended Tags
[    0.063216] pci 0000:0c:00.3: [1022:145f] type 00 class 0x0c0330
[    0.063227] pci 0000:0c:00.3: reg 0x10: [mem 0xfe000000-0xfe0fffff 64bit]
[    0.063244] pci 0000:0c:00.3: enabling Extended Tags
[    0.063269] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.063317] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.063321] pci 0000:00:07.1:   bridge window [mem 0xfe000000-0xfe2fffff]
[    0.064052] pci 0000:0d:00.0: [1022:1455] type 00 class 0x130000
[    0.064077] pci 0000:0d:00.0: enabling Extended Tags
[    0.064138] pci 0000:0d:00.2: [1022:7901] type 00 class 0x010601
[    0.064163] pci 0000:0d:00.2: reg 0x24: [mem 0xfe808000-0xfe808fff]
[    0.064170] pci 0000:0d:00.2: enabling Extended Tags
[    0.064196] pci 0000:0d:00.2: PME# supported from D3hot D3cold
[    0.064235] pci 0000:0d:00.3: [1022:1457] type 00 class 0x040300
[    0.064244] pci 0000:0d:00.3: reg 0x10: [mem 0xfe800000-0xfe807fff]
[    0.064261] pci 0000:0d:00.3: enabling Extended Tags
[    0.064286] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold
[    0.064334] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.064338] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.064508] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.064547] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.064579] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.064621] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.064658] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.064689] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.064719] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.064749] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.065112] ACPI: EC: interrupt unblocked
[    0.065128] ACPI: EC: event unblocked
[    0.065137] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.065139] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.066018] pci 0000:0b:00.0: vgaarb: setting as boot VGA device
[    0.066020] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.066022] pci 0000:0b:00.0: vgaarb: bridge control possible
[    0.066024] vgaarb: loaded
[    0.066089] SCSI subsystem initialized
[    0.066106] libata version 3.00 loaded.
[    0.066106] ACPI: bus type USB registered
[    0.066106] usbcore: registered new interface driver usbfs
[    0.066106] usbcore: registered new interface driver hub
[    0.066106] usbcore: registered new device driver usb
[    0.066106] pps_core: LinuxPPS API ver. 1 registered
[    0.066106] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.066106] PTP clock support registered
[    0.066111] EDAC MC: Ver: 3.0.0
[    0.066111] Registered efivars operations
[    0.084250] PCI: Using ACPI for IRQ routing
[    0.088040] PCI: pci_cache_line_size set to 64 bytes
[    0.088103] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[    0.088103] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.088104] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.088104] e820: reserve RAM buffer [mem 0xccaec018-0xcfffffff]
[    0.088105] e820: reserve RAM buffer [mem 0xccb06018-0xcfffffff]
[    0.088105] e820: reserve RAM buffer [mem 0xda044000-0xdbffffff]
[    0.088106] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[    0.088106] e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
[    0.088165] NetLabel: Initializing
[    0.088166] NetLabel:  domain hash size = 128
[    0.088168] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.088177] NetLabel:  unlabeled traffic allowed by default
[    0.089055] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.089058] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.091033] clocksource: Switched to clocksource tsc-early
[    0.099112] VFS: Disk quotas dquot_6.6.0
[    0.099127] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.099174] pnp: PnP ACPI init
[    0.099267] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.099271] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.099322] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.099434] system 00:02: [io  0x02a0-0x02af] has been reserved
[    0.099436] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.099438] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.099441] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.099612] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.099614] system 00:03: [io  0x040b] has been reserved
[    0.099616] system 00:03: [io  0x04d6] has been reserved
[    0.099618] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.099620] system 00:03: [io  0x0c14] has been reserved
[    0.099621] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    0.099623] system 00:03: [io  0x0c52] has been reserved
[    0.099625] system 00:03: [io  0x0c6c] has been reserved
[    0.099627] system 00:03: [io  0x0c6f] has been reserved
[    0.099628] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    0.099630] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    0.099632] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    0.099634] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    0.099635] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    0.099637] system 00:03: [io  0x0800-0x089f] has been reserved
[    0.099639] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    0.099641] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    0.099643] system 00:03: [io  0x0900-0x090f] has been reserved
[    0.099644] system 00:03: [io  0x0910-0x091f] has been reserved
[    0.099647] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.099649] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.099651] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.099653] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.099655] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.099657] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.099659] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    0.099662] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.099938] pnp: PnP ACPI: found 4 devices
[    0.105446] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.105524] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.105528] pci 0000:00:01.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.105534] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.105536] pci 0000:03:00.0:   bridge window [io  0xd000-0xdfff]
[    0.105541] pci 0000:03:00.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.105547] pci 0000:03:01.0: PCI bridge to [bus 05]
[    0.105550] pci 0000:03:01.0:   bridge window [io  0xc000-0xcfff]
[    0.105554] pci 0000:03:01.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.105561] pci 0000:03:02.0: PCI bridge to [bus 06]
[    0.105570] pci 0000:03:03.0: PCI bridge to [bus 07]
[    0.105579] pci 0000:03:04.0: PCI bridge to [bus 08]
[    0.105588] pci 0000:02:00.2: PCI bridge to [bus 03-08]
[    0.105591] pci 0000:02:00.2:   bridge window [io  0xc000-0xdfff]
[    0.105595] pci 0000:02:00.2:   bridge window [mem 0xfe300000-0xfe4fffff]
[    0.105601] pci 0000:00:01.3: PCI bridge to [bus 02-08]
[    0.105603] pci 0000:00:01.3:   bridge window [io  0xc000-0xdfff]
[    0.105606] pci 0000:00:01.3:   bridge window [mem 0xfe300000-0xfe5fffff]
[    0.105611] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.105613] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    0.105617] pci 0000:0a:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.105620] pci 0000:0a:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105625] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    0.105627] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.105631] pci 0000:09:00.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.105634] pci 0000:09:00.0:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105639] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    0.105641] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.105644] pci 0000:00:03.1:   bridge window [mem 0xfe600000-0xfe7fffff]
[    0.105646] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105650] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    0.105653] pci 0000:00:07.1:   bridge window [mem 0xfe000000-0xfe2fffff]
[    0.105657] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    0.105660] pci 0000:00:08.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.105665] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.105666] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.105667] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.105668] pci_bus 0000:00: resource 7 [io  0x0d00-0xefff window]
[    0.105669] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.105670] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.105670] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.105671] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.105672] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.105673] pci_bus 0000:02: resource 0 [io  0xc000-0xdfff]
[    0.105674] pci_bus 0000:02: resource 1 [mem 0xfe300000-0xfe5fffff]
[    0.105674] pci_bus 0000:03: resource 0 [io  0xc000-0xdfff]
[    0.105675] pci_bus 0000:03: resource 1 [mem 0xfe300000-0xfe4fffff]
[    0.105676] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.105677] pci_bus 0000:04: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.105678] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.105678] pci_bus 0000:05: resource 1 [mem 0xfe300000-0xfe3fffff]
[    0.105679] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.105680] pci_bus 0000:09: resource 1 [mem 0xfe600000-0xfe7fffff]
[    0.105681] pci_bus 0000:09: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105681] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.105682] pci_bus 0000:0a: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.105683] pci_bus 0000:0a: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105684] pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
[    0.105684] pci_bus 0000:0b: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.105685] pci_bus 0000:0b: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.105686] pci_bus 0000:0c: resource 1 [mem 0xfe000000-0xfe2fffff]
[    0.105687] pci_bus 0000:0d: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.105742] NET: Registered protocol family 2
[    0.105857] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[    0.105926] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.106176] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.106275] TCP: Hash tables configured (established 262144 bind 65536)
[    0.106315] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.106376] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.106478] NET: Registered protocol family 1
[    0.106483] NET: Registered protocol family 44
[    0.106613] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.106620] pci 0000:0b:00.1: Linked as a consumer to 0000:0b:00.0
[    0.106739] PCI: CLS 64 bytes, default 64
[    0.106765] Unpacking initramfs...
[    0.379344] Freeing initrd memory: 27956K
[    0.379376] AMD-Vi: IOMMU performance counters supported
[    0.379586] iommu: Adding device 0000:00:01.0 to group 0
[    0.379668] iommu: Adding device 0000:00:01.1 to group 1
[    0.379756] iommu: Adding device 0000:00:01.3 to group 2
[    0.379843] iommu: Adding device 0000:00:02.0 to group 3
[    0.379934] iommu: Adding device 0000:00:03.0 to group 4
[    0.380023] iommu: Adding device 0000:00:03.1 to group 5
[    0.380098] iommu: Adding device 0000:00:04.0 to group 6
[    0.380184] iommu: Adding device 0000:00:07.0 to group 7
[    0.380262] iommu: Adding device 0000:00:07.1 to group 8
[    0.380348] iommu: Adding device 0000:00:08.0 to group 9
[    0.380427] iommu: Adding device 0000:00:08.1 to group 10
[    0.380516] iommu: Adding device 0000:00:14.0 to group 11
[    0.380530] iommu: Adding device 0000:00:14.3 to group 11
[    0.380630] iommu: Adding device 0000:00:18.0 to group 12
[    0.380644] iommu: Adding device 0000:00:18.1 to group 12
[    0.380656] iommu: Adding device 0000:00:18.2 to group 12
[    0.380669] iommu: Adding device 0000:00:18.3 to group 12
[    0.380680] iommu: Adding device 0000:00:18.4 to group 12
[    0.380691] iommu: Adding device 0000:00:18.5 to group 12
[    0.380703] iommu: Adding device 0000:00:18.6 to group 12
[    0.380715] iommu: Adding device 0000:00:18.7 to group 12
[    0.380821] iommu: Adding device 0000:01:00.0 to group 13
[    0.380917] iommu: Adding device 0000:02:00.0 to group 14
[    0.380939] iommu: Adding device 0000:02:00.1 to group 14
[    0.380960] iommu: Adding device 0000:02:00.2 to group 14
[    0.380973] iommu: Adding device 0000:03:00.0 to group 14
[    0.380985] iommu: Adding device 0000:03:01.0 to group 14
[    0.380996] iommu: Adding device 0000:03:02.0 to group 14
[    0.381008] iommu: Adding device 0000:03:03.0 to group 14
[    0.381019] iommu: Adding device 0000:03:04.0 to group 14
[    0.381037] iommu: Adding device 0000:04:00.0 to group 14
[    0.381056] iommu: Adding device 0000:05:00.0 to group 14
[    0.381148] iommu: Adding device 0000:09:00.0 to group 15
[    0.381231] iommu: Adding device 0000:0a:00.0 to group 16
[    0.381365] iommu: Adding device 0000:0b:00.0 to group 17
[    0.381417] iommu: Using direct mapping for device 0000:0b:00.0
[    0.381462] iommu: Adding device 0000:0b:00.1 to group 18
[    0.381536] iommu: Adding device 0000:0c:00.0 to group 19
[    0.381615] iommu: Adding device 0000:0c:00.2 to group 20
[    0.381694] iommu: Adding device 0000:0c:00.3 to group 21
[    0.381780] iommu: Adding device 0000:0d:00.0 to group 22
[    0.381860] iommu: Adding device 0000:0d:00.2 to group 23
[    0.381947] iommu: Adding device 0000:0d:00.3 to group 24
[    0.382133] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.382135] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.382137]  PPR NX GT IA GA PC GA_vAPIC
[    0.382140] AMD-Vi: Interrupt remapping enabled
[    0.382142] AMD-Vi: virtual APIC enabled
[    0.382226] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.383142] amd_uncore: AMD NB counters detected
[    0.383146] amd_uncore: AMD LLC counters detected
[    0.383323] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.385170] Initialise system trusted keyrings
[    0.385179] Key type blacklist registered
[    0.385204] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.386015] zbud: loaded
[    0.480035] alg: No test for 842 (842-generic)
[    0.480500] alg: No test for 842 (842-scomp)
[    0.494535] NET: Registered protocol family 38
[    0.494539] Key type asymmetric registered
[    0.494540] Asymmetric key parser 'x509' registered
[    0.494550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.494587] io scheduler noop registered
[    0.494589] io scheduler deadline registered
[    0.494614] io scheduler cfq registered (default)
[    0.494615] io scheduler mq-deadline registered
[    0.494725] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.495846] aer 0000:00:01.1:pcie002: AER enabled with IRQ 26
[    0.496817] aer 0000:00:01.3:pcie002: AER enabled with IRQ 27
[    0.497773] aer 0000:00:03.1:pcie002: AER enabled with IRQ 28
[    0.498710] aer 0000:00:07.1:pcie002: AER enabled with IRQ 29
[    0.498925] aer 0000:00:08.1:pcie002: AER enabled with IRQ 31
[    0.500419] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.500433] efifb: probing for efifb
[    0.500443] efifb: No BGRT, not showing boot graphics
[    0.500444] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.500446] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.500447] efifb: scrolling: redraw
[    0.500449] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.500502] Console: switching to colour frame buffer device 128x48
[    0.501589] fb0: EFI VGA frame buffer device
[    0.501675] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.501698] ACPI: Power Button [PWRB]
[    0.501727] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.501754] ACPI: Power Button [PWRF]
[    0.501811] Monitor-Mwait will be used to enter C-1 state
[    0.502828] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.523705] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.524612] Non-volatile memory driver v1.3
[    0.524637] Linux agpgart interface v0.103
[    0.525495] ahci 0000:02:00.1: version 3.0
[    0.525572] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.525639] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    0.525659] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.526048] scsi host0: ahci
[    0.526136] scsi host1: ahci
[    0.526208] scsi host2: ahci
[    0.526278] scsi host3: ahci
[    0.526340] scsi host4: ahci
[    0.526410] scsi host5: ahci
[    0.526467] scsi host6: ahci
[    0.526538] scsi host7: ahci
[    0.526574] ata1: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580100 irq 44
[    0.526592] ata2: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580180 irq 44
[    0.526609] ata3: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580200 irq 44
[    0.527008] ata4: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580280 irq 44
[    0.527411] ata5: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580300 irq 44
[    0.527803] ata6: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580380 irq 44
[    0.528191] ata7: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580400 irq 44
[    0.528574] ata8: SATA max UDMA/133 abar m131072@0xfe580000 port 0xfe580480 irq 44
[    0.529045] ahci 0000:0d:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.529423] ahci 0000:0d:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.529891] scsi host8: ahci
[    0.530299] ata9: SATA max UDMA/133 abar m4096@0xfe808000 port 0xfe808100 irq 46
[    0.530735] libphy: Fixed MDIO Bus: probed
[    0.531167] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.531571] ehci-pci: EHCI PCI platform driver
[    0.531974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.532385] ohci-pci: OHCI PCI platform driver
[    0.532801] uhci_hcd: USB Universal Host Controller Interface driver
[    0.533273] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.533727] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.589379] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.590114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    0.590563] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.591005] usb usb1: Product: xHCI Host Controller
[    0.591444] usb usb1: Manufacturer: Linux 4.20.0-1.fc30.x86_64 xhci-hcd
[    0.591887] usb usb1: SerialNumber: 0000:02:00.0
[    0.592388] hub 1-0:1.0: USB hub found
[    0.592839] hub 1-0:1.0: 14 ports detected
[    0.597270] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.597722] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.598150] xhci_hcd 0000:02:00.0: Host supports USB 3.10 Enhanced SuperSpeed
[    0.598614] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.599091] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[    0.599529] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.599960] usb usb2: Product: xHCI Host Controller
[    0.600384] usb usb2: Manufacturer: Linux 4.20.0-1.fc30.x86_64 xhci-hcd
[    0.600815] usb usb2: SerialNumber: 0000:02:00.0
[    0.601291] hub 2-0:1.0: USB hub found
[    0.601712] hub 2-0:1.0: 8 ports detected
[    0.604453] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.604869] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.605362] xhci_hcd 0000:0c:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
[    0.606004] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    0.606438] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.606874] usb usb3: Product: xHCI Host Controller
[    0.607317] usb usb3: Manufacturer: Linux 4.20.0-1.fc30.x86_64 xhci-hcd
[    0.607782] usb usb3: SerialNumber: 0000:0c:00.3
[    0.608433] hub 3-0:1.0: USB hub found
[    0.608899] hub 3-0:1.0: 4 ports detected
[    0.609485] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.609971] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.610450] xhci_hcd 0000:0c:00.3: Host supports USB 3.0  SuperSpeed
[    0.610940] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.611450] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[    0.611957] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.612472] usb usb4: Product: xHCI Host Controller
[    0.612977] usb usb4: Manufacturer: Linux 4.20.0-1.fc30.x86_64 xhci-hcd
[    0.613485] usb usb4: SerialNumber: 0000:0c:00.3
[    0.614033] hub 4-0:1.0: USB hub found
[    0.614528] hub 4-0:1.0: 4 ports detected
[    0.615105] usbcore: registered new interface driver usbserial_generic
[    0.615596] usbserial: USB Serial support registered for generic
[    0.616090] i8042: PNP: No PS/2 controller found.
[    0.616596] mousedev: PS/2 mouse device common for all mice
[    0.617158] rtc_cmos 00:01: RTC can wake from S4
[    0.617887] rtc_cmos 00:01: registered as rtc0
[    0.618374] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.618900] device-mapper: uevent: version 1.0.3
[    0.619429] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    0.620081] hidraw: raw HID events driver (C) Jiri Kosina
[    0.620593] usbcore: registered new interface driver usbhid
[    0.621071] usbhid: USB HID core driver
[    0.621623] drop_monitor: Initializing network drop monitor service
[    0.622287] Initializing XFRM netlink socket
[    0.622842] NET: Registered protocol family 10
[    0.624931] Segment Routing with IPv6
[    0.625427] mip6: Mobile IPv6
[    0.625904] NET: Registered protocol family 17
[    0.627029] RAS: Correctable Errors collector initialized.
[    0.627524] microcode: CPU0: patch_level=0x0800820b
[    0.628001] microcode: CPU1: patch_level=0x0800820b
[    0.628468] microcode: CPU2: patch_level=0x0800820b
[    0.628925] microcode: CPU3: patch_level=0x0800820b
[    0.629401] microcode: CPU4: patch_level=0x0800820b
[    0.629846] microcode: CPU5: patch_level=0x0800820b
[    0.630279] microcode: CPU6: patch_level=0x0800820b
[    0.630713] microcode: CPU7: patch_level=0x0800820b
[    0.631149] microcode: CPU8: patch_level=0x0800820b
[    0.631581] microcode: CPU9: patch_level=0x0800820b
[    0.631986] microcode: CPU10: patch_level=0x0800820b
[    0.632389] microcode: CPU11: patch_level=0x0800820b
[    0.632779] microcode: CPU12: patch_level=0x0800820b
[    0.633160] microcode: CPU13: patch_level=0x0800820b
[    0.633532] microcode: CPU14: patch_level=0x0800820b
[    0.633896] microcode: CPU15: patch_level=0x0800820b
[    0.634270] microcode: Microcode Update Driver: v2.2.
[    0.634275] AVX2 version of gcm_enc/dec engaged.
[    0.634980] AES CTR mode by8 optimization enabled
[    0.650426] sched_clock: Marking stable (659412972, -8992334)->(1165584892, -515164254)
[    0.651183] registered taskstats version 1
[    0.651553] Loading compiled-in X.509 certificates
[    0.672809] Loaded X.509 cert 'Fedora kernel signing key: fb4bd3459ecd351d958979ef0e110b23e133df7a'
[    0.674369] zswap: loaded using pool lzo/zbud
[    0.677912] Key type big_key registered
[    0.679621] Key type encrypted registered
[    0.679977] ima: No TPM chip found, activating TPM-bypass!
[    0.680338] ima: Allocated hash algorithm: sha1
[    0.680968]   Magic number: 3:836:545
[    0.681342] tty ttyS21: hash matches
[    0.681839] rtc_cmos 00:01: setting system clock to 2019-01-05 19:31:58 UTC (1546716718)
[    0.837073] ata1: SATA link down (SStatus 0 SControl 330)
[    0.838904] ata9: SATA link down (SStatus 0 SControl 300)
[    0.921230] usb 1-10: new full-speed USB device number 2 using xhci_hcd
[    0.929231] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.061923] usb 3-1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.062285] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.062628] usb 3-1: Product: USB2.0 Hub
[    1.062958] usb 3-1: Manufacturer: VIA Labs, Inc.
[    1.123317] hub 3-1:1.0: USB hub found
[    1.124275] hub 3-1:1.0: 4 ports detected
[    1.150333] ata2: SATA link down (SStatus 0 SControl 330)
[    1.212041] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.291755] usb 1-10: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
[    1.292227] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.292566] usb 1-10: Product: AURA LED Controller
[    1.292897] usb 1-10: Manufacturer: AsusTek Computer Inc.
[    1.293228] usb 1-10: SerialNumber: 00000000001A
[    1.310164] hid-generic 0003:0B05:1872.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-10/input0
[    1.310939] usb 4-1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    1.311341] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.311744] usb 4-1: Product: USB3.0 Hub
[    1.312157] usb 4-1: Manufacturer: VIA Labs, Inc.
[    1.331253] hub 4-1:1.0: USB hub found
[    1.331943] hub 4-1:1.0: 4 ports detected
[    1.426046] usb 1-12: new full-speed USB device number 3 using xhci_hcd
[    1.430086] tsc: Refined TSC clocksource calibration: 3693.060 MHz
[    1.430714] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a77744cfd5, max_idle_ns: 881590969987 ns
[    1.431412] clocksource: Switched to clocksource tsc
[    1.448087] usb 4-3: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    1.461570] usb 4-3: LPM exit latency is zeroed, disabling LPM.
[    1.462459] ata3: SATA link down (SStatus 0 SControl 330)
[    1.463605] usb 4-3: Int endpoint with wBytesPerInterval of 1024 in config 1 interface 4 altsetting 0 ep 135: setting to 262
[    1.465446] usb 4-3: New USB device found, idVendor=07ca, idProduct=0553, bcdDevice= 3.08
[    1.465988] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.466535] usb 4-3: Product: Live Gamer Ultra-Video
[    1.467040] usb 4-3: Manufacturer: AVerMedia
[    1.467539] usb 4-3: SerialNumber: 5202584700069
[    1.541015] usb 3-1.1: new high-speed USB device number 3 using xhci_hcd
[    1.545779] hid-generic 0003:07CA:0553.0002: hiddev97,hidraw1: USB HID v1.11 Device [AVerMedia Live Gamer Ultra-Video] on usb-0000:0c:00.3-3/input4
[    1.641336] usb 3-1.1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    1.641878] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.642416] usb 3-1.1: Product: USB2.0 Hub
[    1.642945] usb 3-1.1: Manufacturer: VIA Labs, Inc.
[    1.655769] usb 1-12: New USB device found, idVendor=0b05, idProduct=185c, bcdDevice= 1.10
[    1.656316] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.656853] usb 1-12: Product: Bluetooth Radio 
[    1.657382] usb 1-12: Manufacturer: Realtek 
[    1.657914] usb 1-12: SerialNumber: 00e04c000001
[    1.699346] hub 3-1.1:1.0: USB hub found
[    1.700445] hub 3-1.1:1.0: 4 ports detected
[    1.773751] usb 4-1.1: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
[    1.774332] ata4: SATA link down (SStatus 0 SControl 330)
[    1.873320] usb 4-1.1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    1.873864] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.874406] usb 4-1.1: Product: USB3.0 Hub
[    1.874943] usb 4-1.1: Manufacturer: VIA Labs, Inc.
[    1.907663] hub 4-1.1:1.0: USB hub found
[    1.908708] hub 4-1.1:1.0: 4 ports detected
[    1.951016] usb 3-1.2: new full-speed USB device number 4 using xhci_hcd
[    2.065088] usb 3-1.2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    2.065764] usb 3-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.066507] usb 3-1.2: Product: CSR8510 A10
[    2.086810] ata5: SATA link down (SStatus 0 SControl 330)
[    2.164620] usb 4-1.3: new SuperSpeed Gen 1 USB device number 5 using xhci_hcd
[    2.263945] usb 4-1.3: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    2.264466] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.264972] usb 4-1.3: Product: USB3.0 Hub
[    2.265474] usb 4-1.3: Manufacturer: VIA Labs, Inc.
[    2.291981] hub 4-1.3:1.0: USB hub found
[    2.292706] hub 4-1.3:1.0: 4 ports detected
[    2.341360] usb 3-1.1.2: new full-speed USB device number 5 using xhci_hcd
[    2.444838] usb 3-1.1.2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.07
[    2.445376] usb 3-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.445882] usb 3-1.1.2: Product: USB Receiver
[    2.446375] usb 3-1.1.2: Manufacturer: Logitech
[    2.516383] usb 3-1.3: new high-speed USB device number 6 using xhci_hcd
[    2.550463] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.558850] ata6.00: ATA-9: HGST HUH721212ALE604, LEGNW3D0, max UDMA/133
[    2.559384] ata6.00: 23437770752 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.571003] ata6.00: configured for UDMA/133
[    2.571764] scsi 5:0:0:0: Direct-Access     ATA      HGST HUH721212AL W3D0 PQ: 0 ANSI: 5
[    2.572610] sd 5:0:0:0: [sda] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
[    2.572636] sd 5:0:0:0: Attached scsi generic sg0 type 0
[    2.573120] sd 5:0:0:0: [sda] 4096-byte physical blocks
[    2.574285] sd 5:0:0:0: [sda] Write Protect is off
[    2.574780] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.574787] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.592069] sd 5:0:0:0: [sda] Attached SCSI disk
[    2.631462] usb 3-1.3: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    2.631937] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.632405] usb 3-1.3: Product: USB2.0 Hub
[    2.632875] usb 3-1.3: Manufacturer: VIA Labs, Inc.
[    2.691742] hub 3-1.3:1.0: USB hub found
[    2.692824] hub 3-1.3:1.0: 4 ports detected
[    2.734068] usb 4-1.4: new SuperSpeed Gen 1 USB device number 6 using xhci_hcd
[    2.832321] usb 4-1.4: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    2.832804] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.833284] usb 4-1.4: Product: USB3.0 Hub
[    2.833751] usb 4-1.4: Manufacturer: VIA Labs, Inc.
[    2.851608] hub 4-1.4:1.0: USB hub found
[    2.852332] hub 4-1.4:1.0: 4 ports detected
[    2.887037] ata7: SATA link down (SStatus 0 SControl 330)
[    2.950371] usb 3-1.1.3: new low-speed USB device number 7 using xhci_hcd
[    3.095715] usb 3-1.1.3: New USB device found, idVendor=046d, idProduct=c326, bcdDevice=79.00
[    3.096193] usb 3-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.096655] usb 3-1.1.3: Product: USB Keyboard
[    3.097119] usb 3-1.1.3: Manufacturer: Logitech
[    3.167016] usb 3-1.4: new high-speed USB device number 8 using xhci_hcd
[    3.177543] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.0/0003:046D:C326.0006/input/input2
[    3.198029] ata8: SATA link down (SStatus 0 SControl 330)
[    3.200656] Freeing unused decrypted memory: 2040K
[    3.201529] Freeing unused kernel image memory: 2188K
[    3.209030] Write protecting the kernel read-only data: 18432k
[    3.209979] Freeing unused kernel image memory: 2020K
[    3.210591] Freeing unused kernel image memory: 16K
[    3.217421] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.217890] rodata_test: all tests were successful
[    3.218362] Run /init as init process
[    3.230706] hid-generic 0003:046D:C326.0006: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:0c:00.3-1.1.3/input0
[    3.240154] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:046D:C326.0007/input/input3
[    3.264452] systemd[1]: systemd 240 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.270076] usb 3-1.4: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    3.270673] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.271267] usb 3-1.4: Product: USB2.0 Hub
[    3.271852] usb 3-1.4: Manufacturer: VIA Labs, Inc.
[    3.277034] systemd[1]: Detected architecture x86-64.
[    3.277607] systemd[1]: Running in initial RAM disk.
[    3.290458] systemd[1]: Set hostname to <localhost.localdomain>.
[    3.296073] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.3/3-1.1.3:1.1/0003:046D:C326.0007/input/input4
[    3.297621] hid-generic 0003:046D:C326.0007: input,hiddev98,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:0c:00.3-1.1.3/input1
[    3.322054] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.323460] systemd[1]: Listening on udev Kernel Socket.
[    3.324868] systemd[1]: Listening on Journal Audit Socket.
[    3.326270] systemd[1]: Listening on Journal Socket.
[    3.331242] hub 3-1.4:1.0: USB hub found
[    3.332332] hub 3-1.4:1.0: 4 ports detected
[    3.334528] systemd[1]: Starting Journal Service...
[    3.335920] systemd[1]: Reached target Timers.
[    3.345015] audit: type=1130 audit(1546716721.161:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.346018] usb 3-1.3.3: new full-speed USB device number 9 using xhci_hcd
[    3.348960] audit: type=1130 audit(1546716721.165:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.352150] audit: type=1130 audit(1546716721.169:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.378844] audit: type=1130 audit(1546716721.195:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.391385] audit: type=1130 audit(1546716721.208:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.392832] audit: type=1131 audit(1546716721.208:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.426485] audit: type=1130 audit(1546716721.243:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.441474] audit: type=1130 audit(1546716721.258:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.446323] usb 3-1.3.3: New USB device found, idVendor=054c, idProduct=09cc, bcdDevice= 1.00
[    3.447093] usb 3-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.447851] usb 3-1.3.3: Product: Wireless Controller
[    3.448609] usb 3-1.3.3: Manufacturer: Sony Interactive Entertainment
[    3.455476] audit: type=1130 audit(1546716721.272:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.519552] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    3.529941] dca service started, version 1.12.1
[    3.530964] nvme nvme0: pci function 0000:01:00.0
[    3.548607] logitech-djreceiver 0003:046D:C52B.0005: hiddev99,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:0c:00.3-1.1.2/input2
[    3.550921] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    3.551799] igb: Copyright (c) 2007-2014 Intel Corporation.
[    3.573759] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    3.580424] pps pps0: new PPS source ptp0
[    3.581257] igb 0000:04:00.0: added PHC on eth0
[    3.582076] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.582987] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 4c:ed:fb:75:5b:ab
[    3.583805] igb 0000:04:00.0: eth0: PBA No: FFFFFF-0FF
[    3.584666] igb 0000:04:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    3.586237] igb 0000:04:00.0 enp4s0: renamed from eth0
[    3.609016] usb 3-1.3.4: new high-speed USB device number 10 using xhci_hcd
[    3.655571] input: Logitech Unifying Device. Wireless PID:4026 Keyboard as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input5
[    3.657181] input: Logitech Unifying Device. Wireless PID:4026 Mouse as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input6
[    3.658825] input: Logitech Unifying Device. Wireless PID:4026 Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input7
[    3.660401] hid-generic 0003:046D:4026.0009: input,hidraw5: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4026] on usb-0000:0c:00.3-1.1.2:1
[    3.706199] usb 3-1.3.4: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 2.32
[    3.706955] usb 3-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.707700] usb 3-1.3.4: Product: Nexus 5
[    3.708440] usb 3-1.3.4: Manufacturer: LGE
[    3.709163] usb 3-1.3.4: SerialNumber: 07606f5400e1b31a
[    3.715498] [drm] amdgpu kernel modesetting enabled.
[    3.716246] Parsing CRAT table with 1 nodes
[    3.716947] Ignoring ACPI CRAT on non-APU system
[    3.717638] Virtual CRAT table created for CPU
[    3.717721] input: Sony Interactive Entertainment Wireless Controller Touchpad as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input12
[    3.718310] Parsing CRAT table with 1 nodes
[    3.718311] Creating topology SYSFS entries
[    3.718316] Topology: Add CPU node
[    3.721702] Finished initializing topology
[    3.722441] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    3.722442] fb0: switching to amdgpudrmfb from EFI VGA
[    3.723137] Console: switching to colour dummy device 80x25
[    3.723300] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x1458:0x2308 0xC1).
[    3.723307] [drm] register mmio base: 0xFE600000
[    3.723308] [drm] register mmio size: 524288
[    3.723317] [drm] add ip block number 0 <soc15_common>
[    3.723318] [drm] add ip block number 1 <gmc_v9_0>
[    3.723319] [drm] add ip block number 2 <vega10_ih>
[    3.723320] [drm] add ip block number 3 <psp>
[    3.723322] [drm] add ip block number 4 <gfx_v9_0>
[    3.723323] [drm] add ip block number 5 <sdma_v4_0>
[    3.723324] [drm] add ip block number 6 <powerplay>
[    3.723326] [drm] add ip block number 7 <dm>
[    3.723327] [drm] add ip block number 8 <uvd_v7_0>
[    3.723328] [drm] add ip block number 9 <vce_v4_0>
[    3.723350] [drm] UVD(0) is enabled in VM mode
[    3.723352] [drm] UVD(0) ENC is enabled in VM mode
[    3.723353] [drm] VCE enabled in VM mode
[    3.723363] amdgpu 0000:0b:00.0: No more image in the PCI ROM
[    3.723375] ATOM BIOS: xxx-xxx-xxx
[    3.723393] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    3.723400] amdgpu 0000:0b:00.0: VRAM: 8176M 0x000000F400000000 - 0x000000F5FEFFFFFF (8176M used)
[    3.723402] amdgpu 0000:0b:00.0: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    3.723405] amdgpu 0000:0b:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    3.723409] [drm] Detected VRAM RAM=8176M, BAR=256M
[    3.723410] [drm] RAM width 2048bits HBM
[    3.723459] [TTM] Zone  kernel: Available graphics memory: 16463218 kiB
[    3.723460] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    3.723462] [TTM] Initializing pool allocator
[    3.723465] [TTM] Initializing DMA pool allocator
[    3.723486] [drm] amdgpu: 8176M of VRAM memory ready
[    3.723488] [drm] amdgpu: 8176M of GTT memory ready.
[    3.723497] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    3.723599] [drm] PCIE GART of 512M enabled (table at 0x000000F400900000).
[    3.724804] [drm] use_doorbell being set to: [true]
[    3.724833] [drm] use_doorbell being set to: [true]
[    3.724953] [drm] Found UVD firmware Version: 1.87 Family ID: 17
[    3.724956] [drm] PSP loading UVD firmware
[    3.725365] [drm] Found VCE firmware Version: 55.3 Binary ID: 4
[    3.725370] [drm] PSP loading VCE firmware
[    3.745698]  nvme0n1: p1 p2 p3
[    3.765920] PM: Image not found (code -22)
[    3.782019] usb 3-1.4.2: new high-speed USB device number 11 using xhci_hcd
[    3.873107] [drm] reserve 0x400000 from 0xf400d00000 for PSP TMR SIZE
[    3.878322] usb 3-1.4.2: New USB device found, idVendor=8564, idProduct=1000, bcdDevice= a.00
[    3.878326] usb 3-1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.878328] usb 3-1.4.2: Product: Mass Storage Device
[    3.878330] usb 3-1.4.2: Manufacturer: JetFlash
[    3.878332] usb 3-1.4.2: SerialNumber: 3988821812
[    3.883209] input: Sony Interactive Entertainment Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input13
[    3.883395] usb-storage 3-1.4.2:1.0: USB Mass Storage device detected
[    3.883473] scsi host9: usb-storage 3-1.4.2:1.0
[    3.883524] usbcore: registered new interface driver usb-storage
[    3.885305] usbcore: registered new interface driver uas
[    3.921404] input: Logitech T400 as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.2/0003:046D:C52B.0005/0003:046D:4026.0009/input/input14
[    3.921497] logitech-hidpp-device 0003:046D:4026.0009: input,hidraw5: USB HID v1.11 Keyboard [Logitech T400] on usb-0000:0c:00.3-1.1.2:1
[    3.949044] [drm] Display Core initialized with v3.1.68!
[    3.952037] input: Sony Interactive Entertainment Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb3/3-1/3-1.3/3-1.3.3/3-1.3.3:1.3/0003:054C:09CC.0008/input/input11
[    3.952081] sony 0003:054C:09CC.0008: input,hidraw6: USB HID v81.11 Gamepad [Sony Interactive Entertainment Wireless Controller] on usb-0000:0c:00.3-1.3.3/input3
[    3.960037] usb 3-1.4.3: new high-speed USB device number 12 using xhci_hcd
[    4.017812] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.017815] [drm] Driver supports precise vblank timestamp query.
[    4.039237] [drm] UVD and UVD ENC initialized successfully.
[    4.054449] usb 3-1.4.3: New USB device found, idVendor=0781, idProduct=556b, bcdDevice= 1.27
[    4.054453] usb 3-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.054456] usb 3-1.4.3: Product: Cruzer Edge
[    4.054457] usb 3-1.4.3: Manufacturer: SanDisk
[    4.054459] usb 3-1.4.3: SerialNumber: 4C530699971123122305
[    4.054837] usb-storage 3-1.4.3:1.0: USB Mass Storage device detected
[    4.054956] scsi host10: usb-storage 3-1.4.3:1.0
[    4.139613] [drm] VCE initialized successfully.
[    4.140589] kfd kfd: Allocated 3969056 bytes on gart
[    4.140603] Virtual CRAT table created for GPU
[    4.140604] Parsing CRAT table with 1 nodes
[    4.140615] Creating topology SYSFS entries
[    4.140694] Topology: Add dGPU node [0x687f:0x1002]
[    4.140756] kfd kfd: added device 1002:687f
[    4.144656] [drm] fb mappable at 0xE1100000
[    4.144658] [drm] vram apper at 0xE0000000
[    4.144659] [drm] size 33177600
[    4.144660] [drm] fb depth is 24
[    4.144661] [drm]    pitch is 15360
[    4.144692] fbcon: amdgpudrmfb (fb0) is primary device
[    4.165136] Console: switching to colour frame buffer device 480x135
[    4.176331] amdgpu 0000:0b:00.0: fb0: amdgpudrmfb frame buffer device
[    4.182059] amdgpu 0000:0b:00.0: ring 0(gfx) uses VM inv eng 4 on hub 0
[    4.182060] amdgpu 0000:0b:00.0: ring 1(comp_1.0.0) uses VM inv eng 5 on hub 0
[    4.182061] amdgpu 0000:0b:00.0: ring 2(comp_1.1.0) uses VM inv eng 6 on hub 0
[    4.182062] amdgpu 0000:0b:00.0: ring 3(comp_1.2.0) uses VM inv eng 7 on hub 0
[    4.182063] amdgpu 0000:0b:00.0: ring 4(comp_1.3.0) uses VM inv eng 8 on hub 0
[    4.182064] amdgpu 0000:0b:00.0: ring 5(comp_1.0.1) uses VM inv eng 9 on hub 0
[    4.182064] amdgpu 0000:0b:00.0: ring 6(comp_1.1.1) uses VM inv eng 10 on hub 0
[    4.182065] amdgpu 0000:0b:00.0: ring 7(comp_1.2.1) uses VM inv eng 11 on hub 0
[    4.182066] amdgpu 0000:0b:00.0: ring 8(comp_1.3.1) uses VM inv eng 12 on hub 0
[    4.182067] amdgpu 0000:0b:00.0: ring 9(kiq_2.1.0) uses VM inv eng 13 on hub 0
[    4.182068] amdgpu 0000:0b:00.0: ring 10(sdma0) uses VM inv eng 4 on hub 1
[    4.182068] amdgpu 0000:0b:00.0: ring 11(sdma1) uses VM inv eng 5 on hub 1
[    4.182069] amdgpu 0000:0b:00.0: ring 12(uvd<0>) uses VM inv eng 6 on hub 1
[    4.182070] amdgpu 0000:0b:00.0: ring 13(uvd_enc0<0>) uses VM inv eng 7 on hub 1
[    4.182071] amdgpu 0000:0b:00.0: ring 14(uvd_enc1<0>) uses VM inv eng 8 on hub 1
[    4.182072] amdgpu 0000:0b:00.0: ring 15(vce0) uses VM inv eng 9 on hub 1
[    4.182072] amdgpu 0000:0b:00.0: ring 16(vce1) uses VM inv eng 10 on hub 1
[    4.182073] amdgpu 0000:0b:00.0: ring 17(vce2) uses VM inv eng 11 on hub 1
[    4.182116] [drm] ECC is not present.
[    4.182661] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:0b:00.0 on minor 0
[    4.251598] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.544708] systemd-journald[381]: Received SIGTERM from PID 1 (systemd).
[    4.554257] printk: systemd: 14 output lines suppressed due to ratelimiting
[    4.808088] SELinux:  Class xdp_socket not defined in policy.
[    4.808105] SELinux: the above unknown classes and permissions will be allowed
[    4.808123] SELinux:  policy capability network_peer_controls=1
[    4.808136] SELinux:  policy capability open_perms=1
[    4.808148] SELinux:  policy capability extended_socket_class=1
[    4.808161] SELinux:  policy capability always_check_network=0
[    4.808174] SELinux:  policy capability cgroup_seclabel=1
[    4.808186] SELinux:  policy capability nnp_nosuid_transition=1
[    4.823805] systemd[1]: Successfully loaded SELinux policy in 256.455ms.
[    4.847349] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 18.912ms.
[    4.848107] systemd[1]: systemd 240 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    4.860048] systemd[1]: Detected architecture x86-64.
[    4.860708] systemd[1]: Set hostname to <localhost.localdomain>.
[    4.885118] systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[    4.886501] scsi 9:0:0:0: Direct-Access     JetFlash Transcend 32GB   1.00 PQ: 0 ANSI: 5
[    4.886811] sd 9:0:0:0: [sdb] 61806592 512-byte logical blocks: (31.6 GB/29.5 GiB)
[    4.886934] sd 9:0:0:0: [sdb] Write Protect is off
[    4.886947] sd 9:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    4.886958] sd 9:0:0:0: Attached scsi generic sg1 type 0
[    4.887055] sd 9:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    4.888456]  sdb: sdb1 sdb2 sdb3
[    4.889110] sd 9:0:0:0: [sdb] Attached SCSI removable disk
[    4.890974] systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly.
[    4.891427] systemd[1]: /usr/lib/systemd/system/rpc-statd.service:14: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
[    4.892857] systemd[1]: /usr/lib/systemd/system/nfs-blkmap.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/blkmapd.pid → /run/blkmapd.pid; please update the unit file accordingly.
[    4.895675] systemd[1]: /usr/lib/systemd/system/chronyd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/chrony/chronyd.pid → /run/chrony/chronyd.pid; please update the unit file accordingly.
[    4.900750] systemd[1]: /usr/lib/systemd/system/mdmonitor.service:6: PIDFile= references path below legacy directory /var/run/, updating /var/run/mdadm/mdadm.pid → /run/mdadm/mdadm.pid; please update the unit file accordingly.
[    4.901140] systemd[1]: /usr/lib/systemd/system/iscsid.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/iscsid.pid → /run/iscsid.pid; please update the unit file accordingly.
[    4.964074] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null)
[    5.004564] systemd-journald[681]: Received request to flush runtime journal from PID 1
[    5.041490] kauditd_printk_skb: 47 callbacks suppressed
[    5.041491] audit: type=1130 audit(1546716722.858:58): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.041589] audit: type=1131 audit(1546716722.858:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.046494] audit: type=1130 audit(1546716722.863:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.074116] acpi_cpufreq: overriding BIOS provided _PSD data
[    5.078392] scsi 10:0:0:0: Direct-Access     SanDisk  Cruzer Edge      1.27 PQ: 0 ANSI: 6
[    5.078648] sd 10:0:0:0: Attached scsi generic sg2 type 0
[    5.078770] sd 10:0:0:0: [sdc] 30529536 512-byte logical blocks: (15.6 GB/14.6 GiB)
[    5.079124] sd 10:0:0:0: [sdc] Write Protect is off
[    5.079144] sd 10:0:0:0: [sdc] Mode Sense: 43 00 00 00
[    5.079397] sd 10:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    5.081907]  sdc: sdc1 sdc2 sdc3
[    5.084132] sd 10:0:0:0: [sdc] Attached SCSI removable disk
[    5.087477] audit: type=1130 audit(1546716722.904:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.122709] ccp 0000:0c:00.2: enabling device (0000 -> 0002)
[    5.122957] ccp 0000:0c:00.2: psp initialization failed
[    5.122979] ccp 0000:0c:00.2: enabled
[    5.127270] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    5.127301] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    5.129499] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    5.129606] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    5.129643] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    5.136999] Adding 67108860k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:67108860k SSFS
[    5.139193] media: Linux media interface: v0.10
[    5.164828] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.165489] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.167086] videodev: Linux video capture interface: v2.00
[    5.169381] Bluetooth: Core ver 2.22
[    5.169420] NET: Registered protocol family 31
[    5.169435] Bluetooth: HCI device and connection manager initialized
[    5.169459] Bluetooth: HCI socket layer initialized
[    5.169476] Bluetooth: L2CAP socket layer initialized
[    5.169495] Bluetooth: SCO socket layer initialized
[    5.170895] asus_wmi: ASUS WMI generic driver loaded
[    5.172186] asus_wmi: Initialization: 0x0
[    5.172226] asus_wmi: BIOS WMI version: 0.9
[    5.172275] asus_wmi: SFUN value: 0x0
[    5.172579] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input15
[    5.172713] asus_wmi: Number of fans: 1
[    5.177803] usbcore: registered new interface driver btusb
[    5.179875] Bluetooth: hci0: RTL: rtl: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822

[    5.182866] Bluetooth: hci0: RTL: rom_version status=0 version=2

[    5.182889] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_fw.bin

[    5.183057] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8822b_config.bin

[    5.183142] Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270

[    5.184850] uvcvideo: Unknown video format 30313050-0000-0010-8000-00aa00389b71
[    5.184882] uvcvideo: Found UVC 1.00 device Live Gamer Ultra-Video (07ca:0553)
[    5.201323] uvcvideo 4-3:1.0: Entity type for entity Extension 3 was not initialized!
[    5.201348] uvcvideo 4-3:1.0: Entity type for entity Processing 2 was not initialized!
[    5.201367] uvcvideo 4-3:1.0: Entity type for entity Camera 1 was not initialized!
[    5.201505] input: Live Gamer Ultra-Video: Live Ga as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb4/4-3/4-3:1.0/input/input16
[    5.201646] usbcore: registered new interface driver uvcvideo
[    5.203637] USB Video Class driver (1.1.1)
[    5.225814] snd_hda_intel 0000:0b:00.1: Handle vga_switcheroo audio client
[    5.228949] snd_hda_intel 0000:0d:00.3: enabling device (0000 -> 0002)
[    5.246016] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input17
[    5.248584] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input18
[    5.251063] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input19
[    5.251136] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input20
[    5.251188] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input21
[    5.251235] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input22
[    5.258469] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    5.258471] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.258472] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    5.258473] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    5.258474] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    5.258475] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[    5.258476] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[    5.258477] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[    5.264415] r8822be: module is from the staging directory, the quality is unknown, you have been warned.
[    5.271917] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input23
[    5.271932] r8822be 0000:05:00.0: enabling device (0000 -> 0003)
[    5.271977] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input24
[    5.272028] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input25
[    5.272072] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input26
[    5.272133] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card2/input27
[    5.288582] r8822be: Using firmware rtlwifi/rtl8822befw.bin
[    5.331650] kvm: Nested Virtualization enabled
[    5.331654] kvm: Nested Paging enabled
[    5.331655] SVM: Virtual VMLOAD VMSAVE supported
[    5.331655] SVM: Virtual GIF supported
[    5.334461] MCE: In-kernel MCE decoding enabled.
[    5.337600] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.337601] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    5.341760] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[    5.342093] r8822be: rtlwifi: wireless switch is on
[    5.345692] r8822be 0000:05:00.0 wlp5s0: renamed from wlan0
[    5.399574] usbcore: registered new interface driver snd-usb-audio
[    5.438365] audit: type=1130 audit(1546716723.255:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.451452] audit: type=1400 audit(1546716723.268:63): avc:  denied  { read } for  pid=930 comm="systemd-rfkill" name="pci-0000:05:00.0:wlan" dev="nvme0n1p2" ino=2883639 scontext=system_u:system_r:systemd_rfkill_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=0
[    5.453631] audit: type=1300 audit(1546716723.268:63): arch=c000003e syscall=257 success=no exit=-13 a0=ffffff9c a1=555b6109e560 a2=80000 a3=0 items=0 ppid=1 pid=930 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-rfkill" exe="/usr/lib/systemd/systemd-rfkill" subj=system_u:system_r:systemd_rfkill_t:s0 key=(null)
[    5.453632] audit: type=1327 audit(1546716723.268:63): proctitle="/usr/lib/systemd/systemd-rfkill"
[    5.460652] audit: type=1130 audit(1546716723.277:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.467327] audit: type=1130 audit(1546716723.284:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.581146] SGI XFS with ACLs, security attributes, scrub, no debug enabled
[    5.585427] XFS (sda): Mounting V5 Filesystem
[    5.719447] XFS (sda): Ending clean mount
[    5.909389] RPC: Registered named UNIX socket transport module.
[    5.911525] RPC: Registered udp transport module.
[    5.913643] RPC: Registered tcp transport module.
[    5.915775] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.096281] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.098632] Bluetooth: BNEP filters: protocol multicast
[    6.098638] Bluetooth: BNEP socket layer initialized
[    6.354147] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    6.380887] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    6.387197] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
[    9.383526] igb 0000:04:00.0 enp4s0: igb: enp4s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[    9.486208] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   10.266005] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   10.271074] tun: Universal TUN/TAP device driver, 1.6
[   10.272036] virbr0: port 1(virbr0-nic) entered blocking state
[   10.272040] virbr0: port 1(virbr0-nic) entered disabled state
[   10.272116] device virbr0-nic entered promiscuous mode
[   10.345494] virbr0: port 1(virbr0-nic) entered blocking state
[   10.345501] virbr0: port 1(virbr0-nic) entered listening state
[   10.369594] virbr0: port 1(virbr0-nic) entered disabled state
[   26.582771] Bluetooth: RFCOMM TTY layer initialized
[   26.582776] Bluetooth: RFCOMM socket layer initialized
[   26.582799] Bluetooth: RFCOMM ver 1.11
[   27.330164] fuse init (API version 7.28)
[   33.217758] rfkill: input handler disabled
[   34.833281] ISO 9660 Extensions: Microsoft Joliet Level 3
[   34.834962] ISO 9660 Extensions: Microsoft Joliet Level 3
[   34.835556] ISO 9660 Extensions: Microsoft Joliet Level 3
[   34.837413] ISO 9660 Extensions: Microsoft Joliet Level 3
[   34.841186] ISO 9660 Extensions: RRIP_1991A
[   34.841309] ISO 9660 Extensions: RRIP_1991A
[   44.433387] logitech-hidpp-device 0003:046D:4026.0009: HID++ 2.0 device connected.
[   75.985776] ------------[ cut here ]------------
[   75.985780] Unknown pixelformat 0x00000000
[   75.985813] WARNING: CPU: 12 PID: 3175 at drivers/media/v4l2-core/v4l2-ioctl.c:1342 v4l_enum_fmt+0xfc0/0x1380 [videodev]
[   75.985814] Modules linked in: nls_utf8 isofs fuse rfcomm xt_CHECKSUM ipt_MASQUERADE tun bridge stp llc devlink nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ebtable_nat ip6table_nat nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat_ipv4 nf_nat iptable_mangle iptable_raw iptable_security nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nfnetlink ebtable_filter ebtables ip6table_filter ip6_tables cmac bnep sunrpc xfs vfat fat libcrc32c edac_mce_amd arc4 kvm_amd kvm r8822be(C) snd_hda_codec_realtek snd_hda_codec_generic irqbypass snd_hda_codec_hdmi snd_hda_intel snd_hda_codec mac80211 snd_usb_audio crct10dif_pclmul snd_hda_core snd_usbmidi_lib crc32_pclmul snd_hwdep snd_rawmidi snd_seq snd_seq_device uvcvideo snd_pcm ghash_clmulni_intel btusb videobuf2_vmalloc videobuf2_memops btrtl videobuf2_v4l2 btbcm eeepc_wmi videobuf2_common btintel asus_wmi sparse_keymap bluetooth video videodev wmi_bmof joydev
[   75.985838]  snd_timer cfg80211 media k10temp snd sp5100_tco i2c_piix4 soundcore ecdh_generic ccp rfkill pcc_cpufreq gpio_amdpt gpio_generic acpi_cpufreq binfmt_misc uas usb_storage hid_sony ff_memless amdgpu hid_logitech_hidpp chash amd_iommu_v2 gpu_sched drm_kms_helper ttm drm igb crc32c_intel hid_logitech_dj dca nvme i2c_algo_bit nvme_core wmi pinctrl_amd
[   75.985854] CPU: 12 PID: 3175 Comm: obs Tainted: G         C        4.20.0-1.fc30.x86_64 #1
[   75.985856] Hardware name: System manufacturer System Product Name/ROG STRIX X470-I GAMING, BIOS 1103 11/16/2018
[   75.985862] RIP: 0010:v4l_enum_fmt+0xfc0/0x1380 [videodev]
[   75.985863] Code: c6 4b 79 b5 c0 e9 55 f1 ff ff 48 c7 c6 09 7c b5 c0 3d 56 50 38 30 0f 84 43 f1 ff ff 89 c6 48 c7 c7 1c 7d b5 c0 e8 3a 3b 57 f9 <0f> 0b 41 80 7c 24 0c 00 0f 85 45 f1 ff ff 41 8b 44 24 2c 49 8d 7c
[   75.985865] RSP: 0018:ffffa52889277cb8 EFLAGS: 00010286
[   75.985867] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000006
[   75.985868] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff964cbeb168c0
[   75.985869] RBP: 0000000000000000 R08: 0000000000000005 R09: 0000000000000007
[   75.985870] R10: 0000000000000000 R11: ffffffffbb99e22d R12: ffffa52889277dc0
[   75.985872] R13: ffffffffc05079e0 R14: ffff964c8a790600 R15: ffffffffffffffed
[   75.985873] FS:  00007f0c1eab1f00(0000) GS:ffff964cbeb00000(0000) knlGS:0000000000000000
[   75.985875] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   75.985876] CR2: 00007f0c08197294 CR3: 000000078795e000 CR4: 00000000003406e0
[   75.985877] Call Trace:
[   75.985885]  __video_do_ioctl+0x174/0x3b0 [videodev]
[   75.985889]  ? page_add_file_rmap+0xa0/0x2d0
[   75.985892]  ? alloc_set_pte+0x293/0x660
[   75.985897]  video_usercopy+0x253/0x5a0 [videodev]
[   75.985903]  ? copy_overflow+0x20/0x20 [videodev]
[   75.985906]  ? selinux_file_ioctl+0x161/0x200
[   75.985911]  v4l2_ioctl+0x45/0x50 [videodev]
[   75.985914]  do_vfs_ioctl+0xa4/0x630
[   75.985916]  ksys_ioctl+0x60/0x90
[   75.985918]  __x64_sys_ioctl+0x16/0x20
[   75.985921]  do_syscall_64+0x5b/0x160
[   75.985924]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   75.985926] RIP: 0033:0x7f0c2454014d
[   75.985928] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b 5d 0c 00 f7 d8 64 89 01 48
[   75.985929] RSP: 002b:00007ffe01cdc5f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   75.985931] RAX: ffffffffffffffda RBX: 00007f0c08197280 RCX: 00007f0c2454014d
[   75.985932] RDX: 00007ffe01cdc660 RSI: 00000000c0405602 RDI: 0000000000000027
[   75.985933] RBP: 0000000000000004 R08: 0000000000000000 R09: 0000000000000000
[   75.985934] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000007
[   75.985935] R13: 0000000000000001 R14: 00007ffe01cdc630 R15: 000055a982fdf6e0
[   75.985937] ---[ end trace 26d01f03c564a254 ]---
[   76.005120] retire_capture_urb: 10 callbacks suppressed

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-01-09 18:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-05 20:05 Kernel error "Unknown pixelformat 0x00000000" occurs when I start capture video Mikhail Gavrilov
2019-01-08 14:45 ` Mauro Carvalho Chehab
2019-01-08 14:54   ` Laurent Pinchart
2019-01-08 15:16     ` Mauro Carvalho Chehab
2019-01-08 15:55       ` Laurent Pinchart
2019-01-08 15:18     ` Mikhail Gavrilov
2019-01-08 15:58       ` Laurent Pinchart
2019-01-08 16:11         ` Mikhail Gavrilov
2019-01-08 18:49           ` Mauro Carvalho Chehab
2019-01-08 19:00             ` Mauro Carvalho Chehab
2019-01-09  3:51               ` Mikhail Gavrilov
2019-01-09 12:03                 ` Mauro Carvalho Chehab
2019-01-08 21:29             ` Laurent Pinchart
2019-01-09 12:19             ` Sakari Ailus
2019-01-09 13:01               ` P010 fourcc format support - Was: " Mauro Carvalho Chehab
2019-01-09 16:42                 ` Ayaka
2019-01-09 16:52                   ` Nicolas Dufresne
2019-01-09 17:28                     ` Mauro Carvalho Chehab
2019-01-09 18:20                       ` Nicolas Dufresne

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).