From: Erhard Furtner <erhard_f@mailbox.org>
To: Bagas Sanjaya <bagasdotme@gmail.com>
Cc: Linux DRI Development <dri-devel@lists.freedesktop.org>,
Christian Koenig <christian.koenig@amd.com>,
Huang Rui <ray.huang@amd.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Karolina Stolarek <karolina.stolarek@intel.com>,
"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
Andrew Morton <akpm@linux-foundation.org>,
Zi Yan <ziy@nvidia.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: Running ttm_device_test leads to list_add corruption. prev->next should be next (ffffffffc05cd428), but was 6b6b6b6b6b6b6b6b. (prev=ffffa0b1a5c034f0) (kernel 6.7.5)
Date: Tue, 20 Feb 2024 13:45:56 +0100 [thread overview]
Message-ID: <20240220134556.61f6441c@yea> (raw)
In-Reply-To: <ZdRtDOhQGQUm5X4d@archie.me>
[-- Attachment #1: Type: text/plain, Size: 5033 bytes --]
On Tue, 20 Feb 2024 16:12:44 +0700
Bagas Sanjaya <bagasdotme@gmail.com> wrote:
> > [ 0.000000] Linux version 6.7.5-Zen3 (root@supah) (gcc (Gentoo 13.2.1_p20240113-r1 p12) 13.2.1 20240113, GNU ld (Gentoo 2.41 p5) 2.41.0) #1 SMP Mon Feb 19 12:44:46 -00 2024
>
> Is it vanilla kernel (i.e. no patches applied)? Can you also check current
> mainline (v6.8-rc5)?
>
> Confused...
Yes, this kernel was built from upstream git stable sources, no additional patches.
It's just that I use my own custom kernel .config that's why I attached it. But the kernel should run in qemu too.
Also the issue is reproducible on v6.8-rc5 (dmesg attached).
Additionally I tried 'modprobe -v ttm-device-test' on v6.8-rc5 with KASAN enabled instead of KFENCE, same kernel .config otherwise. With KASAN I get a different dmesg and the test completes with a failure. And I don't seem to get memory corruption afterwards:
[...]
KTAP version 1
1..1
KTAP version 1
# Subtest: ttm_device
# module: ttm_device_test
1..5
ok 1 ttm_device_init_basic
# ttm_device_init_multiple: ASSERTION FAILED at drivers/gpu/drm/ttm/tests/ttm_device_test.c:68
Expected list_count_nodes(&ttm_devs[0].device_list) == num_dev, but
list_count_nodes(&ttm_devs[0].device_list) == 4 (0x4)
num_dev == 3 (0x3)
not ok 2 ttm_device_init_multiple
ok 3 ttm_device_fini_basic
------------[ cut here ]------------
WARNING: CPU: 5 PID: 2146 at drivers/gpu/drm/ttm/ttm_device.c:206 ttm_device_init+0x23/0x281 [ttm]
Modules linked in: ttm_device_test ttm_kunit_helpers drm_kunit_helpers kunit rfkill dm_crypt nhpoly1305_avx2 nhpoly1305 chacha_generic chacha_x86_64 libchacha adiantum libpoly1305 algif_skcipher amdgpu wmi_bmof amd64_edac edac_mce_amd snd_hda_codec_hdmi input_leds snd_hda_intel amdxcp snd_intel_dspcfg kvm_amd snd_hda_codec snd_hwdep snd_hda_core mfd_core snd_pcm gpu_sched snd_timer video drm_suballoc_helper snd i2c_algo_bit drm_ttm_helper gpio_amdpt soundcore ttm drm_exec button drm_display_helper rapl gpio_generic wmi drm_buddy k10temp evdev joydev lz4 lz4_compress lz4_decompress sg zram nct6775 nct6775_core hwmon_vid hwmon loop configfs hid_generic usbhid hid sha512_ssse3 sha512_generic sha256_ssse3 sha1_ssse3 sha1_generic aesni_intel xhci_pci libaes xhci_hcd crypto_simd ccp cryptd usbcore usb_common sunrpc dm_mod pkcs8_key_parser efivarfs
CPU: 5 PID: 2146 Comm: kunit_try_catch Tainted: G B N 6.8.0-rc5-Zen3 #3
Hardware name: To Be Filled By O.E.M. B550M Pro4/B550M Pro4, BIOS P3.40 01/18/2024
RIP: 0010:ttm_device_init+0x23/0x281 [ttm]
Code: 31 ff e9 fa e4 d5 e6 f3 0f 1e fa 41 57 41 56 41 55 41 54 55 53 48 83 ec 18 8b 44 24 50 48 89 14 24 89 44 24 0c 4d 85 c0 75 0c <0f> 0b bd ea ff ff ff e9 2f 02 00 00 48 89 fb 49 89 f7 49 89 ce 4d
RSP: 0018:ffffc9000611fcf8 EFLAGS: 00010246
RAX: 0000000000000000 RBX: ffff888190184000 RCX: ffff888100651b18
RDX: ffff88817d4a6400 RSI: ffffffffc2033d40 RDI: ffff888106abc000
RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: ffff888106abc000 R14: 0000000000000000 R15: ffff888100651b18
FS: 0000000000000000(0000) GS:ffff8887de880000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007feb67e03b20 CR3: 00000001608ac000 CR4: 0000000000b50ef0
Call Trace:
<TASK>
? __warn+0x113/0x14c
? ttm_device_init+0x23/0x281 [ttm]
? report_bug+0x1b3/0x229
? ttm_device_init+0x23/0x281 [ttm]
? handle_bug+0x3c/0x7c
? exc_invalid_op+0x17/0x46
? asm_exc_invalid_op+0x1a/0x20
? ttm_device_init+0x23/0x281 [ttm]
? local_clock_noinstr+0xc/0xa8
ttm_device_kunit_init+0xf1/0x10f [ttm_kunit_helpers]
ttm_device_init_no_vma_man+0x145/0x1e7 [ttm_device_test]
? ttm_device_init_pools+0x61e/0x61e [ttm_device_test]
? srso_alias_return_thunk+0x5/0xfbef5
? srso_alias_return_thunk+0x5/0xfbef5
? timekeeping_get_ns+0x60/0xf8
? srso_alias_return_thunk+0x5/0xfbef5
? ktime_get_ts64+0x68/0x109
kunit_try_run_case+0x269/0x3cc [kunit]
? kunit_try_run_case_cleanup+0xc2/0xc2 [kunit]
? srso_alias_return_thunk+0x5/0xfbef5
? do_raw_spin_unlock+0x5d/0x1b6
? srso_alias_return_thunk+0x5/0xfbef5
? kunit_try_catch_throw+0x6a/0x6a [kunit]
? kunit_try_run_case_cleanup+0xc2/0xc2 [kunit]
kunit_generic_run_threadfn_adapter+0x54/0x86 [kunit]
kthread+0x25e/0x26d
? kthread_complete_and_exit+0x1f/0x1f
ret_from_fork+0x23/0x54
? kthread_complete_and_exit+0x1f/0x1f
ret_from_fork_asm+0x11/0x20
</TASK>
---[ end trace 0000000000000000 ]---
ok 4 ttm_device_init_no_vma_man
KTAP version 1
# Subtest: ttm_device_init_pools
ok 1 No DMA allocations, no DMA32 required
ok 2 DMA allocations, DMA32 required
ok 3 No DMA allocations, DMA32 required
ok 4 DMA allocations, no DMA32 required
# ttm_device_init_pools: pass:4 fail:0 skip:0 total:4
ok 5 ttm_device_init_pools
# ttm_device: pass:4 fail:1 skip:0 total:5
# Totals: pass:7 fail:1 skip:0 total:8
not ok 1 ttm_device
[...]
Regards,
Erhard
[-- Attachment #2: dmesg_68-rc5_zen3 --]
[-- Type: application/octet-stream, Size: 86558 bytes --]
[ 0.000000] Linux version 6.8.0-rc5-Zen3 (root@supah) (gcc (Gentoo 13.2.1_p20240113-r1 p12) 13.2.1 20240113, GNU ld (Gentoo 2.41 p5) 2.41.0) #2 SMP Tue Feb 20 11:37:10 -00 2024
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-rc5-Zen3 root=UUID=9732d22d-9c66-4bb6-9da8-262c6125c008 ro amd_pstate=active zswap.max_pool_percent=13 slub_debug=FZP page_poison=1 netconsole=6666@192.168.2.4/eth0,6666@192.168.2.3/A8:A1:59:16:4F:EA modprobe.blacklist=radeon
[ 0.000000] KERNEL supported cpus:
[ 0.000000] AMD AuthenticAMD
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009bfefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bb582fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb583000-0x00000000bcd84fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bcd85000-0x00000000bcdc8fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bcdc9000-0x00000000bd480fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bd481000-0x00000000bdffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd500000-0x00000000fd6fffff] 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 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000083f300000-0x000000083fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009bfefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b559a017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b559a018-0x00000000b55b7c57] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b55b7c58-0x00000000b55b8017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b55b8018-0x00000000b55c5057] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b55c5058-0x00000000bb582fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bb583000-0x00000000bcd84fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bcd85000-0x00000000bcdc8fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000bcdc9000-0x00000000bd480fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000bd481000-0x00000000bdffefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bdfff000-0x00000000beffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd500000-0x00000000fd6fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083f2fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000083f300000-0x000000083fffffff] reserved
[ 0.000000] efi: EFI v2.7 by American Megatrends
[ 0.000000] efi: ACPI=0xbd46a000 ACPI 2.0=0xbd46a014 SMBIOS=0xbde22000 SMBIOS 3.0=0xbde21000 MEMATTR=0xb9808018 ESRT=0xb7eed498 INITRD=0xb56d2218 RNG=0xbcd91018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem306: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] efi: Remove mem307: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
[ 0.000000] efi: Remove mem308: MMIO range=[0xfd500000-0xfd6fffff] (2MB) from e820 map
[ 0.000000] efi: Not removing mem309: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[ 0.000000] efi: Remove mem310: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[ 0.000000] efi: Not removing mem311: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem312: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem313: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem314: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem315: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem316: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[ 0.000000] efi: Not removing mem317: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[ 0.000000] efi: Remove mem318: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: To Be Filled By O.E.M. B550M Pro4/B550M Pro4, BIOS P3.40 01/18/2024
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3393.389 MHz processor
[ 0.000288] last_pfn = 0x83f300 max_arch_pfn = 0x400000000
[ 0.000294] total RAM covered: 3071M
[ 0.000404] Found optimal setting for mtrr clean up
[ 0.000405] gran_size: 64K chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000407] MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
[ 0.000409] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000511] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[ 0.000519] esrt: Reserving ESRT space from 0x00000000b7eed498 to 0x00000000b7eed4d0.
[ 0.000554] Using GB pages for direct mapping
[ 0.000882] Secure boot disabled
[ 0.000882] RAMDISK: [mem 0xafb88000-0xb2828fff]
[ 0.000886] ACPI: Early table checksum verification disabled
[ 0.000888] ACPI: RSDP 0x00000000BD46A014 000024 (v02 ALASKA)
[ 0.000891] ACPI: XSDT 0x00000000BD469728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.000895] ACPI: FACP 0x00000000BCDBA000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.000898] ACPI: DSDT 0x00000000BCDB3000 0068CA (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000900] ACPI: FACS 0x00000000BD464000 000040
[ 0.000901] ACPI: SSDT 0x00000000BCDC0000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.000903] ACPI: SSDT 0x00000000BCDBC000 003B45 (v02 AMD AMD AOD 00000001 INTL 20120913)
[ 0.000905] ACPI: SSDT 0x00000000BCDBB000 0003F1 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.000907] ACPI: FIDT 0x00000000BCDB2000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000909] ACPI: MCFG 0x00000000BCDB1000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000910] ACPI: AAFT 0x00000000BCDB0000 0000ED (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.000912] ACPI: HPET 0x00000000BCDAF000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000914] ACPI: IVRS 0x00000000BCDAE000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.000916] ACPI: PCCT 0x00000000BCDAD000 00006E (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.000917] ACPI: SSDT 0x00000000BCDA4000 008213 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.000919] ACPI: CRAT 0x00000000BCDA2000 001710 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.000921] ACPI: CDIT 0x00000000BCDA1000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.000922] ACPI: SSDT 0x00000000BCDA0000 0002C2 (v02 AMD ArticDGP 00000001 INTL 20120913)
[ 0.000924] ACPI: SSDT 0x00000000BCD9E000 0010C9 (v02 AMD ArticTPX 00000001 INTL 20120913)
[ 0.000926] ACPI: SSDT 0x00000000BCD9D000 00052C (v02 AMD ArticNOI 00000001 INTL 20120913)
[ 0.000928] ACPI: SSDT 0x00000000BCD99000 0037C4 (v02 AMD ArticN 00000001 INTL 20120913)
[ 0.000929] ACPI: WSMT 0x00000000BCD98000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000931] ACPI: APIC 0x00000000BCD97000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000933] ACPI: SSDT 0x00000000BCD96000 00007D (v02 AMD ArticDIS 00000001 INTL 20120913)
[ 0.000934] ACPI: SSDT 0x00000000BCD94000 0010AF (v02 AMD ArticC 00000001 INTL 20120913)
[ 0.000936] ACPI: SSDT 0x00000000BCD93000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
[ 0.000938] ACPI: FPDT 0x00000000BCD92000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.000939] ACPI: Reserving FACP table memory at [mem 0xbcdba000-0xbcdba113]
[ 0.000940] ACPI: Reserving DSDT table memory at [mem 0xbcdb3000-0xbcdb98c9]
[ 0.000941] ACPI: Reserving FACS table memory at [mem 0xbd464000-0xbd46403f]
[ 0.000941] ACPI: Reserving SSDT table memory at [mem 0xbcdc0000-0xbcdc8ce8]
[ 0.000942] ACPI: Reserving SSDT table memory at [mem 0xbcdbc000-0xbcdbfb44]
[ 0.000942] ACPI: Reserving SSDT table memory at [mem 0xbcdbb000-0xbcdbb3f0]
[ 0.000943] ACPI: Reserving FIDT table memory at [mem 0xbcdb2000-0xbcdb209b]
[ 0.000943] ACPI: Reserving MCFG table memory at [mem 0xbcdb1000-0xbcdb103b]
[ 0.000943] ACPI: Reserving AAFT table memory at [mem 0xbcdb0000-0xbcdb00ec]
[ 0.000944] ACPI: Reserving HPET table memory at [mem 0xbcdaf000-0xbcdaf037]
[ 0.000944] ACPI: Reserving IVRS table memory at [mem 0xbcdae000-0xbcdae0cf]
[ 0.000945] ACPI: Reserving PCCT table memory at [mem 0xbcdad000-0xbcdad06d]
[ 0.000945] ACPI: Reserving SSDT table memory at [mem 0xbcda4000-0xbcdac212]
[ 0.000946] ACPI: Reserving CRAT table memory at [mem 0xbcda2000-0xbcda370f]
[ 0.000946] ACPI: Reserving CDIT table memory at [mem 0xbcda1000-0xbcda1028]
[ 0.000947] ACPI: Reserving SSDT table memory at [mem 0xbcda0000-0xbcda02c1]
[ 0.000947] ACPI: Reserving SSDT table memory at [mem 0xbcd9e000-0xbcd9f0c8]
[ 0.000947] ACPI: Reserving SSDT table memory at [mem 0xbcd9d000-0xbcd9d52b]
[ 0.000948] ACPI: Reserving SSDT table memory at [mem 0xbcd99000-0xbcd9c7c3]
[ 0.000948] ACPI: Reserving WSMT table memory at [mem 0xbcd98000-0xbcd98027]
[ 0.000949] ACPI: Reserving APIC table memory at [mem 0xbcd97000-0xbcd9715d]
[ 0.000949] ACPI: Reserving SSDT table memory at [mem 0xbcd96000-0xbcd9607c]
[ 0.000950] ACPI: Reserving SSDT table memory at [mem 0xbcd94000-0xbcd950ae]
[ 0.000950] ACPI: Reserving SSDT table memory at [mem 0xbcd93000-0xbcd930be]
[ 0.000950] ACPI: Reserving FPDT table memory at [mem 0xbcd92000-0xbcd92043]
[ 0.000977] Zone ranges:
[ 0.000977] DMA32 [mem 0x0000000000001000-0x00000000ffffffff]
[ 0.000978] Normal [mem 0x0000000100000000-0x000000083f2fffff]
[ 0.000979] Movable zone start for each node
[ 0.000980] Early memory node ranges
[ 0.000980] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000981] node 0: [mem 0x0000000000100000-0x0000000009bfefff]
[ 0.000981] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.000982] node 0: [mem 0x000000000a20e000-0x000000000affffff]
[ 0.000982] node 0: [mem 0x000000000b020000-0x00000000bb582fff]
[ 0.000983] node 0: [mem 0x00000000bdfff000-0x00000000beffffff]
[ 0.000983] node 0: [mem 0x0000000100000000-0x000000083f2fffff]
[ 0.000985] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f2fffff]
[ 0.000988] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.001154] On node 0, zone DMA32: 96 pages in unavailable ranges
[ 0.001162] On node 0, zone DMA32: 1025 pages in unavailable ranges
[ 0.001178] On node 0, zone DMA32: 14 pages in unavailable ranges
[ 0.004260] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.004335] On node 0, zone DMA32: 10876 pages in unavailable ranges
[ 0.004520] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.004537] On node 0, zone Normal: 3328 pages in unavailable ranges
[ 0.004907] ACPI: PM-Timer IO Port: 0x808
[ 0.004912] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.004921] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[ 0.004925] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[ 0.004927] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.004928] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.004931] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.004932] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.004935] smpboot: Allowing 32 CPUs, 0 hotplug CPUs
[ 0.004951] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[ 0.004954] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.007545] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[ 0.008135] percpu: Embedded 63 pages/cpu s132920 r8192 d116936 u262144
[ 0.008161] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-rc5-Zen3 root=UUID=9732d22d-9c66-4bb6-9da8-262c6125c008 ro amd_pstate=active zswap.max_pool_percent=13 slub_debug=FZP page_poison=1 netconsole=6666@192.168.2.4/eth0,6666@192.168.2.3/A8:A1:59:16:4F:EA modprobe.blacklist=radeon
[ 0.008216] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.8.0-rc5-Zen3", will be passed to user space.
[ 0.008229] printk: log_buf_len individual max cpu contribution: 8192 bytes
[ 0.008230] printk: log_buf_len total cpu_extra contributions: 253952 bytes
[ 0.008230] printk: log_buf_len min size: 65536 bytes
[ 0.008424] printk: log_buf_len: 524288 bytes
[ 0.008424] printk: early log buf free: 49376(75%)
[ 0.009740] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.010400] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.010513] Built 1 zonelists, mobility grouping on. Total pages: 8238213
[ 0.010615] mem auto-init: stack:all(pattern), heap alloc:off, heap free:off
[ 0.010640] software IO TLB: area num 32.
[ 0.180345] Memory: 2987240K/33476560K available (10240K kernel code, 755K rwdata, 3092K rodata, 1572K init, 1292K bss, 832552K reserved, 0K cma-reserved)
[ 0.180349] **********************************************************
[ 0.180349] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.180350] ** **
[ 0.180350] ** This system shows unhashed kernel memory addresses **
[ 0.180350] ** via the console, logs, and other interfaces. This **
[ 0.180350] ** might reduce the security of your system. **
[ 0.180351] ** **
[ 0.180351] ** If you see this message and you are not debugging **
[ 0.180351] ** the kernel, report this immediately to your system **
[ 0.180351] ** administrator! **
[ 0.180351] ** **
[ 0.180352] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 0.180352] **********************************************************
[ 0.180925] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.181178] rcu: Hierarchical RCU implementation.
[ 0.181180] Tracing variant of Tasks RCU enabled.
[ 0.181180] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.181211] NR_IRQS: 4352, nr_irqs: 1224, preallocated irqs: 16
[ 0.181430] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.181508] kfence: initialized - using 2097152 bytes for 255 objects at 0xffff93b11b687000-0xffff93b11b887000
[ 0.181562] Console: colour dummy device 80x25
[ 0.181564] printk: legacy console [tty0] enabled
[ 0.181779] ACPI: Core revision 20230628
[ 0.181969] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.181989] APIC: Switch to symmetric I/O mode setup
[ 0.181994] APIC: Switched APIC routing to: physical flat
[ 0.182507] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.198653] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e9e9794ad, max_idle_ns: 440795344718 ns
[ 0.198657] Calibrating delay loop (skipped), value calculated using timer frequency.. 6789.56 BogoMIPS (lpj=11311296)
[ 0.198669] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.198706] LVT offset 1 assigned for vector 0xf9
[ 0.198821] LVT offset 2 assigned for vector 0xf4
[ 0.198862] process: using mwait in idle threads
[ 0.198863] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.198865] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.198868] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.198870] Spectre V2 : Mitigation: Retpolines
[ 0.198872] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.198873] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.198875] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.198877] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.198879] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.198881] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.198883] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 0.198887] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.198889] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.198890] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.198892] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.198894] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.198895] x86/fpu: xstate_offset[11]: 832, xstate_sizes[11]: 16
[ 0.198897] x86/fpu: Enabled xstate features 0x807, context size is 848 bytes, using 'compacted' format.
[ 0.210524] Freeing SMP alternatives memory: 24K
[ 0.210528] pid_max: default: 32768 minimum: 301
[ 0.222758] LSM: initializing lsm=capability,yama
[ 0.222770] Yama: becoming mindful.
[ 0.222894] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.222942] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.334918] smpboot: CPU0: AMD Ryzen 9 5950X 16-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[ 0.335232] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[ 0.335256] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.335279] ... version: 0
[ 0.335281] ... bit width: 48
[ 0.335284] ... generic registers: 6
[ 0.335286] ... value mask: 0000ffffffffffff
[ 0.335289] ... max period: 00007fffffffffff
[ 0.335292] ... fixed-purpose events: 0
[ 0.335294] ... event mask: 000000000000003f
[ 0.335322] signal: max sigframe size: 1776
[ 0.335322] rcu: Hierarchical SRCU implementation.
[ 0.335322] rcu: Max phase no-delay instances is 1000.
[ 0.335322] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.335322] smp: Bringing up secondary CPUs ...
[ 0.335322] smpboot: x86: Booting SMP configuration:
[ 0.335322] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
[ 0.372075] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.403991] smp: Brought up 1 node, 32 CPUs
[ 0.403991] smpboot: Max logical packages: 1
[ 0.403991] smpboot: Total of 32 processors activated (217263.92 BogoMIPS)
[ 2.135624] node 0 deferred pages initialised in 1730ms
[ 2.142676] allocated 67108864 bytes of page_ext
[ 2.142859] devtmpfs: initialized
[ 2.143925] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 2.143925] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 2.143925] pinctrl core: initialized pinctrl subsystem
[ 2.145562] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 2.146088] thermal_sys: Registered thermal governor 'bang_bang'
[ 2.146090] thermal_sys: Registered thermal governor 'step_wise'
[ 2.146126] cpuidle: using governor menu
[ 2.146126] Detected 1 PCC Subspaces
[ 2.146126] Registering PCC driver as Mailbox controller
[ 2.146126] PCI: Using configuration type 1 for base access
[ 2.146126] PCI: Using configuration type 1 for extended access
[ 2.146126] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 2.146126] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 2.146126] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 2.146126] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 2.201990] raid6: avx2x4 gen() 41038 MB/s
[ 2.258657] raid6: avx2x2 gen() 35984 MB/s
[ 2.315323] raid6: avx2x1 gen() 25650 MB/s
[ 2.315326] raid6: using algorithm avx2x4 gen() 41038 MB/s
[ 2.371991] raid6: .... xor() 6126 MB/s, rmw enabled
[ 2.371995] raid6: using avx2x2 recovery algorithm
[ 2.372181] ACPI: Added _OSI(Module Device)
[ 2.372185] ACPI: Added _OSI(Processor Device)
[ 2.372188] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 2.372191] ACPI: Added _OSI(Processor Aggregator Device)
[ 2.468444] ACPI: 12 ACPI AML tables successfully acquired and loaded
[ 2.476866] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.498761] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[ 2.504671] ACPI: Interpreter enabled
[ 2.504686] ACPI: PM: (supports S0 S5)
[ 2.504689] ACPI: Using IOAPIC for interrupt routing
[ 2.505661] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 2.505666] PCI: Ignoring E820 reservations for host bridge windows
[ 2.508714] ACPI: Enabled 8 GPEs in block 00 to 1F
[ 2.579115] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 2.579127] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 2.579583] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 2.580425] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[ 2.581570] PCI host bridge to bus 0000:00
[ 2.581574] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 2.581579] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 2.581584] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 2.581588] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 2.581594] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 2.581599] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
[ 2.581603] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[ 2.581608] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.581648] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[ 2.581867] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[ 2.582091] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 2.582205] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 2.582228] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 2.582237] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 2.582254] pci 0000:00:01.1: enabling Extended Tags
[ 2.582323] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 2.582577] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 2.582600] pci 0000:00:01.2: PCI bridge to [bus 02-05]
[ 2.582607] pci 0000:00:01.2: bridge window [io 0xd000-0xefff]
[ 2.582612] pci 0000:00:01.2: bridge window [mem 0xfcc00000-0xfcefffff]
[ 2.582622] pci 0000:00:01.2: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 2.582634] pci 0000:00:01.2: enabling Extended Tags
[ 2.582702] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 2.582997] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 2.583115] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 2.583227] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 2.583248] pci 0000:00:03.1: PCI bridge to [bus 06-08]
[ 2.583254] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 2.583259] pci 0000:00:03.1: bridge window [mem 0xfc900000-0xfcbfffff]
[ 2.583268] pci 0000:00:03.1: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[ 2.583336] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 2.583585] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 2.583693] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 2.583810] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 2.583922] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[ 2.583942] pci 0000:00:07.1: PCI bridge to [bus 09]
[ 2.583959] pci 0000:00:07.1: enabling Extended Tags
[ 2.585293] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[ 2.585378] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[ 2.585463] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[ 2.585558] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[ 2.585636] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[ 2.585723] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[ 2.585806] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[ 2.585967] pci 0000:01:00.0: [2646:2263] type 00 class 0x010802 PCIe Endpoint
[ 2.585994] pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
[ 2.586318] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 2.586397] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 2.586420] pci 0000:02:00.0: BAR 0 [mem 0xfcea0000-0xfcea7fff 64bit]
[ 2.586469] pci 0000:02:00.0: enabling Extended Tags
[ 2.586550] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 2.586810] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601 PCIe Legacy Endpoint
[ 2.586868] pci 0000:02:00.1: BAR 5 [mem 0xfce80000-0xfce9ffff]
[ 2.586879] pci 0000:02:00.1: ROM [mem 0xfce00000-0xfce7ffff pref]
[ 2.586889] pci 0000:02:00.1: enabling Extended Tags
[ 2.586955] pci 0000:02:00.1: PME# supported from D3hot D3cold
[ 2.587153] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[ 2.587189] pci 0000:02:00.2: PCI bridge to [bus 03-05]
[ 2.587198] pci 0000:02:00.2: bridge window [io 0xd000-0xefff]
[ 2.587204] pci 0000:02:00.2: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 2.587217] pci 0000:02:00.2: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 2.587234] pci 0000:02:00.2: enabling Extended Tags
[ 2.587306] pci 0000:02:00.2: PME# supported from D3hot D3cold
[ 2.587539] pci 0000:00:01.2: PCI bridge to [bus 02-05]
[ 2.587625] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 2.587662] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 2.587671] pci 0000:03:00.0: bridge window [io 0xe000-0xefff]
[ 2.587677] pci 0000:03:00.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 2.587691] pci 0000:03:00.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 2.587710] pci 0000:03:00.0: enabling Extended Tags
[ 2.587799] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 2.588036] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 2.588073] pci 0000:03:08.0: PCI bridge to [bus 05]
[ 2.588082] pci 0000:03:08.0: bridge window [io 0xd000-0xdfff]
[ 2.588088] pci 0000:03:08.0: bridge window [mem 0xfcc00000-0xfccfffff]
[ 2.588117] pci 0000:03:08.0: enabling Extended Tags
[ 2.588206] pci 0000:03:08.0: PME# supported from D3hot D3cold
[ 2.588447] pci 0000:02:00.2: PCI bridge to [bus 03-05]
[ 2.588545] pci 0000:04:00.0: [1002:5b63] type 00 class 0x030000 PCIe Endpoint
[ 2.588571] pci 0000:04:00.0: BAR 0 [mem 0xe0000000-0xefffffff pref]
[ 2.588584] pci 0000:04:00.0: BAR 1 [io 0xe000-0xe0ff]
[ 2.588597] pci 0000:04:00.0: BAR 2 [mem 0xfcd30000-0xfcd3ffff]
[ 2.588639] pci 0000:04:00.0: ROM [mem 0xfcd00000-0xfcd1ffff pref]
[ 2.588653] pci 0000:04:00.0: enabling Extended Tags
[ 2.588766] pci 0000:04:00.0: supports D1 D2
[ 2.588816] pci 0000:04:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:03:00.0 (capable of 32.000 Gb/s with 2.5 GT/s PCIe x16 link)
[ 2.588934] pci 0000:04:00.1: [1002:5b73] type 00 class 0x038000 PCIe Endpoint
[ 2.588957] pci 0000:04:00.1: BAR 0 [mem 0xfcd20000-0xfcd2ffff]
[ 2.589119] pci 0000:04:00.1: supports D1 D2
[ 2.589233] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 2.589252] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 2.589363] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[ 2.589397] pci 0000:05:00.0: BAR 0 [io 0xd000-0xd0ff]
[ 2.589442] pci 0000:05:00.0: BAR 2 [mem 0xfcc04000-0xfcc04fff 64bit]
[ 2.589470] pci 0000:05:00.0: BAR 4 [mem 0xfcc00000-0xfcc03fff 64bit]
[ 2.589676] pci 0000:05:00.0: supports D1 D2
[ 2.589679] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.590050] pci 0000:03:08.0: PCI bridge to [bus 05]
[ 2.590144] pci 0000:06:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[ 2.590162] pci 0000:06:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff]
[ 2.590181] pci 0000:06:00.0: PCI bridge to [bus 07-08]
[ 2.590189] pci 0000:06:00.0: bridge window [io 0xf000-0xffff]
[ 2.590195] pci 0000:06:00.0: bridge window [mem 0xfc900000-0xfcafffff]
[ 2.590208] pci 0000:06:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[ 2.590316] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 2.590590] pci 0000:00:03.1: PCI bridge to [bus 06-08]
[ 2.590675] pci 0000:07:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[ 2.590707] pci 0000:07:00.0: PCI bridge to [bus 08]
[ 2.590715] pci 0000:07:00.0: bridge window [io 0xf000-0xffff]
[ 2.590721] pci 0000:07:00.0: bridge window [mem 0xfc900000-0xfcafffff]
[ 2.590734] pci 0000:07:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[ 2.590851] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 2.592507] pci 0000:06:00.0: PCI bridge to [bus 07-08]
[ 2.592596] pci 0000:08:00.0: [1002:73df] type 00 class 0x030000 PCIe Legacy Endpoint
[ 2.592618] pci 0000:08:00.0: BAR 0 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 2.592634] pci 0000:08:00.0: BAR 2 [mem 0xd0000000-0xd01fffff 64bit pref]
[ 2.592644] pci 0000:08:00.0: BAR 4 [io 0xf000-0xf0ff]
[ 2.592655] pci 0000:08:00.0: BAR 5 [mem 0xfc900000-0xfc9fffff]
[ 2.592665] pci 0000:08:00.0: ROM [mem 0xfca00000-0xfca1ffff pref]
[ 2.592725] pci 0000:08:00.0: BAR 0: assigned to efifb
[ 2.592734] pci 0000:08:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 2.594270] pci 0000:0a:00.1: enabling Extended Tags
[ 2.594470] pci 0000:0a:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[ 2.594487] pci 0000:0a:00.3: BAR 0 [mem 0xfc600000-0xfc6fffff 64bit]
[ 2.594521] pci 0000:0a:00.3: enabling Extended Tags
[ 2.594589] pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
[ 2.594828] pci 0000:00:08.1: PCI bridge to [bus 0a]
[ 2.596683] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 2.596915] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 2.597131] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 2.597376] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 2.597606] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 2.597802] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 2.597997] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 2.598192] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 2.602009] iommu: Default domain type: Translated
[ 2.602009] iommu: DMA domain TLB invalidation policy: lazy mode
[ 2.602207] SCSI subsystem initialized
[ 2.602338] EDAC MC: Ver: 3.0.0
[ 2.602478] efivars: Registered efivars operations
[ 2.602478] PCI: Using ACPI for IRQ routing
[ 2.602511] pci 0000:04:00.0: vgaarb: setting as boot VGA device
[ 2.602511] pci 0000:04:00.0: vgaarb: bridge control possible
[ 2.602511] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 2.602511] pci 0000:08:00.0: vgaarb: setting as boot VGA device (overriding previous)
[ 2.602511] pci 0000:08:00.0: vgaarb: bridge control possible
[ 2.602511] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 2.602511] vgaarb: loaded
[ 2.602511] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 2.602511] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 2.605421] clocksource: Switched to clocksource tsc-early
[ 2.605778] pnp: PnP ACPI init
[ 2.606031] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 2.606300] system 00:01: [mem 0xfd100000-0xfd1fffff] has been reserved
[ 2.607195] system 00:03: [io 0x0280-0x028f] has been reserved
[ 2.607201] system 00:03: [io 0x0290-0x029f] has been reserved
[ 2.607206] system 00:03: [io 0x02a0-0x02af] has been reserved
[ 2.607211] system 00:03: [io 0x02b0-0x02bf] has been reserved
[ 2.609084] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 2.609090] system 00:05: [io 0x040b] has been reserved
[ 2.609095] system 00:05: [io 0x04d6] has been reserved
[ 2.609099] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 2.609104] system 00:05: [io 0x0c14] has been reserved
[ 2.624726] pci 0000:06:00.0: bridge window [mem 0xfc900000-0xfcafffff]
[ 2.624732] pci 0000:06:00.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[ 2.624740] pci 0000:00:03.1: PCI bridge to [bus 06-08]
[ 2.624744] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 2.624749] pci 0000:00:03.1: bridge window [mem 0xfc900000-0xfcbfffff]
[ 2.624754] pci 0000:00:03.1: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[ 2.624761] pci 0000:00:07.1: PCI bridge to [bus 09]
[ 2.624770] pci 0000:00:08.1: PCI bridge to [bus 0a]
[ 2.624775] pci 0000:00:08.1: bridge window [mem 0xfc600000-0xfc8fffff]
[ 2.624783] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 2.624787] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 2.624790] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 2.624794] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 2.624797] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 2.624801] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
[ 2.624805] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[ 2.624809] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 2.624813] pci_bus 0000:02: resource 0 [io 0xd000-0xefff]
[ 2.624816] pci_bus 0000:02: resource 1 [mem 0xfcc00000-0xfcefffff]
[ 2.624820] pci_bus 0000:02: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 2.624824] pci_bus 0000:03: resource 0 [io 0xd000-0xefff]
[ 2.624828] pci_bus 0000:03: resource 1 [mem 0xfcc00000-0xfcdfffff]
[ 2.624831] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 2.624835] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
[ 2.624839] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 2.624842] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 2.624847] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 2.624850] pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 2.624854] pci_bus 0000:06: resource 0 [io 0xf000-0xffff]
[ 2.624858] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfcbfffff]
[ 2.624861] pci_bus 0000:06: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[ 2.624865] pci_bus 0000:07: resource 0 [io 0xf000-0xffff]
[ 2.624869] pci_bus 0000:07: resource 1 [mem 0xfc900000-0xfcafffff]
[ 2.624872] pci_bus 0000:07: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[ 2.624876] pci_bus 0000:08: resource 0 [io 0xf000-0xffff]
[ 2.624880] pci_bus 0000:08: resource 1 [mem 0xfc900000-0xfcafffff]
[ 2.624883] pci_bus 0000:08: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[ 2.624888] pci_bus 0000:0a: resource 1 [mem 0xfc600000-0xfc8fffff]
[ 2.625555] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[ 2.626012] PCI: CLS 64 bytes, default 64
[ 2.626122] Unpacking initramfs...
[ 2.628034] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[ 2.969050] io scheduler kyber registered
[ 2.970037] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 2.970247] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[ 2.970348] pcieport 0000:00:01.1: AER: enabled with IRQ 26
[ 2.970560] pcieport 0000:00:01.2: PME: Signaling with IRQ 27
[ 2.970655] pcieport 0000:00:01.2: AER: enabled with IRQ 27
[ 2.970871] pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[ 2.970965] pcieport 0000:00:03.1: AER: enabled with IRQ 28
[ 2.971399] pcieport 0000:00:07.1: PME: Signaling with IRQ 30
[ 2.971495] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[ 2.971699] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[ 2.971796] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[ 2.973677] Estimated ratio of average max frequency by base frequency (times 1024): 1277
[ 2.973724] ACPI: \_SB_.PLTF.C000: Found 2 idle states
[ 2.973997] ACPI: \_SB_.PLTF.C002: Found 2 idle states
[ 2.974238] ACPI: \_SB_.PLTF.C004: Found 2 idle states
[ 2.974483] ACPI: \_SB_.PLTF.C006: Found 2 idle states
[ 2.974697] ACPI: \_SB_.PLTF.C008: Found 2 idle states
[ 2.974946] ACPI: \_SB_.PLTF.C00A: Found 2 idle states
[ 2.975199] ACPI: \_SB_.PLTF.C00C: Found 2 idle states
[ 2.975438] ACPI: \_SB_.PLTF.C00E: Found 2 idle states
[ 2.975677] ACPI: \_SB_.PLTF.C010: Found 2 idle states
[ 2.975928] ACPI: \_SB_.PLTF.C012: Found 2 idle states
[ 2.976136] ACPI: \_SB_.PLTF.C014: Found 2 idle states
[ 2.976341] ACPI: \_SB_.PLTF.C016: Found 2 idle states
[ 2.976546] ACPI: \_SB_.PLTF.C018: Found 2 idle states
[ 2.976757] ACPI: \_SB_.PLTF.C01A: Found 2 idle states
[ 2.977005] ACPI: \_SB_.PLTF.C01C: Found 2 idle states
[ 2.977210] ACPI: \_SB_.PLTF.C01E: Found 2 idle states
[ 2.977422] ACPI: \_SB_.PLTF.C001: Found 2 idle states
[ 2.977623] ACPI: \_SB_.PLTF.C003: Found 2 idle states
[ 2.977827] ACPI: \_SB_.PLTF.C005: Found 2 idle states
[ 2.978046] ACPI: \_SB_.PLTF.C007: Found 2 idle states
[ 2.978248] ACPI: \_SB_.PLTF.C009: Found 2 idle states
[ 2.978450] ACPI: \_SB_.PLTF.C00B: Found 2 idle states
[ 2.978656] ACPI: \_SB_.PLTF.C00D: Found 2 idle states
[ 2.978891] ACPI: \_SB_.PLTF.C00F: Found 2 idle states
[ 2.979134] ACPI: \_SB_.PLTF.C011: Found 2 idle states
[ 2.979347] ACPI: \_SB_.PLTF.C013: Found 2 idle states
[ 2.979555] ACPI: \_SB_.PLTF.C015: Found 2 idle states
[ 2.979759] ACPI: \_SB_.PLTF.C017: Found 2 idle states
[ 2.979962] ACPI: \_SB_.PLTF.C019: Found 2 idle states
[ 3.211947] resctrl: L3 allocation detected
[ 3.211962] resctrl: MB allocation detected
[ 3.211976] resctrl: L3 monitoring detected
[ 3.212813] IPI shorthand broadcast: enabled
[ 3.219000] sched_clock: Marking stable (3216667245, 536314)->(3250215624, -33012065)
[ 3.220217] registered taskstats version 1
[ 3.221756] Loading compiled-in X.509 certificates
[ 3.251020] zswap: loaded using pool zstd/zsmalloc
[ 3.251915] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 3.300814] ata1: SATA link down (SStatus 0 SControl 330)
[ 3.444467] Btrfs loaded, zoned=no, fsverity=no
[ 3.530074] netpoll: netconsole: local port 6666
[ 3.530599] netpoll: netconsole: local IPv4 address 192.168.2.4
[ 3.531037] netpoll: netconsole: interface 'eth0'
[ 3.531462] netpoll: netconsole: remote port 6666
[ 3.531870] netpoll: netconsole: remote IPv4 address 192.168.2.3
[ 3.532272] netpoll: netconsole: remote ethernet address a8:a1:59:16:4f:ea
[ 3.532669] netpoll: netconsole: device eth0 not up yet, forcing it
[ 3.533755] r8169 0000:05:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[ 3.534584] r8169 0000:05:00.0: Unable to load firmware rtl_nic/rtl8168h-2.fw (-2)
[ 3.560569] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
[ 3.613371] ata2: SATA link down (SStatus 0 SControl 330)
[ 3.680659] r8169 0000:05:00.0 eth0: Link is Down
[ 3.926487] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 3.930168] ata3.00: ATAPI: HL-DT-ST BD-RE BH16NS40, 1.03, max UDMA/100
[ 3.939562] ata3.00: configured for UDMA/100
[ 3.952286] scsi 2:0:0:0: CD-ROM HL-DT-ST BD-RE BH16NS40 1.03 PQ: 0 ANSI: 5
[ 3.967500] tsc: Refined TSC clocksource calibration: 3393.625 MHz
[ 3.968084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30eac89f71e, max_idle_ns: 440795373609 ns
[ 3.969029] clocksource: Switched to clocksource tsc
[ 4.011473] sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 4.012111] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.346353] ata4: SATA link down (SStatus 0 SControl 300)
[ 4.659808] ata5: SATA link down (SStatus 0 SControl 330)
[ 4.972685] ata6: SATA link down (SStatus 0 SControl 330)
[ 6.471858] r8169 0000:05:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.474219] printk: legacy console [netcon0] enabled
[ 6.478768] netconsole: network logging started
[ 6.479799] RAS: Correctable Errors collector initialized.
[ 6.480590] clk: Disabling unused clocks
[ 6.481995] Freeing unused kernel image (initmem) memory: 1572K
[ 6.497214] Write protecting the kernel read-only data: 14336k
[ 6.498946] Freeing unused kernel image (rodata/data gap) memory: 1004K
[ 6.502464] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 6.502922] rodata_test: all tests were successful
[ 6.503618] Run /init as init process
[ 6.516391] systemd[1]: systemd 254 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 6.518583] systemd[1]: Detected architecture x86-64.
[ 6.519112] systemd[1]: Running in initrd.
[ 6.522008] systemd[1]: No hostname configured, using default hostname.
[ 6.522592] systemd[1]: Hostname set to <localhost>.
[ 6.523144] systemd[1]: Initializing machine ID from random generator.
[ 6.637094] systemd[1]: Queued start job for default target initrd.target.
[ 6.664862] systemd[1]: Started systemd-ask-password-console.path.
[ 6.665922] systemd[1]: Expecting device dev-disk-by\x2duuid-9732d22d\x2d9c66\x2d4bb6\x2d9da8\x2d262c6125c008.device...
[ 6.669308] systemd[1]: Reached target cryptsetup.target.
[ 6.670622] systemd[1]: Reached target initrd-usr-fs.target.
[ 6.671681] systemd[1]: Reached target paths.target.
[ 6.672745] systemd[1]: Reached target slices.target.
[ 6.673825] systemd[1]: Reached target swap.target.
[ 6.675059] systemd[1]: Reached target timers.target.
[ 6.676508] systemd[1]: Listening on dbus.socket.
[ 6.678053] systemd[1]: Listening on systemd-journald-dev-log.socket.
[ 6.679297] systemd[1]: Listening on systemd-journald.socket.
[ 6.680598] systemd[1]: Listening on systemd-udevd-control.socket.
[ 6.682025] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 6.683119] systemd[1]: Reached target sockets.target.
[ 6.685804] systemd[1]: Starting kmod-static-nodes.service...
[ 6.689856] systemd[1]: Starting systemd-journald.service...
[ 6.692603] systemd[1]: Starting systemd-modules-load.service...
[ 6.695266] systemd[1]: Starting systemd-vconsole-setup.service...
[ 6.697543] systemd[1]: Finished kmod-static-nodes.service.
[ 6.698255] Asymmetric key parser 'pkcs8' registered
[ 6.698277] systemd-journald[361]: Collecting audit messages is disabled.
[ 6.700389] systemd[1]: Finished systemd-modules-load.service.
[ 6.702654] systemd[1]: Starting systemd-sysctl.service...
[ 6.705357] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service...
[ 6.711725] systemd[1]: Finished systemd-sysctl.service.
[ 6.721227] systemd[1]: Finished systemd-vconsole-setup.service.
[ 6.723672] systemd[1]: Starting dracut-cmdline-ask.service...
[ 6.734648] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service.
[ 6.737160] systemd[1]: Starting systemd-tmpfiles-setup-dev.service...
[ 6.751797] systemd[1]: Finished dracut-cmdline-ask.service.
[ 6.754317] systemd[1]: Starting dracut-cmdline.service...
[ 6.763819] systemd[1]: Finished systemd-tmpfiles-setup-dev.service.
[ 6.765042] systemd[1]: Reached target local-fs-pre.target.
[ 6.766198] systemd[1]: Reached target local-fs.target.
[ 6.770118] systemd[1]: Started systemd-journald.service.
[ 6.929735] device-mapper: uevent: version 1.0.3
[ 6.930435] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 6.940833] RPC: Registered named UNIX socket transport module.
[ 6.941370] RPC: Registered udp transport module.
[ 6.941876] RPC: Registered tcp transport module.
[ 6.942370] RPC: Registered tcp-with-tls transport module.
[ 6.942859] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 7.243072] r8169 0000:05:00.0 enp5s0: renamed from eth0 (while UP)
[ 7.301842] cryptd: max_cpu_qlen set to 1000
[ 7.313145] ACPI: bus type USB registered
[ 7.313471] ccp 0000:0a:00.1: enabling device (0000 -> 0002)
[ 7.314630] usbcore: registered new interface driver usbfs
[ 7.314642] ccp 0000:0a:00.1: psp enabled
[ 7.315635] usbcore: registered new interface driver hub
[ 7.316158] usbcore: registered new device driver usb
[ 7.316861] AVX2 version of gcm_enc/dec engaged.
[ 7.317973] AES CTR mode by8 optimization enabled
[ 7.318920] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 7.319696] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[ 7.376077] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[ 7.377531] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 7.378153] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 7.378573] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 7.379148] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[ 7.379673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.380086] usb usb1: Product: xHCI Host Controller
[ 7.380498] usb usb1: Manufacturer: Linux 6.8.0-rc5-Zen3 xhci-hcd
[ 7.380967] usb usb1: SerialNumber: 0000:02:00.0
[ 7.382058] hub 1-0:1.0: USB hub found
[ 7.383139] hub 1-0:1.0: 10 ports detected
[ 7.384919] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 7.386080] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[ 7.386526] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.386969] usb usb2: Product: xHCI Host Controller
[ 7.387412] usb usb2: Manufacturer: Linux 6.8.0-rc5-Zen3 xhci-hcd
[ 7.387851] usb usb2: SerialNumber: 0000:02:00.0
[ 7.388560] hub 2-0:1.0: USB hub found
[ 7.389124] hub 2-0:1.0: 4 ports detected
[ 7.390569] xhci_hcd 0000:0a:00.3: xHCI Host Controller
[ 7.391264] xhci_hcd 0000:0a:00.3: new USB bus registered, assigned bus number 3
[ 7.391855] xhci_hcd 0000:0a:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[ 7.393104] xhci_hcd 0000:0a:00.3: xHCI Host Controller
[ 7.393550] xhci_hcd 0000:0a:00.3: new USB bus registered, assigned bus number 4
[ 7.394242] xhci_hcd 0000:0a:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 7.395021] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[ 7.395473] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.395925] usb usb3: Product: xHCI Host Controller
[ 7.396378] usb usb3: Manufacturer: Linux 6.8.0-rc5-Zen3 xhci-hcd
[ 7.396835] usb usb3: SerialNumber: 0000:0a:00.3
[ 7.397609] hub 3-0:1.0: USB hub found
[ 7.398198] hub 3-0:1.0: 4 ports detected
[ 7.399358] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 7.400173] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.08
[ 7.400738] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.401187] usb usb4: Product: xHCI Host Controller
[ 7.401634] usb usb4: Manufacturer: Linux 6.8.0-rc5-Zen3 xhci-hcd
[ 7.401635] usb usb4: SerialNumber: 0000:0a:00.3
[ 7.403507] hub 4-0:1.0: USB hub found
[ 7.403979] hub 4-0:1.0: 4 ports detected
[ 7.639780] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[ 7.647487] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[ 7.731672] BTRFS: device label zen3 devid 1 transid 525283 /dev/nvme0n1p7 scanned by mount (777)
[ 7.732574] BTRFS info (device nvme0n1p7): first mount of filesystem 9732d22d-9c66-4bb6-9da8-262c6125c008
[ 7.733565] BTRFS info (device nvme0n1p7): using xxhash64 (xxhash64-generic) checksum algorithm
[ 7.734031] BTRFS info (device nvme0n1p7): using free-space-tree
[ 7.792447] usb 3-2: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 2.00
[ 7.793039] usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 7.793596] usb 3-2: Product: ASM107x
[ 7.794037] usb 3-2: Manufacturer: Asmedia
[ 7.803892] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 7.804417] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 7.804950] usb 1-6: Product: USB 2.0 Hub
[ 7.811306] hub 1-6:1.0: USB hub found
[ 7.814203] hub 1-6:1.0: 4 ports detected
[ 7.843041] hub 3-2:1.0: USB hub found
[ 7.843572] hub 3-2:1.0: 4 ports detected
[ 7.913959] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[ 7.932328] usb 4-2: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 2.00
[ 7.932599] usb 4-2: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[ 7.932865] usb 4-2: Product: ASM107x
[ 7.933121] usb 4-2: Manufacturer: Asmedia
[ 7.953879] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[ 7.954843] hub 4-2:1.0: USB hub found
[ 7.955399] hub 4-2:1.0: 4 ports detected
[ 8.037307] systemd-journald[361]: Received SIGTERM from PID 1 (systemd).
[ 8.116197] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.52
[ 8.116581] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 8.116932] usb 1-7: Product: USB2.0 Hub
[ 8.126277] hub 1-7:1.0: USB hub found
[ 8.130044] systemd[1]: systemd 254 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID -CURL +ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 8.130180] hub 1-7:1.0: 4 ports detected
[ 8.131573] systemd[1]: Detected architecture x86-64.
[ 8.135040] systemd[1]: Hostname set to <supah>.
[ 8.293892] usb 1-6.2: new low-speed USB device number 4 using xhci_hcd
[ 8.341535] systemd[1]: /run/systemd/generator/systemd-cryptsetup@crypt\x2dhome.service:16: RequiresMountsFor= path is not absolute, ignoring: discard,noearly
[ 8.408865] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 8.409499] systemd[1]: Stopped initrd-switch-root.service.
[ 8.411393] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 8.412357] systemd[1]: Created slice system-getty.slice.
[ 8.413791] systemd[1]: Created slice system-modprobe.slice.
[ 8.415417] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[ 8.417166] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 8.418694] systemd[1]: Created slice system-vncserver.slice.
[ 8.420190] systemd[1]: Created slice user.slice.
[ 8.424183] systemd[1]: Started systemd-ask-password-console.path.
[ 8.425388] systemd[1]: Started systemd-ask-password-wall.path.
[ 8.426738] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount.
[ 8.430811] systemd[1]: Expecting device dev-disk-by\x2dlabel-gehaim.device...
[ 8.431992] systemd[1]: Expecting device dev-disk-by\x2dlabel-swap.device...
[ 8.433150] systemd[1]: Expecting device dev-disk-by\x2duuid-8c360ebc\x2d3a9c\x2d4f07\x2d86be\x2d65bd5068653b.device...
[ 8.437536] systemd[1]: Stopped target initrd-switch-root.target.
[ 8.438769] systemd[1]: Stopped target initrd-fs.target.
[ 8.440017] systemd[1]: Stopped target initrd-root-fs.target.
[ 8.444030] systemd[1]: Reached target integritysetup.target.
[ 8.445483] systemd[1]: Reached target remote-fs.target.
[ 8.446929] systemd[1]: Reached target slices.target.
[ 8.450641] systemd[1]: Reached target veritysetup.target.
[ 8.452727] systemd[1]: Listening on systemd-coredump.socket.
[ 8.454656] systemd[1]: Listening on systemd-udevd-control.socket.
[ 8.457649] systemd[1]: Listening on systemd-udevd-kernel.socket.
[ 8.487303] systemd[1]: Mounting dev-hugepages.mount...
[ 8.489907] systemd[1]: Mounting dev-mqueue.mount...
[ 8.492885] systemd[1]: Mounting sys-kernel-debug.mount...
[ 8.494205] systemd[1]: sys-kernel-tracing.mount was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.497430] systemd[1]: Starting kmod-static-nodes.service...
[ 8.500015] systemd[1]: Starting modprobe@configfs.service...
[ 8.505557] systemd[1]: Starting modprobe@dm_mod.service...
[ 8.508059] systemd[1]: Starting modprobe@drm.service...
[ 8.510817] systemd[1]: Starting modprobe@fuse.service...
[ 8.513240] systemd[1]: Starting modprobe@loop.service...
[ 8.517200] systemd[1]: Starting systemd-journald.service...
[ 8.522134] systemd[1]: Starting systemd-modules-load.service...
[ 8.523014] loop: module loaded
[ 8.525104] systemd[1]: Starting systemd-remount-fs.service...
[ 8.527349] systemd-journald[860]: Collecting audit messages is disabled.
[ 8.527663] systemd[1]: Starting systemd-udev-trigger.service...
[ 8.530491] systemd[1]: Starting zram_var_tmp.service...
[ 8.532617] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[ 8.533290] BTRFS info (device nvme0n1p7: state M): use lzo compression, level 0
[ 8.536613] systemd[1]: Started systemd-journald.service.
[ 8.536691] sr 2:0:0:0: Attached scsi generic sg0 type 5
[ 8.540290] zram: Added device: zram0
[ 8.540488] zram: Added device: zram1
[ 8.541610] zram: Added device: zram2
[ 8.573108] systemd-journald[860]: Received client request to flush runtime journal.
[ 8.573741] zram1: detected capacity change from 0 to 50331648
[ 8.663180] systemd-journald[860]: /var/log/journal/ae3cb8dab4f34228b32557ac64c03a0d/system.journal: Journal file uses a different sequence number ID, rotating.
[ 8.663907] systemd-journald[860]: Rotating system journal.
[ 8.727138] usb 1-6.2: New USB device found, idVendor=046a, idProduct=010d, bcdDevice= 1.00
[ 8.727522] usb 1-6.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 8.767210] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[ 8.796143] EXT4-fs (zram1): mounting ext2 file system using the ext4 subsystem
[ 8.798563] EXT4-fs (zram1): mounted filesystem 7033c2c4-0df9-419f-b613-1b8355cfde52 r/w without journal. Quota mode: disabled.
[ 8.937748] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 8.938689] ACPI: button: Power Button [PWRB]
[ 8.939643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 8.940449] ACPI: button: Power Button [PWRF]
[ 9.029805] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 9.030965] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 9.037939] usb 1-8: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[ 9.038605] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9.039241] usb 1-8: Product: LED Controller
[ 9.039850] usb 1-8: Manufacturer: ASRock
[ 9.040435] usb 1-8: SerialNumber: A02019100900
[ 9.046352] kvm_amd: TSC scaling supported
[ 9.046952] kvm_amd: Nested Virtualization enabled
[ 9.047513] kvm_amd: Nested Paging enabled
[ 9.048058] kvm_amd: Virtual VMLOAD VMSAVE supported
[ 9.048564] kvm_amd: Virtual GIF supported
[ 9.049073] kvm_amd: LBR virtualization supported
[ 9.076048] MCE: In-kernel MCE decoding enabled.
[ 9.077947] EDAC MC0: Giving out device to module amd64_edac controller F19h_M20h: DEV 0000:00:18.3 (INTERRUPT)
[ 9.078923] EDAC amd64: F19h_M20h detected (node 0).
[ 9.079409] EDAC amd64: MC: 0: 0MB 1: 0MB
[ 9.079880] EDAC amd64: MC: 2: 8192MB 3: 8192MB
[ 9.080345] EDAC amd64: MC: 0: 0MB 1: 0MB
[ 9.080792] EDAC amd64: MC: 2: 8192MB 3: 8192MB
[ 9.084769] snd_hda_intel 0000:08:00.1: Force to non-snoop mode
[ 9.087858] hid: raw HID events driver (C) Jiri Kosina
[ 9.093355] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:06:00.0/0000:07:00.0/0000:08:00.1/sound/card0/input2
[ 9.094890] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:06:00.0/0000:07:00.0/0000:08:00.1/sound/card0/input3
[ 9.096298] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:06:00.0/0000:07:00.0/0000:08:00.1/sound/card0/input4
[ 9.097987] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:06:00.0/0000:07:00.0/0000:08:00.1/sound/card0/input5
[ 9.099417] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:06:00.0/0000:07:00.0/0000:08:00.1/sound/card0/input6
[ 9.100875] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:06:00.0/0000:07:00.0/0000:08:00.1/sound/card0/input7
[ 9.114240] Adding 33558524k swap on /dev/nvme0n1p5. Priority:-2 extents:1 across:33558524k SS
[ 9.146147] [drm] amdgpu kernel modesetting enabled.
[ 9.185065] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x148C:0x2310 0xC5).
[ 9.186524] [drm] register mmio base: 0xFC900000
[ 9.187064] [drm] register mmio size: 1048576
[ 9.187211] usb 1-6.3: new full-speed USB device number 6 using xhci_hcd
[ 9.192139] [drm] add ip block number 0 <nv_common>
[ 9.192680] [drm] add ip block number 1 <gmc_v10_0>
[ 9.193209] [drm] add ip block number 2 <navi10_ih>
[ 9.193737] [drm] add ip block number 3 <psp>
[ 9.194267] [drm] add ip block number 4 <smu>
[ 9.194786] [drm] add ip block number 5 <dm>
[ 9.195301] [drm] add ip block number 6 <gfx_v10_0>
[ 9.195814] [drm] add ip block number 7 <sdma_v5_2>
[ 9.196321] [drm] add ip block number 8 <vcn_v3_0>
[ 9.196814] [drm] add ip block number 9 <jpeg_v3_0>
[ 9.197558] amdgpu 0000:08:00.0: No more image in the PCI ROM
[ 9.198297] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from ROM BAR
[ 9.199024] amdgpu: ATOM BIOS: 113-001-X01
[ 9.203724] usbcore: registered new interface driver usbhid
[ 9.204344] usbhid: USB HID core driver
[ 9.212140] input: HID 046a:010d as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6.2/1-6.2:1.0/0003:046A:010D.0001/input/input8
[ 9.213043] [drm] VCN(0) decode is enabled in VM mode
[ 9.213723] [drm] VCN(0) encode is enabled in VM mode
[ 9.218571] [drm] JPEG decode is enabled in VM mode
[ 9.237275] Console: switching to colour dummy device 80x25
[ 9.238058] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[ 9.238071] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 9.238147] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 9.238165] amdgpu 0000:08:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[ 9.238175] amdgpu 0000:08:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 9.238192] [drm] Detected VRAM RAM=12272M, BAR=256M
[ 9.238199] [drm] RAM width 192bits GDDR6
[ 9.238533] [drm] amdgpu: 12272M of VRAM memory ready
[ 9.238541] [drm] amdgpu: 16018M of GTT memory ready.
[ 9.238574] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 9.238721] [drm] PCIE GART of 512M enabled (table at 0x0000008000200000).
[ 9.267360] hid-generic 0003:046A:010D.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:010d] on usb-0000:02:00.0-6.2/input0
[ 9.267596] input: HID 046a:010d as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6.2/1-6.2:1.1/0003:046A:010D.0002/input/input9
[ 9.324012] hid-generic 0003:046A:010D.0002: input,hidraw1: USB HID v1.11 Device [HID 046a:010d] on usb-0000:02:00.0-6.2/input1
[ 9.324207] input: ASRock LED Controller as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8/1-8:1.0/0003:26CE:01A2.0003/input/input10
[ 9.381105] hid-generic 0003:26CE:01A2.0003: input,hidraw2: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:02:00.0-8/input0
[ 9.606047] usb 1-6.3: New USB device found, idVendor=1e7d, idProduct=2c38, bcdDevice= 0.78
[ 9.606064] usb 1-6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.606075] usb 1-6.3: Product: ROCCAT Kiro Mouse
[ 9.606084] usb 1-6.3: Manufacturer: ROCCAT
[ 9.636455] input: ROCCAT ROCCAT Kiro Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:1E7D:2C38.0004/input/input11
[ 9.636761] input: ROCCAT ROCCAT Kiro Mouse Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:1E7D:2C38.0004/input/input12
[ 9.694613] input: ROCCAT ROCCAT Kiro Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:1E7D:2C38.0004/input/input13
[ 9.694865] hid-generic 0003:1E7D:2C38.0004: input,hiddev96,hidraw3: USB HID v1.11 Mouse [ROCCAT ROCCAT Kiro Mouse] on usb-0000:02:00.0-6.3/input0
[ 9.704740] input: ROCCAT ROCCAT Kiro Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:1E7D:2C38.0005/input/input14
[ 9.764415] hid-generic 0003:1E7D:2C38.0005: input,hidraw4: USB HID v1.00 Keyboard [ROCCAT ROCCAT Kiro Mouse] on usb-0000:02:00.0-6.3/input1
[ 11.339532] amdgpu 0000:08:00.0: amdgpu: STB initialized to 2048 entries
[ 11.339848] [drm] Loading DMUB firmware via PSP: version=0x02020020
[ 11.340411] [drm] use_doorbell being set to: [true]
[ 11.340435] [drm] use_doorbell being set to: [true]
[ 11.340460] [drm] Found VCN firmware Version ENC: 1.29 DEC: 2 VEP: 0 Revision: 2
[ 11.340485] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[ 11.405892] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 11.510987] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 11.525810] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 11.525841] amdgpu 0000:08:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413b00 (65.59.0)
[ 11.525855] amdgpu 0000:08:00.0: amdgpu: SMU driver if version not matched
[ 11.525890] amdgpu 0000:08:00.0: amdgpu: use vbios provided pptable
[ 11.582062] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[ 11.582485] [drm] Display Core v3.2.266 initialized on DCN 3.0
[ 11.582493] [drm] DP-HDMI FRL PCON supported
[ 11.583851] [drm] DMUB hardware initialized: version=0x02020020
[ 11.586452] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 11.622571] [drm] kiq ring mec 2 pipe 1 q 0
[ 11.627583] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 11.628232] [drm] JPEG decode initialized successfully.
[ 11.628407] amdgpu 0000:08:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[ 11.628416] amdgpu 0000:08:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 11.628423] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 11.628430] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 11.628436] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 11.628445] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 11.628454] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 11.628474] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 11.628482] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 11.628489] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 11.628497] amdgpu 0000:08:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[ 11.628504] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 11.628512] amdgpu 0000:08:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 11.628519] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 11.628527] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 11.628535] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 11.628543] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 11.630019] amdgpu 0000:08:00.0: amdgpu: Using BACO for runtime pm
[ 11.631796] [drm] Initialized amdgpu 3.57.0 20150101 for 0000:08:00.0 on minor 1
[ 11.644795] fbcon: amdgpudrmfb (fb0) is primary device
[ 11.645148] [drm] DSC precompute is not needed.
[ 11.773586] Console: switching to colour frame buffer device 480x135
[ 11.790041] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 29.249964] BTRFS: device label gehaim devid 1 transid 28937 /dev/mapper/crypt-home scanned by mount (1797)
[ 29.250399] BTRFS info (device dm-0): first mount of filesystem b7c3ef13-cd1b-4f74-9d2f-42a7ac547f10
[ 29.250439] BTRFS info (device dm-0): using xxhash64 (xxhash64-generic) checksum algorithm
[ 29.250469] BTRFS info (device dm-0): using free-space-tree
[ 29.762121] systemd-journald[860]: /var/log/journal/ae3cb8dab4f34228b32557ac64c03a0d/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[ 30.013985] amdgpu 0000:08:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[ 31.945801] usb 1-6: USB disconnect, device number 2
[ 31.945821] usb 1-6.2: USB disconnect, device number 4
[ 32.119844] usb 1-6.3: USB disconnect, device number 6
[ 98.829792] KTAP version 1
[ 98.829803] 1..1
[ 98.829842] KTAP version 1
[ 98.829846] # Subtest: ttm_device
[ 98.829851] # module: ttm_device_test
[ 98.829853] 1..5
[ 98.830550] ok 1 ttm_device_init_basic
[ 98.831019] # ttm_device_init_multiple: ASSERTION FAILED at drivers/gpu/drm/ttm/tests/ttm_device_test.c:68
[ 98.831019] Expected list_count_nodes(&ttm_devs[0].device_list) == num_dev, but
[ 98.831019] list_count_nodes(&ttm_devs[0].device_list) == 4 (0x4)
[ 98.831019] num_dev == 3 (0x3)
[ 98.831289] not ok 2 ttm_device_init_multiple
[ 98.831592] list_add corruption. prev->next should be next (ffffffffc086d468), but was 6b6b6b6b6b6b6b6b. (prev=ffff93aa0086b4f0).
[ 98.831610] ------------[ cut here ]------------
[ 98.831616] kernel BUG at lib/list_debug.c:32!
[ 98.831624] invalid opcode: 0000 [#1] SMP NOPTI
[ 98.831632] CPU: 29 PID: 2122 Comm: kunit_try_catch Tainted: G N 6.8.0-rc5-Zen3 #2
[ 98.831638] Hardware name: To Be Filled By O.E.M. B550M Pro4/B550M Pro4, BIOS P3.40 01/18/2024
[ 98.831644] RIP: 0010:__list_add_valid_or_report+0x67/0x9c
[ 98.831654] Code: c7 c7 97 1e c5 95 48 89 c6 e8 47 a3 c9 ff 0f 0b 4c 8b 02 49 39 f0 74 14 48 89 d1 48 c7 c7 e9 1e c5 95 4c 89 c2 e8 2b a3 c9 ff <0f> 0b 48 39 d7 74 05 4c 39 c7 75 17 48 89 f1 48 89 c2 48 89 fe 48
[ 98.831661] RSP: 0018:ffffa42b4fcd3df8 EFLAGS: 00010246
[ 98.831668] RAX: 0000000000000075 RBX: 0000000000000000 RCX: 0000000000000000
[ 98.831673] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 98.831679] RBP: ffff93aa0086b4f0 R08: 0000000000000000 R09: 0000000000000000
[ 98.831684] R10: 0000000000000000 R11: 0000000000000000 R12: ffff93aa00092c28
[ 98.831689] R13: ffff93aabc639808 R14: ffffffffc09114c0 R15: ffff93aa2399c000
[ 98.831695] FS: 0000000000000000(0000) GS:ffff93b11f140000(0000) knlGS:0000000000000000
[ 98.831701] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 98.831707] CR2: 00005565b93b03d0 CR3: 0000000688e14000 CR4: 0000000000b50ef0
[ 98.831712] Call Trace:
[ 98.831718] <TASK>
[ 98.831724] ? __die_body+0x15/0x65
[ 98.831732] ? die+0x2f/0x48
[ 98.831740] ? do_trap+0x76/0x109
[ 98.831747] ? __list_add_valid_or_report+0x67/0x9c
[ 98.831753] ? __list_add_valid_or_report+0x67/0x9c
[ 98.831760] ? do_error_trap+0x69/0xa6
[ 98.831766] ? __list_add_valid_or_report+0x67/0x9c
[ 98.831774] ? exc_invalid_op+0x4d/0x71
[ 98.831781] ? __list_add_valid_or_report+0x67/0x9c
[ 98.831787] ? asm_exc_invalid_op+0x1a/0x20
[ 98.831806] ? __list_add_valid_or_report+0x67/0x9c
[ 98.831813] ? __list_add_valid_or_report+0x67/0x9c
[ 98.831820] ttm_device_init+0x10e/0x157 [ttm]
[ 98.831831] ttm_device_kunit_init+0x3d/0x51 [ttm_kunit_helpers]
[ 98.831840] ttm_device_fini_basic+0x6d/0x1b3 [ttm_device_test]
[ 98.831849] ? timekeeping_get_ns+0x19/0x3b
[ 98.831856] ? srso_alias_return_thunk+0x5/0xfbef5
[ 98.831864] ? ktime_get_ts64+0x40/0x92
[ 98.831873] kunit_try_run_case+0xaf/0x163 [kunit]
[ 98.831883] ? kunit_try_catch_throw+0x1b/0x1b [kunit]
[ 98.831892] ? kunit_try_catch_throw+0x1b/0x1b [kunit]
[ 98.831900] kunit_generic_run_threadfn_adapter+0x15/0x20 [kunit]
[ 98.831909] kthread+0xcf/0xd7
[ 98.831917] ? kthread_complete_and_exit+0x1a/0x1a
[ 98.831924] ret_from_fork+0x23/0x35
[ 98.831931] ? kthread_complete_and_exit+0x1a/0x1a
[ 98.831938] ret_from_fork_asm+0x11/0x20
[ 98.831946] </TASK>
[ 98.831951] Modules linked in: ttm_device_test ttm_kunit_helpers drm_kunit_helpers kunit rfkill dm_crypt nhpoly1305_avx2 nhpoly1305 chacha_generic chacha_x86_64 libchacha adiantum libpoly1305 algif_skcipher input_leds joydev hid_generic amdgpu snd_hda_codec_hdmi usbhid hid snd_hda_intel snd_intel_dspcfg snd_hda_codec amdxcp mfd_core snd_hwdep amd64_edac gpu_sched snd_hda_core edac_mce_amd video drm_suballoc_helper i2c_algo_bit snd_pcm drm_ttm_helper wmi_bmof ttm evdev snd_timer drm_exec kvm_amd drm_display_helper snd soundcore rapl drm_buddy k10temp wmi gpio_amdpt gpio_generic button lz4 lz4_compress lz4_decompress zram sg nct6775 nct6775_core hwmon_vid hwmon loop configfs sha512_ssse3 sha512_generic sha256_ssse3 sha1_ssse3 sha1_generic xhci_pci xhci_hcd aesni_intel libaes ccp crypto_simd cryptd usbcore usb_common sunrpc dm_mod pkcs8_key_parser efivarfs
[ 98.832048] ---[ end trace 0000000000000000 ]---
[ 98.832053] RIP: 0010:__list_add_valid_or_report+0x67/0x9c
[ 98.832059] Code: c7 c7 97 1e c5 95 48 89 c6 e8 47 a3 c9 ff 0f 0b 4c 8b 02 49 39 f0 74 14 48 89 d1 48 c7 c7 e9 1e c5 95 4c 89 c2 e8 2b a3 c9 ff <0f> 0b 48 39 d7 74 05 4c 39 c7 75 17 48 89 f1 48 89 c2 48 89 fe 48
[ 98.832064] RSP: 0018:ffffa42b4fcd3df8 EFLAGS: 00010246
[ 98.832069] RAX: 0000000000000075 RBX: 0000000000000000 RCX: 0000000000000000
[ 98.832074] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 98.832078] RBP: ffff93aa0086b4f0 R08: 0000000000000000 R09: 0000000000000000
[ 98.832082] R10: 0000000000000000 R11: 0000000000000000 R12: ffff93aa00092c28
[ 98.832087] R13: ffff93aabc639808 R14: ffffffffc09114c0 R15: ffff93aa2399c000
[ 98.832092] FS: 0000000000000000(0000) GS:ffff93b11f140000(0000) knlGS:0000000000000000
[ 98.832097] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 98.832102] CR2: 00005565b93b03d0 CR3: 0000000688e14000 CR4: 0000000000b50ef0
[ 409.435733] # ttm_device_fini_basic: try timed out
[ 409.435766] ------------[ cut here ]------------
[ 409.435774] WARNING: CPU: 5 PID: 2111 at kernel/kthread.c:76 to_kthread+0x6/0x16
[ 409.435795] Modules linked in: ttm_device_test ttm_kunit_helpers drm_kunit_helpers kunit rfkill dm_crypt nhpoly1305_avx2 nhpoly1305 chacha_generic chacha_x86_64 libchacha adiantum libpoly1305 algif_skcipher input_leds joydev hid_generic amdgpu snd_hda_codec_hdmi usbhid hid snd_hda_intel snd_intel_dspcfg snd_hda_codec amdxcp mfd_core snd_hwdep amd64_edac gpu_sched snd_hda_core edac_mce_amd video drm_suballoc_helper i2c_algo_bit snd_pcm drm_ttm_helper wmi_bmof ttm evdev snd_timer drm_exec kvm_amd drm_display_helper snd soundcore rapl drm_buddy k10temp wmi gpio_amdpt gpio_generic button lz4 lz4_compress lz4_decompress zram sg nct6775 nct6775_core hwmon_vid hwmon loop configfs sha512_ssse3 sha512_generic sha256_ssse3 sha1_ssse3 sha1_generic xhci_pci xhci_hcd aesni_intel libaes ccp crypto_simd cryptd usbcore usb_common sunrpc dm_mod pkcs8_key_parser efivarfs
[ 409.435953] CPU: 5 PID: 2111 Comm: modprobe Tainted: G D N 6.8.0-rc5-Zen3 #2
[ 409.435963] Hardware name: To Be Filled By O.E.M. B550M Pro4/B550M Pro4, BIOS P3.40 01/18/2024
[ 409.435972] RIP: 0010:to_kthread+0x6/0x16
[ 409.435984] Code: 44 c2 31 d2 31 ff e9 78 fa 85 00 f3 0f 1e fa e8 d8 ff ff ff 48 85 c0 74 04 48 8b 40 10 31 ff e9 5f fa 85 00 f6 47 2e 20 75 02 <0f> 0b 48 8b 87 30 05 00 00 31 ff e9 49 fa 85 00 f3 0f 1e fa 65 48
[ 409.435995] RSP: 0018:ffffa42b42d5f8e0 EFLAGS: 00010246
[ 409.436004] RAX: 0000000000000001 RBX: ffff93aaaa341040 RCX: 0000000000000000
[ 409.436012] RDX: 0000000000000003 RSI: 0000000000000002 RDI: ffff93aaaa341040
[ 409.436021] RBP: ffffa42b42d5fa70 R08: 0000000000000000 R09: 0000000000000000
[ 409.436029] R10: 0000000000000000 R11: 0000000000000000 R12: ffff93aaaa341040
[ 409.436039] R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
[ 409.436048] FS: 00007f77423bac40(0000) GS:ffff93b11eb40000(0000) knlGS:0000000000000000
[ 409.436056] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 409.436065] CR2: 0000000000782bd8 CR3: 00000001a4108000 CR4: 0000000000b50ef0
[ 409.436074] Call Trace:
[ 409.436086] <TASK>
[ 409.436096] ? __warn+0x8a/0xbc
[ 409.436110] ? report_bug+0xbd/0x130
[ 409.436121] ? to_kthread+0x6/0x16
[ 409.436131] ? handle_bug+0x3c/0x73
[ 409.436141] ? exc_invalid_op+0x17/0x71
[ 409.436150] ? asm_exc_invalid_op+0x1a/0x20
[ 409.436163] ? to_kthread+0x6/0x16
[ 409.436173] kthread_stop+0x39/0x78
[ 409.436185] kunit_try_catch_run+0xc9/0x155 [kunit]
[ 409.436201] kunit_run_case_catch_errors+0x3f/0x93 [kunit]
[ 409.436213] kunit_run_tests+0x182/0x516 [kunit]
[ 409.436230] ? kunit_try_run_case_cleanup+0x39/0x39 [kunit]
[ 409.436241] ? kunit_catch_run_case_cleanup+0x85/0x85 [kunit]
[ 409.436257] __kunit_test_suites_init+0x9b/0xc6 [kunit]
[ 409.436270] kunit_module_notify+0x14b/0x1ea [kunit]
[ 409.436284] notifier_call_chain+0x5a/0x92
[ 409.436294] blocking_notifier_call_chain+0x3e/0x60
[ 409.436304] do_init_module+0xcb/0x218
[ 409.436315] init_module_from_file+0x7a/0x99
[ 409.436327] __do_sys_finit_module+0x162/0x223
[ 409.436338] do_syscall_64+0x84/0xee
[ 409.436350] entry_SYSCALL_64_after_hwframe+0x4b/0x53
[ 409.436360] RIP: 0033:0x7f77424c6479
[ 409.436369] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 87 89 0c 00 f7 d8 64 89 01 48
[ 409.436378] RSP: 002b:00007ffd67392f28 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 409.436387] RAX: ffffffffffffffda RBX: 0000561f7e0fbf50 RCX: 00007f77424c6479
[ 409.436395] RDX: 0000000000000000 RSI: 0000561f7cc53c7c RDI: 0000000000000007
[ 409.436402] RBP: 0000000000000000 R08: 00007f774258fb20 R09: 0000000000000000
[ 409.436409] R10: 0000000000000050 R11: 0000000000000246 R12: 0000000000040000
[ 409.436417] R13: 0000561f7cc53c7c R14: 0000561f7e0fbff0 R15: 0000000000000000
[ 409.436426] </TASK>
[ 409.436434] ---[ end trace 0000000000000000 ]---
[ 409.436443] BUG: kernel NULL pointer dereference, address: 0000000000000000
[ 409.436464] #PF: supervisor write access in kernel mode
[ 409.436473] #PF: error_code(0x0002) - not-present page
[ 409.436482] PGD 0 P4D 0
[ 409.436492] Oops: 0002 [#2] SMP NOPTI
[ 409.436501] CPU: 5 PID: 2111 Comm: modprobe Tainted: G D W N 6.8.0-rc5-Zen3 #2
[ 409.436510] Hardware name: To Be Filled By O.E.M. B550M Pro4/B550M Pro4, BIOS P3.40 01/18/2024
[ 409.436519] RIP: 0010:kthread_stop+0x3c/0x78
[ 409.436530] Code: f0 0f c1 43 28 be 02 00 00 00 85 c0 74 0c 8d 50 01 09 c2 79 0a be 01 00 00 00 e8 9c c3 37 00 48 89 df e8 35 f1 ff ff 48 89 c5 <f0> 80 08 02 48 89 df e8 6a ff ff ff f0 80 4b 02 02 48 89 df e8 ba
[ 409.436539] RSP: 0018:ffffa42b42d5f8e8 EFLAGS: 00010246
[ 409.436548] RAX: 0000000000000000 RBX: ffff93aaaa341040 RCX: 0000000000000000
[ 409.436556] RDX: 0000000000000003 RSI: 0000000000000002 RDI: 0000000000000000
[ 409.436563] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 409.436570] R10: 0000000000000000 R11: 0000000000000000 R12: ffff93aaaa341040
[ 409.436579] R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
[ 409.436586] FS: 00007f77423bac40(0000) GS:ffff93b11eb40000(0000) knlGS:0000000000000000
[ 409.436594] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 409.436602] CR2: 0000000000000000 CR3: 00000001a4108000 CR4: 0000000000b50ef0
[ 409.436612] Call Trace:
[ 409.436620] <TASK>
[ 409.436627] ? __die_body+0x15/0x65
[ 409.436638] ? page_fault_oops+0x381/0x3cf
[ 409.436648] ? exc_page_fault+0x159/0x4df
[ 409.436659] ? asm_exc_page_fault+0x26/0x30
[ 409.436669] ? kthread_stop+0x3c/0x78
[ 409.436678] ? kthread_stop+0x39/0x78
[ 409.436688] kunit_try_catch_run+0xc9/0x155 [kunit]
[ 409.436701] kunit_run_case_catch_errors+0x3f/0x93 [kunit]
[ 409.436713] kunit_run_tests+0x182/0x516 [kunit]
[ 409.436728] ? kunit_try_run_case_cleanup+0x39/0x39 [kunit]
[ 409.436740] ? kunit_catch_run_case_cleanup+0x85/0x85 [kunit]
[ 409.436756] __kunit_test_suites_init+0x9b/0xc6 [kunit]
[ 409.436789] kunit_module_notify+0x14b/0x1ea [kunit]
[ 409.436801] notifier_call_chain+0x5a/0x92
[ 409.436811] blocking_notifier_call_chain+0x3e/0x60
[ 409.436820] do_init_module+0xcb/0x218
[ 409.436830] init_module_from_file+0x7a/0x99
[ 409.436840] __do_sys_finit_module+0x162/0x223
[ 409.436851] do_syscall_64+0x84/0xee
[ 409.436862] entry_SYSCALL_64_after_hwframe+0x4b/0x53
[ 409.436871] RIP: 0033:0x7f77424c6479
[ 409.436880] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 87 89 0c 00 f7 d8 64 89 01 48
[ 409.436888] RSP: 002b:00007ffd67392f28 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 409.436897] RAX: ffffffffffffffda RBX: 0000561f7e0fbf50 RCX: 00007f77424c6479
[ 409.436905] RDX: 0000000000000000 RSI: 0000561f7cc53c7c RDI: 0000000000000007
[ 409.436912] RBP: 0000000000000000 R08: 00007f774258fb20 R09: 0000000000000000
[ 409.436919] R10: 0000000000000050 R11: 0000000000000246 R12: 0000000000040000
[ 409.436928] R13: 0000561f7cc53c7c R14: 0000561f7e0fbff0 R15: 0000000000000000
[ 409.436940] </TASK>
[ 409.436946] Modules linked in: ttm_device_test ttm_kunit_helpers drm_kunit_helpers kunit rfkill dm_crypt nhpoly1305_avx2 nhpoly1305 chacha_generic chacha_x86_64 libchacha adiantum libpoly1305 algif_skcipher input_leds joydev hid_generic amdgpu snd_hda_codec_hdmi usbhid hid snd_hda_intel snd_intel_dspcfg snd_hda_codec amdxcp mfd_core snd_hwdep amd64_edac gpu_sched snd_hda_core edac_mce_amd video drm_suballoc_helper i2c_algo_bit snd_pcm drm_ttm_helper wmi_bmof ttm evdev snd_timer drm_exec kvm_amd drm_display_helper snd soundcore rapl drm_buddy k10temp wmi gpio_amdpt gpio_generic button lz4 lz4_compress lz4_decompress zram sg nct6775 nct6775_core hwmon_vid hwmon loop configfs sha512_ssse3 sha512_generic sha256_ssse3 sha1_ssse3 sha1_generic xhci_pci xhci_hcd aesni_intel libaes ccp crypto_simd cryptd usbcore usb_common sunrpc dm_mod pkcs8_key_parser efivarfs
[ 409.437098] CR2: 0000000000000000
[ 409.437107] ---[ end trace 0000000000000000 ]---
[ 409.437114] RIP: 0010:__list_add_valid_or_report+0x67/0x9c
[ 409.437126] Code: c7 c7 97 1e c5 95 48 89 c6 e8 47 a3 c9 ff 0f 0b 4c 8b 02 49 39 f0 74 14 48 89 d1 48 c7 c7 e9 1e c5 95 4c 89 c2 e8 2b a3 c9 ff <0f> 0b 48 39 d7 74 05 4c 39 c7 75 17 48 89 f1 48 89 c2 48 89 fe 48
[ 409.437135] RSP: 0018:ffffa42b4fcd3df8 EFLAGS: 00010246
[ 409.437144] RAX: 0000000000000075 RBX: 0000000000000000 RCX: 0000000000000000
[ 409.437153] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 409.437160] RBP: ffff93aa0086b4f0 R08: 0000000000000000 R09: 0000000000000000
[ 409.437168] R10: 0000000000000000 R11: 0000000000000000 R12: ffff93aa00092c28
[ 409.437178] R13: ffff93aabc639808 R14: ffffffffc09114c0 R15: ffff93aa2399c000
[ 409.437187] FS: 00007f77423bac40(0000) GS:ffff93b11eb40000(0000) knlGS:0000000000000000
[ 409.437196] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 409.437205] CR2: 0000000000000000 CR3: 00000001a4108000 CR4: 0000000000b50ef0
[ 409.437214] note: modprobe[2111] exited with irqs disabled
[ 891.278671] EXT4-fs (zram1): unmounting filesystem 7033c2c4-0df9-419f-b613-1b8355cfde52.
[ 891.280179] BTRFS info (device dm-0): last unmount of filesystem b7c3ef13-cd1b-4f74-9d2f-42a7ac547f10
[ 891.400145] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 891.437545] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 891.446448] systemd-journald[860]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 891.453015] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 891.460714] systemd-shutdown[1]: Unmounting file systems.
[ 891.461682] (sd-remount)[64146]: Remounting '/' read-only with options 'compress=lzo,ssd,discard=async,space_cache=v2,subvolid=5,subvol=/'.
[ 891.594468] systemd-shutdown[1]: All filesystems unmounted.
[ 891.594508] systemd-shutdown[1]: Deactivating swaps.
[ 891.594575] systemd-shutdown[1]: All swaps deactivated.
[ 891.594605] systemd-shutdown[1]: Detaching loop devices.
[ 891.596944] systemd-shutdown[1]: All loop devices detached.
[ 891.596971] systemd-shutdown[1]: Stopping MD devices.
[ 891.601245] systemd-shutdown[1]: All MD devices stopped.
[ 891.602713] systemd-shutdown[1]: Detaching DM devices.
[ 891.604278] systemd-shutdown[1]: All DM devices detached.
[ 891.605734] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[ 891.607741] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 891.609236] systemd-shutdown[1]: Rebooting.
next prev parent reply other threads:[~2024-02-20 12:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240219230116.77b8ad68@yea>
2024-02-20 9:12 ` Bagas Sanjaya
2024-02-20 12:45 ` Erhard Furtner [this message]
2024-02-20 13:50 ` Christian König
2024-02-20 17:43 ` Erhard Furtner
2024-02-21 14:07 ` Christian König
2024-02-21 15:09 ` Alex Deucher
2024-02-20 13:28 ` Christian König
2024-02-20 14:56 ` Maxime Ripard
2024-02-20 15:03 ` Christian König
2024-02-21 14:41 ` Maxime Ripard
2024-02-21 14:54 ` Christian König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240220134556.61f6441c@yea \
--to=erhard_f@mailbox.org \
--cc=airlied@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=bagasdotme@gmail.com \
--cc=christian.koenig@amd.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=karolina.stolarek@intel.com \
--cc=kirill.shutemov@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=ray.huang@amd.com \
--cc=tzimmermann@suse.de \
--cc=ziy@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox