New developments: Running "amdgpu_test -s 1 -t 4" causes timeouts and koops. Attached is the system log, tested Navi 10: [ 144.484547] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out! [ 149.604641] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx_0.0.0 timeout, signaled seq=1459, emitted seq=1462 [ 149.604779] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process amdgpu_test pid 2696 thread amdgpu_test pid 2696 [ 149.604788] amdgpu 0000:0b:00.0: GPU reset begin! ... The kernel is at 7fd3b632e17e55c5ffd008f9f025754e7daa1b66 plus the patch of the original post of this thread (thus the "-dirty"). Running the same test on the previous version of the kernel I was running, at 31866a9d7d40245316ad7c17b87961f68321cab8, succeeds as follows: Suite: Basic Tests Test: Command submission Test (GFX) ...passed Run Summary: Type Total Ran Passed Failed Inactive suites 11 0 n/a 0 0 tests 63 1 1 0 0 asserts 526725 526725 526725 0 n/a Elapsed time = 0.027 seconds Regards, Luben On 2020-02-19 4:40 p.m., Luben Tuikov wrote: > On 2020-02-19 9:44 a.m., Christian König wrote: >> Well it should apply on top of amd-staging-drm-next. But I haven't >> fetched that today yet. >> >> Give me a minute to rebase. > > This patch seems to have fixed the regression we saw yesterday. > It applies to amd-staging-drm-next with a small jitter: > > $patch -p1 < /tmp/\[PATCH\]\ drm_amdgpu\:\ add\ VM\ update\ fences\ back\ to\ the\ root\ PD.eml > patching file amdgpu_vm.c > Hunk #2 succeeded at 1599 (offset -20 lines). > > I've been running 'glxgears' on the root window and 'pinion' > and no problems--clean log. > > Tested-by: Luben Tuikov <luben.tuikov@xxxxxxx> > > Regards, > Luben > >> >> Christian. >> >> Am 19.02.20 um 15:27 schrieb Tom St Denis: >>> This doesn't apply on top of 7fd3b632e17e55c5ffd008f9f025754e7daa1b66 >>> which is the tip of drm-next >>> >>> >>> Tom >>> >>> On 2020-02-19 9:20 a.m., Christian König wrote: >>>> Add update fences to the root PD while mapping BOs. >>>> >>>> Otherwise PDs freed during the mapping won't wait for >>>> updates to finish and can cause corruptions. >>>> >>>> Signed-off-by: Christian König <christian.koenig@xxxxxxx> >>>> --- >>>> drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 14 ++++++++++++-- >>>> 1 file changed, 12 insertions(+), 2 deletions(-) >>>> >>>> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c >>>> b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c >>>> index e7ab0c1e2793..dd63ccdbad2a 100644 >>>> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c >>>> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c >>>> @@ -585,8 +585,8 @@ void amdgpu_vm_get_pd_bo(struct amdgpu_vm *vm, >>>> { >>>> entry->priority = 0; >>>> entry->tv.bo = &vm->root.base.bo->tbo; >>>> - /* One for TTM and one for the CS job */ >>>> - entry->tv.num_shared = 2; >>>> + /* Two for VM updates, one for TTM and one for the CS job */ >>>> + entry->tv.num_shared = 4; >>>> entry->user_pages = NULL; >>>> list_add(&entry->tv.head, validated); >>>> } >>>> @@ -1619,6 +1619,16 @@ static int amdgpu_vm_bo_update_mapping(struct >>>> amdgpu_device *adev, >>>> goto error_unlock; >>>> } >>>> + if (flags & AMDGPU_PTE_VALID) { >>>> + struct amdgpu_bo *root = vm->root.base.bo; >>>> + >>>> + if (!dma_fence_is_signaled(vm->last_direct)) >>>> + amdgpu_bo_fence(root, vm->last_direct, true); >>>> + >>>> + if (!dma_fence_is_signaled(vm->last_delayed)) >>>> + amdgpu_bo_fence(root, vm->last_delayed, true); >>>> + } >>>> + >>>> r = vm->update_funcs->prepare(¶ms, resv, sync_mode); >>>> if (r) >>>> goto error_unlock; >> >
[ 0.000000] Linux version 5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty (ltuikov@localhost.localdomain) (gcc version 9.2.1 20190827 (Red Hat 9.2.1-1) (GCC)) #4 SMP Wed Feb 19 16:04:37 EST 2020 [ 0.000000] Command line: BOOT_IMAGE=(hd0,msdos1)/vmlinuz-5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap [ 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-0x000000000009ebff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009e0ffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009e10000-0x0000000009ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable [ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000d0993fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d0994000-0x00000000d09b5fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000d09b6000-0x00000000d9b35fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d9b36000-0x00000000d9c9bfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000d9c9c000-0x00000000d9caafff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000d9cab000-0x00000000d9de9fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d9dea000-0x00000000da1aefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000da1af000-0x00000000dba90fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000dba91000-0x00000000ddffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000de000000-0x00000000dfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] 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] SMBIOS 3.1.1 present. [ 0.000000] DMI: System manufacturer System Product Name/PRIME X470-PRO, BIOS 4602 03/07/2019 [ 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 = 0xde000 max_arch_pfn = 0x400000000 [ 0.000000] Using GB pages for direct mapping [ 0.000000] BRK [0x802001000, 0x802001fff] PGTABLE [ 0.000000] BRK [0x802002000, 0x802002fff] PGTABLE [ 0.000000] BRK [0x802003000, 0x802003fff] PGTABLE [ 0.000000] BRK [0x802004000, 0x802004fff] PGTABLE [ 0.000000] BRK [0x802005000, 0x802005fff] PGTABLE [ 0.000000] BRK [0x802006000, 0x802006fff] PGTABLE [ 0.000000] BRK [0x802007000, 0x802007fff] PGTABLE [ 0.000000] BRK [0x802008000, 0x802008fff] PGTABLE [ 0.000000] BRK [0x802009000, 0x802009fff] PGTABLE [ 0.000000] BRK [0x80200a000, 0x80200afff] PGTABLE [ 0.000000] BRK [0x80200b000, 0x80200bfff] PGTABLE [ 0.000000] BRK [0x80200c000, 0x80200cfff] PGTABLE [ 0.000000] RAMDISK: [mem 0x2484a000-0x2e41cfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA) [ 0.000000] ACPI: XSDT 0x00000000D09940A0 0000B4 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FACP 0x00000000D09A3538 000114 (v06 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: DSDT 0x00000000D09941E8 00F34C (v02 ALASKA A M I 01072009 INTL 20120913) [ 0.000000] ACPI: FACS 0x00000000DA196D80 000040 [ 0.000000] ACPI: APIC 0x00000000D09A3650 00015E (v03 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FPDT 0x00000000D09A37B0 000044 (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: FIDT 0x00000000D09A37F8 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.000000] ACPI: SSDT 0x00000000D09A3898 0000FC (v02 ALASKA CPUSSDT 01072009 AMI 01072009) [ 0.000000] ACPI: SSDT 0x00000000D09B4908 0010AF (v01 AMD AmdTable 00000001 INTL 20120913) [ 0.000000] ACPI: SSDT 0x00000000D09A39F0 008C98 (v02 AMD AMD ALIB 00000002 MSFT 04000000) [ 0.000000] ACPI: SSDT 0x00000000D09AC688 003087 (v01 AMD AMD AOD 00000001 INTL 20120913) [ 0.000000] ACPI: MCFG 0x00000000D09AF710 00003C (v01 ALASKA A M I 01072009 MSFT 00010013) [ 0.000000] ACPI: HPET 0x00000000D09AF750 000038 (v01 ALASKA A M I 01072009 AMI 00000005) [ 0.000000] ACPI: SSDT 0x00000000D09AF788 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913) [ 0.000000] ACPI: UEFI 0x00000000D09AF7B0 000042 (v01 00000000 00000000) [ 0.000000] ACPI: IVRS 0x00000000D09AF7F8 0000D0 (v02 AMD AMD IVRS 00000001 AMD 00000000) [ 0.000000] ACPI: SSDT 0x00000000D09AF8C8 002314 (v01 AMD AMD CPU 00000001 AMD 00000001) [ 0.000000] ACPI: CRAT 0x00000000D09B1BE0 000F50 (v01 AMD AMD CRAT 00000001 AMD 00000001) [ 0.000000] ACPI: CDIT 0x00000000D09B2B30 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001) [ 0.000000] ACPI: SSDT 0x00000000D09B2B60 001CE5 (v01 AMD AmdTable 00000001 INTL 20120913) [ 0.000000] ACPI: SSDT 0x00000000D09B4848 0000BF (v01 AMD AMD PT 00001000 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 0x81f355000-0x81f37ffff] [ 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-0x000000000009dfff] [ 0.000000] node 0: [mem 0x0000000000100000-0x0000000009e0ffff] [ 0.000000] node 0: [mem 0x000000000a000000-0x000000000a1fffff] [ 0.000000] node 0: [mem 0x000000000a20b000-0x000000000affffff] [ 0.000000] node 0: [mem 0x000000000b020000-0x00000000d0993fff] [ 0.000000] node 0: [mem 0x00000000d09b6000-0x00000000d9b35fff] [ 0.000000] node 0: [mem 0x00000000d9cab000-0x00000000d9de9fff] [ 0.000000] node 0: [mem 0x00000000dba91000-0x00000000ddffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000081f37ffff] [ 0.000000] Zeroed struct page in unavailable ranges: 16572 pages [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff] [ 0.000000] On node 0 totalpages: 8368836 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3997 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 14015 pages used for memmap [ 0.000000] DMA32 zone: 896935 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: 32 Processors exceeds NR_CPUS limit of 16 [ 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 0x0009e000-0x0009efff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x09e10000-0x09ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a20afff] [ 0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xd0994000-0xd09b5fff] [ 0.000000] PM: Registered nosave memory: [mem 0xd9b36000-0xd9c9bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xd9c9c000-0xd9caafff] [ 0.000000] PM: Registered nosave memory: [mem 0xd9dea000-0xda1aefff] [ 0.000000] PM: Registered nosave memory: [mem 0xda1af000-0xdba90fff] [ 0.000000] PM: Registered nosave memory: [mem 0xde000000-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-0xfd1fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfd200000-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] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1 [ 0.000000] percpu: Embedded 52 pages/cpu s176128 r8192 d28672 u262144 [ 0.000000] pcpu-alloc: s176128 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: 8238050 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,msdos1)/vmlinuz-5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 32639936K/33475344K available (12291K kernel code, 1441K rwdata, 4604K rodata, 2256K init, 4564K bss, 835408K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1 [ 0.000000] ftrace: allocating 40411 entries in 158 pages [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.000000] NR_IRQS: 4352, nr_irqs: 1096, preallocated irqs: 16 [ 0.000000] rcu: Offload RCU callbacks from CPUs: (none). [ 0.000000] random: crng done (trusting CPU's manufacturer) [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] printk: console [tty0] enabled [ 0.000000] ACPI: Core revision 20190816 [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.001000] Switched APIC routing to physical flat. [ 0.001000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.009000] tsc: Unable to calibrate against PIT [ 0.009000] tsc: using HPET reference calibration [ 0.009000] tsc: Detected 3193.593 MHz processor [ 0.000003] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e08a5ea2a6, max_idle_ns: 440795334624 ns [ 0.000114] Calibrating delay loop (skipped), value calculated using timer frequency.. 6387.18 BogoMIPS (lpj=3193593) [ 0.000225] pid_max: default: 32768 minimum: 301 [ 0.000338] LSM: Security Framework initializing [ 0.000423] Yama: becoming mindful. [ 0.000500] SELinux: Initializing. [ 0.000586] *** VALIDATE SELinux *** [ 0.000703] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001147] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.001261] *** VALIDATE tmpfs *** [ 0.001435] *** VALIDATE proc *** [ 0.001542] *** VALIDATE cgroup1 *** [ 0.001616] *** VALIDATE cgroup2 *** [ 0.001732] LVT offset 1 assigned for vector 0xf9 [ 0.001859] LVT offset 2 assigned for vector 0xf4 [ 0.001947] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512 [ 0.002116] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0 [ 0.002195] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.002301] Spectre V2 : Mitigation: Full AMD retpoline [ 0.002377] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.002482] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.002587] Spectre V2 : User space: Vulnerable [ 0.002661] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.002935] Freeing SMP alternatives memory: 36K [ 0.106672] smpboot: CPU0: AMD Ryzen 7 2700 Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2) [ 0.106876] Performance Events: Fam17h core perfctr, AMD PMU driver. [ 0.106958] ... version: 0 [ 0.107033] ... bit width: 48 [ 0.107107] ... generic registers: 6 [ 0.107113] ... value mask: 0000ffffffffffff [ 0.107113] ... max period: 00007fffffffffff [ 0.107113] ... fixed-purpose events: 0 [ 0.107113] ... event mask: 000000000000003f [ 0.107113] rcu: Hierarchical SRCU implementation. [ 0.107389] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.107577] smp: Bringing up secondary CPUs ... [ 0.107717] x86: Booting SMP configuration: [ 0.107792] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 [ 0.126137] smp: Brought up 1 node, 16 CPUs [ 0.126315] smpboot: Max logical packages: 2 [ 0.126390] smpboot: Total of 16 processors activated (102194.97 BogoMIPS) [ 0.128344] devtmpfs: initialized [ 0.128344] x86/mm: Memory block size: 128MB [ 0.131143] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes) [ 0.131249] PM: Registering ACPI NVS region [mem 0xd9dea000-0xda1aefff] (3952640 bytes) [ 0.131458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.131458] futex hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.131458] pinctrl core: initialized pinctrl subsystem [ 0.131588] PM: RTC time: 00:12:04, date: 2020-02-20 [ 0.132146] NET: Registered protocol family 16 [ 0.132290] audit: initializing netlink subsys (disabled) [ 0.132372] audit: type=2000 audit(1582157523.141:1): state=initialized audit_enabled=0 res=1 [ 0.132372] cpuidle: using governor menu [ 0.132372] ACPI: bus type PCI registered [ 0.132372] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.132372] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.132466] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.133121] PCI: Using configuration type 1 for base access [ 0.135798] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.135798] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.235281] cryptd: max_cpu_qlen set to 1000 [ 0.237287] alg: No test for 842 (842-generic) [ 0.237287] alg: No test for 842 (842-scomp) [ 0.240255] ACPI: Added _OSI(Module Device) [ 0.240263] ACPI: Added _OSI(Processor Device) [ 0.240338] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240414] ACPI: Added _OSI(Processor Aggregator Device) [ 0.241115] ACPI: Added _OSI(Linux-Dell-Video) [ 0.241115] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.241115] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.250042] ACPI: 9 ACPI AML tables successfully acquired and loaded [ 0.251283] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.253552] ACPI: EC: EC started [ 0.253625] ACPI: EC: interrupt blocked [ 0.253754] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC [ 0.253831] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.253936] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions [ 0.254039] ACPI: Interpreter enabled [ 0.254126] ACPI: (supports S0 S3 S4 S5) [ 0.254200] ACPI: Using IOAPIC for interrupt routing [ 0.254571] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254976] ACPI: Enabled 4 GPEs in block 00 to 1F [ 0.262212] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.262295] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 0.262529] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR] [ 0.262755] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] [ 0.262843] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge [ 0.263167] PCI host bridge to bus 0000:00 [ 0.263244] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] [ 0.263324] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] [ 0.263405] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] [ 0.263485] pci_bus 0000:00: root bus resource [io 0x0d00-0xefff window] [ 0.263565] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.263670] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] [ 0.263775] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window] [ 0.263879] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window] [ 0.263983] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.264066] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000 [ 0.264187] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600 [ 0.264355] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000 [ 0.264488] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400 [ 0.265498] pci 0000:00:01.1: enabling Extended Tags [ 0.265656] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold [ 0.265839] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400 [ 0.266117] pci 0000:00:01.3: enabling Extended Tags [ 0.266274] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold [ 0.266460] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000 [ 0.266607] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000 [ 0.267167] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400 [ 0.267625] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold [ 0.267815] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000 [ 0.267967] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000 [ 0.268167] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400 [ 0.268616] pci 0000:00:07.1: enabling Extended Tags [ 0.268770] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold [ 0.268956] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000 [ 0.269089] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400 [ 0.269559] pci 0000:00:08.1: enabling Extended Tags [ 0.269715] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold [ 0.269942] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 [ 0.270294] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 [ 0.270588] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000 [ 0.270711] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000 [ 0.270831] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000 [ 0.270951] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000 [ 0.271071] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000 [ 0.271157] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000 [ 0.271277] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000 [ 0.271397] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000 [ 0.271630] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802 [ 0.271730] pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit] [ 0.271985] pci 0000:00:01.1: PCI bridge to [bus 01] [ 0.272064] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff] [ 0.272611] pci 0000:02:00.0: [1022:43d0] type 00 class 0x0c0330 [ 0.272709] pci 0000:02:00.0: reg 0x10: [mem 0xfcba0000-0xfcba7fff 64bit] [ 0.272821] pci 0000:02:00.0: enabling Extended Tags [ 0.272943] pci 0000:02:00.0: PME# supported from D3hot D3cold [ 0.273165] pci 0000:02:00.1: [1022:43c8] type 00 class 0x010601 [ 0.273286] pci 0000:02:00.1: reg 0x24: [mem 0xfcb80000-0xfcb9ffff] [ 0.273372] pci 0000:02:00.1: reg 0x30: [mem 0xfcb00000-0xfcb7ffff pref] [ 0.273456] pci 0000:02:00.1: enabling Extended Tags [ 0.273566] pci 0000:02:00.1: PME# supported from D3hot D3cold [ 0.273700] pci 0000:02:00.2: [1022:43c6] type 01 class 0x060400 [ 0.273818] pci 0000:02:00.2: enabling Extended Tags [ 0.273932] pci 0000:02:00.2: PME# supported from D3hot D3cold [ 0.274093] pci 0000:00:01.3: PCI bridge to [bus 02-08] [ 0.274117] pci 0000:00:01.3: bridge window [io 0xe000-0xefff] [ 0.274196] pci 0000:00:01.3: bridge window [mem 0xfc900000-0xfcbfffff] [ 0.274347] pci 0000:03:00.0: [1022:43c7] type 01 class 0x060400 [ 0.274470] pci 0000:03:00.0: enabling Extended Tags [ 0.274594] pci 0000:03:00.0: PME# supported from D3hot D3cold [ 0.274746] pci 0000:03:04.0: [1022:43c7] type 01 class 0x060400 [ 0.274869] pci 0000:03:04.0: enabling Extended Tags [ 0.274993] pci 0000:03:04.0: PME# supported from D3hot D3cold [ 0.275188] pci 0000:03:06.0: [1022:43c7] type 01 class 0x060400 [ 0.275311] pci 0000:03:06.0: enabling Extended Tags [ 0.275435] pci 0000:03:06.0: PME# supported from D3hot D3cold [ 0.275583] pci 0000:03:07.0: [1022:43c7] type 01 class 0x060400 [ 0.275706] pci 0000:03:07.0: enabling Extended Tags [ 0.275830] pci 0000:03:07.0: PME# supported from D3hot D3cold [ 0.275981] pci 0000:03:09.0: [1022:43c7] type 01 class 0x060400 [ 0.276119] pci 0000:03:09.0: enabling Extended Tags [ 0.276243] pci 0000:03:09.0: PME# supported from D3hot D3cold [ 0.276395] pci 0000:02:00.2: PCI bridge to [bus 03-08] [ 0.276475] pci 0000:02:00.2: bridge window [io 0xe000-0xefff] [ 0.276556] pci 0000:02:00.2: bridge window [mem 0xfc900000-0xfcafffff] [ 0.276673] pci 0000:03:00.0: PCI bridge to [bus 04] [ 0.276809] pci 0000:05:00.0: [1b21:1242] type 00 class 0x0c0330 [ 0.276925] pci 0000:05:00.0: reg 0x10: [mem 0xfca00000-0xfca07fff 64bit] [ 0.277069] pci 0000:05:00.0: enabling Extended Tags [ 0.277206] pci 0000:05:00.0: PME# supported from D3hot D3cold [ 0.277418] pci 0000:03:04.0: PCI bridge to [bus 05] [ 0.277500] pci 0000:03:04.0: bridge window [mem 0xfca00000-0xfcafffff] [ 0.277619] pci 0000:03:06.0: PCI bridge to [bus 06] [ 0.277762] pci 0000:07:00.0: [8086:1539] type 00 class 0x020000 [ 0.277883] pci 0000:07:00.0: reg 0x10: [mem 0xfc900000-0xfc91ffff] [ 0.277993] pci 0000:07:00.0: reg 0x18: [io 0xe000-0xe01f] [ 0.278119] pci 0000:07:00.0: reg 0x1c: [mem 0xfc920000-0xfc923fff] [ 0.278367] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold [ 0.278589] pci 0000:03:07.0: PCI bridge to [bus 07] [ 0.278670] pci 0000:03:07.0: bridge window [io 0xe000-0xefff] [ 0.278750] pci 0000:03:07.0: bridge window [mem 0xfc900000-0xfc9fffff] [ 0.278863] pci 0000:03:09.0: PCI bridge to [bus 08] [ 0.279031] pci 0000:09:00.0: [1002:1478] type 01 class 0x060400 [ 0.279131] pci 0000:09:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff] [ 0.279286] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold [ 0.279406] pci 0000:09:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8 GT/s x16 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16 GT/s x16 link) [ 0.279612] pci 0000:00:03.1: PCI bridge to [bus 09-0b] [ 0.279691] pci 0000:00:03.1: bridge window [io 0xd000-0xdfff] [ 0.279770] pci 0000:00:03.1: bridge window [mem 0xfcc00000-0xfcdfffff] [ 0.279853] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.279991] pci 0000:0a:00.0: [1002:1479] type 01 class 0x060400 [ 0.280164] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold [ 0.280317] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] [ 0.280397] pci 0000:09:00.0: bridge window [io 0xd000-0xdfff] [ 0.280478] pci 0000:09:00.0: bridge window [mem 0xfcc00000-0xfccfffff] [ 0.280561] pci 0000:09:00.0: bridge window [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.280699] pci 0000:0b:00.0: [1002:731f] type 00 class 0x030000 [ 0.280804] pci 0000:0b:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.280916] pci 0000:0b:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref] [ 0.281026] pci 0000:0b:00.0: reg 0x20: [io 0xd000-0xd0ff] [ 0.281109] pci 0000:0b:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff] [ 0.281120] pci 0000:0b:00.0: reg 0x30: [mem 0xfcc80000-0xfcc9ffff pref] [ 0.281270] pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.281393] pci 0000:0b:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8 GT/s x16 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16 GT/s x16 link) [ 0.281567] pci 0000:0b:00.1: [1002:ab38] type 00 class 0x040300 [ 0.281661] pci 0000:0b:00.1: reg 0x10: [mem 0xfcca0000-0xfcca3fff] [ 0.281816] pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold [ 0.281984] pci 0000:0a:00.0: PCI bridge to [bus 0b] [ 0.282118] pci 0000:0a:00.0: bridge window [io 0xd000-0xdfff] [ 0.282198] pci 0000:0a:00.0: bridge window [mem 0xfcc00000-0xfccfffff] [ 0.282281] pci 0000:0a:00.0: bridge window [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.282671] pci 0000:0c:00.0: [1022:145a] type 00 class 0x130000 [ 0.282779] pci 0000:0c:00.0: enabling Extended Tags [ 0.282917] pci 0000:0c:00.2: [1022:1456] type 00 class 0x108000 [ 0.283012] pci 0000:0c:00.2: reg 0x18: [mem 0xfc700000-0xfc7fffff] [ 0.283124] pci 0000:0c:00.2: reg 0x24: [mem 0xfc800000-0xfc801fff] [ 0.283208] pci 0000:0c:00.2: enabling Extended Tags [ 0.283359] pci 0000:0c:00.3: [1022:145f] type 00 class 0x0c0330 [ 0.283449] pci 0000:0c:00.3: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit] [ 0.283546] pci 0000:0c:00.3: enabling Extended Tags [ 0.283650] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold [ 0.283787] pci 0000:00:07.1: PCI bridge to [bus 0c] [ 0.283866] pci 0000:00:07.1: bridge window [mem 0xfc600000-0xfc8fffff] [ 0.284011] pci 0000:0d:00.0: [1022:1455] type 00 class 0x130000 [ 0.284124] pci 0000:0d:00.0: enabling Extended Tags [ 0.284270] pci 0000:0d:00.2: [1022:7901] type 00 class 0x010601 [ 0.284374] pci 0000:0d:00.2: reg 0x24: [mem 0xfce08000-0xfce08fff] [ 0.284460] pci 0000:0d:00.2: enabling Extended Tags [ 0.284563] pci 0000:0d:00.2: PME# supported from D3hot D3cold [ 0.284693] pci 0000:0d:00.3: [1022:1457] type 00 class 0x040300 [ 0.284782] pci 0000:0d:00.3: reg 0x10: [mem 0xfce00000-0xfce07fff] [ 0.284883] pci 0000:0d:00.3: enabling Extended Tags [ 0.284986] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold [ 0.285125] pci 0000:00:08.1: PCI bridge to [bus 0d] [ 0.285205] pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcefffff] [ 0.285581] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0 [ 0.285704] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0 [ 0.285820] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0 [ 0.285945] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0 [ 0.286064] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0 [ 0.286146] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0 [ 0.286258] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0 [ 0.286370] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0 [ 0.287116] ACPI: EC: interrupt unblocked [ 0.287116] ACPI: EC: event unblocked [ 0.287116] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.287117] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions and events [ 0.287290] iommu: Default domain type: Translated [ 0.287290] pci 0000:0b:00.0: vgaarb: setting as boot VGA device [ 0.287290] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.287312] pci 0000:0b:00.0: vgaarb: bridge control possible [ 0.287389] vgaarb: loaded [ 0.287535] SCSI subsystem initialized [ 0.288122] libata version 3.00 loaded. [ 0.288210] ACPI: bus type USB registered [ 0.288284] usbcore: registered new interface driver usbfs [ 0.288284] usbcore: registered new interface driver hub [ 0.288323] usbcore: registered new device driver usb [ 0.288420] pps_core: LinuxPPS API ver. 1 registered [ 0.288496] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 0.288605] PTP clock support registered [ 0.289137] EDAC MC: Ver: 3.0.0 [ 0.289297] PCI: Using ACPI for IRQ routing [ 0.293048] PCI: pci_cache_line_size set to 64 bytes [ 0.293179] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff] [ 0.293258] e820: reserve RAM buffer [mem 0x09e10000-0x0bffffff] [ 0.293337] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff] [ 0.294047] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff] [ 0.294114] e820: reserve RAM buffer [mem 0xd0994000-0xd3ffffff] [ 0.294193] e820: reserve RAM buffer [mem 0xd9b36000-0xdbffffff] [ 0.294271] e820: reserve RAM buffer [mem 0xd9dea000-0xdbffffff] [ 0.294350] e820: reserve RAM buffer [mem 0xde000000-0xdfffffff] [ 0.294428] e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff] [ 0.294576] NetLabel: Initializing [ 0.294650] NetLabel: domain hash size = 128 [ 0.294724] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.294811] NetLabel: unlabeled traffic allowed by default [ 0.295152] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.295229] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 0.297152] clocksource: Switched to clocksource tsc-early [ 0.307411] *** VALIDATE bpf *** [ 0.307548] VFS: Disk quotas dquot_6.6.0 [ 0.307637] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.307737] *** VALIDATE ramfs *** [ 0.307813] *** VALIDATE hugetlbfs *** [ 0.307912] pnp: PnP ACPI init [ 0.308084] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.308168] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.308306] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.308516] system 00:02: [io 0x0300-0x030f] has been reserved [ 0.308595] system 00:02: [io 0x0230-0x023f] has been reserved [ 0.308674] system 00:02: [io 0x0290-0x029f] has been reserved [ 0.308754] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.309029] pnp 00:03: [dma 0 disabled] [ 0.309135] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.309382] system 00:04: [io 0x04d0-0x04d1] has been reserved [ 0.309461] system 00:04: [io 0x040b] has been reserved [ 0.309539] system 00:04: [io 0x04d6] has been reserved [ 0.309617] system 00:04: [io 0x0c00-0x0c01] has been reserved [ 0.309695] system 00:04: [io 0x0c14] has been reserved [ 0.309773] system 00:04: [io 0x0c50-0x0c51] has been reserved [ 0.309851] system 00:04: [io 0x0c52] has been reserved [ 0.309928] system 00:04: [io 0x0c6c] has been reserved [ 0.310006] system 00:04: [io 0x0c6f] has been reserved [ 0.310084] system 00:04: [io 0x0cd0-0x0cd1] has been reserved [ 0.310163] system 00:04: [io 0x0cd2-0x0cd3] has been reserved [ 0.310241] system 00:04: [io 0x0cd4-0x0cd5] has been reserved [ 0.310320] system 00:04: [io 0x0cd6-0x0cd7] has been reserved [ 0.310398] system 00:04: [io 0x0cd8-0x0cdf] has been reserved [ 0.310477] system 00:04: [io 0x0800-0x089f] has been reserved [ 0.310556] system 00:04: [io 0x0b00-0x0b0f] has been reserved [ 0.310635] system 00:04: [io 0x0b20-0x0b3f] has been reserved [ 0.310714] system 00:04: [io 0x0900-0x090f] has been reserved [ 0.310792] system 00:04: [io 0x0910-0x091f] has been reserved [ 0.310871] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.310952] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved [ 0.311033] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved [ 0.311114] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.311194] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved [ 0.311275] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved [ 0.311355] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 0.311437] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.311835] pnp: PnP ACPI: found 5 devices [ 0.312971] thermal_sys: Registered thermal governor 'fair_share' [ 0.312972] thermal_sys: Registered thermal governor 'bang_bang' [ 0.313053] thermal_sys: Registered thermal governor 'step_wise' [ 0.313131] thermal_sys: Registered thermal governor 'user_space' [ 0.317760] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.317993] pci 0000:00:01.1: PCI bridge to [bus 01] [ 0.318074] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff] [ 0.318158] pci 0000:03:00.0: PCI bridge to [bus 04] [ 0.318242] pci 0000:03:04.0: PCI bridge to [bus 05] [ 0.318321] pci 0000:03:04.0: bridge window [mem 0xfca00000-0xfcafffff] [ 0.318406] pci 0000:03:06.0: PCI bridge to [bus 06] [ 0.318491] pci 0000:03:07.0: PCI bridge to [bus 07] [ 0.318570] pci 0000:03:07.0: bridge window [io 0xe000-0xefff] [ 0.318651] pci 0000:03:07.0: bridge window [mem 0xfc900000-0xfc9fffff] [ 0.318737] pci 0000:03:09.0: PCI bridge to [bus 08] [ 0.318821] pci 0000:02:00.2: PCI bridge to [bus 03-08] [ 0.318899] pci 0000:02:00.2: bridge window [io 0xe000-0xefff] [ 0.318980] pci 0000:02:00.2: bridge window [mem 0xfc900000-0xfcafffff] [ 0.319066] pci 0000:00:01.3: PCI bridge to [bus 02-08] [ 0.319144] pci 0000:00:01.3: bridge window [io 0xe000-0xefff] [ 0.319224] pci 0000:00:01.3: bridge window [mem 0xfc900000-0xfcbfffff] [ 0.319307] pci 0000:0a:00.0: PCI bridge to [bus 0b] [ 0.319385] pci 0000:0a:00.0: bridge window [io 0xd000-0xdfff] [ 0.319466] pci 0000:0a:00.0: bridge window [mem 0xfcc00000-0xfccfffff] [ 0.319548] pci 0000:0a:00.0: bridge window [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.319657] pci 0000:09:00.0: PCI bridge to [bus 0a-0b] [ 0.319735] pci 0000:09:00.0: bridge window [io 0xd000-0xdfff] [ 0.319816] pci 0000:09:00.0: bridge window [mem 0xfcc00000-0xfccfffff] [ 0.319897] pci 0000:09:00.0: bridge window [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.320005] pci 0000:00:03.1: PCI bridge to [bus 09-0b] [ 0.320084] pci 0000:00:03.1: bridge window [io 0xd000-0xdfff] [ 0.320164] pci 0000:00:03.1: bridge window [mem 0xfcc00000-0xfcdfffff] [ 0.320245] pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.320351] pci 0000:00:07.1: PCI bridge to [bus 0c] [ 0.320429] pci 0000:00:07.1: bridge window [mem 0xfc600000-0xfc8fffff] [ 0.320512] pci 0000:00:08.1: PCI bridge to [bus 0d] [ 0.320590] pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcefffff] [ 0.320674] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] [ 0.320753] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] [ 0.320832] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] [ 0.320911] pci_bus 0000:00: resource 7 [io 0x0d00-0xefff window] [ 0.320990] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window] [ 0.321072] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window] [ 0.321153] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window] [ 0.321233] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window] [ 0.321314] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff] [ 0.321393] pci_bus 0000:02: resource 0 [io 0xe000-0xefff] [ 0.321470] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfcbfffff] [ 0.321550] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 0.321628] pci_bus 0000:03: resource 1 [mem 0xfc900000-0xfcafffff] [ 0.321707] pci_bus 0000:05: resource 1 [mem 0xfca00000-0xfcafffff] [ 0.321787] pci_bus 0000:07: resource 0 [io 0xe000-0xefff] [ 0.321864] pci_bus 0000:07: resource 1 [mem 0xfc900000-0xfc9fffff] [ 0.321943] pci_bus 0000:09: resource 0 [io 0xd000-0xdfff] [ 0.322021] pci_bus 0000:09: resource 1 [mem 0xfcc00000-0xfcdfffff] [ 0.322102] pci_bus 0000:09: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.322206] pci_bus 0000:0a: resource 0 [io 0xd000-0xdfff] [ 0.322283] pci_bus 0000:0a: resource 1 [mem 0xfcc00000-0xfccfffff] [ 0.322363] pci_bus 0000:0a: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.322467] pci_bus 0000:0b: resource 0 [io 0xd000-0xdfff] [ 0.322545] pci_bus 0000:0b: resource 1 [mem 0xfcc00000-0xfccfffff] [ 0.322625] pci_bus 0000:0b: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref] [ 0.322729] pci_bus 0000:0c: resource 1 [mem 0xfc600000-0xfc8fffff] [ 0.322809] pci_bus 0000:0d: resource 1 [mem 0xfce00000-0xfcefffff] [ 0.322949] NET: Registered protocol family 2 [ 0.323197] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.323340] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.323655] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.323860] TCP: Hash tables configured (established 262144 bind 65536) [ 0.323970] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.324100] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.324301] NET: Registered protocol family 1 [ 0.324380] NET: Registered protocol family 44 [ 0.324697] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.324810] pci 0000:0b:00.1: D0 power state depends on 0000:0b:00.0 [ 0.325024] PCI: CLS 64 bytes, default 64 [ 0.325132] Trying to unpack rootfs image as initramfs... [ 2.131424] Freeing initrd memory: 159564K [ 2.131533] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported [ 2.131835] pci 0000:00:01.0: Adding to iommu group 0 [ 2.132000] pci 0000:00:01.1: Adding to iommu group 1 [ 2.132165] pci 0000:00:01.3: Adding to iommu group 2 [ 2.132324] pci 0000:00:02.0: Adding to iommu group 3 [ 2.132477] pci 0000:00:03.0: Adding to iommu group 4 [ 2.132634] pci 0000:00:03.1: Adding to iommu group 5 [ 2.132788] pci 0000:00:04.0: Adding to iommu group 6 [ 2.132951] pci 0000:00:07.0: Adding to iommu group 7 [ 2.133107] pci 0000:00:07.1: Adding to iommu group 8 [ 2.133274] pci 0000:00:08.0: Adding to iommu group 9 [ 2.133428] pci 0000:00:08.1: Adding to iommu group 10 [ 2.133592] pci 0000:00:14.0: Adding to iommu group 11 [ 2.133681] pci 0000:00:14.3: Adding to iommu group 11 [ 2.133855] pci 0000:00:18.0: Adding to iommu group 12 [ 2.133944] pci 0000:00:18.1: Adding to iommu group 12 [ 2.134031] pci 0000:00:18.2: Adding to iommu group 12 [ 2.134120] pci 0000:00:18.3: Adding to iommu group 12 [ 2.134207] pci 0000:00:18.4: Adding to iommu group 12 [ 2.134295] pci 0000:00:18.5: Adding to iommu group 12 [ 2.134383] pci 0000:00:18.6: Adding to iommu group 12 [ 2.134470] pci 0000:00:18.7: Adding to iommu group 12 [ 2.134631] pci 0000:01:00.0: Adding to iommu group 13 [ 2.134799] pci 0000:02:00.0: Adding to iommu group 14 [ 2.134894] pci 0000:02:00.1: Adding to iommu group 14 [ 2.134989] pci 0000:02:00.2: Adding to iommu group 14 [ 2.135075] pci 0000:03:00.0: Adding to iommu group 14 [ 2.135163] pci 0000:03:04.0: Adding to iommu group 14 [ 2.135249] pci 0000:03:06.0: Adding to iommu group 14 [ 2.135335] pci 0000:03:07.0: Adding to iommu group 14 [ 2.135421] pci 0000:03:09.0: Adding to iommu group 14 [ 2.135512] pci 0000:05:00.0: Adding to iommu group 14 [ 2.135603] pci 0000:07:00.0: Adding to iommu group 14 [ 2.135768] pci 0000:09:00.0: Adding to iommu group 15 [ 2.136551] pci 0000:0a:00.0: Adding to iommu group 16 [ 2.136742] pci 0000:0b:00.0: Adding to iommu group 17 [ 2.136843] pci 0000:0b:00.0: Using iommu direct mapping [ 2.136967] pci 0000:0b:00.1: Adding to iommu group 18 [ 2.137117] pci 0000:0c:00.0: Adding to iommu group 19 [ 2.137271] pci 0000:0c:00.2: Adding to iommu group 20 [ 2.137423] pci 0000:0c:00.3: Adding to iommu group 21 [ 2.137584] pci 0000:0d:00.0: Adding to iommu group 22 [ 2.137747] pci 0000:0d:00.2: Adding to iommu group 23 [ 2.137902] pci 0000:0d:00.3: Adding to iommu group 24 [ 2.138172] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40 [ 2.138248] pci 0000:00:00.2: AMD-Vi: Extended features (0xf77ef22294ada): [ 2.138327] PPR NX GT IA GA PC GA_vAPIC [ 2.138402] AMD-Vi: Interrupt remapping enabled [ 2.138476] AMD-Vi: Virtual APIC enabled [ 2.139219] AMD-Vi: Lazy IO/TLB flushing enabled [ 2.140533] amd_uncore: AMD NB counters detected [ 2.140610] amd_uncore: AMD LLC counters detected [ 2.141022] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank). [ 2.142412] Initialise system trusted keyrings [ 2.142499] Key type blacklist registered [ 2.142622] workingset: timestamp_bits=36 max_order=23 bucket_order=0 [ 2.143709] zbud: loaded [ 2.144244] Platform Keyring initialized [ 2.148530] NET: Registered protocol family 38 [ 2.148607] Key type asymmetric registered [ 2.148681] Asymmetric key parser 'x509' registered [ 2.148761] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 2.148916] io scheduler mq-deadline registered [ 2.148991] io scheduler kyber registered [ 2.149084] io scheduler bfq registered [ 2.149282] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 2.149576] pcieport 0000:00:01.1: AER: enabled with IRQ 28 [ 2.150563] pcieport 0000:00:01.3: AER: enabled with IRQ 29 [ 2.151443] pcieport 0000:00:03.1: AER: enabled with IRQ 30 [ 2.151700] pcieport 0000:00:07.1: AER: enabled with IRQ 31 [ 2.152636] pcieport 0000:00:08.1: AER: enabled with IRQ 32 [ 2.154334] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 2.154520] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 2.154640] ACPI: Power Button [PWRB] [ 2.154740] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 2.154865] ACPI: Power Button [PWRF] [ 2.154986] Monitor-Mwait will be used to enter C-1 state [ 2.156218] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.177225] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.178396] Non-volatile memory driver v1.3 [ 2.178487] Linux agpgart interface v0.103 [ 2.179574] ahci 0000:02:00.1: version 3.0 [ 2.179728] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled [ 2.179857] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode [ 2.179964] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst [ 2.180516] scsi host0: ahci [ 2.180681] scsi host1: ahci [ 2.180811] scsi host2: ahci [ 2.180964] scsi host3: ahci [ 2.181093] scsi host4: ahci [ 2.181229] scsi host5: ahci [ 2.181352] scsi host6: ahci [ 2.181498] scsi host7: ahci [ 2.181597] ata1: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80100 irq 44 [ 2.181702] ata2: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80180 irq 44 [ 2.181807] ata3: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80200 irq 44 [ 2.181912] ata4: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80280 irq 44 [ 2.182017] ata5: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80300 irq 44 [ 2.182125] ata6: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80380 irq 44 [ 2.182230] ata7: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80400 irq 44 [ 2.182335] ata8: SATA max UDMA/133 abar m131072@0xfcb80000 port 0xfcb80480 irq 44 [ 2.182542] ahci 0000:0d:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 2.182655] ahci 0000:0d:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part [ 2.182850] scsi host8: ahci [ 2.182947] ata9: SATA max UDMA/133 abar m4096@0xfce08000 port 0xfce08100 irq 46 [ 2.183104] libphy: Fixed MDIO Bus: probed [ 2.183235] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.183316] ehci-pci: EHCI PCI platform driver [ 2.183399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.183478] ohci-pci: OHCI PCI platform driver [ 2.183558] uhci_hcd: USB Universal Host Controller Interface driver [ 2.183691] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.183790] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1 [ 2.239191] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410 [ 2.239570] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04 [ 2.239675] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.239778] usb usb1: Product: xHCI Host Controller [ 2.239854] usb usb1: Manufacturer: Linux 5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty xhci-hcd [ 2.239959] usb usb1: SerialNumber: 0000:02:00.0 [ 2.240121] hub 1-0:1.0: USB hub found [ 2.240208] hub 1-0:1.0: 14 ports detected [ 2.244687] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 2.244783] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 2.244887] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed [ 2.245003] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.245121] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04 [ 2.245226] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.245329] usb usb2: Product: xHCI Host Controller [ 2.245404] usb usb2: Manufacturer: Linux 5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty xhci-hcd [ 2.245510] usb usb2: SerialNumber: 0000:02:00.0 [ 2.245628] hub 2-0:1.0: USB hub found [ 2.245710] hub 2-0:1.0: 8 ports detected [ 2.246448] usb: port power management may be unreliable [ 2.248584] xhci_hcd 0000:05:00.0: xHCI Host Controller [ 2.248681] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3 [ 2.307582] xhci_hcd 0000:05:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x0000000000000010 [ 2.308013] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04 [ 2.308122] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.308228] usb usb3: Product: xHCI Host Controller [ 2.308305] usb usb3: Manufacturer: Linux 5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty xhci-hcd [ 2.308411] usb usb3: SerialNumber: 0000:05:00.0 [ 2.308548] hub 3-0:1.0: USB hub found [ 2.308628] hub 3-0:1.0: 2 ports detected [ 2.308791] xhci_hcd 0000:05:00.0: xHCI Host Controller [ 2.308887] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4 [ 2.308993] xhci_hcd 0000:05:00.0: Host supports USB 3.1 Enhanced SuperSpeed [ 2.309096] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.309217] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04 [ 2.309323] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.309427] usb usb4: Product: xHCI Host Controller [ 2.309503] usb usb4: Manufacturer: Linux 5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty xhci-hcd [ 2.309610] usb usb4: SerialNumber: 0000:05:00.0 [ 2.309734] hub 4-0:1.0: USB hub found [ 2.309813] hub 4-0:1.0: 2 ports detected [ 2.309979] xhci_hcd 0000:0c:00.3: xHCI Host Controller [ 2.310078] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 5 [ 2.310275] xhci_hcd 0000:0c:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410 [ 2.310608] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04 [ 2.310714] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.310816] usb usb5: Product: xHCI Host Controller [ 2.310892] usb usb5: Manufacturer: Linux 5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty xhci-hcd [ 2.310998] usb usb5: SerialNumber: 0000:0c:00.3 [ 2.311128] hub 5-0:1.0: USB hub found [ 2.311205] hub 5-0:1.0: 4 ports detected [ 2.311382] xhci_hcd 0000:0c:00.3: xHCI Host Controller [ 2.311476] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 6 [ 2.311580] xhci_hcd 0000:0c:00.3: Host supports USB 3.0 SuperSpeed [ 2.311665] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.311780] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04 [ 2.312519] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.312623] usb usb6: Product: xHCI Host Controller [ 2.312699] usb usb6: Manufacturer: Linux 5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty xhci-hcd [ 2.312806] usb usb6: SerialNumber: 0000:0c:00.3 [ 2.312934] hub 6-0:1.0: USB hub found [ 2.313012] hub 6-0:1.0: 4 ports detected [ 2.313232] usbcore: registered new interface driver usbserial_generic [ 2.313315] usbserial: USB Serial support registered for generic [ 2.313404] i8042: PNP: No PS/2 controller found. [ 2.313499] mousedev: PS/2 mouse device common for all mice [ 2.313652] rtc_cmos 00:01: RTC can wake from S4 [ 2.313975] rtc_cmos 00:01: registered as rtc0 [ 2.314050] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 2.314186] device-mapper: uevent: version 1.0.3 [ 2.314294] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@xxxxxxxxxx [ 2.314621] hidraw: raw HID events driver (C) Jiri Kosina [ 2.314720] usbcore: registered new interface driver usbhid [ 2.314797] usbhid: USB HID core driver [ 2.314938] drop_monitor: Initializing network drop monitor service [ 2.315074] Initializing XFRM netlink socket [ 2.315234] NET: Registered protocol family 10 [ 2.317988] Segment Routing with IPv6 [ 2.318075] mip6: Mobile IPv6 [ 2.318150] NET: Registered protocol family 17 [ 2.319084] RAS: Correctable Errors collector initialized. [ 2.319187] microcode: CPU0: patch_level=0x0800820b [ 2.319267] microcode: CPU1: patch_level=0x0800820b [ 2.319349] microcode: CPU2: patch_level=0x0800820b [ 2.319432] microcode: CPU3: patch_level=0x0800820b [ 2.319514] microcode: CPU4: patch_level=0x0800820b [ 2.319596] microcode: CPU5: patch_level=0x0800820b [ 2.319679] microcode: CPU6: patch_level=0x0800820b [ 2.319761] microcode: CPU7: patch_level=0x0800820b [ 2.319843] microcode: CPU8: patch_level=0x0800820b [ 2.319922] microcode: CPU9: patch_level=0x0800820b [ 2.320003] microcode: CPU10: patch_level=0x0800820b [ 2.320084] microcode: CPU11: patch_level=0x0800820b [ 2.320167] microcode: CPU12: patch_level=0x0800820b [ 2.320249] microcode: CPU13: patch_level=0x0800820b [ 2.320331] microcode: CPU14: patch_level=0x0800820b [ 2.320412] microcode: CPU15: patch_level=0x0800820b [ 2.320493] microcode: Microcode Update Driver: v2.2. [ 2.320495] IPI shorthand broadcast: enabled [ 2.320654] AVX2 version of gcm_enc/dec engaged. [ 2.320729] AES CTR mode by8 optimization enabled [ 2.345540] sched_clock: Marking stable (2354420339, -8886332)->(2392267669, -46733662) [ 2.345798] registered taskstats version 1 [ 2.345878] Loading compiled-in X.509 certificates [ 2.369394] Loaded X.509 cert 'Build time autogenerated kernel key: 05530275704473b9645daa86dd934af1dd2d70c1' [ 2.369529] zswap: loaded using pool lzo/zbud [ 2.369736] Key type ._fscrypt registered [ 2.369810] Key type .fscrypt registered [ 2.374908] Key type big_key registered [ 2.377265] Key type encrypted registered [ 2.377344] ima: No TPM chip found, activating TPM-bypass! [ 2.377424] ima: Allocated hash algorithm: sha256 [ 2.377504] ima: No architecture policies found [ 2.377913] PM: Magic number: 8:641:203 [ 2.378043] acpi device:58: hash matches [ 2.378127] acpi device:2b: hash matches [ 2.378300] rtc_cmos 00:01: setting system clock to 2020-02-20T00:12:06 UTC (1582157526) [ 2.493686] ata1: SATA link down (SStatus 0 SControl 330) [ 2.494375] ata9: SATA link down (SStatus 0 SControl 300) [ 2.632493] usb 5-1: new low-speed USB device number 2 using xhci_hcd [ 2.793851] usb 5-1: New USB device found, idVendor=045e, idProduct=00cb, bcdDevice= 1.00 [ 2.793960] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.794042] usb 5-1: Product: Microsoft USB Optical Mouse [ 2.794124] usb 5-1: Manufacturer: PixArt [ 2.808365] ata2: SATA link down (SStatus 0 SControl 330) [ 2.819387] input: PixArt Microsoft USB Optical Mouse as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb5/5-1/5-1:1.0/0003:045E:00CB.0001/input/input2 [ 2.819623] hid-generic 0003:045E:00CB.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt Microsoft USB Optical Mouse] on usb-0000:0c:00.3-1/input0 [ 2.933504] usb 5-2: new low-speed USB device number 3 using xhci_hcd [ 3.092884] usb 5-2: New USB device found, idVendor=045e, idProduct=0752, bcdDevice= 3.00 [ 3.092994] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.093076] usb 5-2: Product: Wired Keyboard 400 [ 3.093156] usb 5-2: Manufacturer: Microsoft [ 3.118094] input: Microsoft Wired Keyboard 400 as /devices/pci0000:00/0000:00:07.1/0000:0c:00.3/usb5/5-2/5-2:1.0/0003:045E:0752.0002/input/input3 [ 3.119617] ata3: SATA link down (SStatus 0 SControl 330) [ 3.158495] tsc: Refined TSC clocksource calibration: 3193.999 MHz [ 3.158582] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a24cf65f, max_idle_ns: 440795271781 ns [ 3.158777] clocksource: Switched to clocksource tsc [ 3.170673] hid-generic 0003:045E:0752.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 400] on usb-0000:0c:00.3-2/input0 [ 3.429684] ata4: SATA link down (SStatus 0 SControl 330) [ 3.741569] ata5: SATA link down (SStatus 0 SControl 330) [ 4.052167] ata6: SATA link down (SStatus 0 SControl 330) [ 4.365619] ata7: SATA link down (SStatus 0 SControl 330) [ 4.677620] ata8: SATA link down (SStatus 0 SControl 330) [ 4.678868] Freeing unused decrypted memory: 2040K [ 4.679236] Freeing unused kernel image memory: 2256K [ 4.679314] Write protecting the kernel read-only data: 20480k [ 4.679878] Freeing unused kernel image memory: 2016K [ 4.680220] Freeing unused kernel image memory: 1540K [ 4.687024] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.687106] rodata_test: all tests were successful [ 4.687184] Run /init as init process [ 4.694018] systemd[1]: systemd v243.5-1.fc31 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=unified) [ 4.706153] systemd[1]: Detected architecture x86-64. [ 4.706230] systemd[1]: Running in initial RAM disk. [ 4.706726] systemd[1]: Set hostname to <localhost.localdomain>. [ 4.746960] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice. [ 4.747479] systemd[1]: Reached target Slices. [ 4.747883] systemd[1]: Reached target Swap. [ 4.748283] systemd[1]: Reached target Timers. [ 4.748790] systemd[1]: Listening on Journal Audit Socket. [ 4.749275] systemd[1]: Listening on Journal Socket (/dev/log). [ 4.777183] fuse: init (API version 7.31) [ 4.777276] *** VALIDATE fuse *** [ 4.777351] *** VALIDATE fuse *** [ 5.027488] audit: type=1130 audit(1582157529.148:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.131379] audit: type=1130 audit(1582157529.252:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.200428] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01) [ 5.202629] audit: type=1130 audit(1582157529.323:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.218887] dca service started, version 1.12.1 [ 5.222165] audit: type=1130 audit(1582157529.343:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.231135] nvme nvme0: pci function 0000:01:00.0 [ 5.258575] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k [ 5.258657] igb: Copyright (c) 2007-2014 Intel Corporation. [ 5.287520] pps pps0: new PPS source ptp0 [ 5.287596] igb 0000:07:00.0: added PHC on eth0 [ 5.287672] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection [ 5.287753] igb 0000:07:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 04:d4:c4:48:6f:69 [ 5.287834] igb 0000:07:00.0: eth0: PBA No: FFFFFF-0FF [ 5.287912] igb 0000:07:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s) [ 5.289068] igb 0000:07:00.0 enp7s0: renamed from eth0 [ 5.374330] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx> [ 5.438706] nvme nvme0: missing or invalid SUBNQN field. [ 5.438817] nvme nvme0: Shutdown timeout set to 8 seconds [ 5.456733] nvme nvme0: 16/0/0 default/read/poll queues [ 5.462691] nvme0n1: p1 p2 [ 6.572196] [drm] amdgpu kernel modesetting enabled. [ 6.572330] Parsing CRAT table with 1 nodes [ 6.572410] Ignoring ACPI CRAT on non-APU system [ 6.572487] Virtual CRAT table created for CPU [ 6.572563] Parsing CRAT table with 1 nodes [ 6.572638] Creating topology SYSFS entries [ 6.572721] Topology: Add CPU node [ 6.572794] Finished initializing topology [ 6.572967] amdgpu 0000:0b:00.0: vgaarb: deactivate vga console [ 6.573578] Console: switching to colour dummy device 80x25 [ 6.573684] [drm] initializing kernel modesetting (NAVI10 0x1002:0x731F 0x1002:0x0B36 0xC1). [ 6.573696] [drm] register mmio base: 0xFCC00000 [ 6.573698] [drm] register mmio size: 524288 [ 6.590630] [drm] set register base offset for ATHUB [ 6.590634] [drm] set register base offset for CLKA [ 6.590635] [drm] set register base offset for CLKA [ 6.590637] [drm] set register base offset for CLKA [ 6.590638] [drm] set register base offset for CLKA [ 6.590639] [drm] set register base offset for CLKA [ 6.590641] [drm] set register base offset for DF [ 6.590642] [drm] set register base offset for DMU [ 6.590644] [drm] set register base offset for GC [ 6.590645] [drm] set register base offset for HDP [ 6.590646] [drm] set register base offset for MMHUB [ 6.590648] [drm] set register base offset for MP0 [ 6.590650] [drm] set register base offset for MP1 [ 6.590651] [drm] set register base offset for NBIF [ 6.590652] [drm] set register base offset for NBIF [ 6.590654] [drm] set register base offset for OSSSYS [ 6.590655] [drm] set register base offset for SDMA0 [ 6.590657] [drm] set register base offset for SDMA1 [ 6.590658] [drm] set register base offset for SMUIO [ 6.590660] [drm] set register base offset for THM [ 6.590662] [drm] set register base offset for UVD [ 6.590664] [drm] add ip block number 0 <nv_common> [ 6.590666] [drm] add ip block number 1 <gmc_v10_0> [ 6.590667] [drm] add ip block number 2 <navi10_ih> [ 6.590669] [drm] add ip block number 3 <psp> [ 6.590671] [drm] add ip block number 4 <smu> [ 6.590673] [drm] add ip block number 5 <dm> [ 6.590674] [drm] add ip block number 6 <gfx_v10_0> [ 6.590676] [drm] add ip block number 7 <sdma_v5_0> [ 6.590677] [drm] add ip block number 8 <vcn_v2_0> [ 6.590679] [drm] add ip block number 9 <jpeg_v2_0> [ 6.590714] amdgpu 0000:0b:00.0: No more image in the PCI ROM [ 6.590732] ATOM BIOS: 113-D1820501-102 [ 6.590740] [drm] VCN decode is enabled in VM mode [ 6.590741] [drm] VCN encode is enabled in VM mode [ 6.590743] [drm] JPEG decode is enabled in VM mode [ 6.590761] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit [ 6.590767] amdgpu 0000:0b:00.0: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used) [ 6.590770] amdgpu 0000:0b:00.0: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF [ 6.590776] [drm] Detected VRAM RAM=8176M, BAR=256M [ 6.590777] [drm] RAM width 256bits GDDR6 [ 6.590820] [TTM] Zone kernel: Available graphics memory: 16436654 KiB [ 6.590822] [TTM] Zone dma32: Available graphics memory: 2097152 KiB [ 6.590824] [TTM] Initializing pool allocator [ 6.590828] [TTM] Initializing DMA pool allocator [ 6.591018] [drm] amdgpu: 8176M of VRAM memory ready [ 6.591022] [drm] amdgpu: 8176M of GTT memory ready. [ 6.591024] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 6.591135] [drm] PCIE GART of 512M enabled (table at 0x0000008000900000). [ 6.592770] [drm] use_doorbell being set to: [true] [ 6.592807] [drm] use_doorbell being set to: [true] [ 6.592911] [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17 [ 6.592917] [drm] PSP loading VCN firmware [ 7.244129] [drm] reserve 0xd00000 from 0x81fe000000 for PSP TMR [ 7.318122] amdgpu 0000:0b:00.0: RAS: ras ta ucode is not available [ 7.324146] amdgpu: [powerplay] use vbios provided pptable [ 7.324214] amdgpu: [powerplay] smu driver if version = 0x00000035, smu fw if version = 0x00000036, smu fw version = 0x002a3400 (42.52.0) [ 7.324216] amdgpu: [powerplay] SMU driver if version not matched [ 7.368329] amdgpu: [powerplay] SMU is initialized successfully! [ 7.368483] [drm] Display Core initialized with v3.2.72! [ 7.368821] [drm:dm_helpers_dp_read_dpcd [amdgpu]] *ERROR* Failed to found connector for link! [ 7.368903] [drm:dm_helpers_dp_read_dpcd [amdgpu]] *ERROR* Failed to found connector for link! [ 7.368986] [drm:dm_helpers_dp_read_dpcd [amdgpu]] *ERROR* Failed to found connector for link! [ 7.556925] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 7.556929] [drm] Driver supports precise vblank timestamp query. [ 7.557479] [drm] kiq ring mec 2 pipe 1 q 0 [ 7.563046] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 7.563289] [drm] JPEG decode initialized successfully. [ 7.564157] kfd kfd: Allocated 3969056 bytes on gart [ 7.564744] Virtual CRAT table created for GPU [ 7.564746] Parsing CRAT table with 1 nodes [ 7.564753] Creating topology SYSFS entries [ 7.564816] Topology: Add dGPU node [0x731f:0x1002] [ 7.564818] kfd kfd: added device 1002:731f [ 7.566506] [drm] fb mappable at 0xE0AC9000 [ 7.566508] [drm] vram apper at 0xE0000000 [ 7.566510] [drm] size 33177600 [ 7.566511] [drm] fb depth is 24 [ 7.566512] [drm] pitch is 15360 [ 7.566551] fbcon: amdgpudrmfb (fb0) is primary device [ 7.700550] Console: switching to colour frame buffer device 480x135 [ 7.729862] amdgpu 0000:0b:00.0: fb0: amdgpudrmfb frame buffer device [ 7.735177] amdgpu 0000:0b:00.0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 7.735178] amdgpu 0000:0b:00.0: ring gfx_0.1.0 uses VM inv eng 1 on hub 0 [ 7.735179] amdgpu 0000:0b:00.0: ring comp_1.0.0 uses VM inv eng 4 on hub 0 [ 7.735180] amdgpu 0000:0b:00.0: ring comp_1.1.0 uses VM inv eng 5 on hub 0 [ 7.735180] amdgpu 0000:0b:00.0: ring comp_1.2.0 uses VM inv eng 6 on hub 0 [ 7.735181] amdgpu 0000:0b:00.0: ring comp_1.3.0 uses VM inv eng 7 on hub 0 [ 7.735182] amdgpu 0000:0b:00.0: ring comp_1.0.1 uses VM inv eng 8 on hub 0 [ 7.735183] amdgpu 0000:0b:00.0: ring comp_1.1.1 uses VM inv eng 9 on hub 0 [ 7.735184] amdgpu 0000:0b:00.0: ring comp_1.2.1 uses VM inv eng 10 on hub 0 [ 7.735184] amdgpu 0000:0b:00.0: ring comp_1.3.1 uses VM inv eng 11 on hub 0 [ 7.735185] amdgpu 0000:0b:00.0: ring kiq_2.1.0 uses VM inv eng 12 on hub 0 [ 7.735186] amdgpu 0000:0b:00.0: ring sdma0 uses VM inv eng 13 on hub 0 [ 7.735186] amdgpu 0000:0b:00.0: ring sdma1 uses VM inv eng 14 on hub 0 [ 7.735187] amdgpu 0000:0b:00.0: ring vcn_dec uses VM inv eng 0 on hub 1 [ 7.735188] amdgpu 0000:0b:00.0: ring vcn_enc0 uses VM inv eng 1 on hub 1 [ 7.735189] amdgpu 0000:0b:00.0: ring vcn_enc1 uses VM inv eng 4 on hub 1 [ 7.735190] amdgpu 0000:0b:00.0: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 7.735429] [drm] Initialized amdgpu 3.36.0 20150101 for 0000:0b:00.0 on minor 0 [ 10.844036] igb 0000:07:00.0 enp7s0: igb: enp7s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX [ 10.950779] IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready [ 11.080623] PM: Image not found (code -22) [ 11.081258] audit: type=1130 audit(1582157535.202:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hibernate-resume@dev-mapper-fedora_localhost\x2d\x2dlive\x2dswap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.081264] audit: type=1131 audit(1582157535.202:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-hibernate-resume@dev-mapper-fedora_localhost\x2d\x2dlive\x2dswap comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.087019] audit: type=1130 audit(1582157535.207:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.105984] audit: type=1130 audit(1582157535.226:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.120484] audit: type=1130 audit(1582157535.241:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.127577] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) [ 11.226889] audit: type=1130 audit(1582157535.347:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.226953] audit: type=1131 audit(1582157535.347:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.254468] audit: type=1130 audit(1582157535.375:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.261137] audit: type=1131 audit(1582157535.382:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.262214] audit: type=1131 audit(1582157535.383:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 11.373321] systemd-journald[383]: Received SIGTERM from PID 1 (systemd). [ 11.409054] printk: systemd: 23 output lines suppressed due to ratelimiting [ 11.731687] SELinux: Permission watch in class filesystem not defined in policy. [ 11.731720] SELinux: Permission watch in class file not defined in policy. [ 11.731736] SELinux: Permission watch_mount in class file not defined in policy. [ 11.731753] SELinux: Permission watch_sb in class file not defined in policy. [ 11.731769] SELinux: Permission watch_with_perm in class file not defined in policy. [ 11.731786] SELinux: Permission watch_reads in class file not defined in policy. [ 11.731805] SELinux: Permission watch in class dir not defined in policy. [ 11.731821] SELinux: Permission watch_mount in class dir not defined in policy. [ 11.731838] SELinux: Permission watch_sb in class dir not defined in policy. [ 11.731854] SELinux: Permission watch_with_perm in class dir not defined in policy. [ 11.731871] SELinux: Permission watch_reads in class dir not defined in policy. [ 11.731890] SELinux: Permission watch in class lnk_file not defined in policy. [ 11.733683] SELinux: Permission watch_mount in class lnk_file not defined in policy. [ 11.735627] SELinux: Permission watch_sb in class lnk_file not defined in policy. [ 11.737631] SELinux: Permission watch_with_perm in class lnk_file not defined in policy. [ 11.739406] SELinux: Permission watch_reads in class lnk_file not defined in policy. [ 11.741330] SELinux: Permission watch in class chr_file not defined in policy. [ 11.743108] SELinux: Permission watch_mount in class chr_file not defined in policy. [ 11.744988] SELinux: Permission watch_sb in class chr_file not defined in policy. [ 11.746801] SELinux: Permission watch_with_perm in class chr_file not defined in policy. [ 11.748641] SELinux: Permission watch_reads in class chr_file not defined in policy. [ 11.750609] SELinux: Permission watch in class blk_file not defined in policy. [ 11.752507] SELinux: Permission watch_mount in class blk_file not defined in policy. [ 11.754492] SELinux: Permission watch_sb in class blk_file not defined in policy. [ 11.756299] SELinux: Permission watch_with_perm in class blk_file not defined in policy. [ 11.758140] SELinux: Permission watch_reads in class blk_file not defined in policy. [ 11.759890] SELinux: Permission watch in class sock_file not defined in policy. [ 11.761644] SELinux: Permission watch_mount in class sock_file not defined in policy. [ 11.763400] SELinux: Permission watch_sb in class sock_file not defined in policy. [ 11.765309] SELinux: Permission watch_with_perm in class sock_file not defined in policy. [ 11.767100] SELinux: Permission watch_reads in class sock_file not defined in policy. [ 11.769023] SELinux: Permission watch in class fifo_file not defined in policy. [ 11.770976] SELinux: Permission watch_mount in class fifo_file not defined in policy. [ 11.772873] SELinux: Permission watch_sb in class fifo_file not defined in policy. [ 11.774701] SELinux: Permission watch_with_perm in class fifo_file not defined in policy. [ 11.776570] SELinux: Permission watch_reads in class fifo_file not defined in policy. [ 11.778523] SELinux: the above unknown classes and permissions will be allowed [ 11.780315] SELinux: policy capability network_peer_controls=1 [ 11.782109] SELinux: policy capability open_perms=1 [ 11.783892] SELinux: policy capability extended_socket_class=1 [ 11.785834] SELinux: policy capability always_check_network=0 [ 11.787706] SELinux: policy capability cgroup_seclabel=1 [ 11.789653] SELinux: policy capability nnp_nosuid_transition=1 [ 11.812264] systemd[1]: Successfully loaded SELinux policy in 358.027ms. [ 11.855077] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 20.582ms. [ 11.858426] systemd[1]: systemd v243.5-1.fc31 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=unified) [ 11.872831] systemd[1]: Detected architecture x86-64. [ 11.875741] systemd[1]: Set hostname to <localhost.localdomain>. [ 11.965274] systemd[1]: /usr/lib/systemd/system/sssd.service:12: PIDFile= references a path below legacy directory /var/run/, updating /var/run/sssd.pid \xe2\x86\x92 /run/sssd.pid; please update the unit file accordingly. [ 11.970277] systemd[1]: /usr/lib/systemd/system/iscsid.service:11: PIDFile= references a path below legacy directory /var/run/, updating /var/run/iscsid.pid \xe2\x86\x92 /run/iscsid.pid; please update the unit file accordingly. [ 11.972824] systemd[1]: /usr/lib/systemd/system/iscsiuio.service:13: PIDFile= references a path below legacy directory /var/run/, updating /var/run/iscsiuio.pid \xe2\x86\x92 /run/iscsiuio.pid; please update the unit file accordingly. [ 11.976528] systemd[1]: /usr/lib/systemd/system/libvirtd-admin.socket:8: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/libvirt-admin-sock \xe2\x86\x92 /run/libvirt/libvirt-admin-sock; please update the unit file accordingly. [ 11.979250] systemd[1]: /usr/lib/systemd/system/libvirtd-ro.socket:8: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/libvirt-sock-ro \xe2\x86\x92 /run/libvirt/libvirt-sock-ro; please update the unit file accordingly. [ 11.981960] systemd[1]: /usr/lib/systemd/system/libvirtd.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/libvirt-sock \xe2\x86\x92 /run/libvirt/libvirt-sock; please update the unit file accordingly. [ 11.984655] systemd[1]: /usr/lib/systemd/system/virtlockd.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/libvirt/virtlockd-sock \xe2\x86\x92 /run/libvirt/virtlockd-sock; please update the unit file accordingly. [ 12.103136] Adding 16527356k swap on /dev/mapper/fedora_localhost--live-swap. Priority:-2 extents:1 across:16527356k SSFS [ 12.134524] EXT4-fs (dm-0): re-mounted. Opts: (null) [ 12.381849] systemd-journald[757]: Received client request to flush runtime journal. [ 12.574026] acpi_cpufreq: overriding BIOS provided _PSD data [ 12.682466] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 12.685544] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0 [ 12.688057] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection [ 12.716317] ccp 0000:0c:00.2: ccp enabled [ 12.722686] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver [ 12.727386] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address [ 12.730352] sp5100-tco sp5100-tco: Watchdog hardware is disabled [ 12.836539] asus_wmi: ASUS WMI generic driver loaded [ 12.843374] asus_wmi: Initialization: 0x0 [ 12.845949] asus_wmi: BIOS WMI version: 0.9 [ 12.848555] asus_wmi: SFUN value: 0x0 [ 12.848558] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS [ 12.848913] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input5 [ 13.144595] kvm: disabled by bios [ 13.203559] MCE: In-kernel MCE decoding enabled. [ 13.206937] kvm: disabled by bios [ 13.240931] snd_hda_intel 0000:0b:00.1: Force to non-snoop mode [ 13.243024] kvm: disabled by bios [ 13.246877] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.249245] 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.) [ 13.263131] snd_hda_intel 0000:0b:00.1: bound 0000:0b:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 13.280263] input: HDA ATI HDMI 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/card0/input6 [ 13.289432] input: HDA ATI HDMI 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/card0/input7 [ 13.292935] input: HDA ATI HDMI 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/card0/input8 [ 13.294960] input: HDA ATI HDMI 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/card0/input9 [ 13.296949] input: HDA ATI HDMI 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/card0/input10 [ 13.298819] input: HDA ATI HDMI 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/card0/input11 [ 13.316607] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.317515] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line [ 13.320358] 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.) [ 13.323113] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 13.336720] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 13.341948] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0 [ 13.347166] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0 [ 13.352370] snd_hda_codec_realtek hdaudioC1D0: inputs: [ 13.357580] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19 [ 13.360104] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18 [ 13.360372] kvm: disabled by bios [ 13.362152] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a [ 13.401747] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input12 [ 13.407128] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input13 [ 13.409454] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input14 [ 13.411506] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input15 [ 13.413826] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.414540] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input16 [ 13.417444] 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.) [ 13.419716] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input17 [ 13.430879] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0d:00.3/sound/card1/input18 [ 13.433322] snd_hda_intel 0000:0d:00.3: device 1043:8733 is on the power_save blacklist, forcing power_save to 0 [ 13.433350] kvm: disabled by bios [ 13.482918] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.487502] 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.) [ 13.499770] kvm: disabled by bios [ 13.543473] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.548231] 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.) [ 13.554845] kvm: disabled by bios [ 13.603587] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.607831] 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.) [ 13.613639] kvm: disabled by bios [ 13.654704] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.658975] 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.) [ 13.664694] kvm: disabled by bios [ 13.706170] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.711523] 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.) [ 13.726752] kvm: disabled by bios [ 13.763422] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.767857] 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.) [ 13.779522] kvm: disabled by bios [ 13.816916] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.816962] kvm: disabled by bios [ 13.818872] 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.) [ 13.862568] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.866427] 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.) [ 13.878579] kvm: disabled by bios [ 13.912328] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.917068] 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.) [ 13.931239] kvm: disabled by bios [ 13.964797] EDAC amd64: Node 0: DRAM ECC disabled. [ 13.964897] kvm: disabled by bios [ 13.969789] 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.) [ 14.021548] kvm: disabled by bios [ 14.026598] EDAC amd64: Node 0: DRAM ECC disabled. [ 14.030925] 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.) [ 14.079758] EDAC amd64: Node 0: DRAM ECC disabled. [ 14.083951] 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.) [ 14.126445] EDAC amd64: Node 0: DRAM ECC disabled. [ 14.128424] 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.) [ 14.258274] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null) [ 14.262090] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null) [ 14.454140] RPC: Registered named UNIX socket transport module. [ 14.456075] RPC: Registered udp transport module. [ 14.456075] RPC: Registered tcp transport module. [ 14.456075] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 16.018352] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 16.032407] tun: Universal TUN/TAP device driver, 1.6 [ 16.033512] virbr0: port 1(virbr0-nic) entered blocking state [ 16.033515] virbr0: port 1(virbr0-nic) entered disabled state [ 16.033559] device virbr0-nic entered promiscuous mode [ 16.405783] virbr0: port 1(virbr0-nic) entered blocking state [ 16.405790] virbr0: port 1(virbr0-nic) entered listening state [ 16.433205] virbr0: port 1(virbr0-nic) entered disabled state [ 18.155271] rfkill: input handler disabled [ 25.442535] rfkill: input handler enabled [ 27.645669] rfkill: input handler disabled [ 144.484547] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out! [ 149.604641] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx_0.0.0 timeout, signaled seq=1459, emitted seq=1462 [ 149.604779] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process amdgpu_test pid 2696 thread amdgpu_test pid 2696 [ 149.604788] amdgpu 0000:0b:00.0: GPU reset begin! [ 150.012453] [drm:gfx_v10_0_hw_fini [amdgpu]] *ERROR* KGQ disable failed [ 150.290814] [drm:gfx_v10_0_hw_fini [amdgpu]] *ERROR* KCQ disable failed [ 150.569463] [drm:gfx_v10_0_cp_gfx_enable [amdgpu]] *ERROR* failed to halt cp gfx [ 153.617192] amdgpu 0000:0b:00.0: GPU reset succeeded, trying to resume [ 153.617314] [drm] PCIE GART of 512M enabled (table at 0x0000008000900000). [ 153.618192] [drm] PSP is resuming... [ 153.832674] [drm:psp_v11_0_ring_create [amdgpu]] *ERROR* Failed to wait for sOS ready for ring creation [ 153.832723] [drm:psp_hw_start [amdgpu]] *ERROR* PSP create ring failed! [ 153.832781] [drm:psp_resume [amdgpu]] *ERROR* PSP resume failed [ 153.832822] [drm:amdgpu_device_fw_loading [amdgpu]] *ERROR* resume of IP block <psp> failed -62 [ 153.832824] [drm] Skip scheduling IBs! [ 153.832826] [drm] Skip scheduling IBs! [ 153.832849] amdgpu 0000:0b:00.0: GPU reset(1) failed [ 153.832882] [drm] Skip scheduling IBs! [ 153.832885] [drm] Skip scheduling IBs! [ 153.832889] [drm] Skip scheduling IBs! [ 153.832891] [drm] Skip scheduling IBs! [ 153.832893] [drm] Skip scheduling IBs! [ 153.832895] [drm] Skip scheduling IBs! [ 153.832902] [drm] Skip scheduling IBs! [ 153.832904] [drm] Skip scheduling IBs! [ 153.832919] amdgpu 0000:0b:00.0: GPU reset end with ret = -62 [ 153.832931] [drm] schedsdma0 is not ready, skipping [ 153.832932] [drm] schedsdma1 is not ready, skipping [ 153.833045] [drm:amdgpu_gem_va_ioctl [amdgpu]] *ERROR* Couldn't update BO_VA (-2) [ 153.840314] [drm] schedsdma0 is not ready, skipping [ 153.840316] [drm] schedsdma1 is not ready, skipping [ 153.840436] [drm:amdgpu_gem_va_ioctl [amdgpu]] *ERROR* Couldn't update BO_VA (-2) [ 153.840470] BUG: kernel NULL pointer dereference, address: 0000000000000008 [ 153.840472] #PF: supervisor read access in kernel mode [ 153.840474] #PF: error_code(0x0000) - not-present page [ 153.840476] PGD 0 P4D 0 [ 153.840480] Oops: 0000 [#1] SMP NOPTI [ 153.840484] CPU: 7 PID: 1760 Comm: Xorg Not tainted 5.4.0-rc7-luben-work-02847-g7fd3b632e17e-dirty #4 [ 153.840486] Hardware name: System manufacturer System Product Name/PRIME X470-PRO, BIOS 4602 03/07/2019 [ 153.840599] RIP: 0010:amdgpu_vm_sdma_commit+0x51/0x170 [amdgpu] [ 153.840604] Code: 47 20 80 7f 10 00 4c 8b a0 88 01 00 00 48 8b 47 08 4c 8d a8 e0 00 00 00 75 07 4c 8d a8 98 01 00 00 49 8b 45 10 41 8b 54 24 08 <48> 8b 40 08 48 8d 78 88 85 d2 0f 84 00 01 00 00 48 8b 40 90 4c 89 [ 153.840606] RSP: 0018:ffffb50ac212fae8 EFLAGS: 00010246 [ 153.840609] RAX: 0000000000000000 RBX: ffffb50ac212fb38 RCX: 0000000800100c80 [ 153.840611] RDX: 0000000000000030 RSI: ffffb50ac212fbd8 RDI: ffffb50ac212fb38 [ 153.840612] RBP: ffffb50ac212fbd8 R08: ffff8e941a590118 R09: 0000000000000000 [ 153.840614] R10: 000000000000002d R11: 000000000000000d R12: ffff8e94428941e8 [ 153.840616] R13: ffff8e94531c1198 R14: 0000000000000000 R15: 0000000000000000 [ 153.840618] FS: 00007fcdeb121f00(0000) GS:ffff8e945edc0000(0000) knlGS:0000000000000000 [ 153.840620] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 153.840622] CR2: 0000000000000008 CR3: 00000007d9c58000 CR4: 00000000003406e0 [ 153.840624] Call Trace: [ 153.840737] amdgpu_vm_bo_update_mapping+0x214/0x250 [amdgpu] [ 153.840849] amdgpu_vm_clear_freed+0xe0/0x1d0 [amdgpu] [ 153.840956] amdgpu_gem_va_ioctl+0x3f7/0x500 [amdgpu] [ 153.841065] ? amdgpu_gem_va_map_flags+0x70/0x70 [amdgpu] [ 153.841083] drm_ioctl_kernel+0xaa/0xf0 [drm] [ 153.841101] drm_ioctl+0x208/0x390 [drm] [ 153.841207] ? amdgpu_gem_va_map_flags+0x70/0x70 [amdgpu] [ 153.841214] ? ext4_file_write_iter+0xc1/0x360 [ 153.841318] amdgpu_drm_ioctl+0x49/0x80 [amdgpu] [ 153.841324] do_vfs_ioctl+0x405/0x660 [ 153.841328] ksys_ioctl+0x5e/0x90 [ 153.841332] __x64_sys_ioctl+0x16/0x20 [ 153.841336] do_syscall_64+0x5b/0x180 [ 153.841340] entry_SYSCALL_64_after_hwframe+0x44/0xa9 [ 153.841343] RIP: 0033:0x7fcdeb59c38b [ 153.841347] Code: 0f 1e fa 48 8b 05 fd 9a 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d cd 9a 0c 00 f7 d8 64 89 01 48 [ 153.841349] RSP: 002b:00007ffe33729098 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [ 153.841351] RAX: ffffffffffffffda RBX: 00007ffe337290f0 RCX: 00007fcdeb59c38b [ 153.841353] RDX: 00007ffe337290f0 RSI: 00000000c0286448 RDI: 0000000000000010 [ 153.841354] RBP: 00000000c0286448 R08: ffff800100a80000 R09: 000000000000000e [ 153.841356] R10: 00007ffe33729190 R11: 0000000000000246 R12: 0000000000000000 [ 153.841358] R13: 0000000000000010 R14: 0000000000000002 R15: 0000561c138f9e90 [ 153.841361] Modules linked in: xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 ip6table_mangle ip6table_nat iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter tun bridge stp llc lm92 sunrpc snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi ledtrig_audio snd_hda_intel snd_intel_nhlt edac_mce_amd snd_hda_codec snd_hda_core snd_hwdep snd_seq kvm snd_seq_device eeepc_wmi asus_wmi irqbypass snd_pcm sparse_keymap crct10dif_pclmul rfkill sp5100_tco snd_timer crc32_pclmul snd video ccp ghash_clmulni_intel wmi_bmof pcspkr mxm_wmi i2c_piix4 k10temp soundcore gpio_amdpt gpio_generic acpi_cpufreq ip_tables amdgpu amd_iommu_v2 gpu_sched ttm drm_kms_helper drm igb nvme crc32c_intel dca nvme_core i2c_algo_bit pinctrl_amd wmi fuse [ 153.841400] CR2: 0000000000000008 [ 153.841402] ---[ end trace 9a876d099980025b ]--- [ 153.841514] RIP: 0010:amdgpu_vm_sdma_commit+0x51/0x170 [amdgpu] [ 153.841517] Code: 47 20 80 7f 10 00 4c 8b a0 88 01 00 00 48 8b 47 08 4c 8d a8 e0 00 00 00 75 07 4c 8d a8 98 01 00 00 49 8b 45 10 41 8b 54 24 08 <48> 8b 40 08 48 8d 78 88 85 d2 0f 84 00 01 00 00 48 8b 40 90 4c 89 [ 153.841519] RSP: 0018:ffffb50ac212fae8 EFLAGS: 00010246 [ 153.841521] RAX: 0000000000000000 RBX: ffffb50ac212fb38 RCX: 0000000800100c80 [ 153.841523] RDX: 0000000000000030 RSI: ffffb50ac212fbd8 RDI: ffffb50ac212fb38 [ 153.841524] RBP: ffffb50ac212fbd8 R08: ffff8e941a590118 R09: 0000000000000000 [ 153.841526] R10: 000000000000002d R11: 000000000000000d R12: ffff8e94428941e8 [ 153.841527] R13: ffff8e94531c1198 R14: 0000000000000000 R15: 0000000000000000 [ 153.841529] FS: 00007fcdeb121f00(0000) GS:ffff8e945edc0000(0000) knlGS:0000000000000000 [ 153.841531] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 153.841533] CR2: 0000000000000008 CR3: 00000007d9c58000 CR4: 00000000003406e0
_______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx